ListenerAclAttachment

class ListenerAclAttachment : KotlinCustomResource

Provides a ALB Listener Acl Attachment resource. Associating ACL to listening. For information about 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

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 list of the access policy group bound by the listener.

Link copied to clipboard
val aclType: Output<String>

Access control type:

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

Listener instance ID.

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

Listener Status.

Link copied to clipboard
val urn: Output<String>