Interface CfnDevice.AWSLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDevice.AWSLocationProperty.Jsii$Proxy
- Enclosing class:
CfnDevice
@Stability(Stable)
public static interface CfnDevice.AWSLocationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies a location in AWS .
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.networkmanager.*; AWSLocationProperty aWSLocationProperty = AWSLocationProperty.builder() .subnetArn("subnetArn") .zone("zone") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDevice.AWSLocationProperty
static final class
An implementation forCfnDevice.AWSLocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSubnetArn
The Amazon Resource Name (ARN) of the subnet that the device is located in.- See Also:
-
getZone
The Zone that the device is located in.Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
- See Also:
-
builder
-