1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. networkmanager
  5. Device

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.networkmanager.Device

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

The AWS::NetworkManager::Device type describes a device.

Create Device Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Device(name: string, args: DeviceArgs, opts?: CustomResourceOptions);
@overload
def Device(resource_name: str,
           args: DeviceArgs,
           opts: Optional[ResourceOptions] = None)

@overload
def Device(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           global_network_id: Optional[str] = None,
           aws_location: Optional[DeviceAwsLocationArgs] = None,
           description: Optional[str] = None,
           location: Optional[DeviceLocationArgs] = None,
           model: Optional[str] = None,
           serial_number: Optional[str] = None,
           site_id: Optional[str] = None,
           tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
           type: Optional[str] = None,
           vendor: Optional[str] = None)
func NewDevice(ctx *Context, name string, args DeviceArgs, opts ...ResourceOption) (*Device, error)
public Device(string name, DeviceArgs args, CustomResourceOptions? opts = null)
public Device(String name, DeviceArgs args)
public Device(String name, DeviceArgs args, CustomResourceOptions options)
type: aws-native:networkmanager:Device
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. DeviceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. DeviceArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. DeviceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. DeviceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. DeviceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Device Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Device resource accepts the following input properties:

GlobalNetworkId This property is required. string
The ID of the global network.
AwsLocation Pulumi.AwsNative.NetworkManager.Inputs.DeviceAwsLocation
The Amazon Web Services location of the device, if applicable.
Description string
The description of the device.
Location Pulumi.AwsNative.NetworkManager.Inputs.DeviceLocation
The site location.
Model string
The device model
SerialNumber string
The device serial number.
SiteId string
The site ID.
Tags List<Pulumi.AwsNative.Inputs.Tag>
The tags for the device.
Type string
The device type.
Vendor string
The device vendor.
GlobalNetworkId This property is required. string
The ID of the global network.
AwsLocation DeviceAwsLocationArgs
The Amazon Web Services location of the device, if applicable.
Description string
The description of the device.
Location DeviceLocationArgs
The site location.
Model string
The device model
SerialNumber string
The device serial number.
SiteId string
The site ID.
Tags TagArgs
The tags for the device.
Type string
The device type.
Vendor string
The device vendor.
globalNetworkId This property is required. String
The ID of the global network.
awsLocation DeviceAwsLocation
The Amazon Web Services location of the device, if applicable.
description String
The description of the device.
location DeviceLocation
The site location.
model String
The device model
serialNumber String
The device serial number.
siteId String
The site ID.
tags List<Tag>
The tags for the device.
type String
The device type.
vendor String
The device vendor.
globalNetworkId This property is required. string
The ID of the global network.
awsLocation DeviceAwsLocation
The Amazon Web Services location of the device, if applicable.
description string
The description of the device.
location DeviceLocation
The site location.
model string
The device model
serialNumber string
The device serial number.
siteId string
The site ID.
tags Tag[]
The tags for the device.
type string
The device type.
vendor string
The device vendor.
global_network_id This property is required. str
The ID of the global network.
aws_location DeviceAwsLocationArgs
The Amazon Web Services location of the device, if applicable.
description str
The description of the device.
location DeviceLocationArgs
The site location.
model str
The device model
serial_number str
The device serial number.
site_id str
The site ID.
tags Sequence[TagArgs]
The tags for the device.
type str
The device type.
vendor str
The device vendor.
globalNetworkId This property is required. String
The ID of the global network.
awsLocation Property Map
The Amazon Web Services location of the device, if applicable.
description String
The description of the device.
location Property Map
The site location.
model String
The device model
serialNumber String
The device serial number.
siteId String
The site ID.
tags List<Property Map>
The tags for the device.
type String
The device type.
vendor String
The device vendor.

Outputs

All input properties are implicitly available as output properties. Additionally, the Device resource produces the following output properties:

CreatedAt string
The date and time that the device was created.
DeviceArn string
The Amazon Resource Name (ARN) of the device.
DeviceId string
The ID of the device.
Id string
The provider-assigned unique ID for this managed resource.
State string
The state of the device.
CreatedAt string
The date and time that the device was created.
DeviceArn string
The Amazon Resource Name (ARN) of the device.
DeviceId string
The ID of the device.
Id string
The provider-assigned unique ID for this managed resource.
State string
The state of the device.
createdAt String
The date and time that the device was created.
deviceArn String
The Amazon Resource Name (ARN) of the device.
deviceId String
The ID of the device.
id String
The provider-assigned unique ID for this managed resource.
state String
The state of the device.
createdAt string
The date and time that the device was created.
deviceArn string
The Amazon Resource Name (ARN) of the device.
deviceId string
The ID of the device.
id string
The provider-assigned unique ID for this managed resource.
state string
The state of the device.
created_at str
The date and time that the device was created.
device_arn str
The Amazon Resource Name (ARN) of the device.
device_id str
The ID of the device.
id str
The provider-assigned unique ID for this managed resource.
state str
The state of the device.
createdAt String
The date and time that the device was created.
deviceArn String
The Amazon Resource Name (ARN) of the device.
deviceId String
The ID of the device.
id String
The provider-assigned unique ID for this managed resource.
state String
The state of the device.

Supporting Types

DeviceAwsLocation
, DeviceAwsLocationArgs

SubnetArn 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. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
SubnetArn 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. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
subnetArn 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. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
subnetArn 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. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
subnet_arn str
The Amazon Resource Name (ARN) of the subnet that the device is located in.
zone str
The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
subnetArn 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. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.

DeviceLocation
, DeviceLocationArgs

Address string
The physical address.
Latitude string
The latitude.
Longitude string
The longitude.
Address string
The physical address.
Latitude string
The latitude.
Longitude string
The longitude.
address String
The physical address.
latitude String
The latitude.
longitude String
The longitude.
address string
The physical address.
latitude string
The latitude.
longitude string
The longitude.
address str
The physical address.
latitude str
The latitude.
longitude str
The longitude.
address String
The physical address.
latitude String
The latitude.
longitude String
The longitude.

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi