GetNetworkAnalyzerConfigurationResult

data class GetNetworkAnalyzerConfigurationResult(val arn: String? = null, val description: String? = null, val tags: List<Tag>? = null, val traceContent: TraceContentProperties? = null, val wirelessDevices: List<String>? = null, val wirelessGateways: List<String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, tags: List<Tag>? = null, traceContent: TraceContentProperties? = null, wirelessDevices: List<String>? = null, wirelessGateways: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Arn for network analyzer configuration, Returned upon successful create.

Link copied to clipboard
val description: String? = null

The description of the new resource

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard

Trace content for your wireless gateway and wireless device resources

Link copied to clipboard

List of wireless gateway resources that have been added to the network analyzer configuration

Link copied to clipboard

List of wireless gateway resources that have been added to the network analyzer configuration