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

Description

 
Synopsis

Documentation

data LakeConfigurationResponse Source #

Provides details of Amazon Security Lake lake configuration object.

See: newLakeConfigurationResponse smart constructor.

Constructors

LakeConfigurationResponse' 

Fields

  • encryptionKey :: Maybe Text

    The type of encryption key used by secure 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 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.

  • s3BucketArn :: Maybe Text

    Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources. Security Lake requires an ARN when you need to specify a resource unambiguously across all of Amazon Web Services, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls.

  • status :: Maybe SettingsStatus

    Retrieves the status of the configuration operation for an account in Amazon Security Lake.

  • 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
FromJSON LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

Generic LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

Associated Types

type Rep LakeConfigurationResponse :: Type -> Type #

Read LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

Show LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

NFData LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

Eq LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

Hashable LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

type Rep LakeConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.Types.LakeConfigurationResponse

type Rep LakeConfigurationResponse = D1 ('MetaData "LakeConfigurationResponse" "Amazonka.SecurityLake.Types.LakeConfigurationResponse" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "LakeConfigurationResponse'" '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 "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SettingsStatus)) :*: S1 ('MetaSel ('Just "tagsMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newLakeConfigurationResponse :: LakeConfigurationResponse Source #

Create a value of LakeConfigurationResponse 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:LakeConfigurationResponse', lakeConfigurationResponse_encryptionKey - The type of encryption key used by secure the Security Lake configuration object.

$sel:replicationDestinationRegions:LakeConfigurationResponse', lakeConfigurationResponse_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:LakeConfigurationResponse', lakeConfigurationResponse_replicationRoleArn - Replication settings for the Amazon S3 buckets. This parameter uses the IAM role you created that is managed by Security Lake, to ensure the replication setting is correct.

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

$sel:s3BucketArn:LakeConfigurationResponse', lakeConfigurationResponse_s3BucketArn - Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources. Security Lake requires an ARN when you need to specify a resource unambiguously across all of Amazon Web Services, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls.

$sel:status:LakeConfigurationResponse', lakeConfigurationResponse_status - Retrieves the status of the configuration operation for an account in Amazon Security Lake.

$sel:tagsMap:LakeConfigurationResponse', lakeConfigurationResponse_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.

lakeConfigurationResponse_encryptionKey :: Lens' LakeConfigurationResponse (Maybe Text) Source #

The type of encryption key used by secure the Security Lake configuration object.

lakeConfigurationResponse_replicationDestinationRegions :: Lens' LakeConfigurationResponse (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.

lakeConfigurationResponse_replicationRoleArn :: Lens' LakeConfigurationResponse (Maybe Text) Source #

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

lakeConfigurationResponse_retentionSettings :: Lens' LakeConfigurationResponse (Maybe [RetentionSetting]) Source #

Retention settings for the destination Amazon S3 buckets.

lakeConfigurationResponse_s3BucketArn :: Lens' LakeConfigurationResponse (Maybe Text) Source #

Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources. Security Lake requires an ARN when you need to specify a resource unambiguously across all of Amazon Web Services, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls.

lakeConfigurationResponse_status :: Lens' LakeConfigurationResponse (Maybe SettingsStatus) Source #

Retrieves the status of the configuration operation for an account in Amazon Security Lake.

lakeConfigurationResponse_tagsMap :: Lens' LakeConfigurationResponse (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.