ConfigurationGroupSchemaPropertiesFormatArgs

data class ConfigurationGroupSchemaPropertiesFormatArgs(val description: Output<String>? = null, val schemaDefinition: Output<String>? = null) : ConvertibleToJava<ConfigurationGroupSchemaPropertiesFormatArgs>

Configuration group schema properties.

Constructors

constructor(description: Output<String>? = null, schemaDefinition: Output<String>? = null)

Properties

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

Description of what schema can contain.

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

Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.

Functions

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