Skip to main content

network_analyzer_configuration

Gets an individual network_analyzer_configuration resource

Overview

Namenetwork_analyzer_configuration
TypeResource
Descriptionnetwork_analyzer_configuration
Idawscc.iotwireless.network_analyzer_configuration

Fields

NameDatatypeDescription
namestringName of the network analyzer configuration
descriptionstringThe description of the new resource
trace_contentobjectTrace content for your wireless gateway and wireless device resources
wireless_devicesarrayList of wireless gateway resources that have been added to the network analyzer configuration
wireless_gatewaysarrayList of wireless gateway resources that have been added to the network analyzer configuration
arnstringArn for network analyzer configuration, Returned upon successful create.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
description,
trace_content,
wireless_devices,
wireless_gateways,
arn,
tags
FROM awscc.iotwireless.network_analyzer_configuration
WHERE data__Identifier = '<Name>';

Permissions

To operate on the network_analyzer_configuration resource, the following permissions are required:

Read

iotwireless:GetNetworkAnalyzerConfiguration,
iotwireless:ListTagsForResource

Update

iotwireless:UpdateNetworkAnalyzerConfiguration,
iotwireless:UntagResource,
iotwireless:ListTagsForResource

Delete

iotwireless:DeleteNetworkAnalyzerConfiguration