Class CfnHostKeyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnHostKeyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHostKeyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHostKeyProps
@Stability(Stable)
@Internal
public static final class CfnHostKeyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHostKeyProps
An implementation for
CfnHostKeyProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnHostKeyProps
CfnHostKeyProps.Builder, CfnHostKeyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHostKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHostKeyProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe text description for this host key.final StringThe private key portion of an SSH key pair.final StringThe identifier of the server that contains the host key.getTags()Key-value pairs that can be used to group and search for host keys.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnHostKeyProps.Builder.
-
-
Method Details
-
getServerId
Description copied from interface:CfnHostKeyPropsThe identifier of the server that contains the host key.- Specified by:
getServerIdin interfaceCfnHostKeyProps- See Also:
-
getDescription
Description copied from interface:CfnHostKeyPropsThe text description for this host key.- Specified by:
getDescriptionin interfaceCfnHostKeyProps- See Also:
-
getHostKeyBody
Description copied from interface:CfnHostKeyPropsThe private key portion of an SSH key pair.Transfer Family accepts RSA, ECDSA, and ED25519 keys.
- Specified by:
getHostKeyBodyin interfaceCfnHostKeyProps- See Also:
-
getTags
Description copied from interface:CfnHostKeyPropsKey-value pairs that can be used to group and search for host keys.- Specified by:
getTagsin interfaceCfnHostKeyProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-