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
- 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
- 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
- Version
-
The current version of the view.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: