AWS::QuickSight::DataSource CredentialPair
The combination of user name and password that are used as credentials.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AlternateDataSourceParameters" :
[ DataSourceParameters, ... ]
, "Password" :String
, "Username" :String
}
YAML
AlternateDataSourceParameters:
- DataSourceParameters
Password:String
Username:String
Properties
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.Required: No
Type: Array of DataSourceParameters
Minimum:
1
Maximum:
50
Update requires: No interruption
Password
-
Password.
Required: Yes
Type: String
Minimum:
1
Maximum:
1024
Update requires: No interruption
Username
-
User name.
Required: Yes
Type: String
Minimum:
1
Maximum:
64
Update requires: No interruption