This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:- DataSourceParametersPassword:StringUsername: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
DataSourceParametersstructure that's in the request with the structures in theAlternateDataSourceParametersallow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If theAlternateDataSourceParameterslist is null, theDataSourceParametersoriginally used with theseCredentialsis automatically allowed.Required: No
Type: Array of DataSourceParameters
Minimum:
1Maximum:
50Update requires: No interruption
Password-
Password.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
Username-
User name.
Required: Yes
Type: String
Minimum:
1Maximum:
64Update requires: No interruption