Show / Hide Table of Contents

Class ChannelPolicyReference

A reference to a ChannelPolicy resource.

Inheritance
object
ChannelPolicyReference
Implements
IChannelPolicyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IChannelPolicyReference
Back to top Generated by DocFX