AScriptExtAttributeArgs

data class AScriptExtAttributeArgs(val attributeKey: Output<String>? = null, val attributeValue: Output<String>? = null) : ConvertibleToJava<AScriptExtAttributeArgs>

Constructors

Link copied to clipboard
constructor(attributeKey: Output<String>? = null, attributeValue: Output<String>? = null)

Properties

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

Key to extend attribute

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

The value of the extended attribute

Functions

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