AclAssociationProps
Properties for defining a AclAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-aclassociation
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.AclAssociationProps {
AclIds: interface{},
AclType: interface{},
ListenerId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AclIds |
interface{} |
Property aclIds: The IDs of the ACLs. |
AclType |
interface{} |
Property aclType: The type of ACL. |
ListenerId |
interface{} |
Property listenerId: The ID of the listener. |
AclIds
Required
AclIds interface{}
- Type: interface{}
Property aclIds: The IDs of the ACLs.
You can specify up to three IDs at a time.
AclType
Required
AclType interface{}
- Type: interface{}
Property aclType: The type of ACL.
ListenerId
Required
ListenerId interface{}
- Type: interface{}
Property listenerId: The ID of the listener.