Show / Hide Table of Contents

Interface CfnInstanceStorageConfigPropsMixin.IKinesisStreamConfigProperty

Configuration information of a Kinesis data stream.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnInstanceStorageConfigPropsMixin.IKinesisStreamConfigProperty
Syntax (vb)
Public Interface CfnInstanceStorageConfigPropsMixin.IKinesisStreamConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisstreamconfig.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.Mixins.Preview.AWS.Connect.Mixins;

             var kinesisStreamConfigProperty = new KinesisStreamConfigProperty {
                 StreamArn = "streamArn"
             };

Synopsis

Properties

StreamArn

The Amazon Resource Name (ARN) of the data stream.

Properties

StreamArn

The Amazon Resource Name (ARN) of the data stream.

string? StreamArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instancestorageconfig-kinesisstreamconfig.html#cfn-connect-instancestorageconfig-kinesisstreamconfig-streamarn

Back to top Generated by DocFX