AWS Fundamentals Logo
AWS Fundamentals
AWS::IVS::IngestConfiguration

IVS IngestConfiguration

Resource Type definition for AWS::IVS::IngestConfiguration

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
IngestProtocol
string
Create-only
InsecureIngest
boolean
Create-onlyWrite-only
Name
string
Create-only
StageArn
string
Tags
Array<Tag>
UserId
string
Create-only

Return Values

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

AttributeTypeDescription
ArnstringIngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
ParticipantIdstringParticipant Id is automatically generated on creation and assigned.
StatestringState of IngestConfiguration which determines whether IngestConfiguration is in use or not.
StreamKeystringStream-key value.

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

Resources:
  MyResource:
    Type: AWS::IVS::IngestConfiguration
    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:CreateIngestConfigurationivs:TagResource

read

ivs:GetIngestConfigurationivs:ListTagsForResource

update

ivs:GetIngestConfigurationivs:UpdateIngestConfigurationivs:TagResourceivs:UntagResourceivs:ListTagsForResource

delete

ivs:DeleteIngestConfigurationivs:UntagResource

list

ivs:ListIngestConfigurationsivs: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
Properties10
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

InsecureIngestUserIdNameIngestProtocol

External Links