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