DistributionTenantManagedCertificateRequestValidationTokenHost

enum DistributionTenantManagedCertificateRequestValidationTokenHost : Enum<DistributionTenantManagedCertificateRequestValidationTokenHost> , ConvertibleToJava<DistributionTenantManagedCertificateRequestValidationTokenHost>

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

  • For `cloudfront`, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain's DNS to CloudFront immediately.

  • For `self-hosted`, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.

Entries

Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: DistributionTenantManagedCertificateRequestValidationTokenHost
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): DistributionTenantManagedCertificateRequestValidationTokenHost
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.