GetConfigurationProfileResult

data class GetConfigurationProfileResult(val configurationProfileId: String? = null, val description: String? = null, val kmsKeyArn: String? = null, val kmsKeyIdentifier: String? = null, val name: String? = null, val retrievalRoleArn: String? = null, val tags: List<Tag>? = null, val validators: List<ConfigurationProfileValidators>? = null)

Constructors

Link copied to clipboard
constructor(configurationProfileId: String? = null, description: String? = null, kmsKeyArn: String? = null, kmsKeyIdentifier: String? = null, name: String? = null, retrievalRoleArn: String? = null, tags: List<Tag>? = null, validators: List<ConfigurationProfileValidators>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration profile ID

Link copied to clipboard
val description: String? = null

A description of the configuration profile.

Link copied to clipboard
val kmsKeyArn: String? = null

The Amazon Resource Name of the AWS Key Management Service key to encrypt new configuration data versions in the AWS AppConfig hosted configuration store. This attribute is only used for hosted configuration types. To encrypt data managed in other configuration stores, see the documentation for how to specify an AWS KMS key for that particular service.

Link copied to clipboard

The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.

Link copied to clipboard
val name: String? = null

A name for the configuration profile.

Link copied to clipboard

The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

Link copied to clipboard
val tags: List<Tag>? = null

Metadata to assign to the configuration profile. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Link copied to clipboard

A list of methods for validating the configuration.