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
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; }