Interface CfnSecurityConfiguration.SecureNamespaceInfoProperty

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

@Stability(Stable) public static interface CfnSecurityConfiguration.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.services.emrcontainers.*;
 SecureNamespaceInfoProperty secureNamespaceInfoProperty = SecureNamespaceInfoProperty.builder()
         .clusterId("clusterId")
         .namespace("namespace")
         .build();
 

See Also: