Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty
Packages that use CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty
-
Uses of CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty in software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose
Classes in software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose that implement CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose that return CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationPropertyModifier and TypeMethodDescriptionCfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose with parameters of type CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationPropertyModifier and TypeMethodDescriptionCfnDeliveryStreamMixinProps.Builder.kinesisStreamSourceConfiguration(CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty kinesisStreamSourceConfiguration) Sets the value ofCfnDeliveryStreamMixinProps.getKinesisStreamSourceConfiguration()CfnDeliveryStreamPropsMixin.Builder.kinesisStreamSourceConfiguration(CfnDeliveryStreamPropsMixin.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.