Skip to main content

configuration_tags

Expands all tag keys and values for configurations in a region

Overview

Nameconfiguration_tags
TypeResource
DescriptionResource Type definition for AWS::AmazonMQ::Configuration
Idaws.amazonmq.configuration_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the Amazon MQ configuration.
authentication_strategystringThe authentication strategy associated with the configuration. The default is SIMPLE.
engine_typestringThe type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
engine_versionstringThe version of the broker engine.
datastringThe base64-encoded XML configuration.
descriptionstringThe description of the configuration.
idstringThe ID of the Amazon MQ configuration.
namestringThe name of the configuration.
revisionstringThe revision number of the configuration.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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