GetConfigurationProfileResponse

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 configuration profile description.

Link copied to clipboard
val id: String?

The configuration profile ID.

Link copied to clipboard

The Amazon Resource Name of the 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. 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

The 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 URI location of the configuration.

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
val type: String?

The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

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