stage_tags
Expands all tag keys and values for stages in a region
Overview
| Name | stage_tags |
| Type | Resource |
| Description | Resource Definition for type AWS::IVS::Stage. |
| Id | aws.ivs.stage_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | Stage ARN is automatically generated on creation and assigned as the unique identifier. |
name | string | Stage name |
auto_participant_recording_configuration | object | Configuration object for individual participant recording, to attach to the new stage. |
active_session_id | string | ID of the active session within the stage. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all stages in a region.
SELECT
region,
arn,
name,
auto_participant_recording_configuration,
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