Class: Aws::Lightsail::Types::SetupInstanceHttpsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:email_address]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_providerString

The certificate authority that issues the SSL/TLS certificate.

Returns:

  • (String)


13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-lightsail/types.rb', line 13875

class SetupInstanceHttpsRequest < Struct.new(
  :instance_name,
  :email_address,
  :domain_names,
  :certificate_provider)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#domain_namesArray<String>

The name of the domain and subdomains that were specified for the SSL/TLS certificate.

Returns:

  • (Array<String>)


13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-lightsail/types.rb', line 13875

class SetupInstanceHttpsRequest < Struct.new(
  :instance_name,
  :email_address,
  :domain_names,
  :certificate_provider)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#email_addressString

The contact method for SSL/TLS certificate renewal alerts. You can enter one email address.

Returns:

  • (String)


13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-lightsail/types.rb', line 13875

class SetupInstanceHttpsRequest < Struct.new(
  :instance_name,
  :email_address,
  :domain_names,
  :certificate_provider)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#instance_nameString

The name of the Lightsail instance.

Returns:

  • (String)


13875
13876
13877
13878
13879
13880
13881
13882
# File 'lib/aws-sdk-lightsail/types.rb', line 13875

class SetupInstanceHttpsRequest < Struct.new(
  :instance_name,
  :email_address,
  :domain_names,
  :certificate_provider)
  SENSITIVE = [:email_address]
  include Aws::Structure
end