Interface CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty

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

@Stability(Stable) public static interface CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty extends software.amazon.jsii.JsiiSerializable
Secure namespace information for Lake Formation.

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.emrcontainers.*;
 SecureNamespaceInfoProperty secureNamespaceInfoProperty = SecureNamespaceInfoProperty.builder()
         .clusterId("clusterId")
         .namespace("namespace")
         .build();
 

See Also: