NAME
Paws::ApiGateway::VpcLink
ATTRIBUTES
Description => Str
The description of the VPC link.
Id => Str
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
Name => Str
The name used to label and identify the VPC link.
Status => Str
The status of the VPC link. The valid values are AVAILABLE
, PENDING
, DELETING
, or FAILED
. Deploying an API will wait if the status is PENDING
and will fail if the status is DELETING
.
Valid values are: "AVAILABLE"
, "PENDING"
, "DELETING"
, "FAILED"
=head2 StatusMessage => Str
A description about the VPC link status.
Tags => Paws::ApiGateway::MapOfStringToString
The collection of tags. Each tag element is associated with a given resource.
TargetArns => ArrayRef[Str|Undef]
The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.