Show / Hide Table of Contents

Class GetVpcLinkResult

Inheritance
System.Object
GetVpcLinkResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcLinkResult

Fields

View Source

Description

The description of the VPC link.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

Set to the ID of the found API Gateway VPC Link.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Status

The status of the VPC link.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

StatusMessage

The status message of the VPC link.

Declaration
public readonly string StatusMessage
Field Value
Type Description
System.String
View Source

Tags

Key-value map of resource tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

TargetArns

The list of network load balancer arns in the VPC targeted by the VPC link. Currently AWS only supports 1 target.

Declaration
public readonly ImmutableArray<string> TargetArns
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.