Interface CfnResponderGateway.TrustStoreConfigurationProperty

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

@Stability(Stable) public static interface CfnResponderGateway.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.services.rtbfabric.*;
 TrustStoreConfigurationProperty trustStoreConfigurationProperty = TrustStoreConfigurationProperty.builder()
         .certificateAuthorityCertificates(List.of("certificateAuthorityCertificates"))
         .build();
 

See Also: