Show / Hide Table of Contents

Class ApplicationOutputReference

A reference to a ApplicationOutput resource.

Inheritance
object
ApplicationOutputReference
Implements
IApplicationOutputReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IApplicationOutputReference
Back to top Generated by DocFX