Show / Hide Table of Contents

Interface CfnDataset.IDataLakeDatasetPrimaryKeyFieldProperty

The primary key field details.

Namespace: Amazon.CDK.AWS.SCN
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataset.IDataLakeDatasetPrimaryKeyFieldProperty
Syntax (vb)
Public Interface CfnDataset.IDataLakeDatasetPrimaryKeyFieldProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scn-dataset-datalakedatasetprimarykeyfield.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.SCN;

             var dataLakeDatasetPrimaryKeyFieldProperty = new DataLakeDatasetPrimaryKeyFieldProperty {
                 Name = "name"
             };

Synopsis

Properties

Name

The name of the primary key field.

Properties

Name

The name of the primary key field.

string Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scn-dataset-datalakedatasetprimarykeyfield.html#cfn-scn-dataset-datalakedatasetprimarykeyfield-name

Back to top Generated by DocFX