Class AppReference
A reference to a App resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ResilienceHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AppReference : IAppReference
Syntax (vb)
Public Class AppReference Implements IAppReference
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.ResilienceHub;
var appReference = new AppReference {
AppArn = "appArn"
};
Synopsis
Constructors
AppReference() | A reference to a App resource. |
Properties
AppArn | The AppArn of the App resource. |
Constructors
AppReference()
A reference to a App resource.
public AppReference()
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.ResilienceHub;
var appReference = new AppReference {
AppArn = "appArn"
};
Properties
AppArn
The AppArn of the App resource.
public string AppArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated