class
Amazonite::ApiGateway::CreateVpcLinkRequest
- Amazonite::ApiGateway::CreateVpcLinkRequest
- Reference
- Object
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
- JSON::Serializable
Defined in:
api_gateway/create_vpc_link_request.crConstructors
- .new(name : String, target_arns : Array(String), description : String | Nil = nil, tags : Hash(String, String) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
The description of the VPC link.
-
#description=(description : String | Nil)
The description of the VPC link.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name used to label and identify the VPC link.
-
#name=(name : String)
The name used to label and identify the VPC link.
-
#tags : Hash(String, String) | Nil
The key-value map of strings.
-
#tags=(tags : Hash(String, String) | Nil)
The key-value map of strings.
-
#target_arns : Array(String)
The ARN of the network load balancer of the VPC targeted by the VPC link.
-
#target_arns=(target_arns : Array(String))
The ARN of the network load balancer of the VPC targeted by the VPC link.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
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.
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.