A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Lightsail/Types/CreateCertificateRequest.html below:

CreateCertificateRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::CreateCertificateRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateCertificateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_name: "CertificateName",   domain_name: "DomainName",   subject_alternative_names: ["DomainName"],
  tags: [
    {
      key: "TagKey",
      value: "TagValue",
    },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #certificate_name ⇒ String

The name for the certificate.

#domain_name ⇒ String

The domain name (e.g., example.com) for the certificate.

#subject_alternative_names ⇒ Array<String>

An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., 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 (e.g., *.example.com) are not supported.

#tags ⇒ Array<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.


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