stages_list_only
Lists stages
in a region or regions, for all properties use stages
Overview
Name | stages_list_only |
Type | Resource |
Description | Resource Definition for type AWS::IVS::Stage. |
Id | aws.ivs.stages_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Stage ARN is automatically generated on creation and assigned as the unique identifier. |
name | string | Stage name |
tags | array | An array of key-value pairs to apply to this resource. |
active_session_id | string | ID of the active session within the stage. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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