aws-cdk-lib.aws_ec2.FlowLogDestinationType

enum FlowLogDestinationType

LanguageType name
.NETAmazon.CDK.AWS.EC2.FlowLogDestinationType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#FlowLogDestinationType
Javasoftware.amazon.awscdk.services.ec2.FlowLogDestinationType
Pythonaws_cdk.aws_ec2.FlowLogDestinationType
TypeScript (source)aws-cdk-lib » aws_ec2 » FlowLogDestinationType

The available destination types for Flow Logs.

Members

NameDescription
CLOUD_WATCH_LOGSSend flow logs to CloudWatch Logs Group.
S3Send flow logs to S3 Bucket.

CLOUD_WATCH_LOGS

Send flow logs to CloudWatch Logs Group.


S3

Send flow logs to S3 Bucket.