vpc_connection
Gets an individual vpc_connection
resource
Overview
Name | vpc_connection |
Type | Resource |
Description | vpc_connection |
Id | awscc.msk.vpc_connection |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
authentication | string | |
client_subnets | array | |
target_cluster_arn | string | The Amazon Resource Name (ARN) of the target cluster |
security_groups | array | |
tags | object | |
vpc_id | string | |
region | string | AWS 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