An example resource schema demonstrating some basic constructs and validation rules.
application_id
(String) The application ID.location_uri
(String) 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) A name for the configuration profile.description
(String) A description of the configuration profile.kms_key_identifier
(String) The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.retrieval_role_arn
(String) The ARN of an IAM role with permission to access the configuration at the specified LocationUri.tags
(Attributes List) 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. (see below for nested schema)type
(String) The type of configurations contained in the profile. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags, AWS.Freeformvalidators
(Attributes List) A list of methods for validating the configuration. (see below for nested schema)configuration_profile_id
(String) The configuration profile IDid
(String) Uniquely identifies the resource.kms_key_arn
(String) 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.tags
Optional:
key
(String) The key-value string map. The tag key can be up to 128 characters and must not start with aws:.value
(String) The tag value can be up to 256 characters.validators
Optional:
content
(String) Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.type
(String) AWS AppConfig supports validators of type JSON_SCHEMA and LAMBDA.Import is supported using the following syntax:
$ terraform import awscc_appconfig_configuration_profile.example <resource ID>