You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::CreateCertificateRequestWhen 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
The name for the certificate.
The domain name (e.g., example.com
) for the certificate.
An array of strings that specify the alternate domains (e.g., example2.com
) and subdomains (e.g., blog.example.com
) for the certificate.
The tag keys and optional values to add to the certificate during create.
The name for the certificate.
#domain_name ⇒ StringThe domain name (e.g., example.com
) for the certificate.
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.
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