class Aws::IoTSiteWise::Types::CreateDashboardRequest

@note When making an API call, you may pass CreateDashboardRequest

data as a hash:

    {
      project_id: "ID", # required
      dashboard_name: "Name", # required
      dashboard_description: "Description",
      dashboard_definition: "DashboardDefinition", # required
      client_token: "ClientToken",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] project_id

The ID of the project in which to create the dashboard.
@return [String]

@!attribute [rw] dashboard_name

A friendly name for the dashboard.
@return [String]

@!attribute [rw] dashboard_description

A description for the dashboard.
@return [String]

@!attribute [rw] dashboard_definition

The dashboard definition specified in a JSON literal. For detailed
information, see [Creating dashboards (CLI)][1] in the *IoT SiteWise
User Guide*.

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html
@return [String]

@!attribute [rw] client_token

A unique case-sensitive identifier that you can provide to ensure
the idempotency of the request. Don't reuse this client token if a
new idempotent request is required.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] tags

A list of key-value pairs that contain metadata for the dashboard.
For more information, see [Tagging your IoT SiteWise resources][1]
in the *IoT SiteWise User Guide*.

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html
@return [Hash<String,String>]

Constants

SENSITIVE