Aws Ec2Key Pair Properties Response
data class AwsEc2KeyPairPropertiesResponse(val keyFingerprint: String? = null, val keyFormat: String? = null, val keyName: String? = null, val keyPairId: String? = null, val keyType: String? = null, val publicKeyMaterial: String? = null, val tags: List<TagResponse>? = null)
Definition of awsEc2KeyPair
Properties
Link copied to clipboard
Property keyFingerprint
Link copied to clipboard
Link copied to clipboard
The public key material. The `PublicKeyMaterial`
property is used to import a key pair. If this property is not specified, then a new key pair will be created.
Link copied to clipboard
The tags to apply to the key pair.