FlowLogDestinationType

class aws_cdk.aws_ec2.FlowLogDestinationType(value)

Bases: Enum

The available destination types for Flow Logs.

Attributes

CLOUD_WATCH_LOGS

Send flow logs to CloudWatch Logs Group.

KINESIS_DATA_FIREHOSE

Send flow logs to Kinesis Data Firehose.

S3

Send flow logs to S3 Bucket.