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.
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
References a DomainValidation structure that contains the domain name in the certificate and the email address that can be used for validation.
String serial
String that contains 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
Time at which the certificate was requested.
Date issuedAt
Time at which the certificate was issued.
String status
A CertificateStatus enumeration value that can contain one
of the following:
Date revokedAt
The time, if any, at which the certificate was revoked. This value exists only if the certificate has been revoked.
String revocationReason
A RevocationReason enumeration value that indicates why the
certificate was revoked. This value exists only if the certificate has
been revoked. This can be one of the following vales:
Date notBefore
Time before which the certificate is not valid.
Date notAfter
Time after which the certificate is not valid.
String keyAlgorithm
Asymmetric algorithm used to generate the public and private key pair.
Currently the only supported value is RSA_2048.
String signatureAlgorithm
Algorithm used to generate a signature. Currently the only supported
value is SHA256WITHRSA.
List<E> inUseBy
List that identifies ARNs that are using the certificate. A single 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 and the following five
addresses:
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
Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:
PENDING_VALIDATIONISSUEDINACTIVEEXPIREDVALIDATION_TIMED_OUTREVOKEDFAILEDString nextToken
String that contains an opaque marker of the next ACM Certificate ARN to
be displayed. Use this parameter when paginating results, and only in a
subsequent request after you've received a response where the results
have been truncated. Set it to an empty string the first time you call
this action, and set it to the value of the NextToken
element you receive in the response object for subsequent calls.
Integer maxItems
Specify this parameter when paginating results to indicate the maximum
number of ACM Certificates that you want to display for each response. If
there are additional certificates beyond the maximum you specify, use the
NextToken value in your next call to the
ListCertificates action.
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:
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 RequestCertificate 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:
Copyright © 2016. All rights reserved.