view_version
Gets an individual view_version
resource
Overview
Name | view_version |
Type | Resource |
Description | view_version |
Id | awscc.connect.view_version |
Fields
Name | Datatype | Description |
---|---|---|
view_arn | string | The Amazon Resource Name (ARN) of the view for which a version is being created. |
view_version_arn | string | The Amazon Resource Name (ARN) of the created view version. |
version_description | string | The description for the view version. |
view_content_sha256 | string | The view content hash to be checked. |
version | integer | The version of the view. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
view_arn,
view_version_arn,
version_description,
view_content_sha256,
version
FROM awscc.connect.view_version
WHERE data__Identifier = '<ViewVersionArn>';
Permissions
To operate on the view_version
resource, the following permissions are required:
Read
connect:DescribeView
Delete
connect:DeleteViewVersion