amazonka-securitylake-2.0: Amazon Security Lake 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.SecurityLake.Types.AutoEnableNewRegionConfiguration

Description

 
Synopsis

Documentation

data AutoEnableNewRegionConfiguration Source #

Automatically enable new organization accounts as member accounts from an Amazon Security Lake administrator account.

See: newAutoEnableNewRegionConfiguration smart constructor.

Constructors

AutoEnableNewRegionConfiguration' 

Fields

  • region :: Region

    The Amazon Web Services Regions where Security Lake is automatically enabled.

  • sources :: [AwsLogSourceType]

    The Amazon Web Services sources that are automatically enabled in Security Lake.

Instances

Instances details
FromJSON AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

ToJSON AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

Generic AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

Associated Types

type Rep AutoEnableNewRegionConfiguration :: Type -> Type #

Read AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

Show AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

NFData AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

Eq AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

Hashable AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

type Rep AutoEnableNewRegionConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration

type Rep AutoEnableNewRegionConfiguration = D1 ('MetaData "AutoEnableNewRegionConfiguration" "Amazonka.SecurityLake.Types.AutoEnableNewRegionConfiguration" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "AutoEnableNewRegionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Region) :*: S1 ('MetaSel ('Just "sources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AwsLogSourceType])))

newAutoEnableNewRegionConfiguration Source #

Create a value of AutoEnableNewRegionConfiguration 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:region:AutoEnableNewRegionConfiguration', autoEnableNewRegionConfiguration_region - The Amazon Web Services Regions where Security Lake is automatically enabled.

$sel:sources:AutoEnableNewRegionConfiguration', autoEnableNewRegionConfiguration_sources - The Amazon Web Services sources that are automatically enabled in Security Lake.

autoEnableNewRegionConfiguration_region :: Lens' AutoEnableNewRegionConfiguration Region Source #

The Amazon Web Services Regions where Security Lake is automatically enabled.

autoEnableNewRegionConfiguration_sources :: Lens' AutoEnableNewRegionConfiguration [AwsLogSourceType] Source #

The Amazon Web Services sources that are automatically enabled in Security Lake.