interface DataLakeDatasetPrimaryKeyFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SCN.CfnDatasetPropsMixin.DataLakeDatasetPrimaryKeyFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsscn#CfnDatasetPropsMixin_DataLakeDatasetPrimaryKeyFieldProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.scn.CfnDatasetPropsMixin.DataLakeDatasetPrimaryKeyFieldProperty |
Python | aws_cdk.cfn_property_mixins.aws_scn.CfnDatasetPropsMixin.DataLakeDatasetPrimaryKeyFieldProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_scn » CfnDatasetPropsMixin » DataLakeDatasetPrimaryKeyFieldProperty |
The primary key field details.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_scn as scn } from '@aws-cdk/cfn-property-mixins';
const dataLakeDatasetPrimaryKeyFieldProperty: scn.CfnDatasetPropsMixin.DataLakeDatasetPrimaryKeyFieldProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the primary key field. |
name?
Type:
string
(optional)
The name of the primary key field.

.NET
Go
Java
Python
TypeScript