Skip to content

AclProps

Properties for defining a Acl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-acl

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.AclProps {
    AddressIpVersion: interface{},
    AclEntries: interface{},
    AclName: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkga.RosAcl.TagsProperty,
}

Properties

Name Type Description
AddressIpVersion interface{} Property addressIpVersion: The IP version of the ACL.
AclEntries interface{} Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.
AclName interface{} Property aclName: The name of the ACL.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.
Tags *[]TagsProperty Property tags: Tags of the ACL.

AddressIpVersionRequired

AddressIpVersion interface{}
  • Type: interface{}

Property addressIpVersion: The IP version of the ACL.


AclEntriesOptional

AclEntries interface{}
  • Type: interface{}

Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.

You can add up to 20 entries.


AclNameOptional

AclName interface{}
  • Type: interface{}

Property aclName: The name of the ACL.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags of the ACL.