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

.NET
Go
Java
Python
TypeScript