Interface CfnCluster.EncryptionInTransitProperty

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

@Stability(Stable) public static interface CfnCluster.EncryptionInTransitProperty extends software.amazon.jsii.JsiiSerializable
The settings for encrypting data in transit.

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.msk.*;
 EncryptionInTransitProperty encryptionInTransitProperty = EncryptionInTransitProperty.builder()
         .clientBroker("clientBroker")
         .inCluster(false)
         .build();
 

See Also: