Skip to content

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.

aclIdRequired

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

Property aclId: Access control ID.


smartAgIdRequired

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

Property smartAgId: An intelligent gateway instance that needs to bind access control.