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.102.0 published on Tuesday, Apr 16, 2024 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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

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

    Create Device Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Device(name: string, args: DeviceArgs, opts?: CustomResourceOptions);
    @overload
    def Device(resource_name: str,
               args: DeviceArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Device(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               global_network_id: Optional[str] = None,
               aws_location: Optional[DeviceAwsLocationArgs] = None,
               description: Optional[str] = None,
               location: Optional[DeviceLocationArgs] = None,
               model: Optional[str] = None,
               serial_number: Optional[str] = None,
               site_id: Optional[str] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
               type: Optional[str] = None,
               vendor: Optional[str] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const deviceResource = new aws_native.networkmanager.Device("deviceResource", {
        globalNetworkId: "string",
        awsLocation: {
            subnetArn: "string",
            zone: "string",
        },
        description: "string",
        location: {
            address: "string",
            latitude: "string",
            longitude: "string",
        },
        model: "string",
        serialNumber: "string",
        siteId: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        type: "string",
        vendor: "string",
    });
    
    Coming soon!
    

    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.
    AwsLocation Pulumi.AwsNative.NetworkManager.Inputs.DeviceAwsLocation
    The Amazon Web Services location of the device, if applicable.
    Description string
    The description of the device.
    Location Pulumi.AwsNative.NetworkManager.Inputs.DeviceLocation
    The site location.
    Model string
    The device model
    SerialNumber string
    The device serial number.
    SiteId string
    The site ID.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the device.
    Type string
    The device type.
    Vendor string
    The device vendor.
    GlobalNetworkId string
    The ID of the global network.
    AwsLocation DeviceAwsLocationArgs
    The Amazon Web Services location of the device, if applicable.
    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 TagArgs
    The tags for the device.
    Type string
    The device type.
    Vendor string
    The device vendor.
    globalNetworkId String
    The ID of the global network.
    awsLocation DeviceAwsLocation
    The Amazon Web Services location of the device, if applicable.
    description String
    The description of the device.
    location DeviceLocation
    The site location.
    model String
    The device model
    serialNumber String
    The device serial number.
    siteId String
    The site ID.
    tags List<Tag>
    The tags for the device.
    type String
    The device type.
    vendor String
    The device vendor.
    globalNetworkId string
    The ID of the global network.
    awsLocation DeviceAwsLocation
    The Amazon Web Services location of the device, if applicable.
    description string
    The description of the device.
    location DeviceLocation
    The site location.
    model string
    The device model
    serialNumber string
    The device serial number.
    siteId string
    The site ID.
    tags Tag[]
    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.
    aws_location DeviceAwsLocationArgs
    The Amazon Web Services location of the device, if applicable.
    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[TagArgs]
    The tags for the device.
    type str
    The device type.
    vendor str
    The device vendor.
    globalNetworkId String
    The ID of the global network.
    awsLocation Property Map
    The Amazon Web Services location of the device, if applicable.
    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:

    CreatedAt string
    The date and time that the device was created.
    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.
    State string
    The state of the device.
    CreatedAt string
    The date and time that the device was created.
    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.
    State string
    The state of the device.
    createdAt String
    The date and time that the device was created.
    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.
    state String
    The state of the device.
    createdAt string
    The date and time that the device was created.
    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.
    state string
    The state of the device.
    created_at str
    The date and time that the device was created.
    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.
    state str
    The state of the device.
    createdAt String
    The date and time that the device was created.
    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.
    state String
    The state of the device.

    Supporting Types

    DeviceAwsLocation, DeviceAwsLocationArgs

    SubnetArn string
    The Amazon Resource Name (ARN) of the subnet that the device is located in.
    Zone string
    The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
    SubnetArn string
    The Amazon Resource Name (ARN) of the subnet that the device is located in.
    Zone string
    The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
    subnetArn String
    The Amazon Resource Name (ARN) of the subnet that the device is located in.
    zone String
    The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
    subnetArn string
    The Amazon Resource Name (ARN) of the subnet that the device is located in.
    zone string
    The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
    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. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
    subnetArn String
    The Amazon Resource Name (ARN) of the subnet that the device is located in.
    zone String
    The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.

    DeviceLocation, DeviceLocationArgs

    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.

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi