DscConfigurationAssociationPropertyArgs

data class DscConfigurationAssociationPropertyArgs(val name: Output<String>? = null) : ConvertibleToJava<DscConfigurationAssociationPropertyArgs>

The Dsc configuration property associated with the entity.

Constructors

Link copied to clipboard

Functions

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

Properties

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

Gets or sets the name of the Dsc configuration.