Interface CfnAcmeEndpoint.PublicCertificateAuthorityProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAcmeEndpoint.PublicCertificateAuthorityProperty.Jsii$Proxy
Enclosing class:
CfnAcmeEndpoint

@Stability(Stable) public static interface CfnAcmeEndpoint.PublicCertificateAuthorityProperty extends software.amazon.jsii.JsiiSerializable
Configuration for the public certificate authority.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.certificatemanager.*;
 PublicCertificateAuthorityProperty publicCertificateAuthorityProperty = PublicCertificateAuthorityProperty.builder()
         .allowedKeyAlgorithms(List.of("allowedKeyAlgorithms"))
         .build();
 

See Also: