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: