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

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_nameString

The name for the certificate.

Returns:

  • (String)


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

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)


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

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>)


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

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:



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

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