Skip to main content

vpc_connection

Gets an individual vpc_connection resource

Overview

Namevpc_connection
TypeResource
Descriptionvpc_connection
Idawscc.msk.vpc_connection

Fields

NameDatatypeDescription
arnstring
authenticationstring
client_subnetsarray
target_cluster_arnstringThe Amazon Resource Name (ARN) of the target cluster
security_groupsarray
tagsobject
vpc_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
authentication,
client_subnets,
target_cluster_arn,
security_groups,
tags,
vpc_id
FROM awscc.msk.vpc_connection
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the vpc_connection resource, the following permissions are required:

Read

kafka:DescribeVpcConnection,
kms:CreateGrant,
kms:DescribeKey

Update

kafka:DescribeVpcConnection,
kms:CreateGrant,
kms:DescribeKey,
kafka:TagResource,
kafka:UntagResource

Delete

ec2:DeleteVpcEndpoint,
ec2:DeleteVpcEndpoints,
ec2:DescribeVpcEndpoints,
ec2:DescribeVpcEndpointConnections,
kafka:DeleteVpcConnection,
kafka:DescribeVpcConnection,
kms:CreateGrant,
kms:DescribeKey