interface PartitionFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.KinesisFirehose.Mixins.CfnDeliveryStreamPropsMixin.PartitionFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awskinesisfirehose/mixins#CfnDeliveryStreamPropsMixin_PartitionFieldProperty |
Java | software.amazon.awscdk.mixins.preview.services.kinesisfirehose.mixins.CfnDeliveryStreamPropsMixin.PartitionFieldProperty |
Python | aws_cdk.mixins_preview.aws_kinesisfirehose.mixins.CfnDeliveryStreamPropsMixin.PartitionFieldProperty |
TypeScript | @aws-cdk/mixins-preview » aws_kinesisfirehose » mixins » CfnDeliveryStreamPropsMixin » 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 { mixins as kinesisfirehose_mixins } from '@aws-cdk/mixins-preview/aws-kinesisfirehose';
const partitionFieldProperty: kinesisfirehose_mixins.CfnDeliveryStreamPropsMixin.PartitionFieldProperty = {
sourceName: 'sourceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The column name to be configured in partition spec. |
sourceName?
Type:
string
(optional)
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