AclProps
Properties for defining a Acl.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-acl
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.AclProps {
AclEntries: interface{},
AclName: interface{},
ResourceGroupId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AclEntries |
interface{} |
Property aclEntries: undefined. |
AclName |
interface{} |
Property aclName: The name of the ACL. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
AclEntriesOptional
AclEntries interface{}
- Type: interface{}
Property aclEntries: undefined.
AclNameOptional
AclName interface{}
- Type: interface{}
Property aclName: The name of the ACL.
The name must be 2 to 128 characters in length, and can contain letters, digits, hyphens (-) and underscores (_). It must start with a letter.
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.