Skip to main content

vpc_connections_list_only

Lists vpc_connections in a region or regions, for all properties use vpc_connections

Overview

Namevpc_connections_list_only
TypeResource
DescriptionResource Type definition for AWS::MSK::VpcConnection
Idaws.msk.vpc_connections_list_only

Fields

NameDatatypeDescription
arnstring
authenticationstringThe type of private link authentication
client_subnetsarray
target_cluster_arnstringThe Amazon Resource Name (ARN) of the target cluster
security_groupsarray
tagsobjectA key-value pair to associate with a resource.
vpc_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all vpc_connections in a region.

SELECT
region,
arn
FROM aws.msk.vpc_connections_list_only
WHERE region = 'us-east-1';

Permissions

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