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