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