Interface IKeyPair
An EC2 Key Pair.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKeyPair : IResource, IKeyPairRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IKeyPair Inherits IResource, IKeyPairRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| KeyPairName | The name of the key pair. |
| Type | The type of the key pair. |