Show / Hide Table of Contents

Class AppReference

A reference to a App resource.

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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IAppReference
Back to top Generated by DocFX