KeyPair

class KeyPair : KotlinCustomResource

The AWS::EC2::KeyPair creates an SSH key pair

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val keyFingerprint: Output<String>

A short sequence of bytes used for public key verification

Link copied to clipboard

The format of the private key

Link copied to clipboard
val keyName: Output<String>

The name of the SSH key pair

Link copied to clipboard
val keyPairId: Output<String>

An AWS generated ID for the key pair

Link copied to clipboard
val keyType: Output<KeyPairKeyType>?

The crypto-system used to generate a key pair.

Link copied to clipboard

Plain text public key to import

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<KeyPairTag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>