Interface CfnDistributionPropsMixin.TrustStoreConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionPropsMixin.TrustStoreConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDistributionPropsMixin
@Stability(Stable)
public static interface CfnDistributionPropsMixin.TrustStoreConfigProperty
extends software.amazon.jsii.JsiiSerializable
A trust store configuration.
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.cloudfront.*;
TrustStoreConfigProperty trustStoreConfigProperty = TrustStoreConfigProperty.builder()
.advertiseTrustStoreCaNames(false)
.ignoreCertificateExpiry(false)
.trustStoreId("trustStoreId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDistributionPropsMixin.TrustStoreConfigPropertystatic final classAn implementation forCfnDistributionPropsMixin.TrustStoreConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdvertiseTrustStoreCaNames
The configuration to use to advertise trust store CA names.Returns union: either
BooleanorIResolvable- See Also:
-
getIgnoreCertificateExpiry
The configuration to use to ignore certificate expiration.Returns union: either
BooleanorIResolvable- See Also:
-
getTrustStoreId
The trust store ID.- See Also:
-
builder
-