Interface CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Jsii$Proxy
- Enclosing class:
CfnOdbNetworkPropsMixin
@Stability(Stable)
public static interface CfnOdbNetworkPropsMixin.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.cfnpropertymixins.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 classstatic final classAn implementation forCfnOdbNetworkPropsMixin.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
@Stability(Stable) static CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Builder builder()
-