1. Packages
  2. AWS Native
  3. API Docs
  4. iotwireless
  5. getNetworkAnalyzerConfiguration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.iotwireless.getNetworkAnalyzerConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Create and manage NetworkAnalyzerConfiguration resource.

    Using getNetworkAnalyzerConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNetworkAnalyzerConfiguration(args: GetNetworkAnalyzerConfigurationArgs, opts?: InvokeOptions): Promise<GetNetworkAnalyzerConfigurationResult>
    function getNetworkAnalyzerConfigurationOutput(args: GetNetworkAnalyzerConfigurationOutputArgs, opts?: InvokeOptions): Output<GetNetworkAnalyzerConfigurationResult>
    def get_network_analyzer_configuration(name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetNetworkAnalyzerConfigurationResult
    def get_network_analyzer_configuration_output(name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetNetworkAnalyzerConfigurationResult]
    func LookupNetworkAnalyzerConfiguration(ctx *Context, args *LookupNetworkAnalyzerConfigurationArgs, opts ...InvokeOption) (*LookupNetworkAnalyzerConfigurationResult, error)
    func LookupNetworkAnalyzerConfigurationOutput(ctx *Context, args *LookupNetworkAnalyzerConfigurationOutputArgs, opts ...InvokeOption) LookupNetworkAnalyzerConfigurationResultOutput

    > Note: This function is named LookupNetworkAnalyzerConfiguration in the Go SDK.

    public static class GetNetworkAnalyzerConfiguration 
    {
        public static Task<GetNetworkAnalyzerConfigurationResult> InvokeAsync(GetNetworkAnalyzerConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkAnalyzerConfigurationResult> Invoke(GetNetworkAnalyzerConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkAnalyzerConfigurationResult> getNetworkAnalyzerConfiguration(GetNetworkAnalyzerConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:iotwireless:getNetworkAnalyzerConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the network analyzer configuration
    Name string
    Name of the network analyzer configuration
    name String
    Name of the network analyzer configuration
    name string
    Name of the network analyzer configuration
    name str
    Name of the network analyzer configuration
    name String
    Name of the network analyzer configuration

    getNetworkAnalyzerConfiguration Result

    The following output properties are available:

    Arn string
    Arn for network analyzer configuration, Returned upon successful create.
    Description string
    The description of the new resource
    TraceContent Pulumi.AwsNative.IoTWireless.Outputs.TraceContentProperties
    Trace content for your wireless gateway and wireless device resources
    WirelessDevices List<string>
    List of wireless gateway resources that have been added to the network analyzer configuration
    WirelessGateways List<string>
    List of wireless gateway resources that have been added to the network analyzer configuration
    Arn string
    Arn for network analyzer configuration, Returned upon successful create.
    Description string
    The description of the new resource
    TraceContent TraceContentProperties
    Trace content for your wireless gateway and wireless device resources
    WirelessDevices []string
    List of wireless gateway resources that have been added to the network analyzer configuration
    WirelessGateways []string
    List of wireless gateway resources that have been added to the network analyzer configuration
    arn String
    Arn for network analyzer configuration, Returned upon successful create.
    description String
    The description of the new resource
    traceContent TraceContentProperties
    Trace content for your wireless gateway and wireless device resources
    wirelessDevices List<String>
    List of wireless gateway resources that have been added to the network analyzer configuration
    wirelessGateways List<String>
    List of wireless gateway resources that have been added to the network analyzer configuration
    arn string
    Arn for network analyzer configuration, Returned upon successful create.
    description string
    The description of the new resource
    traceContent TraceContentProperties
    Trace content for your wireless gateway and wireless device resources
    wirelessDevices string[]
    List of wireless gateway resources that have been added to the network analyzer configuration
    wirelessGateways string[]
    List of wireless gateway resources that have been added to the network analyzer configuration
    arn str
    Arn for network analyzer configuration, Returned upon successful create.
    description str
    The description of the new resource
    trace_content TraceContentProperties
    Trace content for your wireless gateway and wireless device resources
    wireless_devices Sequence[str]
    List of wireless gateway resources that have been added to the network analyzer configuration
    wireless_gateways Sequence[str]
    List of wireless gateway resources that have been added to the network analyzer configuration
    arn String
    Arn for network analyzer configuration, Returned upon successful create.
    description String
    The description of the new resource
    traceContent Property Map
    Trace content for your wireless gateway and wireless device resources
    wirelessDevices List<String>
    List of wireless gateway resources that have been added to the network analyzer configuration
    wirelessGateways List<String>
    List of wireless gateway resources that have been added to the network analyzer configuration

    Supporting Types

    NetworkAnalyzerConfigurationLogLevel

    NetworkAnalyzerConfigurationWirelessDeviceFrameInfo

    TraceContentProperties

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi