interface PartitionFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.PartitionFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_PartitionFieldProperty |
Java | software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.PartitionFieldProperty |
Python | aws_cdk.aws_kinesisfirehose.CfnDeliveryStream.PartitionFieldProperty |
TypeScript | aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » PartitionFieldProperty |
Represents a single field in a PartitionSpec .
Amazon Data Firehose is in preview release and is subject to change.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisfirehose as kinesisfirehose } from 'aws-cdk-lib';
const partitionFieldProperty: kinesisfirehose.CfnDeliveryStream.PartitionFieldProperty = {
sourceName: 'sourceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The column name to be configured in partition spec. |
sourceName
Type:
string
The column name to be configured in partition spec.
Amazon Data Firehose is in preview release and is subject to change.

.NET
Go
Java
Python
TypeScript