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

.NET
Go
Java
Python
TypeScript