Class: Aws::Lightsail::Types::CreateLoadBalancerTlsCertificateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_alternative_namesArray<String>

An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail will de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1 primary domain). We do not support wildcards (*.example.com).

Returns:

  • (Array<String>)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4294

class CreateLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :certificate_domain_name,
  :certificate_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_domain_nameString

The domain name (example.com) for your SSL/TLS certificate.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4294

class CreateLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :certificate_domain_name,
  :certificate_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_nameString

The SSL/TLS certificate name.

You can have up to 10 certificates in your account at one time. Each Lightsail load balancer can have up to 2 certificates associated with it at one time. There is also an overall limit to the number of certificates that can be issue in a 365-day period. For more information, see Limits.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4294

class CreateLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :certificate_domain_name,
  :certificate_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_nameString

The load balancer name where you want to create the SSL/TLS certificate.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4294

class CreateLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :certificate_domain_name,
  :certificate_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<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.

Returns:



4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4294

class CreateLoadBalancerTlsCertificateRequest < Struct.new(
  :load_balancer_name,
  :certificate_name,
  :certificate_domain_name,
  :certificate_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end