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.IntegrateServices

Description

 
Synopsis

Documentation

data IntegrateServices Source #

Describes service integrations with VPC Flow logs.

See: newIntegrateServices smart constructor.

Constructors

IntegrateServices' 

Fields

Instances

Instances details
ToQuery IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

Generic IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

Associated Types

type Rep IntegrateServices :: Type -> Type #

Read IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

Show IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

NFData IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

Methods

rnf :: IntegrateServices -> () #

Eq IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

Hashable IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

type Rep IntegrateServices Source # 
Instance details

Defined in Amazonka.EC2.Types.IntegrateServices

type Rep IntegrateServices = D1 ('MetaData "IntegrateServices" "Amazonka.EC2.Types.IntegrateServices" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "IntegrateServices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "athenaIntegrations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AthenaIntegration)))))

newIntegrateServices :: IntegrateServices Source #

Create a value of IntegrateServices 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:athenaIntegrations:IntegrateServices', integrateServices_athenaIntegrations - Information about the integration with Amazon Athena.

integrateServices_athenaIntegrations :: Lens' IntegrateServices (Maybe (NonEmpty AthenaIntegration)) Source #

Information about the integration with Amazon Athena.