SmartAccessGatewayBindingProps
Properties for defining a SmartAccessGatewayBinding
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-smartaccessgatewaybinding
Initializer
import { SmartAccessGatewayBindingProps } from '@alicloud/ros-cdk-sag'
const smartAccessGatewayBindingProps: SmartAccessGatewayBindingProps = { ... }
Properties
Name | Type | Description |
---|---|---|
ccnId |
string | @alicloud/ros-cdk-core.IResolvable |
Property ccnId: The ID of the CCN instance to bind. |
smartAgId |
string | @alicloud/ros-cdk-core.IResolvable |
Property smartAgId: The ID of the Smart Access Gateway instance. |
ccnId
Required
public readonly ccnId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ccnId: The ID of the CCN instance to bind.
smartAgId
Required
public readonly smartAgId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property smartAgId: The ID of the Smart Access Gateway instance.