Interface CfnSecurityConfiguration.ISecureNamespaceInfoProperty
Secure namespace information for Lake Formation.
Namespace: Amazon.CDK.AWS.EMRContainers
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSecurityConfiguration.ISecureNamespaceInfoProperty
Syntax (vb)
Public Interface CfnSecurityConfiguration.ISecureNamespaceInfoProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EMRContainers;
var secureNamespaceInfoProperty = new SecureNamespaceInfoProperty {
ClusterId = "clusterId",
Namespace = "namespace"
};
Synopsis
Properties
| ClusterId | The ID of the cluster. |
| Namespace | The namespace. |
Properties
ClusterId
The ID of the cluster.
string? ClusterId { get; }
Property Value
Remarks
Namespace
The namespace.
string? Namespace { get; }