Class EncoderConfigurationReference
A reference to a EncoderConfiguration resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated