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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSecurityConfigurationPropsMixin.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
@Stability(Stable) static CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty.Builder builder()
-