Interface CfnOdbNetwork.CrossRegionS3RestoreSourcesAccessProperty

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

@Stability(Stable) public static interface CfnOdbNetwork.CrossRegionS3RestoreSourcesAccessProperty extends software.amazon.jsii.JsiiSerializable
The configuration access for the cross-Region Amazon S3 database restore source for the ODB network.

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.odb.*;
 CrossRegionS3RestoreSourcesAccessProperty crossRegionS3RestoreSourcesAccessProperty = CrossRegionS3RestoreSourcesAccessProperty.builder()
         .ipv4Addresses(List.of("ipv4Addresses"))
         .region("region")
         .status("status")
         .build();
 

See Also: