dashboard resource¶
Source: internal/service/cloudwatch/dashboard_rsrc.go:31
Example usage:
imports: {
aws-cloudwatch: 'github.com/cloudboss/unobin-library-aws//service/cloudwatch'
}
resources: {
example: aws-cloudwatch.dashboard {
# Set input fields here.
}
}
Inputs¶
name
string
body
string
tags
optional(map(string))
Input Constraints¶
Tags rules
tags holds at most 50 entries.
Rule logic
- Require
@core.length(input.tags ?? {}) <= 50
Outputs¶
arn
string
name
string