Module: AWSCDK::EC2::KeyPairFormat
- Defined in:
- ec2/key_pair_format.rb
Overview
The format of the Key Pair.
Constant Summary collapse
- PPK =
Deprecated.Note:
Default:
A PPK file, typically used with PuTTY.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.KeyPairFormat", "PPK")
- PEM =
Deprecated.Note:
Default:
A PEM file.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.KeyPairFormat", "PEM")