Class: Aws::APIGateway::Types::VpcLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::VpcLink
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the VPC link.
-
#id ⇒ String
The identifier of the VpcLink.
-
#name ⇒ String
The name used to label and identify the VPC link.
-
#status ⇒ String
The status of the VPC link.
-
#status_message ⇒ String
A description about the VPC link status.
-
#tags ⇒ Hash<String,String>
The collection of tags.
-
#target_arns ⇒ Array<String>
The ARN of the network load balancer of the VPC targeted by the VPC link.
Instance Attribute Details
#description ⇒ String
The description of the VPC link.
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6282 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6282 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name used to label and identify the VPC link.
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6282 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6282 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A description about the VPC link status.
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6282 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The collection of tags. Each tag element is associated with a given resource.
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6282 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |
#target_arns ⇒ Array<String>
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 Amazon Web Services account of the API owner.
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 6282 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |