Skip to content

NetworkAclAssociationProps

Properties for defining a NetworkAclAssociation.

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

Initializer

import ros_cdk_ens
ros_cdk_ens.NetworkAclAssociationProps(
  network_acl_id: typing.Union[str, IResolvable],
  network_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
)

Properties

Name Type Description
network_acl_id typing.Union[str, ros_cdk_core.IResolvable] Property networkAclId: The ID of the network ACL.
network_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property networkIds: The network id which you want to associate the 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.


network_idsRequired

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

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