GetVpcConnectionResult

data class GetVpcConnectionResult(val arn: String, val authentication: String, val clientSubnets: List<String>, val id: String, val securityGroups: List<String>, val tags: Map<String, String>, val targetClusterArn: String, val vpcId: String)

A collection of values returned by getVpcConnection.

Constructors

Link copied to clipboard
constructor(arn: String, authentication: String, clientSubnets: List<String>, id: String, securityGroups: List<String>, tags: Map<String, String>, targetClusterArn: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

The authentication type for the client VPC Connection.

Link copied to clipboard

The list of subnets in the client VPC.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The security groups attached to the ENIs for the broker nodes.

Link copied to clipboard

Map of key-value pairs assigned to the VPC Connection.

Link copied to clipboard

The Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard

The VPC ID of the remote client.