AWS::IVS::IngestConfigurationResource Type definition for AWS::IVS::IngestConfiguration
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IngestProtocol | string | Create-only |
InsecureIngest | boolean | Create-onlyWrite-only |
Name | string | Create-only |
StageArn | string | |
Tags | Array<Tag> | |
UserId | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier. |
ParticipantId | string | Participant Id is automatically generated on creation and assigned. |
State | string | State of IngestConfiguration which determines whether IngestConfiguration is in use or not. |
StreamKey | string | Stream-key value. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
ivs:CreateIngestConfigurationivs:TagResourceivs:GetIngestConfigurationivs:ListTagsForResourceivs:GetIngestConfigurationivs:UpdateIngestConfigurationivs:TagResourceivs:UntagResourceivs:ListTagsForResourceivs:DeleteIngestConfigurationivs:UntagResourceivs:ListIngestConfigurationsivs:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InsecureIngestUserIdNameIngestProtocol