interface InforNexusConnectorProfileCredentialsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty |
Java | software.amazon.awscdk.services.appflow.CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty |
Python | aws_cdk.aws_appflow.CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty |
TypeScript | @aws-cdk/aws-appflow » CfnConnectorProfile » InforNexusConnectorProfileCredentialsProperty |
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 * as appflow from '@aws-cdk/aws-appflow';
const inforNexusConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.InforNexusConnectorProfileCredentialsProperty = {
accessKeyId: 'accessKeyId',
datakey: 'datakey',
secretAccessKey: 'secretAccessKey',
userId: 'userId',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The Access Key portion of the credentials. |
datakey | string | The encryption keys used to encrypt data. |
secret | string | The secret key used to sign requests. |
user | string | The identifier for the user. |
accessKeyId
Type:
string
The Access Key portion of the credentials.
datakey
Type:
string
The encryption keys used to encrypt data.
secretAccessKey
Type:
string
The secret key used to sign requests.
userId
Type:
string
The identifier for the user.