Interface CfnCluster.VpcConnectivityTlsProperty

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

@Stability(Stable) public static interface CfnCluster.VpcConnectivityTlsProperty extends software.amazon.jsii.JsiiSerializable
Details for client authentication using TLS for vpcConnectivity.

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.*;
 VpcConnectivityTlsProperty vpcConnectivityTlsProperty = VpcConnectivityTlsProperty.builder()
         .enabled(false)
         .build();