AWS::IoTWireless::NetworkAnalyzerConfigurationCreate and manage NetworkAnalyzerConfiguration resource.
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> | |
TraceContent | object | |
WirelessDevices | Array<string> | |
WirelessGateways | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Arn for network analyzer configuration, Returned upon successful create. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::NetworkAnalyzerConfiguration
Resources:
MyResource:
Type: AWS::IoTWireless::NetworkAnalyzerConfiguration
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotwireless:CreateNetworkAnalyzerConfigurationiotwireless:TagResourceiotwireless:GetNetworkAnalyzerConfigurationiotwireless:ListTagsForResourceiotwireless:UpdateNetworkAnalyzerConfigurationiotwireless:GetNetworkAnalyzerConfigurationiotwireless:TagResourceiotwireless:UntagResourceiotwireless:DeleteNetworkAnalyzerConfigurationiotwireless:ListNetworkAnalyzerConfigurationsiotwireless:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name