#[non_exhaustive]
pub enum DataSourceParameters {
Show 24 variants AmazonElasticsearchParameters(AmazonElasticsearchParameters), AmazonOpenSearchParameters(AmazonOpenSearchParameters), AthenaParameters(AthenaParameters), AuroraParameters(AuroraParameters), AuroraPostgreSqlParameters(AuroraPostgreSqlParameters), AwsIotAnalyticsParameters(AwsIotAnalyticsParameters), DatabricksParameters(DatabricksParameters), ExasolParameters(ExasolParameters), JiraParameters(JiraParameters), MariaDbParameters(MariaDbParameters), MySqlParameters(MySqlParameters), OracleParameters(OracleParameters), PostgreSqlParameters(PostgreSqlParameters), PrestoParameters(PrestoParameters), RdsParameters(RdsParameters), RedshiftParameters(RedshiftParameters), S3Parameters(S3Parameters), ServiceNowParameters(ServiceNowParameters), SnowflakeParameters(SnowflakeParameters), SparkParameters(SparkParameters), SqlServerParameters(SqlServerParameters), TeradataParameters(TeradataParameters), TwitterParameters(TwitterParameters), Unknown,
}
Expand description

The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

AmazonElasticsearchParameters(AmazonElasticsearchParameters)

The parameters for OpenSearch.

§

AmazonOpenSearchParameters(AmazonOpenSearchParameters)

The parameters for OpenSearch.

§

AthenaParameters(AthenaParameters)

The parameters for Amazon Athena.

§

AuroraParameters(AuroraParameters)

The parameters for Amazon Aurora MySQL.

§

AuroraPostgreSqlParameters(AuroraPostgreSqlParameters)

The parameters for Amazon Aurora.

§

AwsIotAnalyticsParameters(AwsIotAnalyticsParameters)

The parameters for IoT Analytics.

§

DatabricksParameters(DatabricksParameters)

The required parameters that are needed to connect to a Databricks data source.

§

ExasolParameters(ExasolParameters)

The parameters for Exasol.

§

JiraParameters(JiraParameters)

The parameters for Jira.

§

MariaDbParameters(MariaDbParameters)

The parameters for MariaDB.

§

MySqlParameters(MySqlParameters)

The parameters for MySQL.

§

OracleParameters(OracleParameters)

The parameters for Oracle.

§

PostgreSqlParameters(PostgreSqlParameters)

The parameters for PostgreSQL.

§

PrestoParameters(PrestoParameters)

The parameters for Presto.

§

RdsParameters(RdsParameters)

The parameters for Amazon RDS.

§

RedshiftParameters(RedshiftParameters)

The parameters for Amazon Redshift.

§

S3Parameters(S3Parameters)

The parameters for S3.

§

ServiceNowParameters(ServiceNowParameters)

The parameters for ServiceNow.

§

SnowflakeParameters(SnowflakeParameters)

The parameters for Snowflake.

§

SparkParameters(SparkParameters)

The parameters for Spark.

§

SqlServerParameters(SqlServerParameters)

The parameters for SQL Server.

§

TeradataParameters(TeradataParameters)

The parameters for Teradata.

§

TwitterParameters(TwitterParameters)

The parameters for Twitter.

§

Unknown

The Unknown variant represents cases where new union variant was received. Consider upgrading the SDK to the latest available version. An unknown enum variant

Note: If you encounter this error, consider upgrading your SDK to the latest version. The Unknown variant represents cases where the server sent a value that wasn’t recognized by the client. This can happen when the server adds new functionality, but the client has not been updated. To investigate this, consider turning on debug logging to print the raw HTTP response.

Implementations§

Tries to convert the enum instance into AmazonElasticsearchParameters, extracting the inner AmazonElasticsearchParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a AmazonElasticsearchParameters.

Tries to convert the enum instance into AmazonOpenSearchParameters, extracting the inner AmazonOpenSearchParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a AmazonOpenSearchParameters.

Tries to convert the enum instance into AthenaParameters, extracting the inner AthenaParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a AthenaParameters.

Tries to convert the enum instance into AuroraParameters, extracting the inner AuroraParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a AuroraParameters.

Tries to convert the enum instance into AuroraPostgreSqlParameters, extracting the inner AuroraPostgreSqlParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a AuroraPostgreSqlParameters.

Tries to convert the enum instance into AwsIotAnalyticsParameters, extracting the inner AwsIotAnalyticsParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a AwsIotAnalyticsParameters.

Tries to convert the enum instance into DatabricksParameters, extracting the inner DatabricksParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a DatabricksParameters.

Tries to convert the enum instance into ExasolParameters, extracting the inner ExasolParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a ExasolParameters.

Tries to convert the enum instance into JiraParameters, extracting the inner JiraParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a JiraParameters.

Tries to convert the enum instance into MariaDbParameters, extracting the inner MariaDbParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a MariaDbParameters.

Tries to convert the enum instance into MySqlParameters, extracting the inner MySqlParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a MySqlParameters.

Tries to convert the enum instance into OracleParameters, extracting the inner OracleParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a OracleParameters.

Tries to convert the enum instance into PostgreSqlParameters, extracting the inner PostgreSqlParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a PostgreSqlParameters.

Tries to convert the enum instance into PrestoParameters, extracting the inner PrestoParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a PrestoParameters.

Tries to convert the enum instance into RdsParameters, extracting the inner RdsParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a RdsParameters.

Tries to convert the enum instance into RedshiftParameters, extracting the inner RedshiftParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a RedshiftParameters.

Tries to convert the enum instance into S3Parameters, extracting the inner S3Parameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a S3Parameters.

Tries to convert the enum instance into ServiceNowParameters, extracting the inner ServiceNowParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a ServiceNowParameters.

Tries to convert the enum instance into SnowflakeParameters, extracting the inner SnowflakeParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a SnowflakeParameters.

Tries to convert the enum instance into SparkParameters, extracting the inner SparkParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a SparkParameters.

Tries to convert the enum instance into SqlServerParameters, extracting the inner SqlServerParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a SqlServerParameters.

Tries to convert the enum instance into TeradataParameters, extracting the inner TeradataParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a TeradataParameters.

Tries to convert the enum instance into TwitterParameters, extracting the inner TwitterParameters. Returns Err(&Self) if it can’t be converted.

Returns true if this is a TwitterParameters.

Returns true if the enum instance is the Unknown variant.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more