Class: Aws::SecurityLake::Types::DataLakeReplicationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Provides replication details for objects stored in the Amazon Security Lake data lake.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regionsArray<String>

Specifies one or more centralized rollup Regions. The Amazon Web Services Region specified in the ‘region` parameter of the [ `CreateDataLake` ][1] or [ `UpdateDataLake` ][2] operations contributes data to the rollup Region or Regions specified in this parameter.

Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. 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 Regions or within the same Region as the source bucket.

[1]: docs.aws.amazon.com/security-lake/latest/APIReference/API_CreateDataLake.html [2]: docs.aws.amazon.com/security-lake/latest/APIReference/API_UpdateDataLake.html

Returns:

  • (Array<String>)


766
767
768
769
770
771
# File 'lib/aws-sdk-securitylake/types.rb', line 766

class DataLakeReplicationConfiguration < Struct.new(
  :regions,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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.

Returns:

  • (String)


766
767
768
769
770
771
# File 'lib/aws-sdk-securitylake/types.rb', line 766

class DataLakeReplicationConfiguration < Struct.new(
  :regions,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end