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 in the AWS General Reference.
String domainName
The fully qualified domain name 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. This list contains the domain names that are bound to the public key that is 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. This field exists only when
the certificate type is AMAZON_ISSUED.
String serial
The serial number of the certificate.
String subject
The name of the entity that is associated with the public key contained in the certificate.
String issuer
The name of the certificate authority that issued and signed the certificate.
Date createdAt
The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED.
Date issuedAt
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED.
Date importedAt
The date and time at which the certificate was imported. This value exists only when the certificate type is
IMPORTED.
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 that was used to generate the key pair (the public and private key).
String signatureAlgorithm
The algorithm that was used to sign the certificate.
List<E> inUseBy
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
String failureReason
The reason the certificate request failed. This value exists only when the certificate status is
FAILED. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
String type
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For
certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
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.
String certificateArn
The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.
ByteBuffer certificate
The certificate to import. It must meet the following requirements:
Must be PEM-encoded.
Must contain a 1024-bit or 2048-bit RSA public key.
Must be valid at the time of import. You cannot import a certificate before its validity period begins (the
certificate's NotBefore date) or after it expires (the certificate's NotAfter date).
ByteBuffer privateKey
The private key that matches the public key in the certificate. It must meet the following requirements:
Must be PEM-encoded.
Must be unencrypted. You cannot import a private key that is protected by a password or passphrase.
ByteBuffer certificateChain
The certificate chain. It must be PEM-encoded.
String certificateArn
The Amazon Resource Name (ARN) of the imported certificate.
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.