Skip to content

NetworkAclAssociationProps

Properties for defining a NetworkAclAssociation.

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

Initializer

import ros_cdk_vpc
ros_cdk_vpc.NetworkAclAssociationProps(
  network_acl_id: typing.Union[str, IResolvable],
  resources: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ResourcesProperty]]]
)

Properties

Name Type Description
network_acl_id typing.Union[str, ros_cdk_core.IResolvable] Property networkAclId: The ID of the network ACL.
resources typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ResourcesProperty]]] Property resources: The list of resources that need to be associated with network ACL.

network_acl_idRequired

network_acl_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property networkAclId: The ID of the network ACL.


resourcesRequired

resources: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ResourcesProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ResourcesProperty]]]

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