Expand description
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§
- AcmClient
- A client for the ACM API.
- AddTags
ToCertificate Request - Certificate
Detail Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.
- Certificate
Options 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.
- Certificate
Summary This structure is returned in the response object of ListCertificates action.
- Delete
Certificate Request - Describe
Certificate Request - Describe
Certificate Response - Domain
Validation Contains information about the validation of each domain name in the certificate.
- Domain
Validation Option Contains information about the domain names that you want ACM to use to send you emails that enable you to validate domain ownership.
- Expiry
Events Configuration Object containing expiration events options associated with an AWS account.
- Export
Certificate Request - Export
Certificate Response - Extended
KeyUsage 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.
- Filters
This structure can be used in the ListCertificates action to filter the output of the certificate list.
- GetAccount
Configuration Response - GetCertificate
Request - GetCertificate
Response - Import
Certificate Request - Import
Certificate Response - KeyUsage
The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.
- List
Certificates Request - List
Certificates Response - List
Tags ForCertificate Request - List
Tags ForCertificate Response - PutAccount
Configuration Request - Remove
Tags From Certificate Request - Renew
Certificate Request - Renewal
Summary Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is
AMAZON_ISSUED
.- Request
Certificate Request - Request
Certificate Response - Resend
Validation Email Request - Resource
Record 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.
- Tag
A key-value pair that identifies or specifies metadata about an ACM resource.
- Update
Certificate Options Request
Enums§
- AddTags
ToCertificate Error - Errors returned by AddTagsToCertificate
- Delete
Certificate Error - Errors returned by DeleteCertificate
- Describe
Certificate Error - Errors returned by DescribeCertificate
- Export
Certificate Error - Errors returned by ExportCertificate
- GetAccount
Configuration Error - Errors returned by GetAccountConfiguration
- GetCertificate
Error - Errors returned by GetCertificate
- Import
Certificate Error - Errors returned by ImportCertificate
- List
Certificates Error - Errors returned by ListCertificates
- List
Tags ForCertificate Error - Errors returned by ListTagsForCertificate
- PutAccount
Configuration Error - Errors returned by PutAccountConfiguration
- Remove
Tags From Certificate Error - Errors returned by RemoveTagsFromCertificate
- Renew
Certificate Error - Errors returned by RenewCertificate
- Request
Certificate Error - Errors returned by RequestCertificate
- Resend
Validation Email Error - Errors returned by ResendValidationEmail
- Update
Certificate Options Error - Errors returned by UpdateCertificateOptions
Traits§
- Acm
- Trait representing the capabilities of the ACM API. ACM clients implement this trait.