Show / Hide Table of Contents

Class CfnNetworkAnalyzerConfigurationMixinProps

Properties for CfnNetworkAnalyzerConfigurationPropsMixin.

Inheritance
object
CfnNetworkAnalyzerConfigurationMixinProps
Implements
ICfnNetworkAnalyzerConfigurationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html#cfn-iotwireless-networkanalyzerconfiguration-description

Name

Name of the network analyzer configuration.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html#cfn-iotwireless-networkanalyzerconfiguration-name

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html#cfn-iotwireless-networkanalyzerconfiguration-tags

TraceContent

Trace content for your wireless gateway and wireless device resources.

public object? TraceContent { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html#cfn-iotwireless-networkanalyzerconfiguration-tracecontent

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html#cfn-iotwireless-networkanalyzerconfiguration-wirelessdevices

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-networkanalyzerconfiguration.html#cfn-iotwireless-networkanalyzerconfiguration-wirelessgateways

Implements

ICfnNetworkAnalyzerConfigurationMixinProps
Back to top Generated by DocFX