Package-level declarations
Types
The ACM certificate resource allows requesting and management of certificates from the Amazon Certificate Manager. ACM certificates can be created in three ways: Amazon-issued, where AWS provides the certificate authority and automatically manages renewal; imported certificates, issued by another certificate authority; and private certificates, issued using an ACM Private Certificate Authority.
The ACM certificate resource allows requesting and management of certificates from the Amazon Certificate Manager. ACM certificates can be created in three ways: Amazon-issued, where AWS provides the certificate authority and automatically manages renewal; imported certificates, issued by another certificate authority; and private certificates, issued using an ACM Private Certificate Authority.
Builder for CertificateArgs.
Builder for Certificate.
This resource represents a successful validation of an ACM certificate in concert with other resources. Most commonly, this resource is used together with aws.route53.Record
and aws.acm.Certificate
to request a DNS validated certificate, deploy the required validation records and wait for validation to complete.
This resource represents a successful validation of an ACM certificate in concert with other resources. Most commonly, this resource is used together with aws.route53.Record
and aws.acm.Certificate
to request a DNS validated certificate, deploy the required validation records and wait for validation to complete.
Builder for CertificateValidationArgs.
Builder for CertificateValidation.