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

Description

 
Synopsis

Documentation

data LakeConfigurationRequest Source #

Provides details of Amazon Security Lake configuration object.

See: newLakeConfigurationRequest smart constructor.

Constructors

LakeConfigurationRequest' 

Fields

  • encryptionKey :: Maybe Text

    The type of encryption key used by Amazon Security Lake to encrypt the Security Lake configuration object.

  • replicationDestinationRegions :: Maybe [Region]

    Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket.

    Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.

  • replicationRoleArn :: Maybe Text

    Replication settings for the Amazon S3 buckets. This parameter uses the Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.

  • retentionSettings :: Maybe [RetentionSetting]

    Retention settings for the destination Amazon S3 buckets.

  • tagsMap :: Maybe (HashMap Text Text)

    A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.

Instances

Instances details
ToJSON LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

Generic LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

Associated Types

type Rep LakeConfigurationRequest :: Type -> Type #

Read LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

Show LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

NFData LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

Eq LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

Hashable LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

type Rep LakeConfigurationRequest Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationRequest

type Rep LakeConfigurationRequest = D1 ('MetaData "LakeConfigurationRequest" "Amazonka.SecurityLake.Types.LakeConfigurationRequest" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "LakeConfigurationRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationDestinationRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Region]))) :*: (S1 ('MetaSel ('Just "replicationRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RetentionSetting])) :*: S1 ('MetaSel ('Just "tagsMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newLakeConfigurationRequest :: LakeConfigurationRequest Source #

Create a value of LakeConfigurationRequest 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:encryptionKey:LakeConfigurationRequest', lakeConfigurationRequest_encryptionKey - The type of encryption key used by Amazon Security Lake to encrypt the Security Lake configuration object.

$sel:replicationDestinationRegions:LakeConfigurationRequest', lakeConfigurationRequest_replicationDestinationRegions - Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket.

Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.

$sel:replicationRoleArn:LakeConfigurationRequest', lakeConfigurationRequest_replicationRoleArn - Replication settings for the Amazon S3 buckets. This parameter uses the Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.

$sel:retentionSettings:LakeConfigurationRequest', lakeConfigurationRequest_retentionSettings - Retention settings for the destination Amazon S3 buckets.

$sel:tagsMap:LakeConfigurationRequest', lakeConfigurationRequest_tagsMap - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.

lakeConfigurationRequest_encryptionKey :: Lens' LakeConfigurationRequest (Maybe Text) Source #

The type of encryption key used by Amazon Security Lake to encrypt the Security Lake configuration object.

lakeConfigurationRequest_replicationDestinationRegions :: Lens' LakeConfigurationRequest (Maybe [Region]) Source #

Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket.

Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.

lakeConfigurationRequest_replicationRoleArn :: Lens' LakeConfigurationRequest (Maybe Text) Source #

Replication settings for the Amazon S3 buckets. This parameter uses the Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.

lakeConfigurationRequest_retentionSettings :: Lens' LakeConfigurationRequest (Maybe [RetentionSetting]) Source #

Retention settings for the destination Amazon S3 buckets.

lakeConfigurationRequest_tagsMap :: Lens' LakeConfigurationRequest (Maybe (HashMap Text Text)) Source #

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.