AclAttachmentArgs

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

Provides a Global Accelerator (GA) Acl Attachment resource. For information about Global Accelerator (GA) Acl Attachment and how to use it, see What is Acl Attachment.

NOTE: Available in v1.150.0+.

Import

Global Accelerator (GA) Acl Attachment can be imported using the id. Format to <listener_id>:<acl_id>, e.g.

$ pulumi import alicloud:ga/aclAttachment:AclAttachment example your_listener_id:your_acl_id

Constructors

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

Functions

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

Properties

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

The ID of an ACL.

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

The type of the ACL. Valid values: white, black.

Link copied to clipboard
val dryRun: Output<Boolean>? = null

The dry run.

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

The ID of the listener.