String certificateArn
String that contains the ARN of the ACM Certificate to which the tag is to be applied. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
List<E> tags
The key-value pair that defines the tag. The tag value is optional.
String certificateArn
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String domainName
The fully qualified domain name (FQDN) for the certificate, such as www.example.com or example.com.
List<E> subjectAlternativeNames
One or more domain names (subject alternative names) included in the certificate request. After the certificate is issued, this list includes the domain names bound to the public key contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
List<E> domainValidationOptions
Contains information about the email address or addresses used for domain validation.
String serial
The serial number of the certificate.
String subject
The X.500 distinguished name of the entity associated with the public key contained in the certificate.
String issuer
The X.500 distinguished name of the CA that issued and signed the certificate.
Date createdAt
The time at which the certificate was requested.
Date issuedAt
The time at which the certificate was issued.
String status
The status of the certificate.
Date revokedAt
The time at which the certificate was revoked. This value exists only
when the certificate status is REVOKED.
String revocationReason
The reason the certificate was revoked. This value exists only when the
certificate status is REVOKED.
Date notBefore
The time before which the certificate is not valid.
Date notAfter
The time after which the certificate is not valid.
String keyAlgorithm
The algorithm used to generate the key pair (the public and private key).
Currently the only supported value is RSA_2048.
String signatureAlgorithm
The algorithm used to generate a signature. Currently the only supported
value is SHA256WITHRSA.
List<E> inUseBy
A list of ARNs for the resources that are using the certificate. An ACM Certificate can be used by multiple AWS resources.
String certificateArn
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String domainName
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
String certificateArn
String that contains the ARN of the ACM Certificate to be deleted. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String certificateArn
String that contains an ACM Certificate ARN. The ARN must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
CertificateDetail certificate
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.
String domainName
Fully Qualified Domain Name (FQDN) of the form
www.example.com or example.com.
List<E> validationEmails
A list of contact address for the domain registrant.
String validationDomain
The base validation domain that acts as the suffix of the email addresses that are used to send the emails.
String domainName
Fully Qualified Domain Name (FQDN) of the certificate being requested.
String validationDomain
The domain to which validation email is sent. This is the base validation
domain that will act as the suffix of the email addresses. This must be
the same as the DomainName value or a superdomain of the
DomainName value. For example, if you requested a
certificate for site.subdomain.example.com and specify a
ValidationDomain of subdomain.example.com, ACM sends
email to the domain registrant, technical contact, and administrative
contact in WHOIS for the base domain and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
String certificateArn
String that contains a certificate ARN in the following format:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
List<E> certificateStatuses
The status or statuses on which to filter the list of ACM Certificates.
String nextToken
Use this parameter only when paginating results and only in a subsequent
request after you receive a response with truncated results. Set it to
the value of NextToken from the response you just received.
Integer maxItems
Use this parameter when paginating results to specify the maximum number
of items to return in the response. If additional items exist beyond the
number you specify, the NextToken element is sent in the
response. Use this NextToken value in a subsequent request
to retrieve additional items.
String certificateArn
String that contains the ARN of the ACM Certificate for which you want to list the tags. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String certificateArn
String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
List<E> tags
The key-value pair that defines the tag to remove.
String domainName
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.
List<E> subjectAlternativeNames
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.
String idempotencyToken
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.
List<E> domainValidationOptions
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
String certificateArn
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
String certificateArn
String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request.
The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
String domain
The Fully Qualified Domain Name (FQDN) of the certificate that needs to be validated.
String validationDomain
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
site.subdomain.example.com and specify a
ValidationDomain of subdomain.example.com, ACM sends
email to the domain registrant, technical contact, and administrative
contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
Copyright © 2016. All rights reserved.