ACLAssociationProps
Properties for defining a ACLAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-aclassociation
Initializer
import { ACLAssociationProps } from '@alicloud/ros-cdk-sag'
const aCLAssociationProps: ACLAssociationProps = { ... }
Properties
Name | Type | Description |
---|---|---|
aclId |
string | @alicloud/ros-cdk-core.IResolvable |
Property aclId: Access control ID. |
smartAgId |
string | @alicloud/ros-cdk-core.IResolvable |
Property smartAgId: An intelligent gateway instance that needs to bind access control. |
aclId
Required
public readonly aclId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aclId: Access control ID.
smartAgId
Required
public readonly smartAgId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property smartAgId: An intelligent gateway instance that needs to bind access control.