AWS::NetworkManager::DeviceThe AWS::NetworkManager::Device type describes a device.
10 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GlobalNetworkId | string | RequiredCreate-only |
AWSLocation | AWSLocation | |
Description | string | |
Location | Location | |
Model | string | |
SerialNumber | string | |
SiteId | string | |
Tags | Array<Tag> | |
Type | string | |
Vendor | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
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. |
State | string | The state of the device. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::Device
Resources:
MyResource:
Type: AWS::NetworkManager::Device
Properties:
GlobalNetworkId: "my-globalnetworkid"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateDevicenetworkmanager:GetDevicesnetworkmanager:TagResourcenetworkmanager:GetDevicesnetworkmanager:UpdateDevicenetworkmanager:ListTagsForResourcenetworkmanager:GetDevicesnetworkmanager:TagResourcenetworkmanager:UntagResourcenetworkmanager:GetDevicesnetworkmanager:DeleteDevicenetworkmanager:GetDevicesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGlobalNetworkIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GlobalNetworkId