We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.msk.getVpcConnection
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::MSK::VpcConnection
Using getVpcConnection
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVpcConnection(args: GetVpcConnectionArgs, opts?: InvokeOptions): Promise<GetVpcConnectionResult>
function getVpcConnectionOutput(args: GetVpcConnectionOutputArgs, opts?: InvokeOptions): Output<GetVpcConnectionResult>def get_vpc_connection(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcConnectionResult
def get_vpc_connection_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcConnectionResult]func LookupVpcConnection(ctx *Context, args *LookupVpcConnectionArgs, opts ...InvokeOption) (*LookupVpcConnectionResult, error)
func LookupVpcConnectionOutput(ctx *Context, args *LookupVpcConnectionOutputArgs, opts ...InvokeOption) LookupVpcConnectionResultOutput> Note: This function is named LookupVpcConnection in the Go SDK.
public static class GetVpcConnection
{
public static Task<GetVpcConnectionResult> InvokeAsync(GetVpcConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetVpcConnectionResult> Invoke(GetVpcConnectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpcConnectionResult> getVpcConnection(GetVpcConnectionArgs args, InvokeOptions options)
public static Output<GetVpcConnectionResult> getVpcConnection(GetVpcConnectionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:msk:getVpcConnection
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The ARN of the VPC connection.
- Arn string
- The ARN of the VPC connection.
- arn String
- The ARN of the VPC connection.
- arn string
- The ARN of the VPC connection.
- arn str
- The ARN of the VPC connection.
- arn String
- The ARN of the VPC connection.
getVpcConnection Result
The following output properties are available:
- Arn string
- The ARN of the VPC connection.
- Dictionary<string, string>
- An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
- Arn string
- The ARN of the VPC connection.
- map[string]string
- An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
- arn String
- The ARN of the VPC connection.
- Map<String,String>
- An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
- arn string
- The ARN of the VPC connection.
- {[key: string]: string}
- An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
- arn str
- The ARN of the VPC connection.
- Mapping[str, str]
- An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
- arn String
- The ARN of the VPC connection.
- Map<String>
- An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
