stages
Retrieves a list of stages
in a region
Overview
Name | stages |
Type | Resource |
Description | stages |
Id | awscc.ivs.stages |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Stage ARN is automatically generated on creation and assigned as the unique identifier. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.ivs.stages
WHERE region = 'us-east-1'
Permissions
To operate on the stages
resource, the following permissions are required:
Create
ivs:CreateStage,
ivs:GetStage,
ivs:TagResource,
ivs:ListTagsForResource
List
ivs:ListStages,
ivs:ListTagsForResource