AWS Classic
getDevice
Retrieve information about a device.
Example Usage
using Pulumi;
using Aws = Pulumi.Aws;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(Aws.NetworkManager.GetDevice.InvokeAsync(new Aws.NetworkManager.GetDeviceArgs
{
GlobalNetworkIdId = @var.Global_network_id,
DeviceId = @var.Device_id,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v5/go/aws/networkmanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := networkmanager.LookupDevice(ctx, &networkmanager.LookupDeviceArgs{
GlobalNetworkIdId: _var.Global_network_id,
DeviceId: _var.Device_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import java.util.*;
import java.io.*;
import java.nio.*;
import com.pulumi.*;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = Output.of(NetworkmanagerFunctions.getDevice(GetDeviceArgs.builder()
.globalNetworkIdId(var_.global_network_id())
.deviceId(var_.device_id())
.build()));
}
}
import pulumi
import pulumi_aws as aws
example = aws.networkmanager.get_device(global_network_id_id=var["global_network_id"],
device_id=var["device_id"])
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.networkmanager.getDevice({
globalNetworkIdId: _var.global_network_id,
deviceId: _var.device_id,
});
variables:
example:
Fn::Invoke:
Function: aws:networkmanager:getDevice
Arguments:
globalNetworkIdId: ${var.global_network_id}
deviceId: ${var.device_id}
Using getDevice
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 getDevice(args: GetDeviceArgs, opts?: InvokeOptions): Promise<GetDeviceResult>
function getDeviceOutput(args: GetDeviceOutputArgs, opts?: InvokeOptions): Output<GetDeviceResult>
def get_device(device_id: Optional[str] = None,
global_network_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetDeviceResult
def get_device_output(device_id: Optional[pulumi.Input[str]] = None,
global_network_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeviceResult]
func LookupDevice(ctx *Context, args *LookupDeviceArgs, opts ...InvokeOption) (*LookupDeviceResult, error)
func LookupDeviceOutput(ctx *Context, args *LookupDeviceOutputArgs, opts ...InvokeOption) LookupDeviceResultOutput
> Note: This function is named LookupDevice
in the Go SDK.
public static class GetDevice
{
public static Task<GetDeviceResult> InvokeAsync(GetDeviceArgs args, InvokeOptions? opts = null)
public static Output<GetDeviceResult> Invoke(GetDeviceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeviceResult> getDevice(GetDeviceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: aws:networkmanager/getDevice:getDevice
Arguments:
# Arguments dictionary
The following arguments are supported:
- Device
Id string The ID of the device.
- Global
Network stringId The ID of the global network.
- Dictionary<string, string>
Key-value tags for the device.
- Device
Id string The ID of the device.
- Global
Network stringId The ID of the global network.
- map[string]string
Key-value tags for the device.
- device
Id String The ID of the device.
- global
Network StringId The ID of the global network.
- Map<String,String>
Key-value tags for the device.
- device
Id string The ID of the device.
- global
Network stringId The ID of the global network.
- {[key: string]: string}
Key-value tags for the device.
- device_
id str The ID of the device.
- global_
network_ strid The ID of the global network.
- Mapping[str, str]
Key-value tags for the device.
- device
Id String The ID of the device.
- global
Network StringId The ID of the global network.
- Map<String>
Key-value tags for the device.
getDevice Result
The following output properties are available:
- Arn string
The Amazon Resource Name (ARN) of the device.
- Aws
Locations List<GetDevice Aws Location> The AWS location of the device. Documented below.
- Description string
A description of the device.
- Device
Id string - Global
Network stringId - Id string
The provider-assigned unique ID for this managed resource.
- Locations
List<Get
Device Location> The location of the device. Documented below.
- Model string
The model of device.
- Serial
Number string The serial number of the device.
- Site
Id string The ID of the site.
- Dictionary<string, string>
Key-value tags for the device.
- Type string
The type of device.
- Vendor string
The vendor of the device.
- Arn string
The Amazon Resource Name (ARN) of the device.
- Aws
Locations []GetDevice Aws Location The AWS location of the device. Documented below.
- Description string
A description of the device.
- Device
Id string - Global
Network stringId - Id string
The provider-assigned unique ID for this managed resource.
- Locations
[]Get
Device Location The location of the device. Documented below.
- Model string
The model of device.
- Serial
Number string The serial number of the device.
- Site
Id string The ID of the site.
- map[string]string
Key-value tags for the device.
- Type string
The type of device.
- Vendor string
The vendor of the device.
- arn String
The Amazon Resource Name (ARN) of the device.
- aws
Locations List<GetDevice Aws Location> The AWS location of the device. Documented below.
- description String
A description of the device.
- device
Id String - global
Network StringId - id String
The provider-assigned unique ID for this managed resource.
- locations
List<Get
Device Location> The location of the device. Documented below.
- model String
The model of device.
- serial
Number String The serial number of the device.
- site
Id String The ID of the site.
- Map<String,String>
Key-value tags for the device.
- type String
The type of device.
- vendor String
The vendor of the device.
- arn string
The Amazon Resource Name (ARN) of the device.
- aws
Locations GetDevice Aws Location[] The AWS location of the device. Documented below.
- description string
A description of the device.
- device
Id string - global
Network stringId - id string
The provider-assigned unique ID for this managed resource.
- locations
Get
Device Location[] The location of the device. Documented below.
- model string
The model of device.
- serial
Number string The serial number of the device.
- site
Id string The ID of the site.
- {[key: string]: string}
Key-value tags for the device.
- type string
The type of device.
- vendor string
The vendor of the device.
- arn str
The Amazon Resource Name (ARN) of the device.
- aws_
locations Sequence[GetDevice Aws Location] The AWS location of the device. Documented below.
- description str
A description of the device.
- device_
id str - global_
network_ strid - id str
The provider-assigned unique ID for this managed resource.
- locations
Sequence[Get
Device Location] The location of the device. Documented below.
- model str
The model of device.
- serial_
number str The serial number of the device.
- site_
id str The ID of the site.
- Mapping[str, str]
Key-value tags for the device.
- type str
The type of device.
- vendor str
The vendor of the device.
- arn String
The Amazon Resource Name (ARN) of the device.
- aws
Locations List<Property Map> The AWS location of the device. Documented below.
- description String
A description of the device.
- device
Id String - global
Network StringId - id String
The provider-assigned unique ID for this managed resource.
- locations List<Property Map>
The location of the device. Documented below.
- model String
The model of device.
- serial
Number String The serial number of the device.
- site
Id String The ID of the site.
- Map<String>
Key-value tags for the device.
- type String
The type of device.
- vendor String
The vendor of the device.
Supporting Types
GetDeviceAwsLocation
- subnet_
arn str The Amazon Resource Name (ARN) of the subnet that the device is located in.
- zone str
The Zone that the device is located in.
GetDeviceLocation
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aws
Terraform Provider.