Class CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
An implementation for
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Access Key portion of the credentials.final String
The encryption keys used to encrypt data.final String
The secret key used to sign requests.final String
The identifier for the user.final int
hashCode()
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
protected Jsii$Proxy(CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty.Builder
.
-
-
Method Details
-
getAccessKeyId
Description copied from interface:CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
The Access Key portion of the credentials.- Specified by:
getAccessKeyId
in interfaceCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
-
getDatakey
Description copied from interface:CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
The encryption keys used to encrypt data.- Specified by:
getDatakey
in interfaceCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
-
getSecretAccessKey
Description copied from interface:CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
The secret key used to sign requests.- Specified by:
getSecretAccessKey
in interfaceCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
-
getUserId
Description copied from interface:CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
The identifier for the user.- Specified by:
getUserId
in interfaceCfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-