Show / Hide Table of Contents

Class EncoderConfigurationReference

A reference to a EncoderConfiguration resource.

Inheritance
object
EncoderConfigurationReference
Implements
IEncoderConfigurationReference
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.Ivs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EncoderConfigurationReference : IEncoderConfigurationReference
Syntax (vb)
Public Class EncoderConfigurationReference Implements IEncoderConfigurationReference
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.Ivs;

            var encoderConfigurationReference = new EncoderConfigurationReference {
                EncoderConfigurationArn = "encoderConfigurationArn"
            };

Synopsis

Constructors

EncoderConfigurationReference()

A reference to a EncoderConfiguration resource.

Properties

EncoderConfigurationArn

The Arn of the EncoderConfiguration resource.

Constructors

EncoderConfigurationReference()

A reference to a EncoderConfiguration resource.

public EncoderConfigurationReference()
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.Ivs;

            var encoderConfigurationReference = new EncoderConfigurationReference {
                EncoderConfigurationArn = "encoderConfigurationArn"
            };

Properties

EncoderConfigurationArn

The Arn of the EncoderConfiguration resource.

public string EncoderConfigurationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEncoderConfigurationReference
Back to top Generated by DocFX