AWS::IVS::StreamKeyResource Type definition for AWS::IVS::StreamKey
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ChannelArn | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Stream Key ARN is automatically generated on creation and assigned as the unique identifier. |
Value | string | Stream-key value. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IVS::StreamKey
Resources:
MyResource:
Type: AWS::IVS::StreamKey
Properties:
ChannelArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ivs:TagResourceivs:UntagResourceivs:CreateStreamKeyivs:GetStreamKeyivs:ListTagsForResourceivs:GetStreamKeyivs:TagResourceivs:UntagResourceivs:ListTagsForResourceivs:DeleteStreamKeyivs:UntagResourceivs:ListStreamKeysivs: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.
ChannelArn