CredentialPair
The combination of user name and password that are used as credentials.
Contents
Note
In the following list, the required parameters are described first.
- Password
-
Password.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: Yes
- Username
-
User name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: Yes
- AlternateDataSourceParameters
-
A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the
DataSourceParameters
structure that's in the request with the structures in theAlternateDataSourceParameters
allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If theAlternateDataSourceParameters
list is null, theDataSourceParameters
originally used with theseCredentials
is automatically allowed.Type: Array of DataSourceParameters objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: