Interface CfnDeliveryStream.SchemaEvolutionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStream.SchemaEvolutionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStream
@Stability(Stable)
public static interface CfnDeliveryStream.SchemaEvolutionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kinesisfirehose.*; SchemaEvolutionConfigurationProperty schemaEvolutionConfigurationProperty = SchemaEvolutionConfigurationProperty.builder() .enabled(false) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDeliveryStream.SchemaEvolutionConfigurationProperty
static final class
An implementation forCfnDeliveryStream.SchemaEvolutionConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Specify whether you want to enable schema evolution.Amazon Data Firehose is in preview release and is subject to change.
- See Also:
-
builder
-