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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAcmeEndpointPropsMixin.PublicCertificateAuthorityProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The allowed key algorithms for certificates issued via this endpoint.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowedKeyAlgorithms
The allowed key algorithms for certificates issued via this endpoint.- See Also:
-
builder
@Stability(Stable) static CfnAcmeEndpointPropsMixin.PublicCertificateAuthorityProperty.Builder builder()
-