Interface CfnDomainConfiguration.TlsConfigProperty

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

@Stability(Stable) public static interface CfnDomainConfiguration.TlsConfigProperty extends software.amazon.jsii.JsiiSerializable
An object that specifies the TLS configuration for a domain.

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.iot.*;
 TlsConfigProperty tlsConfigProperty = TlsConfigProperty.builder()
         .securityPolicy("securityPolicy")
         .build();
 

See Also: