interface AWSLocationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.NetworkManager.CfnDevice.AWSLocationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnDevice_AWSLocationProperty |
Java | software.amazon.awscdk.services.networkmanager.CfnDevice.AWSLocationProperty |
Python | aws_cdk.aws_networkmanager.CfnDevice.AWSLocationProperty |
TypeScript | aws-cdk-lib » aws_networkmanager » CfnDevice » AWSLocationProperty |
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 { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const aWSLocationProperty: networkmanager.CfnDevice.AWSLocationProperty = {
subnetArn: 'subnetArn',
zone: 'zone',
};
Properties
Name | Type | Description |
---|---|---|
subnet | string | The Amazon Resource Name (ARN) of the subnet that the device is located in. |
zone? | string | The Zone that the device is located in. |
subnetArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the subnet that the device is located in.
zone?
Type:
string
(optional)
The Zone that the device is located in.
Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.