ACLAssociationProps
Properties for defining a ACLAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-aclassociation
Initializer
import ros_cdk_sag
ros_cdk_sag.ACLAssociationProps(
acl_id: typing.Union[str, IResolvable],
smart_ag_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
acl_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property aclId: Access control ID. |
smart_ag_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property smartAgId: An intelligent gateway instance that needs to bind access control. |
acl_id
Required
acl_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property aclId: Access control ID.
smart_ag_id
Required
smart_ag_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property smartAgId: An intelligent gateway instance that needs to bind access control.