Class ChannelPolicyReference
A reference to a ChannelPolicy resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ChannelPolicyReference : IChannelPolicyReference
Syntax (vb)
Public Class ChannelPolicyReference Implements IChannelPolicyReference
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.MediaTailor;
var channelPolicyReference = new ChannelPolicyReference {
ChannelName = "channelName"
};
Synopsis
Constructors
ChannelPolicyReference() | A reference to a ChannelPolicy resource. |
Properties
ChannelName | The ChannelName of the ChannelPolicy resource. |
Constructors
ChannelPolicyReference()
A reference to a ChannelPolicy resource.
public ChannelPolicyReference()
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.MediaTailor;
var channelPolicyReference = new ChannelPolicyReference {
ChannelName = "channelName"
};
Properties
ChannelName
The ChannelName of the ChannelPolicy resource.
public string ChannelName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated