You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::CreateLoadBalancerRequestWhen passing CreateLoadBalancerRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
load_balancer_name: "ResourceName", instance_port: 1, health_check_path: "string",
certificate_name: "ResourceName",
certificate_domain_name: "DomainName",
certificate_alternative_names: ["DomainName"],
tags: [
{
key: "TagKey",
value: "TagValue",
},
],
}
Instance Attribute Summary collapse
The optional alternative domains and subdomains to use with your SSL/TLS certificate (e.g., www.example.com
, example.com
, m.example.com
, blog.example.com
).
The domain name with which your certificate is associated (e.g., example.com
).
The name of the SSL/TLS certificate.
The path you provided to perform the load balancer health check.
The instance port where you\'re creating your load balancer.
The name of your load balancer.
The tag keys and optional values to add to the resource during create.
The optional alternative domains and subdomains to use with your SSL/TLS certificate (e.g., www.example.com
, example.com
, m.example.com
, blog.example.com
).
The domain name with which your certificate is associated (e.g., example.com
).
If you specify certificateDomainName
, then certificateName
is required (and vice-versa).
The name of the SSL/TLS certificate.
If you specify certificateName
, then certificateDomainName
is required (and vice-versa).
The path you provided to perform the load balancer health check. If you didn\'t specify a health check path, Lightsail uses the root path of your website (e.g., "/"
).
You may want to specify a custom health check path other than the root of your application if your home page loads slowly or has a lot of media or scripting on it.
#instance_port ⇒ IntegerThe instance port where you\'re creating your load balancer.
#load_balancer_name ⇒ StringThe name of your load balancer.
#tags ⇒ Array<Types::Tag>The tag keys and optional values to add to the resource during create.
Use the TagResource
action to tag a resource after it\'s created.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4