class Aws::Appflow::Types::InforNexusConnectorProfileCredentials

The connector-specific profile credentials required by Infor Nexus.

@note When making an API call, you may pass InforNexusConnectorProfileCredentials

data as a hash:

    {
      access_key_id: "AccessKeyId", # required
      user_id: "Username", # required
      secret_access_key: "Key", # required
      datakey: "Key", # required
    }

@!attribute [rw] access_key_id

The Access Key portion of the credentials.
@return [String]

@!attribute [rw] user_id

The identifier for the user.
@return [String]

@!attribute [rw] secret_access_key

The secret key used to sign requests.
@return [String]

@!attribute [rw] datakey

The encryption keys used to encrypt data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/InforNexusConnectorProfileCredentials AWS API Documentation

Constants

SENSITIVE