GetConfigurationManagerResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of the Quick Setup configuration that the configuration manager deploys.

Link copied to clipboard
val createdAt: String? = null

The datetime stamp when the configuration manager was created.

Link copied to clipboard
val description: String? = null

The description of the configuration.

Link copied to clipboard
val lastModifiedAt: String? = null

The datetime stamp when the configuration manager was last updated.

Link copied to clipboard
val managerArn: String? = null

The ARN of the Quick Setup configuration.

Link copied to clipboard
val name: String? = null

The name of the 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.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value pairs of metadata to assign to the configuration manager.