class Amazonite::ApiGateway::CreateVpcLinkRequest

Overview

Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. The caller must have permissions to create and update VPC Endpoint services.

Included Modules

Defined in:

api_gateway/create_vpc_link_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, target_arns : Array(String), description : String | Nil = nil, tags : Hash(String, String) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def description : String | Nil #

The description of the VPC link.


[View source]
def description=(description : String | Nil) #

The description of the VPC link.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String #

The name used to label and identify the VPC link.


[View source]
def name=(name : String) #

The name used to label and identify the VPC link.


[View source]
def tags : Hash(String, String) | Nil #

The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.


[View source]
def tags=(tags : Hash(String, String) | Nil) #

The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.


[View source]
def 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.


[View source]
def target_arns=(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.


[View source]
def validate! : Nil #

[View source]