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