Enum aws_sdk_quicksight::model::DataSourceParameters[][src]

#[non_exhaustive]
pub enum DataSourceParameters {
Show 21 variants AmazonElasticsearchParameters(AmazonElasticsearchParameters), AmazonOpenSearchParameters(AmazonOpenSearchParameters), AthenaParameters(AthenaParameters), AuroraParameters(AuroraParameters), AuroraPostgreSqlParameters(AuroraPostgreSqlParameters), AwsIotAnalyticsParameters(AwsIotAnalyticsParameters), 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),
}
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.

Tuple Fields of AmazonElasticsearchParameters

0: AmazonElasticsearchParameters
AmazonOpenSearchParameters(AmazonOpenSearchParameters)

Tuple Fields of AmazonOpenSearchParameters

0: AmazonOpenSearchParameters
AthenaParameters(AthenaParameters)

The parameters for Amazon Athena.

Tuple Fields of AthenaParameters

0: AthenaParameters
AuroraParameters(AuroraParameters)

The parameters for Amazon Aurora MySQL.

Tuple Fields of AuroraParameters

0: AuroraParameters
AuroraPostgreSqlParameters(AuroraPostgreSqlParameters)

The parameters for Amazon Aurora.

Tuple Fields of AuroraPostgreSqlParameters

0: AuroraPostgreSqlParameters
AwsIotAnalyticsParameters(AwsIotAnalyticsParameters)

The parameters for IoT Analytics.

Tuple Fields of AwsIotAnalyticsParameters

0: AwsIotAnalyticsParameters
JiraParameters(JiraParameters)

The parameters for Jira.

Tuple Fields of JiraParameters

0: JiraParameters
MariaDbParameters(MariaDbParameters)

The parameters for MariaDB.

Tuple Fields of MariaDbParameters

0: MariaDbParameters
MySqlParameters(MySqlParameters)

The parameters for MySQL.

Tuple Fields of MySqlParameters

0: MySqlParameters
OracleParameters(OracleParameters)

The parameters for Oracle.

Tuple Fields of OracleParameters

0: OracleParameters
PostgreSqlParameters(PostgreSqlParameters)

The parameters for PostgreSQL.

Tuple Fields of PostgreSqlParameters

0: PostgreSqlParameters
PrestoParameters(PrestoParameters)

The parameters for Presto.

Tuple Fields of PrestoParameters

0: PrestoParameters
RdsParameters(RdsParameters)

The parameters for Amazon RDS.

Tuple Fields of RdsParameters

0: RdsParameters
RedshiftParameters(RedshiftParameters)

The parameters for Amazon Redshift.

Tuple Fields of RedshiftParameters

0: RedshiftParameters
S3Parameters(S3Parameters)

The parameters for S3.

Tuple Fields of S3Parameters

0: S3Parameters
ServiceNowParameters(ServiceNowParameters)

The parameters for ServiceNow.

Tuple Fields of ServiceNowParameters

0: ServiceNowParameters
SnowflakeParameters(SnowflakeParameters)

The parameters for Snowflake.

Tuple Fields of SnowflakeParameters

0: SnowflakeParameters
SparkParameters(SparkParameters)

The parameters for Spark.

Tuple Fields of SparkParameters

0: SparkParameters
SqlServerParameters(SqlServerParameters)

The parameters for SQL Server.

Tuple Fields of SqlServerParameters

0: SqlServerParameters
TeradataParameters(TeradataParameters)

The parameters for Teradata.

Tuple Fields of TeradataParameters

0: TeradataParameters
TwitterParameters(TwitterParameters)

The parameters for Twitter.

Tuple Fields of TwitterParameters

0: TwitterParameters

Implementations

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters variant.

Tries to convert the enum instance into its DataSourceParameters variant. Returns Err(&Self) if it can't be converted.

Returns true if the enum instance is the DataSourceParameters 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 ==. Read more

This method tests for !=.

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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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