Show / Hide Table of Contents

Class ServerReference

A reference to a Server resource.

Inheritance
object
ServerReference
Implements
IServerReference
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.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ServerReference : IServerReference
Syntax (vb)
Public Class ServerReference Implements IServerReference
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.Transfer;

            var serverReference = new ServerReference {
                ServerArn = "serverArn"
            };

Synopsis

Constructors

ServerReference()

A reference to a Server resource.

Properties

ServerArn

The Arn of the Server resource.

Constructors

ServerReference()

A reference to a Server resource.

public ServerReference()
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.Transfer;

            var serverReference = new ServerReference {
                ServerArn = "serverArn"
            };

Properties

ServerArn

The Arn of the Server resource.

public string ServerArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IServerReference
Back to top Generated by DocFX