aws-native.iotwireless.getNetworkAnalyzerConfiguration
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
- Trace
Content Pulumi.Aws Native. Io TWireless. Outputs. Trace Content Properties Trace content for your wireless gateway and wireless device resources
- Wireless
Devices List<string> List of wireless gateway resources that have been added to the network analyzer configuration
- Wireless
Gateways 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
- Trace
Content TraceContent Properties Trace content for your wireless gateway and wireless device resources
- Wireless
Devices []string List of wireless gateway resources that have been added to the network analyzer configuration
- Wireless
Gateways []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
- trace
Content TraceContent Properties Trace content for your wireless gateway and wireless device resources
- wireless
Devices List<String> List of wireless gateway resources that have been added to the network analyzer configuration
- wireless
Gateways 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
- trace
Content TraceContent Properties Trace content for your wireless gateway and wireless device resources
- wireless
Devices string[] List of wireless gateway resources that have been added to the network analyzer configuration
- wireless
Gateways 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 TraceContent Properties 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
- trace
Content Property Map Trace content for your wireless gateway and wireless device resources
- wireless
Devices List<String> List of wireless gateway resources that have been added to the network analyzer configuration
- wireless
Gateways 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