logo
Expand description

AWS Certificate Manager

You can use AWS Certificate Manager (ACM) to manage SSL/TLS certificates for your AWS-based websites and applications. For more information about using ACM, see the AWS Certificate Manager User Guide.

If you’re using the service, you’re probably looking for AcmClient and Acm.

Structs

A client for the ACM API.

Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.

Structure that contains options for your certificate. Currently, you can use this only to specify whether to opt in to or out of certificate transparency logging. Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see Certificate Transparency Logging.

This structure is returned in the response object of ListCertificates action.

Contains information about the validation of each domain name in the certificate.

Contains information about the domain names that you want ACM to use to send you emails that enable you to validate domain ownership.

Object containing expiration events options associated with an AWS account.

The Extended Key Usage X.509 v3 extension defines one or more purposes for which the public key can be used. This is in addition to or in place of the basic purposes specified by the Key Usage extension.

This structure can be used in the ListCertificates action to filter the output of the certificate list.

The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.

Contains a DNS record value that you can use to can use to validate ownership or control of a domain. This is used by the DescribeCertificate action.

A key-value pair that identifies or specifies metadata about an ACM resource.

Enums

Errors returned by AddTagsToCertificate

Errors returned by DeleteCertificate

Errors returned by DescribeCertificate

Errors returned by ExportCertificate

Errors returned by GetAccountConfiguration

Errors returned by GetCertificate

Errors returned by ImportCertificate

Errors returned by ListCertificates

Errors returned by ListTagsForCertificate

Errors returned by PutAccountConfiguration

Errors returned by RemoveTagsFromCertificate

Errors returned by RenewCertificate

Errors returned by RequestCertificate

Errors returned by ResendValidationEmail

Errors returned by UpdateCertificateOptions

Traits

Trait representing the capabilities of the ACM API. ACM clients implement this trait.