Class ApplicationOutputReference
A reference to a ApplicationOutput resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApplicationOutputReference : IApplicationOutputReference
Syntax (vb)
Public Class ApplicationOutputReference Implements IApplicationOutputReference
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.Interfaces.KinesisAnalytics;
var applicationOutputReference = new ApplicationOutputReference {
ApplicationOutputId = "applicationOutputId"
};
Synopsis
Constructors
| ApplicationOutputReference() | A reference to a ApplicationOutput resource. |
Properties
| ApplicationOutputId | The Id of the ApplicationOutput resource. |
Constructors
ApplicationOutputReference()
A reference to a ApplicationOutput resource.
public ApplicationOutputReference()
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.Interfaces.KinesisAnalytics;
var applicationOutputReference = new ApplicationOutputReference {
ApplicationOutputId = "applicationOutputId"
};
Properties
ApplicationOutputId
The Id of the ApplicationOutput resource.
public string ApplicationOutputId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated