Class ApplicationReference
A reference to a Application resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SystemsManagerSAP
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApplicationReference : IApplicationReference
Syntax (vb)
Public Class ApplicationReference Implements 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.AWS.SystemsManagerSAP;
var applicationReference = new ApplicationReference {
ApplicationArn = "applicationArn"
};
Synopsis
Constructors
ApplicationReference() | A reference to a Application resource. |
Properties
ApplicationArn | The Arn of the Application resource. |
Constructors
ApplicationReference()
A reference to a Application resource.
public ApplicationReference()
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.SystemsManagerSAP;
var applicationReference = new ApplicationReference {
ApplicationArn = "applicationArn"
};
Properties
ApplicationArn
The Arn of the Application resource.
public string ApplicationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated