interface TransformProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SCN.CfnDataset.TransformProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsscn#CfnDataset_TransformProperty |
Java | software.amazon.awscdk.services.scn.CfnDataset.TransformProperty |
Python | aws_cdk.aws_scn.CfnDataset.TransformProperty |
TypeScript | aws-cdk-lib » aws_scn » CfnDataset » 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-lib';
const transformProperty: scn.CfnDataset.TransformProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type | string | The type of partitioning transformation. |
type
Type:
string
The type of partitioning transformation.

.NET
Go
Java
Python
TypeScript