Skip to content

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.

ccnIdRequired

public readonly ccnId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ccnId: The ID of the CCN instance to bind.


smartAgIdRequired

public readonly smartAgId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property smartAgId: The ID of the Smart Access Gateway instance.