AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.msk.VpcConnection
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
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
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> - The list of subnets in the client VPC to connect to.
- Security
Groups List<string> - The security groups to attach to the ENIs for the broker nodes.
- Target
Cluster stringArn - The Amazon Resource Name (ARN) of the target cluster
- Vpc
Id string - The VPC id of the remote client.
- Dictionary<string, string>
- Create tags when creating the VPC connection.
- Authentication
Vpc
Connection Authentication - The type of private link authentication.
- Client
Subnets []string - The list of subnets in the client VPC to connect to.
- Security
Groups []string - The security groups to attach to the ENIs for the broker nodes.
- Target
Cluster stringArn - The Amazon Resource Name (ARN) of the target cluster
- Vpc
Id string - The VPC id of the remote client.
- map[string]string
- Create tags when creating the VPC connection.
- authentication
Vpc
Connection Authentication - The type of private link authentication.
- client
Subnets List<String> - The list of subnets in the client VPC to connect to.
- security
Groups List<String> - The security groups to attach to the ENIs for the broker nodes.
- target
Cluster StringArn - The Amazon Resource Name (ARN) of the target cluster
- vpc
Id String - The VPC id of the remote client.
- Map<String,String>
- Create tags when creating the VPC connection.
- authentication
Vpc
Connection Authentication - The type of private link authentication.
- client
Subnets string[] - The list of subnets in the client VPC to connect to.
- security
Groups string[] - The security groups to attach to the ENIs for the broker nodes.
- target
Cluster stringArn - The Amazon Resource Name (ARN) of the target cluster
- vpc
Id string - The VPC id of the remote client.
- {[key: string]: string}
- Create tags when creating the VPC connection.
- authentication
Vpc
Connection Authentication - The type of private link authentication.
- client_
subnets Sequence[str] - The list of subnets in the client VPC to connect to.
- security_
groups Sequence[str] - The security groups to attach to the ENIs for the broker nodes.
- target_
cluster_ strarn - The Amazon Resource Name (ARN) of the target cluster
- vpc_
id str - The VPC id of the remote client.
- Mapping[str, str]
- Create tags when creating the VPC connection.
- authentication "SASL_IAM" | "SASL_SCRAM" | "TLS"
- The type of private link authentication.
- client
Subnets List<String> - The list of subnets in the client VPC to connect to.
- security
Groups List<String> - The security groups to attach to the ENIs for the broker nodes.
- target
Cluster StringArn - The Amazon Resource Name (ARN) of the target cluster
- vpc
Id String - The VPC id of the remote client.
- Map<String>
- Create tags when creating the VPC connection.
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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi