This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringName:StringTags:- TagTraceContent:TraceContentWirelessDevices:- StringWirelessGateways:- String
Properties
- Description
- 
                    The description of the resource. Required: No Type: String Maximum: 2048Update requires: No interruption 
- Name
- 
                    Name of the network analyzer configuration. Required: Yes Type: String Pattern: ^[a-zA-Z0-9-_]+$Maximum: 1024Update requires: Replacement 
- 
                    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: 200Update requires: No interruption 
- 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 WirelessDeviceIdof the resource to add in the input array.Required: No Type: Array of String Maximum: 250Update requires: No interruption 
- WirelessGateways
- 
                    Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayIdof the resource to add in the input array.Required: No Type: Array of String Maximum: 250Update 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.