DomainProps
Properties for defining a Domain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-domain
Initializer
import ros_cdk_ga
ros_cdk_ga.DomainProps(
accelerator_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
domain: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
accelerator_ids |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] |
Property acceleratorIds: The IDs of the GA instance to be disassociated. |
domain |
typing.Union[str, ros_cdk_core.IResolvable] |
Property domain: The accelerated domain name to be disassociated. |
accelerator_ids
Required
accelerator_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property acceleratorIds: The IDs of the GA instance to be disassociated.
You can specify up to 50 IDs.
domain
Required
domain: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property domain: The accelerated domain name to be disassociated.