AWS::IoTWireless::NetworkAnalyzerConfigurationNetwork analyzer configuration.
import { CfnNetworkAnalyzerConfiguration } from 'aws-cdk-lib/aws-iotwireless';Or use the module namespace:
import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnNetworkAnalyzerConfigurationConfiguration passed to the constructor as CfnNetworkAnalyzerConfigurationProps.
nameRequiredstringName of the network analyzer configuration.
descriptionOptionalstringThe description of the resource.
tagsOptionalCfnTag[]The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
traceContentOptionalanyTrace content for your wireless gateway and wireless device resources.
wirelessDevicesOptionalstring[]Wireless device resources to add to the network analyzer configuration. Provide the `WirelessDeviceId` of the resource to add in the input array.
wirelessGatewaysOptionalstring[]Wireless gateway resources to add to the network analyzer configuration. Provide the `WirelessGatewayId` of the resource to add in the input array.
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-iotwirelessAWS::IoTWireless::NetworkAnalyzerConfiguration