interface CfnChannelPolicyProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_mediapackagev2.CfnChannelPolicyProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnChannelPolicyProps |
Java | software.amazon.awscdk.services.mediapackagev2.CfnChannelPolicyProps |
Python | aws_cdk.aws_mediapackagev2.CfnChannelPolicyProps |
TypeScript | aws-cdk-lib » aws_mediapackagev2 » CfnChannelPolicyProps |
Properties for defining a CfnChannelPolicy
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
declare const policy: any;
const cfnChannelPolicyProps: mediapackagev2.CfnChannelPolicyProps = {
channelGroupName: 'channelGroupName',
channelName: 'channelName',
policy: policy,
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The name of the channel group associated with the channel policy. |
channel | string | The name of the channel associated with the channel policy. |
policy | any | The policy associated with the channel. |
channelGroupName
Type:
string
The name of the channel group associated with the channel policy.
channelName
Type:
string
The name of the channel associated with the channel policy.
policy
Type:
any
The policy associated with the channel.