Interface CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStreamPropsMixin
@Stability(Stable)
public static interface CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The structure that configures parameters such as
ThroughputHintInMBs for a stream configured with Direct PUT as a source.
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.*;
DirectPutSourceConfigurationProperty directPutSourceConfigurationProperty = DirectPutSourceConfigurationProperty.builder()
.throughputHintInMBs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getThroughputHintInMBs
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit.You can use the Firehose Limits form to request a throughput limit increase.
- See Also:
-
builder
@Stability(Stable) static CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty.Builder builder()
-