Class KeyPairArgs
Inherited Members
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.LightSail
Assembly: Pulumi.Aws.dll
Syntax
public sealed class KeyPairArgs : ResourceArgs
Constructors
View SourceKeyPairArgs()
Declaration
public KeyPairArgs()
Properties
View SourceName
The name of the Lightsail Key Pair. If omitted, a unique name will be generated by this provider
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamePrefix
Declaration
public Input<string> NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PgpKey
An optional PGP key to encrypt the resulting private key material. Only used when creating a new key pair
Declaration
public Input<string> PgpKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicKey
The public key material. This public key will be imported into Lightsail
Declaration
public Input<string> PublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |