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.
TargetArns => ArrayRef[Str|Undef]
The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers must be owned by the same AWS account of the API owner.