interface DataLakeDatasetPartitionFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SCN.CfnDatasetPropsMixin.DataLakeDatasetPartitionFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsscn#CfnDatasetPropsMixin_DataLakeDatasetPartitionFieldProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.scn.CfnDatasetPropsMixin.DataLakeDatasetPartitionFieldProperty |
Python | aws_cdk.cfn_property_mixins.aws_scn.CfnDatasetPropsMixin.DataLakeDatasetPartitionFieldProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_scn » CfnDatasetPropsMixin » DataLakeDatasetPartitionFieldProperty |
The partition 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 dataLakeDatasetPartitionFieldProperty: scn.CfnDatasetPropsMixin.DataLakeDatasetPartitionFieldProperty = {
name: 'name',
transform: {
type: 'type',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the partition field. |
| transform? | IResolvable | Transform | The transformation of the partition field. |
name?
Type:
string
(optional)
The name of the partition field.
transform?
Type:
IResolvable | Transform
(optional)
The transformation of the partition field.

.NET
Go
Java
Python
TypeScript