Skip to main content

stage

Gets an individual stage resource

Overview

Namestage
TypeResource
Descriptionstage
Idawscc.ivs.stage

Fields

NameDatatypeDescription
arnstringStage ARN is automatically generated on creation and assigned as the unique identifier.
namestringStage name
tagsarrayAn array of key-value pairs to apply to this resource.
active_session_idstringID of the active session within the stage.
regionstringAWS 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