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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOdbNetwork.ManagedS3BackupAccessPropertystatic final classAn implementation forCfnOdbNetwork.ManagedS3BackupAccessProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv4Addresses
The IPv4 addresses for the managed Amazon S3 backup access.- See Also:
-
getStatus
The status of the managed Amazon S3 backup access.- See Also:
-
builder
-