Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-kinesisdatafirehose.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-kinesisdatafirehose.html#cfn-ec2-verifiedaccessinstance-kinesisdatafirehose-deliverystream

Enabled

Indicates whether logging is enabled.

object? Enabled { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessinstance-kinesisdatafirehose.html#cfn-ec2-verifiedaccessinstance-kinesisdatafirehose-enabled

Type union: either bool or IResolvable

Back to top Generated by DocFX