Interface CfnAcmeEndpointPropsMixin.PublicCertificateAuthorityProperty

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

@Stability(Stable) public static interface CfnAcmeEndpointPropsMixin.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.cfnpropertymixins.services.certificatemanager.*;
 PublicCertificateAuthorityProperty publicCertificateAuthorityProperty = PublicCertificateAuthorityProperty.builder()
         .allowedKeyAlgorithms(List.of("allowedKeyAlgorithms"))
         .build();
 

See Also: