amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.DestinationOptionsResponse

Description

 
Synopsis

Documentation

data DestinationOptionsResponse Source #

Describes the destination options for a flow log.

See: newDestinationOptionsResponse smart constructor.

Constructors

DestinationOptionsResponse' 

Fields

Instances

Instances details
FromXML DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

Generic DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

Associated Types

type Rep DestinationOptionsResponse :: Type -> Type #

Read DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

Show DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

NFData DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

Eq DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

Hashable DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

type Rep DestinationOptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.DestinationOptionsResponse

type Rep DestinationOptionsResponse = D1 ('MetaData "DestinationOptionsResponse" "Amazonka.EC2.Types.DestinationOptionsResponse" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DestinationOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DestinationFileFormat)) :*: (S1 ('MetaSel ('Just "hiveCompatiblePartitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "perHourPartition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newDestinationOptionsResponse :: DestinationOptionsResponse Source #

Create a value of DestinationOptionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileFormat:DestinationOptionsResponse', destinationOptionsResponse_fileFormat - The format for the flow log.

$sel:hiveCompatiblePartitions:DestinationOptionsResponse', destinationOptionsResponse_hiveCompatiblePartitions - Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.

$sel:perHourPartition:DestinationOptionsResponse', destinationOptionsResponse_perHourPartition - Indicates whether to partition the flow log per hour.

destinationOptionsResponse_hiveCompatiblePartitions :: Lens' DestinationOptionsResponse (Maybe Bool) Source #

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

destinationOptionsResponse_perHourPartition :: Lens' DestinationOptionsResponse (Maybe Bool) Source #

Indicates whether to partition the flow log per hour.