AScript

class AScript : KotlinCustomResource

Provides a Application Load Balancer (ALB) A Script resource. For information about Application Load Balancer (ALB) A Script and how to use it, see What is A Script.

NOTE: Available since v1.195.0.

Import

Application Load Balancer (ALB) A Script can be imported using the id, e.g.

$ pulumi import alicloud:alb/aScript:AScript example <id>

Properties

Link copied to clipboard
val ascriptName: Output<String>

AScript name.

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

Whether to PreCheck only this request

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

Whether AScript is enabled.

Link copied to clipboard

Whether extension parameters are enabled. When ExtAttributeEnabled is true, ExtAttributes must be set.

Link copied to clipboard

Expand the list of attributes. When ExtAttributeEnabled is true, ExtAttributes must be set. See ext_attributes below.

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

Listener ID of script attribution

Link copied to clipboard
val position: Output<String>

Script execution location.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scriptContent: Output<String>

AScript script content.

Link copied to clipboard
val status: Output<String>

Script status

Link copied to clipboard
val urn: Output<String>