Interface CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorProfilePropsMixin
@Stability(Stable)
public static interface CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
The connector-specific profile credentials required by Infor Nexus.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appflow.*;
InforNexusConnectorProfileCredentialsProperty inforNexusConnectorProfileCredentialsProperty = InforNexusConnectorProfileCredentialsProperty.builder()
.accessKeyId("accessKeyId")
.datakey("datakey")
.secretAccessKey("secretAccessKey")
.userId("userId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessKeyId
The Access Key portion of the credentials.- See Also:
-
getDatakey
The encryption keys used to encrypt data.- See Also:
-
getSecretAccessKey
The secret key used to sign requests.- See Also:
-
getUserId
The identifier for the user.- See Also:
-
builder
@Stability(Stable) static CfnConnectorProfilePropsMixin.InforNexusConnectorProfileCredentialsProperty.Builder builder()
-