configuration_tags
Expands all tag keys and values for configurations
in a region
Overview
Name | configuration_tags |
Type | Resource |
Description | Resource Type definition for AWS::AmazonMQ::Configuration |
Id | aws.amazonmq.configuration_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the Amazon MQ configuration. |
authentication_strategy | string | The authentication strategy associated with the configuration. The default is SIMPLE. |
engine_type | string | The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations. |
engine_version | string | The version of the broker engine. |
data | string | The base64-encoded XML configuration. |
description | string | The description of the configuration. |
id | string | The ID of the Amazon MQ configuration. |
name | string | The name of the configuration. |
revision | string | The revision number of the configuration. |
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 configurations
in a region.
SELECT
region,
arn,
authentication_strategy,
engine_type,
engine_version,
data,
description,
id,
name,
revision,
tag_key,
tag_value
FROM aws.amazonmq.configuration_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configuration_tags
resource, see configurations