Skip to content

NetworkAclAssociationProps

Properties for defining a NetworkAclAssociation.

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

Initializer

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

Properties

Name Type Description
networkAclId string | @alicloud/ros-cdk-core.IResolvable Property networkAclId: The ID of the network ACL.
networkIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property networkIds: The network id which you want to associate the network ACL.

networkAclIdRequired

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

Property networkAclId: The ID of the network ACL.


networkIdsRequired

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

Property networkIds: The network id which you want to associate the network ACL.