getDevice

The AWS::NetworkManager::Device type describes a device.

Return

null

Parameters

argument

null


suspend fun getDevice(deviceId: String, globalNetworkId: String): GetDeviceResult

Return

null

Parameters

deviceId

The ID of the device.

globalNetworkId

The ID of the global network.

See also


suspend fun getDevice(argument: suspend GetDevicePlainArgsBuilder.() -> Unit): GetDeviceResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.networkmanager.kotlin.inputs.GetDevicePlainArgs.

See also