Skip to main content

stages

Retrieves a list of stages in a region

Overview

Namestages
TypeResource
Descriptionstages
Idawscc.ivs.stages

Fields

NameDatatypeDescription
arnstringStage ARN is automatically generated on creation and assigned as the unique identifier.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.ivs.stages
WHERE region = 'us-east-1'

Permissions

To operate on the stages resource, the following permissions are required:

Create

ivs:CreateStage,
ivs:GetStage,
ivs:TagResource,
ivs:ListTagsForResource

List

ivs:ListStages,
ivs:ListTagsForResource