Appconfig Configurationprofile

This table represents the appconfig_configurationprofile resource from Amazon Web Services.

aws.appconfig_configurationprofile

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
application_idcorestringThe application ID.
descriptioncorestringThe configuration profile description.
idcorestringThe configuration profile ID.
kms_key_arncorestringThe 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 <code>hosted</code> configuration types. To encrypt data managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.
kms_key_identifiercorestringThe Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
location_uricorestringThe URI location of the configuration.
namecorestringThe name of the configuration profile.
retrieval_role_arncorestringThe ARN of an IAM role with permission to access the configuration at the specified <code>LocationUri</code>.
tagscorehstore_csv
typecorestringThe type of configurations contained in the profile. AppConfig supports <code>feature flags</code> and <code>freeform</code> 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 <code>Type</code>: <code>AWS.AppConfig.FeatureFlags</code> <code>AWS.Freeform</code>
validatorscorejsonA list of methods for validating the configuration.