stage
Gets an individual stage
resource
Overview
Name | stage |
Type | Resource |
Description | stage |
Id | awscc.ivs.stage |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Stage ARN is automatically generated on creation and assigned as the unique identifier. |
name | string | Stage name |
tags | array | An array of key-value pairs to apply to this resource. |
active_session_id | string | ID of the active session within the stage. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
tags,
active_session_id
FROM awscc.ivs.stage
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the stage
resource, the following permissions are required:
Read
ivs:GetStage,
ivs:ListTagsForResource
Update
ivs:GetStage,
ivs:UpdateStage,
ivs:TagResource,
ivs:UnTagResource,
ivs:ListTagsForResource
Delete
ivs:DeleteStage,
ivs:UnTagResource