NetworkAclAssociationProps
Properties for defining a NetworkAclAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-networkaclassociation
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.NetworkAclAssociationProps {
NetworkAclId: interface{},
Resources: interface{},
}
Properties
Name | Type | Description |
---|---|---|
NetworkAclId |
interface{} |
Property networkAclId: The ID of the network ACL. |
Resources |
interface{} |
Property resources: The list of resources that need to be associated with network ACL. |
NetworkAclId
Required
NetworkAclId interface{}
- Type: interface{}
Property networkAclId: The ID of the network ACL.
Resources
Required
Resources interface{}
- Type: interface{}
Property resources: The list of resources that need to be associated with network ACL.