AclAttachment

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

Properties

Link copied to clipboard
val aclId: Output<String>

The ID of an ACL.

Link copied to clipboard
val aclType: Output<String>

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

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

The dry run.

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

The ID of the listener.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the resource.

Link copied to clipboard
val urn: Output<String>