AScript Args
data class AScriptArgs(val ascriptName: Output<String>? = null, val enabled: Output<Boolean>? = null, val extAttributeEnabled: Output<Boolean>? = null, val extAttributes: Output<List<AScriptExtAttributeArgs>>? = null, val listenerId: Output<String>? = null, val position: Output<String>? = null, val scriptContent: Output<String>? = null) : ConvertibleToJava<AScriptArgs>
Provides a Alb Ascript resource. For information about Alb Ascript and how to use it, see What is AScript.
NOTE: Available since v1.195.0.
Import
Alb AScript can be imported using the id, e.g.
$ pulumi import alicloud:alb/aScript:AScript example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun AScriptArgs(ascriptName: Output<String>? = null, enabled: Output<Boolean>? = null, extAttributeEnabled: Output<Boolean>? = null, extAttributes: Output<List<AScriptExtAttributeArgs>>? = null, listenerId: Output<String>? = null, position: Output<String>? = null, scriptContent: Output<String>? = null)