Uses of Interface
software.amazon.awscdk.services.cloudfront.ViewerCertificateOptions
Packages that use ViewerCertificateOptions
-
Uses of ViewerCertificateOptions in software.amazon.awscdk.services.cloudfront
Classes in software.amazon.awscdk.services.cloudfront that implement ViewerCertificateOptionsModifier and TypeClassDescriptionstatic final classAn implementation forViewerCertificateOptionsMethods in software.amazon.awscdk.services.cloudfront that return ViewerCertificateOptionsModifier and TypeMethodDescriptionViewerCertificateOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cloudfront with parameters of type ViewerCertificateOptionsModifier and TypeMethodDescriptionstatic ViewerCertificateViewerCertificate.fromAcmCertificate(ICertificate certificate, ViewerCertificateOptions options) Generate an AWS Certificate Manager (ACM) viewer certificate configuration.static ViewerCertificateViewerCertificate.fromIamCertificate(String iamCertificateId, ViewerCertificateOptions options) Generate an IAM viewer certificate configuration.