DistributionTenantManagedCertificateRequest

data class DistributionTenantManagedCertificateRequest(val certificateTransparencyLoggingPreference: DistributionTenantManagedCertificateRequestCertificateTransparencyLoggingPreference? = null, val primaryDomainName: String? = null, val validationTokenHost: DistributionTenantManagedCertificateRequestValidationTokenHost? = null)

An object that represents the request for the Amazon CloudFront managed ACM certificate.

Constructors

constructor(certificateTransparencyLoggingPreference: DistributionTenantManagedCertificateRequestCertificateTransparencyLoggingPreference? = null, primaryDomainName: String? = null, validationTokenHost: DistributionTenantManagedCertificateRequestValidationTokenHost? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

You can opt out of certificate transparency logging by specifying the `disabled` option. Opt in by specifying `enabled`. For more information, see Certificate Transparency Logging in the User Guide.

Link copied to clipboard

The primary domain name associated with the CloudFront managed ACM certificate.

Link copied to clipboard

Specify how the HTTP validation token will be served when requesting the CloudFront managed ACM certificate.