AWS Fundamentals Logo
AWS Fundamentals
AWS::IVS::Channel

IVS Channel

Resource Type definition for AWS::IVS::Channel

Properties

10 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Authorized
boolean
ContainerFormat
string
InsecureIngest
boolean
LatencyMode
string
MultitrackInputConfiguration
MultitrackInputConfiguration
Name
string
Preset
string
RecordingConfigurationArn
string
Tags
Array<Tag>
Type
string

Return Values

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

AttributeTypeDescription
ArnstringChannel ARN is automatically generated on creation and assigned as the unique identifier.
IngestEndpointstringChannel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
PlaybackUrlstringChannel Playback URL.

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::Channel

Resources:
  MyResource:
    Type: AWS::IVS::Channel
    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:CreateChannelivs:TagResource

read

ivs:GetChannelivs:ListTagsForResource

update

ivs:GetChannelivs:UpdateChannelivs:TagResourceivs:UntagResourceivs:ListTagsForResource

delete

ivs:DeleteChannelivs:UntagResource

list

ivs:ListChannelsivs: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
Properties13
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links