AWS::EC2::FlowLog DestinationOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EC2::FlowLog DestinationOptions

Describes the destination options for a flow log.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "FileFormat" : String, "HiveCompatiblePartitions" : Boolean, "PerHourPartition" : Boolean }

YAML

FileFormat: String HiveCompatiblePartitions: Boolean PerHourPartition: Boolean

Properties

FileFormat

The format for the flow log. The default is plain-text.

Required: Yes

Type: String

Allowed values: plain-text | parquet

Update requires: Replacement

HiveCompatiblePartitions

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.

Required: Yes

Type: Boolean

Update requires: Replacement

PerHourPartition

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.

Required: Yes

Type: Boolean

Update requires: Replacement