Uses of Interface
software.amazon.awscdk.services.ec2.IKeyPair
Packages that use IKeyPair
-
Uses of IKeyPair in software.amazon.awscdk.services.ec2
Subinterfaces of IKeyPair in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIKeyPair.Classes in software.amazon.awscdk.services.ec2 that implement IKeyPairModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classAn EC2 Key Pair.Methods in software.amazon.awscdk.services.ec2 that return IKeyPairModifier and TypeMethodDescriptionstatic IKeyPairKeyPair.fromKeyPairAttributes(software.constructs.Construct scope, String id, KeyPairAttributes attrs) Imports a key pair with a name and optional type.static IKeyPairKeyPair.fromKeyPairName(software.constructs.Construct scope, String id, String keyPairName) Imports a key pair based on the name.default IKeyPairInstanceProps.getKeyPair()The SSH keypair to grant access to the instance.final IKeyPairInstanceProps.Jsii$Proxy.getKeyPair()default IKeyPairLaunchTemplateProps.getKeyPair()The SSH keypair to grant access to the instance.final IKeyPairLaunchTemplateProps.Jsii$Proxy.getKeyPair()default IKeyPairNatInstanceProps.getKeyPair()The SSH keypair to grant access to the instance.final IKeyPairNatInstanceProps.Jsii$Proxy.getKeyPair()Methods in software.amazon.awscdk.services.ec2 with parameters of type IKeyPairModifier and TypeMethodDescriptionThe SSH keypair to grant access to the instance.Sets the value ofInstanceProps.getKeyPair()The SSH keypair to grant access to the instance.Sets the value ofLaunchTemplateProps.getKeyPair()Sets the value ofNatInstanceProps.getKeyPair()Deprecated.The SSH keypair to grant access to the instance.The SSH keypair to grant access to the instance.