network_analyzer_configuration
Gets an individual network_analyzer_configuration
resource
Overview
Name | network_analyzer_configuration |
Type | Resource |
Description | network_analyzer_configuration |
Id | awscc.iotwireless.network_analyzer_configuration |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the network analyzer configuration |
description | string | The description of the new resource |
trace_content | object | Trace content for your wireless gateway and wireless device resources |
wireless_devices | array | List of wireless gateway resources that have been added to the network analyzer configuration |
wireless_gateways | array | List of wireless gateway resources that have been added to the network analyzer configuration |
arn | string | Arn for network analyzer configuration, Returned upon successful create. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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