Class: Aws::IoTSiteWise::Types::CreateDashboardRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3112

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_definitionString

The dashboard definition specified in a JSON literal.

  • IoT SiteWise Monitor (Classic) see [Create dashboards (CLI)]

  • IoT SiteWise Monitor (AI-aware) see [Create dashboards (CLI)]

in the *IoT SiteWise User Guide*

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html [2]: docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-ai-dashboard-cli.html

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3112

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_descriptionString

A description for the dashboard.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3112

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_nameString

A friendly name for the dashboard.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3112

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project in which to create the dashboard.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3112

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html

Returns:

  • (Hash<String,String>)


3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3112

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end