NAME
Paws::ACM::RequestCertificate - Arguments for method RequestCertificate on Paws::ACM
DESCRIPTION
This class represents the parameters used for calling the method RequestCertificate on the AWS Certificate Manager service. Use the attributes of this class as arguments to method RequestCertificate.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to RequestCertificate.
As an example:
$service_obj->RequestCertificate(Att1 => $value1, Att2 => $value2, ...);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.
ATTRIBUTES
REQUIRED DomainName => Str
Fully qualified domain name (FQDN), such as www.example.com, of the site you want to secure with an ACM Certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.
DomainValidationOptions => ArrayRef[Paws::ACM::DomainValidationOption]
The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain
value or a superdomain of the Domain
value. For example, if you requested a certificate for test.example.com
and specify DomainValidationOptions of example.com
, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
IdempotencyToken => Str
Customer chosen string that can be used to distinguish between calls to RequestCertificate
. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate
multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.
SubjectAlternativeNames => ArrayRef[Str]
Additional FQDNs to be included in the Subject Alternative Name extension of the ACM Certificate. For example, add the name www.example.net to a certificate for which the DomainName
field is www.example.com if users can reach your site by using either name.
SEE ALSO
This class forms part of Paws, documenting arguments for method RequestCertificate in Paws::ACM
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues