Skip to main content

stage_tags

Expands all tag keys and values for stages in a region

Overview

Namestage_tags
TypeResource
DescriptionResource Definition for type AWS::IVS::Stage.
Idaws.ivs.stage_tags

Fields

NameDatatypeDescription
arnstringStage ARN is automatically generated on creation and assigned as the unique identifier.
namestringStage name
active_session_idstringID of the active session within the stage.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all stages in a region.

SELECT
region,
arn,
name,
active_session_id,
tag_key,
tag_value
FROM aws.ivs.stage_tags
WHERE region = 'us-east-1';

Permissions

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