1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. msk
  5. getVpcConnection

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.msk.getVpcConnection

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:msk:getVpcConnection
      arguments:
        # arguments dictionary

    The 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.
    Tags Dictionary<string, string>
    Arn string
    The ARN of the VPC connection.
    Tags map[string]string
    arn String
    The ARN of the VPC connection.
    tags Map<String,String>
    arn string
    The ARN of the VPC connection.
    tags {[key: string]: string}
    arn str
    The ARN of the VPC connection.
    tags Mapping[str, str]
    arn String
    The ARN of the VPC connection.
    tags Map<String>

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi