Interface CfnDatabaseSnapshot.LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatabaseSnapshot.LocationProperty.Jsii$Proxy
- Enclosing class:
CfnDatabaseSnapshot
@Stability(Stable)
public static interface CfnDatabaseSnapshot.LocationProperty
extends software.amazon.jsii.JsiiSerializable
The Region name and Availability Zone where the database snapshot is located.
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.lightsail.*;
LocationProperty locationProperty = LocationProperty.builder()
.availabilityZone("availabilityZone")
.regionName("regionName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatabaseSnapshot.LocationPropertystatic final classAn implementation forCfnDatabaseSnapshot.LocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The Availability Zone where the database snapshot was created.- See Also:
-
getRegionName
The AWS Region where the database snapshot was created.- See Also:
-
builder
-