Class CfnDataLake.ReplicationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securitylake.CfnDataLake.ReplicationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataLake.ReplicationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataLake.ReplicationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataLake.ReplicationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataLake.ReplicationConfigurationProperty
An implementation for
CfnDataLake.ReplicationConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.securitylake.CfnDataLake.ReplicationConfigurationProperty
CfnDataLake.ReplicationConfigurationProperty.Builder, CfnDataLake.ReplicationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataLake.ReplicationConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataLake.ReplicationConfigurationProperty.Builder
.
-
-
Method Details
-
getRegions
Description copied from interface:CfnDataLake.ReplicationConfigurationProperty
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.
- Specified by:
getRegions
in interfaceCfnDataLake.ReplicationConfigurationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnDataLake.ReplicationConfigurationProperty
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.
- Specified by:
getRoleArn
in interfaceCfnDataLake.ReplicationConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-