Skip to content

NetworkAclAssociationProps

Properties for defining a NetworkAclAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-networkaclassociation

Initializer

import { NetworkAclAssociationProps } from '@alicloud/ros-cdk-vpc'
const networkAclAssociationProps: NetworkAclAssociationProps = { ... }

Properties

Name Type Description
networkAclId string | @alicloud/ros-cdk-core.IResolvable Property networkAclId: The ID of the network ACL.
resources @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ResourcesProperty[] Property resources: The list of resources that need to be associated with network ACL.

networkAclIdRequired

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

Property networkAclId: The ID of the network ACL.


resourcesRequired

public readonly resources: IResolvable | IResolvable | ResourcesProperty[];
  • Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ResourcesProperty[]

Property resources: The list of resources that need to be associated with network ACL.