Optional ReadonlyawsThe AWS account ID.
Optional ReadonlycredentialsThe credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
ReadonlydataAn ID for the data source. This ID is unique per AWS Region for each AWS account.
ReadonlydataReadonlydisplayA display name for the data source.
Optional ReadonlyerrorError information from the last update or the creation of the data source.
ReadonlypermissionsA list of resource permissions on the data source.
Optional ReadonlysecretsSecrets Manager authentication for the data source. When set, MDAA both (a) wires the
secret as the data source credentials, and (b) grants QuickSight's account-level Secrets
Manager role (aws-quicksight-secretsmanager-role-v0) read access to the secret (and
decrypt on its KMS key). This is the single toggle for the secret-based auth path — the
role name and all IAM wiring are handled automatically.
Use cases: Secret-based Redshift (or other credential-pair) data source authentication
AWS: QuickSight DataSourceCredentials.SecretArn + IAM grant on the QuickSight SM role
Validation: Optional; when present, arn is required
Optional ReadonlysslSecure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
ReadonlytypeType of Data Source. ADOBE_ANALYTICS | AMAZON_ELASTICSEARCH | AMAZON_OPENSEARCH | ATHENA | AURORA | AURORA_POSTGRESQL | AWS_IOT_ANALYTICS | DATABRICKS | EXASOL | GITHUB | JIRA | MARIADB | MYSQL | ORACLE | POSTGRESQL | PRESTO | REDSHIFT | S3 | SALESFORCE | SERVICENOW | SNOWFLAKE | SPARK | SQLSERVER | TERADATA | TIMESTREAM | TWITTER
Optional ReadonlyvpcUse this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
Core data source configuration for QuickSight, defining connection parameters, credentials, permissions, and optional SSL/VPC settings.
Use cases: Redshift data source; Athena data source; S3/RDS connectivity
AWS: QuickSight CfnDataSource
Validation: dataSourceSpecificParameters, displayName, and permissions required