Class: Aws::Lightsail::Types::CreateCertificateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_nameString

The name for the certificate.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
# File 'lib/aws-sdk-lightsail/types.rb', line 2984

class CreateCertificateRequest < Struct.new(
  :certificate_name,
  :domain_name,
  :subject_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name (‘example.com`) for the certificate.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
# File 'lib/aws-sdk-lightsail/types.rb', line 2984

class CreateCertificateRequest < Struct.new(
  :certificate_name,
  :domain_name,
  :subject_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subject_alternative_namesArray<String>

An array of strings that specify the alternate domains (‘example2.com`) and subdomains (`blog.example.com`) for the certificate.

You can specify a maximum of nine alternate domains (in addition to the primary domain name).

Wildcard domain entries (‘*.example.com`) are not supported.

Returns:

  • (Array<String>)


2984
2985
2986
2987
2988
2989
2990
2991
# File 'lib/aws-sdk-lightsail/types.rb', line 2984

class CreateCertificateRequest < Struct.new(
  :certificate_name,
  :domain_name,
  :subject_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag keys and optional values to add to the certificate during create.

Use the ‘TagResource` action to tag a resource after it’s created.

Returns:



2984
2985
2986
2987
2988
2989
2990
2991
# File 'lib/aws-sdk-lightsail/types.rb', line 2984

class CreateCertificateRequest < Struct.new(
  :certificate_name,
  :domain_name,
  :subject_alternative_names,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end