DashboardReference
Contains basic information about a dashboard, including its ARN, name, type, and timestamps.
Contents
- arn
-
The ARN of the referenced dashboard.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[-a-z0-9]*:bcm-dashboards::[0-9]{12}:dashboard/(\*|[-a-z0-9]+)
Required: Yes
- createdAt
-
The timestamp when the dashboard was created.
Type: Timestamp
Required: Yes
- name
-
The name of the referenced dashboard.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 50.
Pattern:
(?!.* {2})[a-zA-Z][a-zA-Z0-9 _-]{0,48}[a-zA-Z0-9_-]
Required: Yes
- type
-
The dashboard type.
Type: String
Valid Values:
CUSTOM
Required: Yes
- updatedAt
-
The timestamp when the dashboard was last modified.
Type: Timestamp
Required: Yes
- description
-
The description of the referenced dashboard.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
(?!.* {2})[ a-zA-Z0-9.,!?;:@#$%&\-_/\\]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: