We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.iotsitewise.getDashboard
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource schema for AWS::IoTSiteWise::Dashboard
Using getDashboard
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDashboard(args: GetDashboardArgs, opts?: InvokeOptions): Promise<GetDashboardResult>
function getDashboardOutput(args: GetDashboardOutputArgs, opts?: InvokeOptions): Output<GetDashboardResult>
def get_dashboard(dashboard_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDashboardResult
def get_dashboard_output(dashboard_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDashboardResult]
func LookupDashboard(ctx *Context, args *LookupDashboardArgs, opts ...InvokeOption) (*LookupDashboardResult, error)
func LookupDashboardOutput(ctx *Context, args *LookupDashboardOutputArgs, opts ...InvokeOption) LookupDashboardResultOutput
> Note: This function is named LookupDashboard
in the Go SDK.
public static class GetDashboard
{
public static Task<GetDashboardResult> InvokeAsync(GetDashboardArgs args, InvokeOptions? opts = null)
public static Output<GetDashboardResult> Invoke(GetDashboardInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDashboardResult> getDashboard(GetDashboardArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:iotsitewise:getDashboard
arguments:
# arguments dictionary
The following arguments are supported:
- Dashboard
Id string - The ID of the dashboard.
- Dashboard
Id string - The ID of the dashboard.
- dashboard
Id String - The ID of the dashboard.
- dashboard
Id string - The ID of the dashboard.
- dashboard_
id str - The ID of the dashboard.
- dashboard
Id String - The ID of the dashboard.
getDashboard Result
The following output properties are available:
- Dashboard
Arn string - The ARN of the dashboard.
- Dashboard
Definition string - The dashboard definition specified in a JSON literal.
- Dashboard
Description string - A description for the dashboard.
- Dashboard
Id string - The ID of the dashboard.
- Dashboard
Name string - A friendly name for the dashboard.
- List<Pulumi.
Aws Native. Outputs. Tag> - A list of key-value pairs that contain metadata for the dashboard.
- Dashboard
Arn string - The ARN of the dashboard.
- Dashboard
Definition string - The dashboard definition specified in a JSON literal.
- Dashboard
Description string - A description for the dashboard.
- Dashboard
Id string - The ID of the dashboard.
- Dashboard
Name string - A friendly name for the dashboard.
- Tag
- A list of key-value pairs that contain metadata for the dashboard.
- dashboard
Arn String - The ARN of the dashboard.
- dashboard
Definition String - The dashboard definition specified in a JSON literal.
- dashboard
Description String - A description for the dashboard.
- dashboard
Id String - The ID of the dashboard.
- dashboard
Name String - A friendly name for the dashboard.
- List<Tag>
- A list of key-value pairs that contain metadata for the dashboard.
- dashboard
Arn string - The ARN of the dashboard.
- dashboard
Definition string - The dashboard definition specified in a JSON literal.
- dashboard
Description string - A description for the dashboard.
- dashboard
Id string - The ID of the dashboard.
- dashboard
Name string - A friendly name for the dashboard.
- Tag[]
- A list of key-value pairs that contain metadata for the dashboard.
- dashboard_
arn str - The ARN of the dashboard.
- dashboard_
definition str - The dashboard definition specified in a JSON literal.
- dashboard_
description str - A description for the dashboard.
- dashboard_
id str - The ID of the dashboard.
- dashboard_
name str - A friendly name for the dashboard.
- Sequence[root_Tag]
- A list of key-value pairs that contain metadata for the dashboard.
- dashboard
Arn String - The ARN of the dashboard.
- dashboard
Definition String - The dashboard definition specified in a JSON literal.
- dashboard
Description String - A description for the dashboard.
- dashboard
Id String - The ID of the dashboard.
- dashboard
Name String - A friendly name for the dashboard.
- List<Property Map>
- A list of key-value pairs that contain metadata for the dashboard.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi