AWS::QuickSight::ActionConnector BasicAuthConnectionMetadata - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::ActionConnector BasicAuthConnectionMetadata

Metadata for basic authentication using username and password.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "BaseEndpoint" : String, "Password" : String, "Username" : String }

YAML

BaseEndpoint: String Password: String Username: String

Properties

BaseEndpoint

The base URL endpoint for the external service.

Required: Yes

Type: String

Pattern: ^https://.*

Minimum: 1

Maximum: 8192

Update 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