Class KeyPairState
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class KeyPairState : ResourceArgs
Constructors
View SourceKeyPairState()
Declaration
public KeyPairState()
Properties
View SourceFingerprint
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> |
KeyName
The name for the key pair.
Declaration
public Input<string> KeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
KeyPairId
The key pair ID.
Declaration
public Input<string> KeyPairId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicKey
The public key material.
Declaration
public Input<string> PublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |