AScriptExtAttributeArgs

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

Constructors

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

Functions

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

Properties

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

The key of the extended attribute.

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

The value of the extended attribute.