View
A view resource object. Contains metadata and content necessary to render the view.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the view.
Type: String
Required: No
- Content
-
View content containing all content necessary to render a view except for runtime input data.
Type: ViewContent object
Required: No
- CreatedTime
-
The timestamp of when the view was created.
Type: Timestamp
Required: No
- Description
-
The description of the view.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
^([\p{L}\p{N}_.:\/=+\-@,()']+[\p{L}\p{Z}\p{N}_.:\/=+\-@,()']*)$
Required: No
- Id
-
The identifier of the view.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Pattern:
^[a-zA-Z0-9\_\-:\/$]+$
Required: No
- LastModifiedTime
-
Latest timestamp of the
UpdateViewContent
orCreateViewVersion
operations.Type: Timestamp
Required: No
- Name
-
The name of the view.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^([\p{L}\p{N}_.:\/=+\-@()']+[\p{L}\p{Z}\p{N}_.:\/=+\-@()']*)$
Required: No
- Status
-
Indicates the view status as either
SAVED
orPUBLISHED
. ThePUBLISHED
status will initiate validation on the content.Type: String
Valid Values:
PUBLISHED | SAVED
Required: No
- Tags
-
The tags associated with the view resource (not specific to view version).
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$
Value Length Constraints: Maximum length of 256.
Required: No
- Type
-
The type of the view -
CUSTOMER_MANAGED
.Type: String
Valid Values:
CUSTOMER_MANAGED | AWS_MANAGED
Required: No
- Version
-
Current version of the view.
Type: Integer
Required: No
- VersionDescription
-
The description of the version.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
^([\p{L}\p{N}_.:\/=+\-@,()']+[\p{L}\p{Z}\p{N}_.:\/=+\-@,()']*)$
Required: No
- ViewContentSha256
-
Indicates the checksum value of the latest published view content.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[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: