Skip to main content

stages_list_only

Lists stages in a region or regions, for all properties use stages

Overview

Namestages_list_only
TypeResource
DescriptionResource Definition for type AWS::IVS::Stage.
Idaws.ivs.stages_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all stages in a region.

SELECT
region,
arn
FROM aws.ivs.stages_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the stages_list_only resource, see stages