Show / Hide Table of Contents

Interface IKeyPair

An EC2 Key Pair.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IKeyPairRef.KeyPairRef
IEnvironmentAware.Env
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.

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