Class WebAppReference
A reference to a WebApp resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WebAppReference : IWebAppReference
Syntax (vb)
Public Class WebAppReference Implements IWebAppReference
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.Transfer;
var webAppReference = new WebAppReference {
WebAppArn = "webAppArn"
};
Synopsis
Constructors
| WebAppReference() | A reference to a WebApp resource. |
Properties
| WebAppArn | The Arn of the WebApp resource. |
Constructors
WebAppReference()
A reference to a WebApp resource.
public WebAppReference()
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.Transfer;
var webAppReference = new WebAppReference {
WebAppArn = "webAppArn"
};
Properties
WebAppArn
The Arn of the WebApp resource.
public string WebAppArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated