Interface CfnClusterPropsMixin.UnauthenticatedProperty

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

@Stability(Stable) public static interface CfnClusterPropsMixin.UnauthenticatedProperty extends software.amazon.jsii.JsiiSerializable
Details for allowing no client authentication.

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.msk.*;
 UnauthenticatedProperty unauthenticatedProperty = UnauthenticatedProperty.builder()
         .enabled(false)
         .build();
 

See Also: