Method: Aws::APIGateway::Types::VpcLink#target_arns

Defined in:
lib/aws-sdk-apigateway/types.rb

#target_arnsArray<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 AWS account of the API owner.

Returns:

  • (Array<String>)

8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
# File 'lib/aws-sdk-apigateway/types.rb', line 8380

class VpcLink < Struct.new(
  :id,
  :name,
  :description,
  :target_arns,
  :status,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end