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: