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
AmazonElasticsearchParameters(AmazonElasticsearchParameters)The parameters for OpenSearch.
Tuple Fields of AmazonElasticsearchParameters
AmazonOpenSearchParameters(AmazonOpenSearchParameters)Tuple Fields of AmazonOpenSearchParameters
AthenaParameters(AthenaParameters)The parameters for Amazon Athena.
Tuple Fields of AthenaParameters
AuroraParameters(AuroraParameters)The parameters for Amazon Aurora MySQL.
Tuple Fields of AuroraParameters
AuroraPostgreSqlParameters(AuroraPostgreSqlParameters)The parameters for Amazon Aurora.
Tuple Fields of AuroraPostgreSqlParameters
AwsIotAnalyticsParameters(AwsIotAnalyticsParameters)The parameters for IoT Analytics.
Tuple Fields of AwsIotAnalyticsParameters
JiraParameters(JiraParameters)The parameters for Jira.
Tuple Fields of JiraParameters
MariaDbParameters(MariaDbParameters)The parameters for MariaDB.
Tuple Fields of MariaDbParameters
MySqlParameters(MySqlParameters)The parameters for MySQL.
Tuple Fields of MySqlParameters
OracleParameters(OracleParameters)The parameters for Oracle.
Tuple Fields of OracleParameters
PostgreSqlParameters(PostgreSqlParameters)The parameters for PostgreSQL.
Tuple Fields of PostgreSqlParameters
PrestoParameters(PrestoParameters)The parameters for Presto.
Tuple Fields of PrestoParameters
RdsParameters(RdsParameters)The parameters for Amazon RDS.
Tuple Fields of RdsParameters
RedshiftParameters(RedshiftParameters)The parameters for Amazon Redshift.
Tuple Fields of RedshiftParameters
S3Parameters(S3Parameters)The parameters for S3.
Tuple Fields of S3Parameters
0: S3ParametersServiceNowParameters(ServiceNowParameters)The parameters for ServiceNow.
Tuple Fields of ServiceNowParameters
SnowflakeParameters(SnowflakeParameters)The parameters for Snowflake.
Tuple Fields of SnowflakeParameters
SparkParameters(SparkParameters)The parameters for Spark.
Tuple Fields of SparkParameters
SqlServerParameters(SqlServerParameters)The parameters for SQL Server.
Tuple Fields of SqlServerParameters
TeradataParameters(TeradataParameters)The parameters for Teradata.
Tuple Fields of TeradataParameters
TwitterParameters(TwitterParameters)The parameters for Twitter.
Tuple Fields of TwitterParameters
Implementations
pub fn as_amazon_elasticsearch_parameters(
&self
) -> Result<&AmazonElasticsearchParameters, &Self>
pub fn as_amazon_elasticsearch_parameters(
&self
) -> Result<&AmazonElasticsearchParameters, &Self>
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DataSourceParameters
impl Send for DataSourceParameters
impl Sync for DataSourceParameters
impl Unpin for DataSourceParameters
impl UnwindSafe for DataSourceParameters
Blanket Implementations
Mutably borrows from an owned value. Read more
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