GrantCcnToCenProps
Properties for defining a GrantCcnToCen
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-grantccntocen
Initializer
import ros_cdk_sag
ros_cdk_sag.GrantCcnToCenProps(
ccn_instance_id: typing.Union[str, IResolvable],
cen_instance_id: typing.Union[str, IResolvable],
cen_uid: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
ccn_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ccnInstanceId: The ID of the CCN instance. |
cen_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cenInstanceId: The ID of the CEN instance. |
cen_uid |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cenUid: The ID of the account to which the CEN instance belongs. |
ccn_instance_id
Required
ccn_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property ccnInstanceId: The ID of the CCN instance.
cen_instance_id
Required
cen_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cenInstanceId: The ID of the CEN instance.
cen_uid
Required
cen_uid: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cenUid: The ID of the account to which the CEN instance belongs.