logDestination
The destination for the flow log data. The meaning of this parameter depends on the destination type.
If the destination type is
cloud-watch-logs
, specify the ARN of a CloudWatch Logs log group. For example:arn:aws:logs:region:account_id:log-group:my_groupAlternatively, use theLogGroupName
parameter.If the destination type is
s3
, specify the ARN of an S3 bucket. For example:arn:aws:s3:::my_bucket/my_subfolder/The subfolder is optional. Note that you can't useAWSLogs
as a subfolder name.If the destination type is
kinesis-data-firehose
, specify the ARN of a Kinesis Data Firehose delivery stream. For example:arn:aws:firehose:region:account_id:deliverystream:my_stream