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