ListenerAclAttachmentArgs

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

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>

Constructors

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

Properties

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

The ID list of the access policy group bound by the listener.

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

Access control type:

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

Listener instance ID.

Functions

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