Show / Hide Table of Contents

Class SshKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
SshKeyState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Transfer
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SshKeyState : ResourceArgs

Constructors

View Source

SshKeyState()

Declaration
public SshKeyState()

Properties

View Source

Body

The public key portion of an SSH key pair.

Declaration
public Input<string> Body { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerId

The Server ID of the Transfer Server (e.g. s-12345678)

Declaration
public Input<string> ServerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserName

The name of the user account that is assigned to one or more servers.

Declaration
public Input<string> UserName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.