Interface CfnInstance.LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInstance.LocationProperty.Jsii$Proxy
- Enclosing class:
CfnInstance
@Stability(Stable)
public static interface CfnInstance.LocationProperty
extends software.amazon.jsii.JsiiSerializable
Location
is a property of the AWS::Lightsail::Instance resource. It describes the location for an instance.
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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnInstance.LocationProperty
static final class
An implementation forCfnInstance.LocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The Availability Zone for the instance.- See Also:
-
getRegionName
The name of the AWS Region for the instance.- See Also:
-
builder
-