Interface CfnDataLake.ReplicationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataLake.ReplicationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataLake

@Stability(Stable) public static interface CfnDataLake.ReplicationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Provides replication configuration details for objects stored in the Amazon Security Lake data lake.

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: