ConfigurationManagerConfigurationDefinition

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: 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

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

Link copied to clipboard

The type of the Quick Setup configuration.

Link copied to clipboard
val typeVersion: String? = null

The version of the Quick Setup type used.