Interface ICfnChannelPolicyProps
Properties for defining a CfnChannelPolicy
.
Namespace: Amazon.CDK.AwsMediapackagev2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnChannelPolicyProps
Syntax (vb)
Public Interface ICfnChannelPolicyProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_mediapackagev2;
var policy;
var cfnChannelPolicyProps = new CfnChannelPolicyProps {
ChannelGroupName = "channelGroupName",
ChannelName = "channelName",
Policy = policy
};
Synopsis
Properties
Channel |
The name of the channel group associated with the channel policy. |
Channel |
The name of the channel associated with the channel policy. |
Policy | The policy associated with the channel. |
Properties
ChannelGroupName
The name of the channel group associated with the channel policy.
string ChannelGroupName { get; }
Property Value
System.
Remarks
ChannelName
The name of the channel associated with the channel policy.
string ChannelName { get; }
Property Value
System.
Remarks
Policy
The policy associated with the channel.
object Policy { get; }
Property Value
System.