Show / Hide Table of Contents

Class WebAppReference

A reference to a WebApp resource.

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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IWebAppReference
Back to top Generated by DocFX