StandardComponentPropertiesArgs

data class StandardComponentPropertiesArgs(val key: Output<String>? = null) : ConvertibleToJava<StandardComponentPropertiesArgs>

Describes properties of an component as related to the standard

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null)

Properties

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

Component Key matching componentMetadata

Functions

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