ListenerAclAttachment

class ListenerAclAttachment : KotlinCustomResource

Provides a Application Load Balancer (ALB) Listener Acl Attachment resource. For information about Application Load Balancer (ALB) Listener Acl Attachment and how to use it, see What is Listener Acl Attachment.

NOTE: Available since v1.163.0. NOTE: You can associate at most three ACLs with a listener. NOTE: You can only configure either a whitelist or a blacklist for listener, not at the same time.

Import

Application Load Balancer (ALB) Listener Acl Attachment can be imported using the id, e.g.

$ pulumi import alicloud:alb/listenerAclAttachment:ListenerAclAttachment example <listener_id>:<acl_id>

Properties

Link copied to clipboard
val aclId: Output<String>

The ID of the Acl.

Link copied to clipboard
val aclType: Output<String>

The type of the ACL. Valid values:

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val listenerId: Output<String>

The ID of the ALB listener.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the Listener Acl Attachment.

Link copied to clipboard
val urn: Output<String>