Class CfnHostKeyMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnHostKeyMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHostKeyMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHostKeyMixinProps
@Stability(Stable)
@Internal
public static final class CfnHostKeyMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHostKeyMixinProps
An implementation for
CfnHostKeyMixinProps-
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.cfnpropertymixins.services.transfer.CfnHostKeyMixinProps
CfnHostKeyMixinProps.Builder, CfnHostKeyMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHostKeyMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHostKeyMixinProps.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 theCfnHostKeyMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnHostKeyMixinPropsThe text description for this host key.- Specified by:
getDescriptionin interfaceCfnHostKeyMixinProps- See Also:
-
getHostKeyBody
Description copied from interface:CfnHostKeyMixinPropsThe private key portion of an SSH key pair.Transfer Family accepts RSA, ECDSA, and ED25519 keys.
- Specified by:
getHostKeyBodyin interfaceCfnHostKeyMixinProps- See Also:
-
getServerId
Description copied from interface:CfnHostKeyMixinPropsThe identifier of the server that contains the host key.- Specified by:
getServerIdin interfaceCfnHostKeyMixinProps- See Also:
-
getTags
Description copied from interface:CfnHostKeyMixinPropsKey-value pairs that can be used to group and search for host keys.- Specified by:
getTagsin interfaceCfnHostKeyMixinProps- 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()
-