UpdateConfigurationProfileRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application ID.

Link copied to clipboard

The ID of the configuration profile.

Link copied to clipboard

A description of the configuration profile.

Link copied to clipboard

The identifier for a Key Management Service key to encrypt new configuration data versions in the AppConfig hosted configuration store. This attribute is only used for hosted configuration types. The identifier can be an KMS key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.

Link copied to clipboard
val name: String?

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

A list of methods for validating the configuration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String