Acl Attachment Args
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
Content copied to clipboard
Constructors
Link copied to clipboard
fun AclAttachmentArgs(aclId: Output<String>? = null, aclType: Output<String>? = null, dryRun: Output<Boolean>? = null, listenerId: Output<String>? = null)