AWS::IoTWireless::NetworkAnalyzerConfiguration - AWS CloudFormation

AWS::IoTWireless::NetworkAnalyzerConfiguration

Network analyzer configuration.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::IoTWireless::NetworkAnalyzerConfiguration", "Properties" : { "Description" : String, "Name" : String, "Tags" : [ Tag, ... ], "TraceContent" : TraceContent, "WirelessDevices" : [ String, ... ], "WirelessGateways" : [ String, ... ] } }

YAML

Type: AWS::IoTWireless::NetworkAnalyzerConfiguration Properties: Description: String Name: String Tags: - Tag TraceContent: TraceContent WirelessDevices: - String WirelessGateways: - String

Properties

Description

The description of the resource.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

Name

Name of the network analyzer configuration.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-_]+$

Maximum: 1024

Update requires: Replacement

Tags

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

Required: No

Type: Array of Tag

Maximum: 200

Update requires: Replacement

TraceContent

Trace content for your wireless gateway and wireless device resources.

Required: No

Type: TraceContent

Update requires: No interruption

WirelessDevices

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

Required: No

Type: Array of String

Maximum: 250

Update requires: No interruption

WirelessGateways

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

Required: No

Type: Array of String

Maximum: 250

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the network analyzer configuration.

Fn::GetAtt

Arn

The Amazon Resource Name (ARN) of the resource.