AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::Device

CfnDevice

Specifies a device.

Import

import { CfnDevice } from 'aws-cdk-lib/aws-networkmanager';

Or use the module namespace:

import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnDevice

Properties

Configuration passed to the constructor as CfnDeviceProps.

globalNetworkIdRequired
string

The ID of the global network.

awsLocationOptional
IResolvable | AWSLocationProperty

The AWS location of the device.

descriptionOptional
string

A description of the device. Constraints: Maximum length of 256 characters.

locationOptional
IResolvable | LocationProperty

The site location.

modelOptional
string

The model of the device. Constraints: Maximum length of 128 characters.

serialNumberOptional
string

The serial number of the device. Constraints: Maximum length of 128 characters.

siteIdOptional
string

The site ID.

tagsOptional
CfnTag[]

The tags for the device.

typeOptional
string

The device type.

vendorOptional
string

The vendor of the device. Constraints: Maximum length of 128 characters.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter