@Stability(value=Stable) @Internal public static final class CfnKeyPairProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnKeyPairProps
CfnKeyPairPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnKeyPairProps.Builder, CfnKeyPairProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnKeyPairProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnKeyPairProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getKeyName()
A unique name for the key pair.
|
String |
getKeyType()
The type of key pair.
|
String |
getPublicKeyMaterial()
The public key material.
|
List<CfnTag> |
getTags()
The tags to apply to the key pair.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnKeyPairProps.Builder builder)
CfnKeyPairProps.Builder.public final String getKeyName()
CfnKeyPairPropsConstraints: Up to 255 ASCII characters
getKeyName in interface CfnKeyPairPropspublic final String getKeyType()
CfnKeyPairProps
If the PublicKeyMaterial property is specified, the KeyType property is ignored, and the key type is inferred from the PublicKeyMaterial value.
Default: rsa
getKeyType in interface CfnKeyPairPropspublic final String getPublicKeyMaterial()
CfnKeyPairProps
The PublicKeyMaterial property is used to import a key pair. If this property is not specified, then a new key pair will be created.
getPublicKeyMaterial in interface CfnKeyPairPropspublic final List<CfnTag> getTags()
CfnKeyPairPropsgetTags in interface CfnKeyPairProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.