Interface CfnVerifiedAccessInstance.IKinesisDataFirehoseProperty
Options for Kinesis as a logging destination.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVerifiedAccessInstance.IKinesisDataFirehoseProperty
Syntax (vb)
Public Interface CfnVerifiedAccessInstance.IKinesisDataFirehoseProperty
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.EC2;
var kinesisDataFirehoseProperty = new KinesisDataFirehoseProperty {
DeliveryStream = "deliveryStream",
Enabled = false
};
Synopsis
Properties
| DeliveryStream | The ID of the delivery stream. |
| Enabled | Indicates whether logging is enabled. |
Properties
DeliveryStream
The ID of the delivery stream.
string? DeliveryStream { get; }
Property Value
Remarks
Enabled
Indicates whether logging is enabled.
object? Enabled { get; }