AWS Fundamentals Logo
AWS Fundamentals
AWS::IVS::Stage

IVS Stage

Resource Type definition for AWS::IVS::Stage.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AutoParticipantRecordingConfiguration
AutoParticipantRecordingConfiguration
Name
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ActiveSessionIdstringID of the active session within the stage.
ArnstringStage ARN is automatically generated on creation and assigned as the unique identifier.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IVS::Stage

Resources:
  MyResource:
    Type: AWS::IVS::Stage
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ivs:CreateStageivs:GetStageivs:TagResourceivs:ListTagsForResource

read

ivs:GetStageivs:ListTagsForResource

update

ivs:GetStageivs:UpdateStageivs:TagResourceivs:UntagResourceivs:ListTagsForResource

delete

ivs:DeleteStageivs:UntagResource

list

ivs:ListStagesivs:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIVS
Properties5
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links