AWS::MediaPackageV2::ChannelPolicy<p>Represents a resource-based policy that allows or denies access to a channel.</p>
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ChannelGroupName | string | RequiredCreate-only |
ChannelName | string | RequiredCreate-only |
Policy | objectstring | Required |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackageV2::ChannelPolicy
Resources:
MyResource:
Type: AWS::MediaPackageV2::ChannelPolicy
Properties:
ChannelGroupName: "my-channelgroupname"
ChannelName: "my-channelname"
Policy: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
mediapackagev2:GetChannelPolicymediapackagev2:PutChannelPolicymediapackagev2:GetChannelPolicymediapackagev2:GetChannelPolicymediapackagev2:PutChannelPolicymediapackagev2:GetChannelPolicymediapackagev2:DeleteChannelPolicyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterChannelGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ChannelGroupNameChannelName