Interface CfnDevicePropsMixin.AWSLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDevicePropsMixin.AWSLocationProperty.Jsii$Proxy
- Enclosing class:
CfnDevicePropsMixin
@Stability(Stable)
public static interface CfnDevicePropsMixin.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.cfnpropertymixins.services.networkmanager.*;
AWSLocationProperty aWSLocationProperty = AWSLocationProperty.builder()
.subnetArn("subnetArn")
.zone("zone")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDevicePropsMixin.AWSLocationPropertystatic final classAn implementation forCfnDevicePropsMixin.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
-