1. Packages
  2. AWS Native
  3. API Docs
  4. networkmanager
  5. Device

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

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

aws-native.networkmanager.Device

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

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

    Create Device Resource

    new Device(name: string, args: DeviceArgs, opts?: CustomResourceOptions);
    @overload
    def Device(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               description: Optional[str] = None,
               global_network_id: Optional[str] = None,
               location: Optional[DeviceLocationArgs] = None,
               model: Optional[str] = None,
               serial_number: Optional[str] = None,
               site_id: Optional[str] = None,
               tags: Optional[Sequence[DeviceTagArgs]] = None,
               type: Optional[str] = None,
               vendor: Optional[str] = None)
    @overload
    def Device(resource_name: str,
               args: DeviceArgs,
               opts: Optional[ResourceOptions] = None)
    func NewDevice(ctx *Context, name string, args DeviceArgs, opts ...ResourceOption) (*Device, error)
    public Device(string name, DeviceArgs args, CustomResourceOptions? opts = null)
    public Device(String name, DeviceArgs args)
    public Device(String name, DeviceArgs args, CustomResourceOptions options)
    
    type: aws-native:networkmanager:Device
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DeviceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DeviceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DeviceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DeviceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DeviceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Device Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Device resource accepts the following input properties:

    GlobalNetworkId string

    The ID of the global network.

    Description string

    The description of the device.

    Location Pulumi.AwsNative.NetworkManager.Inputs.DeviceLocationArgs

    The site location.

    Model string

    The device model

    SerialNumber string

    The device serial number.

    SiteId string

    The site ID.

    Tags List<Pulumi.AwsNative.NetworkManager.Inputs.DeviceTagArgs>

    The tags for the device.

    Type string

    The device type.

    Vendor string

    The device vendor.

    GlobalNetworkId string

    The ID of the global network.

    Description string

    The description of the device.

    Location DeviceLocationArgs

    The site location.

    Model string

    The device model

    SerialNumber string

    The device serial number.

    SiteId string

    The site ID.

    Tags []DeviceTagArgs

    The tags for the device.

    Type string

    The device type.

    Vendor string

    The device vendor.

    globalNetworkId String

    The ID of the global network.

    description String

    The description of the device.

    location DeviceLocationArgs

    The site location.

    model String

    The device model

    serialNumber String

    The device serial number.

    siteId String

    The site ID.

    tags List<DeviceTagArgs>

    The tags for the device.

    type String

    The device type.

    vendor String

    The device vendor.

    globalNetworkId string

    The ID of the global network.

    description string

    The description of the device.

    location DeviceLocationArgs

    The site location.

    model string

    The device model

    serialNumber string

    The device serial number.

    siteId string

    The site ID.

    tags DeviceTagArgs[]

    The tags for the device.

    type string

    The device type.

    vendor string

    The device vendor.

    global_network_id str

    The ID of the global network.

    description str

    The description of the device.

    location DeviceLocationArgs

    The site location.

    model str

    The device model

    serial_number str

    The device serial number.

    site_id str

    The site ID.

    tags Sequence[DeviceTagArgs]

    The tags for the device.

    type str

    The device type.

    vendor str

    The device vendor.

    globalNetworkId String

    The ID of the global network.

    description String

    The description of the device.

    location Property Map

    The site location.

    model String

    The device model

    serialNumber String

    The device serial number.

    siteId String

    The site ID.

    tags List<Property Map>

    The tags for the device.

    type String

    The device type.

    vendor String

    The device vendor.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Device resource produces the following output properties:

    DeviceArn string

    The Amazon Resource Name (ARN) of the device.

    DeviceId string

    The ID of the device.

    Id string

    The provider-assigned unique ID for this managed resource.

    DeviceArn string

    The Amazon Resource Name (ARN) of the device.

    DeviceId string

    The ID of the device.

    Id string

    The provider-assigned unique ID for this managed resource.

    deviceArn String

    The Amazon Resource Name (ARN) of the device.

    deviceId String

    The ID of the device.

    id String

    The provider-assigned unique ID for this managed resource.

    deviceArn string

    The Amazon Resource Name (ARN) of the device.

    deviceId string

    The ID of the device.

    id string

    The provider-assigned unique ID for this managed resource.

    device_arn str

    The Amazon Resource Name (ARN) of the device.

    device_id str

    The ID of the device.

    id str

    The provider-assigned unique ID for this managed resource.

    deviceArn String

    The Amazon Resource Name (ARN) of the device.

    deviceId String

    The ID of the device.

    id String

    The provider-assigned unique ID for this managed resource.

    Supporting Types

    DeviceLocation

    Address string

    The physical address.

    Latitude string

    The latitude.

    Longitude string

    The longitude.

    Address string

    The physical address.

    Latitude string

    The latitude.

    Longitude string

    The longitude.

    address String

    The physical address.

    latitude String

    The latitude.

    longitude String

    The longitude.

    address string

    The physical address.

    latitude string

    The latitude.

    longitude string

    The longitude.

    address str

    The physical address.

    latitude str

    The latitude.

    longitude str

    The longitude.

    address String

    The physical address.

    latitude String

    The latitude.

    longitude String

    The longitude.

    DeviceTag

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    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.64.0 published on Friday, Jun 2, 2023 by Pulumi