SmartAccessGatewayBindingProps
Properties for defining a SmartAccessGatewayBinding
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-smartaccessgatewaybinding
Initializer
import ros_cdk_sag
ros_cdk_sag.SmartAccessGatewayBindingProps(
ccn_id: typing.Union[str, IResolvable],
smart_ag_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
ccn_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ccnId: The ID of the CCN instance to bind. |
smart_ag_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property smartAgId: The ID of the Smart Access Gateway instance. |
ccn_id
Required
ccn_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property ccnId: The ID of the CCN instance to bind.
smart_ag_id
Required
smart_ag_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property smartAgId: The ID of the Smart Access Gateway instance.