This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::ActionConnector BasicAuthConnectionMetadata
Metadata for basic authentication using username and password.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BaseEndpoint" :String, "Password" :String, "Username" :String}
YAML
BaseEndpoint:StringPassword:StringUsername:String
Properties
BaseEndpoint-
The base URL endpoint for the external service.
Required: Yes
Type: String
Pattern:
^https://.*Minimum:
1Maximum:
8192Update requires: No interruption
Password-
The password for basic authentication.
Required: Yes
Type: String
Update requires: No interruption
Username-
The username for basic authentication.
Required: Yes
Type: String
Update requires: No interruption