Get Configuration Profile Result
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)
Properties
Link copied to clipboard
The configuration profile ID
Link copied to clipboard
A description of the configuration profile.
Link copied to clipboard
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
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
Link copied to clipboard
A list of methods for validating the configuration.