Show / Hide Table of Contents

Class KeyPairArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KeyPairArgs
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.LightSail
Assembly: Pulumi.Aws.dll
Syntax
public sealed class KeyPairArgs : ResourceArgs

Constructors

View Source

KeyPairArgs()

Declaration
public KeyPairArgs()

Properties

View Source

Name

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>
View Source

NamePrefix

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.