interface IInputFormat
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.KinesisFirehose.IInputFormat | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#IInputFormat | 
|  Java | software.amazon.awscdk.services.kinesisfirehose.IInputFormat | 
|  Python | aws_cdk.aws_kinesisfirehose.IInputFormat | 
|  TypeScript (source) | aws-cdk-lib»aws_kinesisfirehose»IInputFormat | 
Implemented by
Hive, Open
An input format to be used in Firehose record format conversion.
Methods
| Name | Description | 
|---|---|
| create | Renders the cloudformation properties for the input format. | 
createInputFormatConfig()   
public createInputFormatConfig(): InputFormatConfigurationProperty
Returns
Renders the cloudformation properties for the input format.
