Interface IIngestConfigurationReference
A reference to a IngestConfiguration resource.
Namespace: Amazon.CDK.AWS.Ivs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIngestConfigurationReference
Syntax (vb)
Public Interface 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
Properties
IngestConfigurationArn | The Arn of the IngestConfiguration resource. |
Properties
IngestConfigurationArn
The Arn of the IngestConfiguration resource.
string IngestConfigurationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated