configuration_profile_tags
Expands all tag keys and values for configuration_profiles
in a region
Overview
Name | configuration_profile_tags |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.appconfig.configuration_profile_tags |
Fields
Name | Datatype | Description |
---|---|---|
configuration_profile_id | string | The configuration profile 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. |
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.Freeform |
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. |
description | string | A description of the configuration profile. |
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. |
validators | array | A list of methods for validating the configuration. |
retrieval_role_arn | string | The ARN of an IAM role with permission to access the configuration at the specified LocationUri. |
application_id | string | The application ID. |
name | string | A name for the configuration profile. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all configuration_profiles
in a region.
SELECT
region,
configuration_profile_id,
location_uri,
type,
kms_key_identifier,
description,
kms_key_arn,
validators,
retrieval_role_arn,
application_id,
name,
tag_key,
tag_value
FROM aws.appconfig.configuration_profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configuration_profile_tags
resource, see configuration_profiles