We recommend new projects start with resources from the AWS provider.
aws-native.msk.VpcConnection
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::MSK::VpcConnection
Create VpcConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VpcConnection(name: string, args: VpcConnectionArgs, opts?: CustomResourceOptions);
@overload
def VpcConnection(resource_name: str,
args: VpcConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VpcConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
authentication: Optional[VpcConnectionAuthentication] = None,
client_subnets: Optional[Sequence[str]] = None,
security_groups: Optional[Sequence[str]] = None,
target_cluster_arn: Optional[str] = None,
vpc_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewVpcConnection(ctx *Context, name string, args VpcConnectionArgs, opts ...ResourceOption) (*VpcConnection, error)
public VpcConnection(string name, VpcConnectionArgs args, CustomResourceOptions? opts = null)
public VpcConnection(String name, VpcConnectionArgs args)
public VpcConnection(String name, VpcConnectionArgs args, CustomResourceOptions options)
type: aws-native:msk:VpcConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args VpcConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args VpcConnectionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args VpcConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VpcConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VpcConnectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
VpcConnection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The VpcConnection resource accepts the following input properties:
- Authentication
Pulumi.
Aws Native. Msk. Vpc Connection Authentication - The type of private link authentication.
- Client
Subnets List<string> - Security
Groups List<string> - Target
Cluster stringArn - The Amazon Resource Name (ARN) of the target cluster
- Vpc
Id string - Dictionary<string, string>
- Authentication
Vpc
Connection Authentication - The type of private link authentication.
- Client
Subnets []string - Security
Groups []string - Target
Cluster stringArn - The Amazon Resource Name (ARN) of the target cluster
- Vpc
Id string - map[string]string
- authentication
Vpc
Connection Authentication - The type of private link authentication.
- client
Subnets List<String> - security
Groups List<String> - target
Cluster StringArn - The Amazon Resource Name (ARN) of the target cluster
- vpc
Id String - Map<String,String>
- authentication
Vpc
Connection Authentication - The type of private link authentication.
- client
Subnets string[] - security
Groups string[] - target
Cluster stringArn - The Amazon Resource Name (ARN) of the target cluster
- vpc
Id string - {[key: string]: string}
- authentication
Vpc
Connection Authentication - The type of private link authentication.
- client_
subnets Sequence[str] - security_
groups Sequence[str] - target_
cluster_ strarn - The Amazon Resource Name (ARN) of the target cluster
- vpc_
id str - Mapping[str, str]
- authentication "SASL_IAM" | "SASL_SCRAM" | "TLS"
- The type of private link authentication.
- client
Subnets List<String> - security
Groups List<String> - target
Cluster StringArn - The Amazon Resource Name (ARN) of the target cluster
- vpc
Id String - Map<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the VpcConnection resource produces the following output properties:
Supporting Types
VpcConnectionAuthentication, VpcConnectionAuthenticationArgs
- Sasl
Iam - SASL_IAM
- Sasl
Scram - SASL_SCRAM
- Tls
- TLS
- Vpc
Connection Authentication Sasl Iam - SASL_IAM
- Vpc
Connection Authentication Sasl Scram - SASL_SCRAM
- Vpc
Connection Authentication Tls - TLS
- Sasl
Iam - SASL_IAM
- Sasl
Scram - SASL_SCRAM
- Tls
- TLS
- Sasl
Iam - SASL_IAM
- Sasl
Scram - SASL_SCRAM
- Tls
- TLS
- SASL_IAM
- SASL_IAM
- SASL_SCRAM
- SASL_SCRAM
- TLS
- TLS
- "SASL_IAM"
- SASL_IAM
- "SASL_SCRAM"
- SASL_SCRAM
- "TLS"
- TLS
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.