Show / Hide Table of Contents

Class IngestConfigurationReference

A reference to a IngestConfiguration resource.

Inheritance
object
IngestConfigurationReference
Implements
IIngestConfigurationReference
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 IngestConfigurationReference : IIngestConfigurationReference
Syntax (vb)
Public Class IngestConfigurationReference Implements IIngestConfigurationReference
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 ingestConfigurationReference = new IngestConfigurationReference {
                IngestConfigurationArn = "ingestConfigurationArn"
            };

Synopsis

Constructors

IngestConfigurationReference()

A reference to a IngestConfiguration resource.

Properties

IngestConfigurationArn

The Arn of the IngestConfiguration resource.

Constructors

IngestConfigurationReference()

A reference to a IngestConfiguration resource.

public IngestConfigurationReference()
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 ingestConfigurationReference = new IngestConfigurationReference {
                IngestConfigurationArn = "ingestConfigurationArn"
            };

Properties

IngestConfigurationArn

The Arn of the IngestConfiguration resource.

public string IngestConfigurationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IIngestConfigurationReference
Back to top Generated by DocFX