Class ApplicationReference
A reference to a Application resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.RefactorSpaces
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.RefactorSpaces;
var applicationReference = new ApplicationReference {
ApplicationArn = "applicationArn",
ApplicationIdentifier = "applicationIdentifier",
EnvironmentIdentifier = "environmentIdentifier"
};
Synopsis
Constructors
ApplicationReference() | A reference to a Application resource. |
Properties
ApplicationArn | The ARN of the Application resource. |
ApplicationIdentifier | The ApplicationIdentifier of the Application resource. |
EnvironmentIdentifier | The EnvironmentIdentifier 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.RefactorSpaces;
var applicationReference = new ApplicationReference {
ApplicationArn = "applicationArn",
ApplicationIdentifier = "applicationIdentifier",
EnvironmentIdentifier = "environmentIdentifier"
};
Properties
ApplicationArn
The ARN of the Application resource.
public string ApplicationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
ApplicationIdentifier
The ApplicationIdentifier of the Application resource.
public string ApplicationIdentifier { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
EnvironmentIdentifier
The EnvironmentIdentifier of the Application resource.
public string EnvironmentIdentifier { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated