ConfigurationManagerConfigurationDefinitionArgs

data class ConfigurationManagerConfigurationDefinitionArgs(val id: Output<String>? = null, val localDeploymentAdministrationRoleArn: Output<String>? = null, val localDeploymentExecutionRoleName: Output<String>? = null, val parameters: Output<Map<String, String>>, val type: Output<String>, val typeVersion: Output<String>? = null) : ConvertibleToJava<ConfigurationManagerConfigurationDefinitionArgs>

Constructors

constructor(id: Output<String>? = null, localDeploymentAdministrationRoleArn: Output<String>? = null, localDeploymentExecutionRoleName: Output<String>? = null, parameters: Output<Map<String, String>>, type: Output<String>, typeVersion: Output<String>? = null)

Properties

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

The ID of the configuration definition.

Link copied to clipboard

The ARN of the IAM role used to administrate local configuration deployments.

Link copied to clipboard

The name of the IAM role used to deploy local configurations.

Link copied to clipboard
val parameters: Output<Map<String, String>>

The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following lists outline the parameters for each configuration type.

Link copied to clipboard
val type: Output<String>

The type of the Quick Setup configuration.

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

The version of the Quick Setup type used.

Functions

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