Interface CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnResponderGatewayPropsMixin
@Stability(Stable)
public static interface CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes the configuration of a trust store.
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.rtbfabric.*;
TrustStoreConfigurationProperty trustStoreConfigurationProperty = TrustStoreConfigurationProperty.builder()
.certificateAuthorityCertificates(List.of("certificateAuthorityCertificates"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateAuthorityCertificates
The certificate authority certificate.- See Also:
-
builder
@Stability(Stable) static CfnResponderGatewayPropsMixin.TrustStoreConfigurationProperty.Builder builder()
-