VpcConnection

class VpcConnection : KotlinCustomResource

Resource Type definition for AWS::MSK::VpcConnection

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the VPC connection.

Link copied to clipboard

The type of private link authentication.

Link copied to clipboard
val clientSubnets: Output<List<String>>

The list of subnets in the client VPC to connect to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val securityGroups: Output<List<String>>

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

Link copied to clipboard
val tags: Output<Map<String, String>>?

An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.

Link copied to clipboard

The Amazon Resource Name (ARN) of the target cluster

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The VPC ID of the remote client.