GrantCcnToCenProps
Properties for defining a GrantCcnToCen.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-grantccntocen
Initializer
import { GrantCcnToCenProps } from '@alicloud/ros-cdk-sag'
const grantCcnToCenProps: GrantCcnToCenProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
ccnInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property ccnInstanceId: The ID of the CCN instance. |
cenInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property cenInstanceId: The ID of the CEN instance. |
cenUid |
string | @alicloud/ros-cdk-core.IResolvable |
Property cenUid: The ID of the account to which the CEN instance belongs. |
ccnInstanceIdRequired
public readonly ccnInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ccnInstanceId: The ID of the CCN instance.
cenInstanceIdRequired
public readonly cenInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cenInstanceId: The ID of the CEN instance.
cenUidRequired
public readonly cenUid: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property cenUid: The ID of the account to which the CEN instance belongs.