AttributeDefinitionArgs

data class AttributeDefinitionArgs(val attributeName: Output<String>? = null, val attributeType: Output<String>? = null) : ConvertibleToJava<AttributeDefinitionArgs>

Definition of AttributeDefinition

Constructors

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

Properties

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

A name for the attribute.

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

The data type for the attribute, where: + `S` - the attribute is of type String + `N` - the attribute is of type Number + `B` - the attribute is of type Binary

Functions

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