Interface IApplicationReference
A reference to a Application resource.
Namespace: Amazon.CDK.Interfaces.AppConfig
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.AppConfig;
var applicationReference = new ApplicationReference {
ApplicationId = "applicationId"
};
Synopsis
Properties
| ApplicationId | The ApplicationId of the Application resource. |
Properties
ApplicationId
The ApplicationId of the Application resource.
string ApplicationId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated