AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.iotsitewise.Dashboard
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::IoTSiteWise::Dashboard
Create Dashboard Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dashboard(name: string, args: DashboardArgs, opts?: CustomResourceOptions);
@overload
def Dashboard(resource_name: str,
args: DashboardArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
dashboard_definition: Optional[str] = None,
dashboard_description: Optional[str] = None,
dashboard_name: Optional[str] = None,
project_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
public Dashboard(String name, DashboardArgs args)
public Dashboard(String name, DashboardArgs args, CustomResourceOptions options)
type: aws-native:iotsitewise:Dashboard
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 DashboardArgs
- 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 DashboardArgs
- 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 DashboardArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Dashboard 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 Dashboard resource accepts the following input properties:
- Dashboard
Definition string - The dashboard definition specified in a JSON literal.
- Dashboard
Description string - A description for the dashboard.
- Dashboard
Name string - A friendly name for the dashboard.
- Project
Id string - The ID of the project in which to create the dashboard.
- List<Pulumi.
Aws Native. Inputs. Tag> - A list of key-value pairs that contain metadata for the dashboard.
- Dashboard
Definition string - The dashboard definition specified in a JSON literal.
- Dashboard
Description string - A description for the dashboard.
- Dashboard
Name string - A friendly name for the dashboard.
- Project
Id string - The ID of the project in which to create the dashboard.
- Tag
Args - A list of key-value pairs that contain metadata for the dashboard.
- dashboard
Definition String - The dashboard definition specified in a JSON literal.
- dashboard
Description String - A description for the dashboard.
- dashboard
Name String - A friendly name for the dashboard.
- project
Id String - The ID of the project in which to create the dashboard.
- List<Tag>
- A list of key-value pairs that contain metadata for the dashboard.
- dashboard
Definition string - The dashboard definition specified in a JSON literal.
- dashboard
Description string - A description for the dashboard.
- dashboard
Name string - A friendly name for the dashboard.
- project
Id string - The ID of the project in which to create the dashboard.
- Tag[]
- A list of key-value pairs that contain metadata for the dashboard.
- dashboard_
definition str - The dashboard definition specified in a JSON literal.
- dashboard_
description str - A description for the dashboard.
- dashboard_
name str - A friendly name for the dashboard.
- project_
id str - The ID of the project in which to create the dashboard.
- Sequence[Tag
Args] - A list of key-value pairs that contain metadata for the dashboard.
- dashboard
Definition String - The dashboard definition specified in a JSON literal.
- dashboard
Description String - A description for the dashboard.
- dashboard
Name String - A friendly name for the dashboard.
- project
Id String - The ID of the project in which to create the dashboard.
- List<Property Map>
- A list of key-value pairs that contain metadata for the dashboard.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:
- Dashboard
Arn string - The ARN of the dashboard.
- Dashboard
Id string - The ID of the dashboard.
- Id string
- The provider-assigned unique ID for this managed resource.
- Dashboard
Arn string - The ARN of the dashboard.
- Dashboard
Id string - The ID of the dashboard.
- Id string
- The provider-assigned unique ID for this managed resource.
- dashboard
Arn String - The ARN of the dashboard.
- dashboard
Id String - The ID of the dashboard.
- id String
- The provider-assigned unique ID for this managed resource.
- dashboard
Arn string - The ARN of the dashboard.
- dashboard
Id string - The ID of the dashboard.
- id string
- The provider-assigned unique ID for this managed resource.
- dashboard_
arn str - The ARN of the dashboard.
- dashboard_
id str - The ID of the dashboard.
- id str
- The provider-assigned unique ID for this managed resource.
- dashboard
Arn String - The ARN of the dashboard.
- dashboard
Id String - The ID of the dashboard.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi