ListenerAclAttachmentArgs

data class ListenerAclAttachmentArgs(val aclId: Output<String>? = null, val aclType: Output<String>? = null, val listenerId: Output<String>? = null) : ConvertibleToJava<ListenerAclAttachmentArgs>

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>

Constructors

Link copied to clipboard
fun ListenerAclAttachmentArgs(aclId: Output<String>? = null, aclType: Output<String>? = null, listenerId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ListenerAclAttachmentArgs

Properties

Link copied to clipboard
val aclId: Output<String>? = null

The ID of the Acl.

Link copied to clipboard
val aclType: Output<String>? = null

The type of the ACL. Valid values:

Link copied to clipboard
val listenerId: Output<String>? = null

The ID of the ALB listener.