Interface CfnDataLake.ReplicationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataLake.ReplicationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataLake
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.securitylake.*; ReplicationConfigurationProperty replicationConfigurationProperty = ReplicationConfigurationProperty.builder() .regions(List.of("regions")) .roleArn("roleArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataLake.ReplicationConfigurationProperty
static final class
An implementation forCfnDataLake.ReplicationConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegions
Specifies one or more centralized rollup Regions.The AWS Region specified in the region parameter of the
CreateDataLake
orUpdateDataLake
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 AWS 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.
- See Also:
-
getRoleArn
Replication settings for the Amazon S3 buckets.This parameter uses the AWS Identity and Access Management (IAM) role you created that is managed by Security Lake , to ensure the replication setting is correct.
- See Also:
-
builder
-