Interface CfnDeliveryStreamPropsMixin.PartitionFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStreamPropsMixin.PartitionFieldProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStreamPropsMixin
@Stability(Stable)
public static interface CfnDeliveryStreamPropsMixin.PartitionFieldProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.*;
PartitionFieldProperty partitionFieldProperty = PartitionFieldProperty.builder()
.sourceName("sourceName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDeliveryStreamPropsMixin.PartitionFieldPropertystatic final classAn implementation forCfnDeliveryStreamPropsMixin.PartitionFieldProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceName
The column name to be configured in partition spec.Amazon Data Firehose is in preview release and is subject to change.
- See Also:
-
builder
-