AWS::NetworkManager::DeviceSpecifies a device.
import { CfnDevice } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnDeviceConfiguration passed to the constructor as CfnDeviceProps.
globalNetworkIdRequiredstringThe ID of the global network.
awsLocationOptionalIResolvable | AWSLocationPropertyThe AWS location of the device.
descriptionOptionalstringA description of the device. Constraints: Maximum length of 256 characters.
locationOptionalIResolvable | LocationPropertyThe site location.
modelOptionalstringThe model of the device. Constraints: Maximum length of 128 characters.
serialNumberOptionalstringThe serial number of the device. Constraints: Maximum length of 128 characters.
siteIdOptionalstringThe site ID.
tagsOptionalCfnTag[]The tags for the device.
typeOptionalstringThe device type.
vendorOptionalstringThe vendor of the device. Constraints: Maximum length of 128 characters.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::Device