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 SourceDescription
The description of the VPC link.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
Set to the ID of the found API Gateway VPC Link.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the VPC link.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
StatusMessage
The status message of the VPC link.
Declaration
public readonly string StatusMessage
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |