AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTWireless::NetworkAnalyzerConfiguration

CfnNetworkAnalyzerConfiguration

Network analyzer configuration.

Import

import { CfnNetworkAnalyzerConfiguration } from 'aws-cdk-lib/aws-iotwireless';

Or use the module namespace:

import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnNetworkAnalyzerConfiguration

Properties

Configuration passed to the constructor as CfnNetworkAnalyzerConfigurationProps.

nameRequired
string

Name of the network analyzer configuration.

descriptionOptional
string

The description of the resource.

tagsOptional
CfnTag[]

The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

traceContentOptional
any

Trace content for your wireless gateway and wireless device resources.

wirelessDevicesOptional
string[]

Wireless device resources to add to the network analyzer configuration. Provide the `WirelessDeviceId` of the resource to add in the input array.

wirelessGatewaysOptional
string[]

Wireless gateway resources to add to the network analyzer configuration. Provide the `WirelessGatewayId` of the resource to add in the input array.

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotwireless
CFN TypeAWS::IoTWireless::NetworkAnalyzerConfiguration
Properties6

External Links