Skip to main content

vpc_connection_tags

Expands all tag keys and values for vpc_connections in a region

Overview

Namevpc_connection_tags
TypeResource
DescriptionResource Type definition for AWS::MSK::VpcConnection
Idaws.msk.vpc_connection_tags

Fields

NameDatatypeDescription
arnstring
authenticationstringThe type of private link authentication
client_subnetsarray
target_cluster_arnstringThe Amazon Resource Name (ARN) of the target cluster
security_groupsarray
vpc_idstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all vpc_connections in a region.

SELECT
region,
arn,
authentication,
client_subnets,
target_cluster_arn,
security_groups,
vpc_id,
tag_key,
tag_value
FROM aws.msk.vpc_connection_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vpc_connection_tags resource, see vpc_connections