interface SchemaEvolutionConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.SchemaEvolutionConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_SchemaEvolutionConfigurationProperty |
![]() | software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SchemaEvolutionConfigurationProperty |
![]() | aws_cdk.aws_kinesisfirehose.CfnDeliveryStream.SchemaEvolutionConfigurationProperty |
![]() | aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » SchemaEvolutionConfigurationProperty |
The configuration to enable schema evolution.
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 schemaEvolutionConfigurationProperty: kinesisfirehose.CfnDeliveryStream.SchemaEvolutionConfigurationProperty = {
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
enabled? | boolean | IResolvable | Specify whether you want to enable schema evolution. |
enabled?
Type:
boolean |
IResolvable
(optional)
Specify whether you want to enable schema evolution.
Amazon Data Firehose is in preview release and is subject to change.