Show / Hide Table of Contents

Interface IKeyPair

An EC2 Key Pair.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKeyPair : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IKeyPair Inherits IResource, IConstruct, IDependable

Synopsis

Properties

KeyPairName

The name of the key pair.

Type

The type of the key pair.

Properties

KeyPairName

The name of the key pair.

string KeyPairName { get; }
Property Value

string

Remarks

Attribute: true

Type

The type of the key pair.

KeyPairType? Type { get; }
Property Value

KeyPairType?

Back to top Generated by DocFX