AWSEC2DestinationOptionsRequest
Objective-C
@interface AWSEC2DestinationOptionsRequest
Swift
class AWSEC2DestinationOptionsRequest
Describes the destination options for a flow log.
-
The format for the flow log. The default is
plain-text
.Declaration
Objective-C
@property (nonatomic) AWSEC2DestinationFileFormat fileFormat;
Swift
var fileFormat: AWSEC2DestinationFileFormat { get set }
-
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is
false
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable hiveCompatiblePartitions;
Swift
var hiveCompatiblePartitions: NSNumber? { get set }
-
Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is
false
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable perHourPartition;
Swift
var perHourPartition: NSNumber? { get set }