Class CfnNetworkAnalyzerConfigurationMixinProps
Properties for CfnNetworkAnalyzerConfigurationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTWireless
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnNetworkAnalyzerConfigurationMixinProps : ICfnNetworkAnalyzerConfigurationMixinProps
Syntax (vb)
Public Class CfnNetworkAnalyzerConfigurationMixinProps Implements ICfnNetworkAnalyzerConfigurationMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoTWireless;
var traceContent;
var cfnNetworkAnalyzerConfigurationMixinProps = new CfnNetworkAnalyzerConfigurationMixinProps {
Description = "description",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TraceContent = traceContent,
WirelessDevices = new [] { "wirelessDevices" },
WirelessGateways = new [] { "wirelessGateways" }
};
Synopsis
Constructors
| CfnNetworkAnalyzerConfigurationMixinProps() | Properties for CfnNetworkAnalyzerConfigurationPropsMixin. |
Properties
| Description | The description of the resource. |
| Name | Name of the network analyzer configuration. |
| Tags | The tags to attach to the specified resource. |
| TraceContent | Trace content for your wireless gateway and wireless device resources. |
| WirelessDevices | Wireless device resources to add to the network analyzer configuration. |
| WirelessGateways | Wireless gateway resources to add to the network analyzer configuration. |
Constructors
CfnNetworkAnalyzerConfigurationMixinProps()
Properties for CfnNetworkAnalyzerConfigurationPropsMixin.
public CfnNetworkAnalyzerConfigurationMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoTWireless;
var traceContent;
var cfnNetworkAnalyzerConfigurationMixinProps = new CfnNetworkAnalyzerConfigurationMixinProps {
Description = "description",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TraceContent = traceContent,
WirelessDevices = new [] { "wirelessDevices" },
WirelessGateways = new [] { "wirelessGateways" }
};
Properties
Description
The description of the resource.
public string? Description { get; set; }
Property Value
Remarks
Name
Name of the network analyzer configuration.
public string? Name { get; set; }
Property Value
Remarks
Tags
The tags to attach to the specified resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
Tags are metadata that you can use to manage a resource.
TraceContent
Trace content for your wireless gateway and wireless device resources.
public object? TraceContent { get; set; }
Property Value
Remarks
WirelessDevices
Wireless device resources to add to the network analyzer configuration.
public string[]? WirelessDevices { get; set; }
Property Value
string[]
Remarks
Provide the WirelessDeviceId of the resource to add in the input array.
WirelessGateways
Wireless gateway resources to add to the network analyzer configuration.
public string[]? WirelessGateways { get; set; }
Property Value
string[]
Remarks
Provide the WirelessGatewayId of the resource to add in the input array.