---
type: resource-type
title: ConfigurationProfile
description: aws resource type AWS::AppConfig::ConfigurationProfile
name: ConfigurationProfile
lexicon: aws
resource_type: AWS::AppConfig::ConfigurationProfile
---
`AWS::AppConfig::ConfigurationProfile`, a resource type of the aws lexicon.

## Properties

- `ApplicationId` (`string`, required): The application ID.
- `LocationUri` (`string`, required): A URI to locate the configuration. You can specify the AWS AppConfig hosted configuration store, Systems Manager (SSM) document, an SSM Parameter Store parameter, or an Amazon S3 object.
- `Name` (`string`, required): A name for the configuration profile.
- `ConfigurationProfileId` (`string`, optional): The configuration profile ID
- `DeletionProtectionCheck` (`"ACCOUNT_DEFAULT" | "APPLY" | "BYPASS"`, optional): On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
- `Description` (`string`, optional): A description of the configuration profile.
- `KmsKeyArn` (`string`, optional): 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.
- `KmsKeyIdentifier` (`string`, optional): The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- `RetrievalRoleArn` (`string`, optional): The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- `Tags` (`ConfigurationProfile_Tags[]`, optional): 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.
- `Type` (`string`, optional): The type of configurations contained in the profile. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags, AWS.Freeform
- `Validators` (`ConfigurationProfile_Validators[]`, optional): A list of methods for validating the configuration.

## Attributes

- `ConfigurationProfileId`
- `KmsKeyArn`
