Interface IApplicationReference
A reference to a Application resource.
Namespace: Amazon.CDK.Interfaces.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApplicationReference
Syntax (vb)
Public Interface IApplicationReference
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.KinesisAnalyticsV2;
var applicationReference = new ApplicationReference {
ApplicationName = "applicationName"
};
Synopsis
Properties
| ApplicationName | The ApplicationName of the Application resource. |
Properties
ApplicationName
The ApplicationName of the Application resource.
string ApplicationName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated