Uses of Interface
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.KinesisStreamSourceConfigurationProperty
Package
Description
Amazon Kinesis Data Firehose Construct Library
-
Uses of CfnDeliveryStream.KinesisStreamSourceConfigurationProperty in software.amazon.awscdk.services.kinesisfirehose
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnDeliveryStream.KinesisStreamSourceConfigurationProperty
Modifier and TypeMethodDescriptionCfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnDeliveryStream.Builder.kinesisStreamSourceConfiguration
(CfnDeliveryStream.KinesisStreamSourceConfigurationProperty kinesisStreamSourceConfiguration) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.CfnDeliveryStreamProps.Builder.kinesisStreamSourceConfiguration
(CfnDeliveryStream.KinesisStreamSourceConfigurationProperty kinesisStreamSourceConfiguration) Sets the value ofCfnDeliveryStreamProps.getKinesisStreamSourceConfiguration()
void
CfnDeliveryStream.setKinesisStreamSourceConfiguration
(CfnDeliveryStream.KinesisStreamSourceConfigurationProperty value) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.