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 initial validation of each domain name that occurs as a result of the
RequestCertificate request. 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 public-private key pair.
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.
RenewalSummary renewalSummary
Contains information about the status of ACM's managed renewal for the certificate.
This field exists only when the certificate type is AMAZON_ISSUED.
List<E> keyUsages
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
List<E> extendedKeyUsages
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
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
The Amazon Resource Name (ARN) of the ACM Certificate. The ARN must have the following 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
Metadata about an ACM certificate.
String domainName
A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.
List<E> validationEmails
A list of email addresses that ACM used to send domain validation emails.
String validationDomain
The domain name that ACM used to send domain validation emails.
String validationStatus
The validation status of the domain name. This can be one of the following values:
PENDING_VALIDATION
SUCCESS
FAILED
ResourceRecord resourceRecord
Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.
String validationMethod
Specifies the domain validation method.
String domainName
A fully qualified domain name (FQDN) in the certificate request.
String validationDomain
The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the
email addresses that you want ACM to use. This must be the same as the DomainName value or a
superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case, ACM
sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
String name
The name of an Extended Key Usage value.
String oID
An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.
1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)
1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)
1.3.6.1.5.5.7.3.3 (CODE_SIGNING)
1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)
1.3.6.1.5.5.7.3.8 (TIME_STAMPING)
1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)
1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)
1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)
1.3.6.1.5.5.7.3.7 (IPSEC_USER)
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.
ByteBuffer privateKey
The private key that matches the public key in the certificate.
ByteBuffer certificateChain
The PEM encoded certificate chain.
String certificateArn
The Amazon Resource Name (ARN) of the imported certificate.
String name
A string value that contains a Key Usage extension name.
List<E> certificateStatuses
Filter the certificate list by status value.
Filters includes
Filter the certificate list. For more information, see the Filters structure.
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 have the following 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 renewalStatus
The status of ACM's managed renewal of the certificate.
List<E> domainValidationOptions
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different
from the initial validation that occurs as a result of the RequestCertificate request. This field exists
only when the certificate type is AMAZON_ISSUED.
String domainName
Fully qualified domain name (FQDN), such as www.example.com, of the site that 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.
The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.
String validationMethod
The method you want to use to validate your domain.
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. The maximum number of domain names that you can add to an ACM
Certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must
request a limit increase. For more information, see Limits.
The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:
(63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets
(63+1+63+1+63+1+61) and no label exceeds 63 octets.
(64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253
octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.
(63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS
name (63+1+63+1+63+1+62) exceeds 253 octets.
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 domain name that you want ACM to use to send you emails so that you can validate domain ownership.
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 © 2018. All rights reserved.