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 |
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,
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