AWSEC2DestinationOptionsResponse

Objective-C

@interface AWSEC2DestinationOptionsResponse

Swift

class AWSEC2DestinationOptionsResponse

Describes the destination options for a flow log.

  • The format for the flow log.

    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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable hiveCompatiblePartitions;

    Swift

    var hiveCompatiblePartitions: NSNumber? { get set }
  • Indicates whether to partition the flow log per hour.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable perHourPartition;

    Swift

    var perHourPartition: NSNumber? { get set }