Distribution Tenant Managed Certificate Request Args
data class DistributionTenantManagedCertificateRequestArgs(val certificateTransparencyLoggingPreference: Output<DistributionTenantManagedCertificateRequestCertificateTransparencyLoggingPreference>? = null, val primaryDomainName: Output<String>? = null, val validationTokenHost: Output<DistributionTenantManagedCertificateRequestValidationTokenHost>? = null) : ConvertibleToJava<DistributionTenantManagedCertificateRequestArgs>
An object that represents the request for the Amazon CloudFront managed ACM certificate.
Constructors
Link copied to clipboard
constructor(certificateTransparencyLoggingPreference: Output<DistributionTenantManagedCertificateRequestCertificateTransparencyLoggingPreference>? = null, primaryDomainName: Output<String>? = null, validationTokenHost: Output<DistributionTenantManagedCertificateRequestValidationTokenHost>? = null)
Properties
Link copied to clipboard
val certificateTransparencyLoggingPreference: Output<DistributionTenantManagedCertificateRequestCertificateTransparencyLoggingPreference>? = null
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
val validationTokenHost: Output<DistributionTenantManagedCertificateRequestValidationTokenHost>? = null
Specify how the HTTP validation token will be served when requesting the CloudFront managed ACM certificate.