vpc_connection_tags
Expands all tag keys and values for vpc_connections
in a region
Overview
Name | vpc_connection_tags |
Type | Resource |
Description | Resource Type definition for AWS::MSK::VpcConnection |
Id | aws.msk.vpc_connection_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
authentication | string | The type of private link authentication |
client_subnets | array | |
target_cluster_arn | string | The Amazon Resource Name (ARN) of the target cluster |
security_groups | array | |
vpc_id | string | |
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 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