Show / Hide Table of Contents

Class KeyPairState

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

Constructors

View Source

KeyPairState()

Declaration
public KeyPairState()

Properties

View Source

Fingerprint

The MD5 public key fingerprint as specified in section 4 of RFC 4716.

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

KeyName

The name for the key pair.

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

KeyNamePrefix

Creates a unique name beginning with the specified prefix. Conflicts with key_name.

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

KeyPairId

The key pair ID.

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

PublicKey

The public key material.

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

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.