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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResponderGateway.TrustStoreConfigurationPropertystatic final classAn implementation forCfnResponderGateway.TrustStoreConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateAuthorityCertificates
The certificate authority certificate.- See Also:
-
builder
-