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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityConfiguration.SecureNamespaceInfoPropertystatic final classAn implementation forCfnSecurityConfiguration.SecureNamespaceInfoProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterId
The ID of the cluster.- See Also:
-
getNamespace
The namespace.- See Also:
-
builder
-