Interface CfnDiskSnapshot.LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDiskSnapshot.LocationProperty.Jsii$Proxy
- Enclosing class:
CfnDiskSnapshot
@Stability(Stable)
public static interface CfnDiskSnapshot.LocationProperty
extends software.amazon.jsii.JsiiSerializable
The AWS Region and Availability Zone where the disk snapshot was created.
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 forCfnDiskSnapshot.LocationPropertystatic final classAn implementation forCfnDiskSnapshot.LocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The Availability Zone where the disk snapshot was created.- See Also:
-
getRegionName
The AWS Region where the disk snapshot was created.- See Also:
-
builder
-