Interface IKeyPair.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IKeyPair, IKeyPairRef, IKeyPairRef.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IKeyPair.Jsii$Proxy
Enclosing interface:
IKeyPair

@Internal public static interface IKeyPair.Jsii$Default extends IKeyPair, IResource.Jsii$Default, IKeyPairRef.Jsii$Default
Internal default implementation for IKeyPair.
  • Method Details

    • getKeyPairName

      @Stability(Stable) @NotNull default String getKeyPairName()
      The name of the key pair.
      Specified by:
      getKeyPairName in interface IKeyPair
    • getType

      @Stability(Stable) @Nullable default KeyPairType getType()
      The type of the key pair.
      Specified by:
      getType in interface IKeyPair