AWS Fundamentals Logo
AWS Fundamentals
AWS::IVS::PlaybackRestrictionPolicy

IVS PlaybackRestrictionPolicy

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

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AllowedCountries
Array<string>
AllowedOrigins
Array<string>
EnableStrictOriginEnforcement
boolean
Name
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringPlayback-restriction-policy 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::PlaybackRestrictionPolicy

Resources:
  MyResource:
    Type: AWS::IVS::PlaybackRestrictionPolicy
    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:CreatePlaybackRestrictionPolicyivs:TagResource

read

ivs:GetPlaybackRestrictionPolicyivs:ListTagsForResource

update

ivs:GetPlaybackRestrictionPolicyivs:UpdatePlaybackRestrictionPolicyivs:ListTagsForResourceivs:UntagResourceivs:TagResource

delete

ivs:DeletePlaybackRestrictionPolicyivs:UntagResource

list

ivs:ListPlaybackRestrictionPoliciesivs: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
Properties6
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links