Class ServerReference
A reference to a Server resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated