Class CfnInstanceStorageConfig.KinesisFirehoseConfigProperty
Configuration information of a Kinesis Data Firehose delivery stream.
Inheritance
System.Object
CfnInstanceStorageConfig.KinesisFirehoseConfigProperty
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KinesisFirehoseConfigProperty : Object, CfnInstanceStorageConfig.IKinesisFirehoseConfigProperty
Syntax (vb)
Public Class KinesisFirehoseConfigProperty
Inherits Object
Implements CfnInstanceStorageConfig.IKinesisFirehoseConfigProperty
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.AWS.Connect;
var kinesisFirehoseConfigProperty = new KinesisFirehoseConfigProperty {
FirehoseArn = "firehoseArn"
};
Synopsis
Constructors
KinesisFirehoseConfigProperty() |
Properties
FirehoseArn | The Amazon Resource Name (ARN) of the delivery stream. |
Constructors
KinesisFirehoseConfigProperty()
public KinesisFirehoseConfigProperty()
Properties
FirehoseArn
The Amazon Resource Name (ARN) of the delivery stream.
public string FirehoseArn { get; set; }
Property Value
System.String