Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-securenamespaceinfo.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-securenamespaceinfo.html#cfn-emrcontainers-securityconfiguration-securenamespaceinfo-clusterid

Namespace

The namespace.

string? Namespace { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-securityconfiguration-securenamespaceinfo.html#cfn-emrcontainers-securityconfiguration-securenamespaceinfo-namespace

Back to top Generated by DocFX