Show / Hide Table of Contents

Interface CfnCacheCluster.IKinesisFirehoseDestinationDetailsProperty

The configuration details of the Kinesis Data Firehose destination.

Namespace: Amazon.CDK.AWS.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCacheCluster.IKinesisFirehoseDestinationDetailsProperty
Syntax (vb)
Public Interface CfnCacheCluster.IKinesisFirehoseDestinationDetailsProperty
Remarks

Note that this field is marked as required but only if Kinesis Data Firehose was chosen as the destination.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cachecluster-kinesisfirehosedestinationdetails.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ElastiCache;

             var kinesisFirehoseDestinationDetailsProperty = new KinesisFirehoseDestinationDetailsProperty {
                 DeliveryStream = "deliveryStream"
             };

Synopsis

Properties

DeliveryStream

The name of the Kinesis Data Firehose delivery stream.

Properties

DeliveryStream

The name of the Kinesis Data Firehose delivery stream.

string DeliveryStream { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cachecluster-kinesisfirehosedestinationdetails.html#cfn-elasticache-cachecluster-kinesisfirehosedestinationdetails-deliverystream

Back to top Generated by DocFX