Interface CfnOdbNetwork.ManagedS3BackupAccessProperty

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

@Stability(Stable) public static interface CfnOdbNetwork.ManagedS3BackupAccessProperty extends software.amazon.jsii.JsiiSerializable
The configuration for managed Amazon S3 backup access from 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.*;
 ManagedS3BackupAccessProperty managedS3BackupAccessProperty = ManagedS3BackupAccessProperty.builder()
         .ipv4Addresses(List.of("ipv4Addresses"))
         .status("status")
         .build();
 

See Also: