Get Configuration Manager Result
data class GetConfigurationManagerResult(val configurationDefinitions: List<ConfigurationManagerConfigurationDefinition>? = null, val createdAt: String? = null, val description: String? = null, val lastModifiedAt: String? = null, val managerArn: String? = null, val name: String? = null, val statusSummaries: List<ConfigurationManagerStatusSummary>? = null, val tags: Map<String, String>? = null)
Constructors
Link copied to clipboard
constructor(configurationDefinitions: List<ConfigurationManagerConfigurationDefinition>? = null, createdAt: String? = null, description: String? = null, lastModifiedAt: String? = null, managerArn: String? = null, name: String? = null, statusSummaries: List<ConfigurationManagerStatusSummary>? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The definition of the Quick Setup configuration that the configuration manager deploys.
Link copied to clipboard
The description of the configuration.
Link copied to clipboard
The datetime stamp when the configuration manager was last updated.
Link copied to clipboard
The ARN of the Quick Setup configuration.
Link copied to clipboard
Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.