interface SchemaEvolutionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.KinesisFirehose.CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awskinesisfirehose#CfnDeliveryStreamPropsMixin_SchemaEvolutionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_kinesisfirehose.CfnDeliveryStreamPropsMixin.SchemaEvolutionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_kinesisfirehose » CfnDeliveryStreamPropsMixin » 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/cfn-property-mixins';
const schemaEvolutionConfigurationProperty: kinesisfirehose.CfnDeliveryStreamPropsMixin.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.

.NET
Go
Java
Python
TypeScript