Show / Hide Table of Contents

Interface INetworkAnalyzerConfigurationReference

A reference to a NetworkAnalyzerConfiguration resource.

Namespace: Amazon.CDK.Interfaces.IoTWireless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INetworkAnalyzerConfigurationReference
Syntax (vb)
Public Interface INetworkAnalyzerConfigurationReference
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.Interfaces.IoTWireless;

            var networkAnalyzerConfigurationReference = new NetworkAnalyzerConfigurationReference {
                NetworkAnalyzerConfigurationArn = "networkAnalyzerConfigurationArn",
                NetworkAnalyzerConfigurationName = "networkAnalyzerConfigurationName"
            };

Synopsis

Properties

NetworkAnalyzerConfigurationArn

The ARN of the NetworkAnalyzerConfiguration resource.

NetworkAnalyzerConfigurationName

The Name of the NetworkAnalyzerConfiguration resource.

Properties

NetworkAnalyzerConfigurationArn

The ARN of the NetworkAnalyzerConfiguration resource.

string NetworkAnalyzerConfigurationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

NetworkAnalyzerConfigurationName

The Name of the NetworkAnalyzerConfiguration resource.

string NetworkAnalyzerConfigurationName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX