We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.DataSource
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of the AWS::QuickSight::DataSource Resource Type.
Create DataSource Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataSource(name: string, args: DataSourceArgs, opts?: CustomResourceOptions);@overload
def DataSource(resource_name: str,
               args: DataSourceArgs,
               opts: Optional[ResourceOptions] = None)
@overload
def DataSource(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               type: Optional[DataSourceType] = None,
               folder_arns: Optional[Sequence[str]] = None,
               credentials: Optional[DataSourceCredentialsArgs] = None,
               data_source_id: Optional[str] = None,
               data_source_parameters: Optional[DataSourceParametersArgs] = None,
               error_info: Optional[DataSourceErrorInfoArgs] = None,
               alternate_data_source_parameters: Optional[Sequence[DataSourceParametersArgs]] = None,
               name: Optional[str] = None,
               permissions: Optional[Sequence[DataSourceResourcePermissionArgs]] = None,
               ssl_properties: Optional[DataSourceSslPropertiesArgs] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
               aws_account_id: Optional[str] = None,
               vpc_connection_properties: Optional[DataSourceVpcConnectionPropertiesArgs] = None)func NewDataSource(ctx *Context, name string, args DataSourceArgs, opts ...ResourceOption) (*DataSource, error)public DataSource(string name, DataSourceArgs args, CustomResourceOptions? opts = null)
public DataSource(String name, DataSourceArgs args)
public DataSource(String name, DataSourceArgs args, CustomResourceOptions options)
type: aws-native:quicksight:DataSource
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DataSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DataSourceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DataSourceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataSourceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataSourceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DataSource Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataSource resource accepts the following input properties:
- Type
Pulumi.Aws Native. Quick Sight. Data Source Type 
- The type of the data source. To return a list of all data sources, use - ListDataSources.- Use - AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.
- AlternateData List<Pulumi.Source Parameters Aws Native. Quick Sight. Inputs. Data Source Parameters> 
- AwsAccount stringId 
- The AWS account ID.
- Credentials
Pulumi.Aws Native. Quick Sight. Inputs. Data Source Credentials 
- The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
- DataSource stringId 
- An ID for the data source. This ID is unique per AWS Region for each AWS account.
- DataSource Pulumi.Parameters Aws Native. Quick Sight. Inputs. Data Source Parameters 
- The parameters that Amazon QuickSight uses to connect to your underlying source.
- ErrorInfo Pulumi.Aws Native. Quick Sight. Inputs. Data Source Error Info 
- Error information from the last update or the creation of the data source.
- FolderArns List<string>
- Name string
- A display name for the data source.
- Permissions
List<Pulumi.Aws Native. Quick Sight. Inputs. Data Source Resource Permission> 
- A list of resource permissions on the data source.
- SslProperties Pulumi.Aws Native. Quick Sight. Inputs. Data Source Ssl Properties 
- Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
- VpcConnection Pulumi.Properties Aws Native. Quick Sight. Inputs. Data Source Vpc Connection Properties 
- Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
- Type
DataSource Type 
- The type of the data source. To return a list of all data sources, use - ListDataSources.- Use - AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.
- AlternateData []DataSource Parameters Source Parameters Args 
- AwsAccount stringId 
- The AWS account ID.
- Credentials
DataSource Credentials Args 
- The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
- DataSource stringId 
- An ID for the data source. This ID is unique per AWS Region for each AWS account.
- DataSource DataParameters Source Parameters Args 
- The parameters that Amazon QuickSight uses to connect to your underlying source.
- ErrorInfo DataSource Error Info Args 
- Error information from the last update or the creation of the data source.
- FolderArns []string
- Name string
- A display name for the data source.
- Permissions
[]DataSource Resource Permission Args 
- A list of resource permissions on the data source.
- SslProperties DataSource Ssl Properties Args 
- Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
- 
TagArgs 
- Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
- VpcConnection DataProperties Source Vpc Connection Properties Args 
- Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
- type
DataSource Type 
- The type of the data source. To return a list of all data sources, use - ListDataSources.- Use - AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.
- alternateData List<DataSource Parameters Source Parameters> 
- awsAccount StringId 
- The AWS account ID.
- credentials
DataSource Credentials 
- The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
- dataSource StringId 
- An ID for the data source. This ID is unique per AWS Region for each AWS account.
- dataSource DataParameters Source Parameters 
- The parameters that Amazon QuickSight uses to connect to your underlying source.
- errorInfo DataSource Error Info 
- Error information from the last update or the creation of the data source.
- folderArns List<String>
- name String
- A display name for the data source.
- permissions
List<DataSource Resource Permission> 
- A list of resource permissions on the data source.
- sslProperties DataSource Ssl Properties 
- Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
- List<Tag>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
- vpcConnection DataProperties Source Vpc Connection Properties 
- Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
- type
DataSource Type 
- The type of the data source. To return a list of all data sources, use - ListDataSources.- Use - AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.
- alternateData DataSource Parameters Source Parameters[] 
- awsAccount stringId 
- The AWS account ID.
- credentials
DataSource Credentials 
- The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
- dataSource stringId 
- An ID for the data source. This ID is unique per AWS Region for each AWS account.
- dataSource DataParameters Source Parameters 
- The parameters that Amazon QuickSight uses to connect to your underlying source.
- errorInfo DataSource Error Info 
- Error information from the last update or the creation of the data source.
- folderArns string[]
- name string
- A display name for the data source.
- permissions
DataSource Resource Permission[] 
- A list of resource permissions on the data source.
- sslProperties DataSource Ssl Properties 
- Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
- Tag[]
- Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
- vpcConnection DataProperties Source Vpc Connection Properties 
- Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
- type
DataSource Type 
- The type of the data source. To return a list of all data sources, use - ListDataSources.- Use - AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.
- alternate_data_ Sequence[Datasource_ parameters Source Parameters Args] 
- aws_account_ strid 
- The AWS account ID.
- credentials
DataSource Credentials Args 
- The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
- data_source_ strid 
- An ID for the data source. This ID is unique per AWS Region for each AWS account.
- data_source_ Dataparameters Source Parameters Args 
- The parameters that Amazon QuickSight uses to connect to your underlying source.
- error_info DataSource Error Info Args 
- Error information from the last update or the creation of the data source.
- folder_arns Sequence[str]
- name str
- A display name for the data source.
- permissions
Sequence[DataSource Resource Permission Args] 
- A list of resource permissions on the data source.
- ssl_properties DataSource Ssl Properties Args 
- Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
- 
Sequence[TagArgs] 
- Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
- vpc_connection_ Dataproperties Source Vpc Connection Properties Args 
- Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
- type "ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "S3_TABLES" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE"
- The type of the data source. To return a list of all data sources, use - ListDataSources.- Use - AMAZON_ELASTICSEARCHfor Amazon OpenSearch Service.
- alternateData List<Property Map>Source Parameters 
- awsAccount StringId 
- The AWS account ID.
- credentials Property Map
- The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
- dataSource StringId 
- An ID for the data source. This ID is unique per AWS Region for each AWS account.
- dataSource Property MapParameters 
- The parameters that Amazon QuickSight uses to connect to your underlying source.
- errorInfo Property Map
- Error information from the last update or the creation of the data source.
- folderArns List<String>
- name String
- A display name for the data source.
- permissions List<Property Map>
- A list of resource permissions on the data source.
- sslProperties Property Map
- Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
- List<Property Map>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
- vpcConnection Property MapProperties 
- Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
Outputs
All input properties are implicitly available as output properties. Additionally, the DataSource resource produces the following output properties:
- Arn string
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- Status
Pulumi.Aws Native. Quick Sight. Data Source Resource Status 
- The HTTP status of the request.
- Arn string
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- Status
DataSource Resource Status 
- The HTTP status of the request.
- arn String
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- status
DataSource Resource Status 
- The HTTP status of the request.
- arn string
- createdTime string
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated stringTime 
- status
DataSource Resource Status 
- The HTTP status of the request.
- arn str
- created_time str
- id str
- The provider-assigned unique ID for this managed resource.
- last_updated_ strtime 
- status
DataSource Resource Status 
- The HTTP status of the request.
- arn String
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- status "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED"
- The HTTP status of the request.
Supporting Types
DataSourceAmazonElasticsearchParameters, DataSourceAmazonElasticsearchParametersArgs          
- Domain string
- Domain string
- domain String
- domain string
- domain str
- domain String
DataSourceAmazonOpenSearchParameters, DataSourceAmazonOpenSearchParametersArgs            
- Domain string
- Domain string
- domain String
- domain string
- domain str
- domain String
DataSourceAthenaParameters, DataSourceAthenaParametersArgs        
- role_arn str
- work_group str
DataSourceAuroraParameters, DataSourceAuroraParametersArgs        
DataSourceAuroraPostgreSqlParameters, DataSourceAuroraPostgreSqlParametersArgs            
DataSourceAuthenticationType, DataSourceAuthenticationTypeArgs        
- Password
- PASSWORD
- Token
- TOKEN
- X509
- X509
- DataSource Authentication Type Password 
- PASSWORD
- DataSource Authentication Type Token 
- TOKEN
- DataSource Authentication Type X509 
- X509
- Password
- PASSWORD
- Token
- TOKEN
- X509
- X509
- Password
- PASSWORD
- Token
- TOKEN
- X509
- X509
- PASSWORD
- PASSWORD
- TOKEN
- TOKEN
- X509
- X509
- "PASSWORD"
- PASSWORD
- "TOKEN"
- TOKEN
- "X509"
- X509
DataSourceCredentialPair, DataSourceCredentialPairArgs        
DataSourceCredentials, DataSourceCredentialsArgs      
- CopySource stringArn 
- CredentialPair Pulumi.Aws Native. Quick Sight. Inputs. Data Source Credential Pair 
- Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).
- SecretArn string
- CopySource stringArn 
- CredentialPair DataSource Credential Pair 
- Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).
- SecretArn string
- copySource StringArn 
- credentialPair DataSource Credential Pair 
- Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).
- secretArn String
- copySource stringArn 
- credentialPair DataSource Credential Pair 
- Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).
- secretArn string
- copy_source_ strarn 
- credential_pair DataSource Credential Pair 
- Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).
- secret_arn str
- copySource StringArn 
- credentialPair Property Map
- Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).
- secretArn String
DataSourceDatabricksParameters, DataSourceDatabricksParametersArgs        
- Host string
- Port double
- SqlEndpoint stringPath 
- Host string
- Port float64
- SqlEndpoint stringPath 
- host String
- port Double
- sqlEndpoint StringPath 
- host string
- port number
- sqlEndpoint stringPath 
- host str
- port float
- sql_endpoint_ strpath 
- host String
- port Number
- sqlEndpoint StringPath 
DataSourceErrorInfo, DataSourceErrorInfoArgs        
- Message string
- Type
Pulumi.Aws Native. Quick Sight. Data Source Error Info Type 
- Error type.
- Message string
- Type
DataSource Error Info Type 
- Error type.
- message String
- type
DataSource Error Info Type 
- Error type.
- message string
- type
DataSource Error Info Type 
- Error type.
- message str
- type
DataSource Error Info Type 
- Error type.
DataSourceErrorInfoType, DataSourceErrorInfoTypeArgs          
- AccessDenied 
- ACCESS_DENIED
- CopySource Not Found 
- COPY_SOURCE_NOT_FOUND
- Timeout
- TIMEOUT
- EngineVersion Not Supported 
- ENGINE_VERSION_NOT_SUPPORTED
- UnknownHost 
- UNKNOWN_HOST
- GenericSql Failure 
- GENERIC_SQL_FAILURE
- Conflict
- CONFLICT
- Unknown
- UNKNOWN
- DataSource Error Info Type Access Denied 
- ACCESS_DENIED
- DataSource Error Info Type Copy Source Not Found 
- COPY_SOURCE_NOT_FOUND
- DataSource Error Info Type Timeout 
- TIMEOUT
- DataSource Error Info Type Engine Version Not Supported 
- ENGINE_VERSION_NOT_SUPPORTED
- DataSource Error Info Type Unknown Host 
- UNKNOWN_HOST
- DataSource Error Info Type Generic Sql Failure 
- GENERIC_SQL_FAILURE
- DataSource Error Info Type Conflict 
- CONFLICT
- DataSource Error Info Type Unknown 
- UNKNOWN
- AccessDenied 
- ACCESS_DENIED
- CopySource Not Found 
- COPY_SOURCE_NOT_FOUND
- Timeout
- TIMEOUT
- EngineVersion Not Supported 
- ENGINE_VERSION_NOT_SUPPORTED
- UnknownHost 
- UNKNOWN_HOST
- GenericSql Failure 
- GENERIC_SQL_FAILURE
- Conflict
- CONFLICT
- Unknown
- UNKNOWN
- AccessDenied 
- ACCESS_DENIED
- CopySource Not Found 
- COPY_SOURCE_NOT_FOUND
- Timeout
- TIMEOUT
- EngineVersion Not Supported 
- ENGINE_VERSION_NOT_SUPPORTED
- UnknownHost 
- UNKNOWN_HOST
- GenericSql Failure 
- GENERIC_SQL_FAILURE
- Conflict
- CONFLICT
- Unknown
- UNKNOWN
- ACCESS_DENIED
- ACCESS_DENIED
- COPY_SOURCE_NOT_FOUND
- COPY_SOURCE_NOT_FOUND
- TIMEOUT
- TIMEOUT
- ENGINE_VERSION_NOT_SUPPORTED
- ENGINE_VERSION_NOT_SUPPORTED
- UNKNOWN_HOST
- UNKNOWN_HOST
- GENERIC_SQL_FAILURE
- GENERIC_SQL_FAILURE
- CONFLICT
- CONFLICT
- UNKNOWN
- UNKNOWN
- "ACCESS_DENIED"
- ACCESS_DENIED
- "COPY_SOURCE_NOT_FOUND"
- COPY_SOURCE_NOT_FOUND
- "TIMEOUT"
- TIMEOUT
- "ENGINE_VERSION_NOT_SUPPORTED"
- ENGINE_VERSION_NOT_SUPPORTED
- "UNKNOWN_HOST"
- UNKNOWN_HOST
- "GENERIC_SQL_FAILURE"
- GENERIC_SQL_FAILURE
- "CONFLICT"
- CONFLICT
- "UNKNOWN"
- UNKNOWN
DataSourceIdentityCenterConfiguration, DataSourceIdentityCenterConfigurationArgs          
- enableIdentity BooleanPropagation 
- enableIdentity booleanPropagation 
- enableIdentity BooleanPropagation 
DataSourceManifestFileLocation, DataSourceManifestFileLocationArgs          
DataSourceMariaDbParameters, DataSourceMariaDbParametersArgs          
DataSourceMySqlParameters, DataSourceMySqlParametersArgs          
DataSourceOAuthParameters, DataSourceOAuthParametersArgs        
- TokenProvider stringUrl 
- The token endpoint URL of the identity provider.
- IdentityProvider stringResource Uri 
- The resource uri of the identity provider.
- IdentityProvider Pulumi.Vpc Connection Properties Aws Native. Quick Sight. Inputs. Data Source Vpc Connection Properties 
- OAuthScope string
- The OAuth scope.
- TokenProvider stringUrl 
- The token endpoint URL of the identity provider.
- IdentityProvider stringResource Uri 
- The resource uri of the identity provider.
- IdentityProvider DataVpc Connection Properties Source Vpc Connection Properties 
- OAuthScope string
- The OAuth scope.
- tokenProvider StringUrl 
- The token endpoint URL of the identity provider.
- identityProvider StringResource Uri 
- The resource uri of the identity provider.
- identityProvider DataVpc Connection Properties Source Vpc Connection Properties 
- oAuth StringScope 
- The OAuth scope.
- tokenProvider stringUrl 
- The token endpoint URL of the identity provider.
- identityProvider stringResource Uri 
- The resource uri of the identity provider.
- identityProvider DataVpc Connection Properties Source Vpc Connection Properties 
- oAuth stringScope 
- The OAuth scope.
- token_provider_ strurl 
- The token endpoint URL of the identity provider.
- identity_provider_ strresource_ uri 
- The resource uri of the identity provider.
- identity_provider_ Datavpc_ connection_ properties Source Vpc Connection Properties 
- o_auth_ strscope 
- The OAuth scope.
- tokenProvider StringUrl 
- The token endpoint URL of the identity provider.
- identityProvider StringResource Uri 
- The resource uri of the identity provider.
- identityProvider Property MapVpc Connection Properties 
- oAuth StringScope 
- The OAuth scope.
DataSourceOracleParameters, DataSourceOracleParametersArgs        
DataSourceParameters, DataSourceParametersArgs      
- AmazonElasticsearch Pulumi.Parameters Aws Native. Quick Sight. Inputs. Data Source Amazon Elasticsearch Parameters 
- The parameters for OpenSearch.
- AmazonOpen Pulumi.Search Parameters Aws Native. Quick Sight. Inputs. Data Source Amazon Open Search Parameters 
- The parameters for OpenSearch.
- AthenaParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Athena Parameters 
- The parameters for Amazon Athena.
- AuroraParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Aurora Parameters 
- The parameters for Amazon Aurora MySQL.
- AuroraPostgre Pulumi.Sql Parameters Aws Native. Quick Sight. Inputs. Data Source Aurora Postgre Sql Parameters 
- The parameters for Amazon Aurora.
- DatabricksParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Databricks Parameters 
- The required parameters that are needed to connect to a Databricks data source.
- MariaDb Pulumi.Parameters Aws Native. Quick Sight. Inputs. Data Source Maria Db Parameters 
- The parameters for MariaDB.
- MySql Pulumi.Parameters Aws Native. Quick Sight. Inputs. Data Source My Sql Parameters 
- The parameters for MySQL.
- OracleParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Oracle Parameters 
- Oracle parameters.
- PostgreSql Pulumi.Parameters Aws Native. Quick Sight. Inputs. Data Source Postgre Sql Parameters 
- The parameters for PostgreSQL.
- PrestoParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Presto Parameters 
- The parameters for Presto.
- RdsParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Rds Parameters 
- The parameters for Amazon RDS.
- RedshiftParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Redshift Parameters 
- The parameters for Amazon Redshift.
- S3Parameters
Pulumi.Aws Native. Quick Sight. Inputs. Data Source S3Parameters 
- The parameters for S3.
- SnowflakeParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Snowflake Parameters 
- The parameters for Snowflake.
- SparkParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Spark Parameters 
- The parameters for Spark.
- SqlServer Pulumi.Parameters Aws Native. Quick Sight. Inputs. Data Source Sql Server Parameters 
- The parameters for SQL Server.
- StarburstParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Starburst Parameters 
- The parameters that are required to connect to a Starburst data source.
- TeradataParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Teradata Parameters 
- The parameters for Teradata.
- TrinoParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Trino Parameters 
- The parameters that are required to connect to a Trino data source.
- AmazonElasticsearch DataParameters Source Amazon Elasticsearch Parameters 
- The parameters for OpenSearch.
- AmazonOpen DataSearch Parameters Source Amazon Open Search Parameters 
- The parameters for OpenSearch.
- AthenaParameters DataSource Athena Parameters 
- The parameters for Amazon Athena.
- AuroraParameters DataSource Aurora Parameters 
- The parameters for Amazon Aurora MySQL.
- AuroraPostgre DataSql Parameters Source Aurora Postgre Sql Parameters 
- The parameters for Amazon Aurora.
- DatabricksParameters DataSource Databricks Parameters 
- The required parameters that are needed to connect to a Databricks data source.
- MariaDb DataParameters Source Maria Db Parameters 
- The parameters for MariaDB.
- MySql DataParameters Source My Sql Parameters 
- The parameters for MySQL.
- OracleParameters DataSource Oracle Parameters 
- Oracle parameters.
- PostgreSql DataParameters Source Postgre Sql Parameters 
- The parameters for PostgreSQL.
- PrestoParameters DataSource Presto Parameters 
- The parameters for Presto.
- RdsParameters DataSource Rds Parameters 
- The parameters for Amazon RDS.
- RedshiftParameters DataSource Redshift Parameters 
- The parameters for Amazon Redshift.
- S3Parameters
DataSource S3Parameters 
- The parameters for S3.
- SnowflakeParameters DataSource Snowflake Parameters 
- The parameters for Snowflake.
- SparkParameters DataSource Spark Parameters 
- The parameters for Spark.
- SqlServer DataParameters Source Sql Server Parameters 
- The parameters for SQL Server.
- StarburstParameters DataSource Starburst Parameters 
- The parameters that are required to connect to a Starburst data source.
- TeradataParameters DataSource Teradata Parameters 
- The parameters for Teradata.
- TrinoParameters DataSource Trino Parameters 
- The parameters that are required to connect to a Trino data source.
- amazonElasticsearch DataParameters Source Amazon Elasticsearch Parameters 
- The parameters for OpenSearch.
- amazonOpen DataSearch Parameters Source Amazon Open Search Parameters 
- The parameters for OpenSearch.
- athenaParameters DataSource Athena Parameters 
- The parameters for Amazon Athena.
- auroraParameters DataSource Aurora Parameters 
- The parameters for Amazon Aurora MySQL.
- auroraPostgre DataSql Parameters Source Aurora Postgre Sql Parameters 
- The parameters for Amazon Aurora.
- databricksParameters DataSource Databricks Parameters 
- The required parameters that are needed to connect to a Databricks data source.
- mariaDb DataParameters Source Maria Db Parameters 
- The parameters for MariaDB.
- mySql DataParameters Source My Sql Parameters 
- The parameters for MySQL.
- oracleParameters DataSource Oracle Parameters 
- Oracle parameters.
- postgreSql DataParameters Source Postgre Sql Parameters 
- The parameters for PostgreSQL.
- prestoParameters DataSource Presto Parameters 
- The parameters for Presto.
- rdsParameters DataSource Rds Parameters 
- The parameters for Amazon RDS.
- redshiftParameters DataSource Redshift Parameters 
- The parameters for Amazon Redshift.
- s3Parameters
DataSource S3Parameters 
- The parameters for S3.
- snowflakeParameters DataSource Snowflake Parameters 
- The parameters for Snowflake.
- sparkParameters DataSource Spark Parameters 
- The parameters for Spark.
- sqlServer DataParameters Source Sql Server Parameters 
- The parameters for SQL Server.
- starburstParameters DataSource Starburst Parameters 
- The parameters that are required to connect to a Starburst data source.
- teradataParameters DataSource Teradata Parameters 
- The parameters for Teradata.
- trinoParameters DataSource Trino Parameters 
- The parameters that are required to connect to a Trino data source.
- amazonElasticsearch DataParameters Source Amazon Elasticsearch Parameters 
- The parameters for OpenSearch.
- amazonOpen DataSearch Parameters Source Amazon Open Search Parameters 
- The parameters for OpenSearch.
- athenaParameters DataSource Athena Parameters 
- The parameters for Amazon Athena.
- auroraParameters DataSource Aurora Parameters 
- The parameters for Amazon Aurora MySQL.
- auroraPostgre DataSql Parameters Source Aurora Postgre Sql Parameters 
- The parameters for Amazon Aurora.
- databricksParameters DataSource Databricks Parameters 
- The required parameters that are needed to connect to a Databricks data source.
- mariaDb DataParameters Source Maria Db Parameters 
- The parameters for MariaDB.
- mySql DataParameters Source My Sql Parameters 
- The parameters for MySQL.
- oracleParameters DataSource Oracle Parameters 
- Oracle parameters.
- postgreSql DataParameters Source Postgre Sql Parameters 
- The parameters for PostgreSQL.
- prestoParameters DataSource Presto Parameters 
- The parameters for Presto.
- rdsParameters DataSource Rds Parameters 
- The parameters for Amazon RDS.
- redshiftParameters DataSource Redshift Parameters 
- The parameters for Amazon Redshift.
- s3Parameters
DataSource S3Parameters 
- The parameters for S3.
- snowflakeParameters DataSource Snowflake Parameters 
- The parameters for Snowflake.
- sparkParameters DataSource Spark Parameters 
- The parameters for Spark.
- sqlServer DataParameters Source Sql Server Parameters 
- The parameters for SQL Server.
- starburstParameters DataSource Starburst Parameters 
- The parameters that are required to connect to a Starburst data source.
- teradataParameters DataSource Teradata Parameters 
- The parameters for Teradata.
- trinoParameters DataSource Trino Parameters 
- The parameters that are required to connect to a Trino data source.
- amazon_elasticsearch_ Dataparameters Source Amazon Elasticsearch Parameters 
- The parameters for OpenSearch.
- amazon_open_ Datasearch_ parameters Source Amazon Open Search Parameters 
- The parameters for OpenSearch.
- athena_parameters DataSource Athena Parameters 
- The parameters for Amazon Athena.
- aurora_parameters DataSource Aurora Parameters 
- The parameters for Amazon Aurora MySQL.
- aurora_postgre_ Datasql_ parameters Source Aurora Postgre Sql Parameters 
- The parameters for Amazon Aurora.
- databricks_parameters DataSource Databricks Parameters 
- The required parameters that are needed to connect to a Databricks data source.
- maria_db_ Dataparameters Source Maria Db Parameters 
- The parameters for MariaDB.
- my_sql_ Dataparameters Source My Sql Parameters 
- The parameters for MySQL.
- oracle_parameters DataSource Oracle Parameters 
- Oracle parameters.
- postgre_sql_ Dataparameters Source Postgre Sql Parameters 
- The parameters for PostgreSQL.
- presto_parameters DataSource Presto Parameters 
- The parameters for Presto.
- rds_parameters DataSource Rds Parameters 
- The parameters for Amazon RDS.
- redshift_parameters DataSource Redshift Parameters 
- The parameters for Amazon Redshift.
- s3_parameters DataSource S3Parameters 
- The parameters for S3.
- snowflake_parameters DataSource Snowflake Parameters 
- The parameters for Snowflake.
- spark_parameters DataSource Spark Parameters 
- The parameters for Spark.
- sql_server_ Dataparameters Source Sql Server Parameters 
- The parameters for SQL Server.
- starburst_parameters DataSource Starburst Parameters 
- The parameters that are required to connect to a Starburst data source.
- teradata_parameters DataSource Teradata Parameters 
- The parameters for Teradata.
- trino_parameters DataSource Trino Parameters 
- The parameters that are required to connect to a Trino data source.
- amazonElasticsearch Property MapParameters 
- The parameters for OpenSearch.
- amazonOpen Property MapSearch Parameters 
- The parameters for OpenSearch.
- athenaParameters Property Map
- The parameters for Amazon Athena.
- auroraParameters Property Map
- The parameters for Amazon Aurora MySQL.
- auroraPostgre Property MapSql Parameters 
- The parameters for Amazon Aurora.
- databricksParameters Property Map
- The required parameters that are needed to connect to a Databricks data source.
- mariaDb Property MapParameters 
- The parameters for MariaDB.
- mySql Property MapParameters 
- The parameters for MySQL.
- oracleParameters Property Map
- Oracle parameters.
- postgreSql Property MapParameters 
- The parameters for PostgreSQL.
- prestoParameters Property Map
- The parameters for Presto.
- rdsParameters Property Map
- The parameters for Amazon RDS.
- redshiftParameters Property Map
- The parameters for Amazon Redshift.
- s3Parameters Property Map
- The parameters for S3.
- snowflakeParameters Property Map
- The parameters for Snowflake.
- sparkParameters Property Map
- The parameters for Spark.
- sqlServer Property MapParameters 
- The parameters for SQL Server.
- starburstParameters Property Map
- The parameters that are required to connect to a Starburst data source.
- teradataParameters Property Map
- The parameters for Teradata.
- trinoParameters Property Map
- The parameters that are required to connect to a Trino data source.
DataSourcePostgreSqlParameters, DataSourcePostgreSqlParametersArgs          
DataSourcePrestoParameters, DataSourcePrestoParametersArgs        
DataSourceRdsParameters, DataSourceRdsParametersArgs        
- Database string
- InstanceId string
- Database string
- InstanceId string
- database String
- instanceId String
- database string
- instanceId string
- database str
- instance_id str
- database String
- instanceId String
DataSourceRedshiftIamParameters, DataSourceRedshiftIamParametersArgs          
- RoleArn string
- AutoCreate boolDatabase User 
- DatabaseGroups List<string>
- DatabaseUser string
- RoleArn string
- AutoCreate boolDatabase User 
- DatabaseGroups []string
- DatabaseUser string
- roleArn String
- autoCreate BooleanDatabase User 
- databaseGroups List<String>
- databaseUser String
- roleArn string
- autoCreate booleanDatabase User 
- databaseGroups string[]
- databaseUser string
- role_arn str
- auto_create_ booldatabase_ user 
- database_groups Sequence[str]
- database_user str
- roleArn String
- autoCreate BooleanDatabase User 
- databaseGroups List<String>
- databaseUser String
DataSourceRedshiftParameters, DataSourceRedshiftParametersArgs        
- Database string
- ClusterId string
- Host string
- IamParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source Redshift Iam Parameters 
- An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
- IdentityCenter Pulumi.Configuration Aws Native. Quick Sight. Inputs. Data Source Identity Center Configuration 
- An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster. - This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. 
- Port double
- Database string
- ClusterId string
- Host string
- IamParameters DataSource Redshift Iam Parameters 
- An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
- IdentityCenter DataConfiguration Source Identity Center Configuration 
- An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster. - This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. 
- Port float64
- database String
- clusterId String
- host String
- iamParameters DataSource Redshift Iam Parameters 
- An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
- identityCenter DataConfiguration Source Identity Center Configuration 
- An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster. - This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. 
- port Double
- database string
- clusterId string
- host string
- iamParameters DataSource Redshift Iam Parameters 
- An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
- identityCenter DataConfiguration Source Identity Center Configuration 
- An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster. - This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. 
- port number
- database str
- cluster_id str
- host str
- iam_parameters DataSource Redshift Iam Parameters 
- An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
- identity_center_ Dataconfiguration Source Identity Center Configuration 
- An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster. - This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. 
- port float
- database String
- clusterId String
- host String
- iamParameters Property Map
- An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
- identityCenter Property MapConfiguration 
- An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster. - This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. 
- port Number
DataSourceResourcePermission, DataSourceResourcePermissionArgs        
DataSourceResourceStatus, DataSourceResourceStatusArgs        
- CreationIn Progress 
- CREATION_IN_PROGRESS
- CreationSuccessful 
- CREATION_SUCCESSFUL
- CreationFailed 
- CREATION_FAILED
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- UpdateSuccessful 
- UPDATE_SUCCESSFUL
- UpdateFailed 
- UPDATE_FAILED
- Deleted
- DELETED
- DataSource Resource Status Creation In Progress 
- CREATION_IN_PROGRESS
- DataSource Resource Status Creation Successful 
- CREATION_SUCCESSFUL
- DataSource Resource Status Creation Failed 
- CREATION_FAILED
- DataSource Resource Status Update In Progress 
- UPDATE_IN_PROGRESS
- DataSource Resource Status Update Successful 
- UPDATE_SUCCESSFUL
- DataSource Resource Status Update Failed 
- UPDATE_FAILED
- DataSource Resource Status Deleted 
- DELETED
- CreationIn Progress 
- CREATION_IN_PROGRESS
- CreationSuccessful 
- CREATION_SUCCESSFUL
- CreationFailed 
- CREATION_FAILED
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- UpdateSuccessful 
- UPDATE_SUCCESSFUL
- UpdateFailed 
- UPDATE_FAILED
- Deleted
- DELETED
- CreationIn Progress 
- CREATION_IN_PROGRESS
- CreationSuccessful 
- CREATION_SUCCESSFUL
- CreationFailed 
- CREATION_FAILED
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- UpdateSuccessful 
- UPDATE_SUCCESSFUL
- UpdateFailed 
- UPDATE_FAILED
- Deleted
- DELETED
- CREATION_IN_PROGRESS
- CREATION_IN_PROGRESS
- CREATION_SUCCESSFUL
- CREATION_SUCCESSFUL
- CREATION_FAILED
- CREATION_FAILED
- UPDATE_IN_PROGRESS
- UPDATE_IN_PROGRESS
- UPDATE_SUCCESSFUL
- UPDATE_SUCCESSFUL
- UPDATE_FAILED
- UPDATE_FAILED
- DELETED
- DELETED
- "CREATION_IN_PROGRESS"
- CREATION_IN_PROGRESS
- "CREATION_SUCCESSFUL"
- CREATION_SUCCESSFUL
- "CREATION_FAILED"
- CREATION_FAILED
- "UPDATE_IN_PROGRESS"
- UPDATE_IN_PROGRESS
- "UPDATE_SUCCESSFUL"
- UPDATE_SUCCESSFUL
- "UPDATE_FAILED"
- UPDATE_FAILED
- "DELETED"
- DELETED
DataSourceS3Parameters, DataSourceS3ParametersArgs      
- ManifestFile Pulumi.Location Aws Native. Quick Sight. Inputs. Data Source Manifest File Location 
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
- RoleArn string
- ManifestFile DataLocation Source Manifest File Location 
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
- RoleArn string
- manifestFile DataLocation Source Manifest File Location 
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
- roleArn String
- manifestFile DataLocation Source Manifest File Location 
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
- roleArn string
- manifest_file_ Datalocation Source Manifest File Location 
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
- role_arn str
- manifestFile Property MapLocation 
- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
- roleArn String
DataSourceSnowflakeParameters, DataSourceSnowflakeParametersArgs        
- Database string
- Host string
- Warehouse string
- AuthenticationType Pulumi.Aws Native. Quick Sight. Data Source Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- DatabaseAccess stringControl Role 
- The database access control role.
- OAuthParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
- Database string
- Host string
- Warehouse string
- AuthenticationType DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- DatabaseAccess stringControl Role 
- The database access control role.
- OAuthParameters DataSource OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
- database String
- host String
- warehouse String
- authenticationType DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- databaseAccess StringControl Role 
- The database access control role.
- oAuth DataParameters Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
- database string
- host string
- warehouse string
- authenticationType DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- databaseAccess stringControl Role 
- The database access control role.
- oAuth DataParameters Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
- database str
- host str
- warehouse str
- authentication_type DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- database_access_ strcontrol_ role 
- The database access control role.
- o_auth_ Dataparameters Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
- database String
- host String
- warehouse String
- authenticationType "PASSWORD" | "TOKEN" | "X509"
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- databaseAccess StringControl Role 
- The database access control role.
- oAuth Property MapParameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
DataSourceSparkParameters, DataSourceSparkParametersArgs        
DataSourceSqlServerParameters, DataSourceSqlServerParametersArgs          
DataSourceSslProperties, DataSourceSslPropertiesArgs        
- DisableSsl bool
- DisableSsl bool
- disableSsl Boolean
- disableSsl boolean
- disable_ssl bool
- disableSsl Boolean
DataSourceStarburstParameters, DataSourceStarburstParametersArgs        
- Catalog string
- Host string
- Port double
- AuthenticationType Pulumi.Aws Native. Quick Sight. Data Source Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- DatabaseAccess stringControl Role 
- The database access control role.
- OAuthParameters Pulumi.Aws Native. Quick Sight. Inputs. Data Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
- ProductType Pulumi.Aws Native. Quick Sight. Data Source Starburst Product Type 
- The product type for the Starburst data source.
- Catalog string
- Host string
- Port float64
- AuthenticationType DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- DatabaseAccess stringControl Role 
- The database access control role.
- OAuthParameters DataSource OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
- ProductType DataSource Starburst Product Type 
- The product type for the Starburst data source.
- catalog String
- host String
- port Double
- authenticationType DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- databaseAccess StringControl Role 
- The database access control role.
- oAuth DataParameters Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
- productType DataSource Starburst Product Type 
- The product type for the Starburst data source.
- catalog string
- host string
- port number
- authenticationType DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- databaseAccess stringControl Role 
- The database access control role.
- oAuth DataParameters Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
- productType DataSource Starburst Product Type 
- The product type for the Starburst data source.
- catalog str
- host str
- port float
- authentication_type DataSource Authentication Type 
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- database_access_ strcontrol_ role 
- The database access control role.
- o_auth_ Dataparameters Source OAuth Parameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
- product_type DataSource Starburst Product Type 
- The product type for the Starburst data source.
- catalog String
- host String
- port Number
- authenticationType "PASSWORD" | "TOKEN" | "X509"
- The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
- databaseAccess StringControl Role 
- The database access control role.
- oAuth Property MapParameters 
- An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
- productType "GALAXY" | "ENTERPRISE"
- The product type for the Starburst data source.
DataSourceStarburstProductType, DataSourceStarburstProductTypeArgs          
- Galaxy
- GALAXY
- Enterprise
- ENTERPRISE
- DataSource Starburst Product Type Galaxy 
- GALAXY
- DataSource Starburst Product Type Enterprise 
- ENTERPRISE
- Galaxy
- GALAXY
- Enterprise
- ENTERPRISE
- Galaxy
- GALAXY
- Enterprise
- ENTERPRISE
- GALAXY
- GALAXY
- ENTERPRISE
- ENTERPRISE
- "GALAXY"
- GALAXY
- "ENTERPRISE"
- ENTERPRISE
DataSourceTeradataParameters, DataSourceTeradataParametersArgs        
DataSourceTrinoParameters, DataSourceTrinoParametersArgs        
DataSourceType, DataSourceTypeArgs      
- AdobeAnalytics 
- ADOBE_ANALYTICS
- AmazonElasticsearch 
- AMAZON_ELASTICSEARCH
- AmazonOpensearch 
- AMAZON_OPENSEARCH
- Athena
- ATHENA
- Aurora
- AURORA
- AuroraPostgresql 
- AURORA_POSTGRESQL
- AwsIot Analytics 
- AWS_IOT_ANALYTICS
- Databricks
- DATABRICKS
- Denodo
- DENODO
- Dremio
- DREMIO
- Dynamodb
- DYNAMODB
- Saphana
- SAPHANA
- Db2as400
- DB2_AS400
- Exasol
- EXASOL
- File
- FILE
- Github
- GITHUB
- Jira
- JIRA
- Mariadb
- MARIADB
- Mysql
- MYSQL
- Oracle
- ORACLE
- Postgresql
- POSTGRESQL
- Presto
- PRESTO
- Redshift
- REDSHIFT
- S3
- S3
- S3Tables
- S3_TABLES
- Salesforce
- SALESFORCE
- Servicenow
- SERVICENOW
- Snowflake
- SNOWFLAKE
- Spark
- SPARK
- Sqlserver
- SQLSERVER
- Teradata
- TERADATA
- Timestream
- TIMESTREAM
- Bigquery
- BIGQUERY
- GoogleAnalytics 
- GOOGLE_ANALYTICS
- Trino
- TRINO
- Starburst
- STARBURST
- Mongo
- MONGO
- MongoAtlas 
- MONGO_ATLAS
- Documentdb
- DOCUMENTDB
- Appflow
- APPFLOW
- Impala
- IMPALA
- Glue
- GLUE
- DataSource Type Adobe Analytics 
- ADOBE_ANALYTICS
- DataSource Type Amazon Elasticsearch 
- AMAZON_ELASTICSEARCH
- DataSource Type Amazon Opensearch 
- AMAZON_OPENSEARCH
- DataSource Type Athena 
- ATHENA
- DataSource Type Aurora 
- AURORA
- DataSource Type Aurora Postgresql 
- AURORA_POSTGRESQL
- DataSource Type Aws Iot Analytics 
- AWS_IOT_ANALYTICS
- DataSource Type Databricks 
- DATABRICKS
- DataSource Type Denodo 
- DENODO
- DataSource Type Dremio 
- DREMIO
- DataSource Type Dynamodb 
- DYNAMODB
- DataSource Type Saphana 
- SAPHANA
- DataSource Type Db2as400 
- DB2_AS400
- DataSource Type Exasol 
- EXASOL
- DataSource Type File 
- FILE
- DataSource Type Github 
- GITHUB
- DataSource Type Jira 
- JIRA
- DataSource Type Mariadb 
- MARIADB
- DataSource Type Mysql 
- MYSQL
- DataSource Type Oracle 
- ORACLE
- DataSource Type Postgresql 
- POSTGRESQL
- DataSource Type Presto 
- PRESTO
- DataSource Type Redshift 
- REDSHIFT
- DataSource Type S3 
- S3
- DataSource Type S3Tables 
- S3_TABLES
- DataSource Type Salesforce 
- SALESFORCE
- DataSource Type Servicenow 
- SERVICENOW
- DataSource Type Snowflake 
- SNOWFLAKE
- DataSource Type Spark 
- SPARK
- DataSource Type Sqlserver 
- SQLSERVER
- DataSource Type Teradata 
- TERADATA
- DataSource Type Timestream 
- TIMESTREAM
- DataSource Type Twitter 
- DataSource Type Bigquery 
- BIGQUERY
- DataSource Type Google Analytics 
- GOOGLE_ANALYTICS
- DataSource Type Trino 
- TRINO
- DataSource Type Starburst 
- STARBURST
- DataSource Type Mongo 
- MONGO
- DataSource Type Mongo Atlas 
- MONGO_ATLAS
- DataSource Type Documentdb 
- DOCUMENTDB
- DataSource Type Appflow 
- APPFLOW
- DataSource Type Impala 
- IMPALA
- DataSource Type Glue 
- GLUE
- AdobeAnalytics 
- ADOBE_ANALYTICS
- AmazonElasticsearch 
- AMAZON_ELASTICSEARCH
- AmazonOpensearch 
- AMAZON_OPENSEARCH
- Athena
- ATHENA
- Aurora
- AURORA
- AuroraPostgresql 
- AURORA_POSTGRESQL
- AwsIot Analytics 
- AWS_IOT_ANALYTICS
- Databricks
- DATABRICKS
- Denodo
- DENODO
- Dremio
- DREMIO
- Dynamodb
- DYNAMODB
- Saphana
- SAPHANA
- Db2as400
- DB2_AS400
- Exasol
- EXASOL
- File
- FILE
- Github
- GITHUB
- Jira
- JIRA
- Mariadb
- MARIADB
- Mysql
- MYSQL
- Oracle
- ORACLE
- Postgresql
- POSTGRESQL
- Presto
- PRESTO
- Redshift
- REDSHIFT
- S3
- S3
- S3Tables
- S3_TABLES
- Salesforce
- SALESFORCE
- Servicenow
- SERVICENOW
- Snowflake
- SNOWFLAKE
- Spark
- SPARK
- Sqlserver
- SQLSERVER
- Teradata
- TERADATA
- Timestream
- TIMESTREAM
- Bigquery
- BIGQUERY
- GoogleAnalytics 
- GOOGLE_ANALYTICS
- Trino
- TRINO
- Starburst
- STARBURST
- Mongo
- MONGO
- MongoAtlas 
- MONGO_ATLAS
- Documentdb
- DOCUMENTDB
- Appflow
- APPFLOW
- Impala
- IMPALA
- Glue
- GLUE
- AdobeAnalytics 
- ADOBE_ANALYTICS
- AmazonElasticsearch 
- AMAZON_ELASTICSEARCH
- AmazonOpensearch 
- AMAZON_OPENSEARCH
- Athena
- ATHENA
- Aurora
- AURORA
- AuroraPostgresql 
- AURORA_POSTGRESQL
- AwsIot Analytics 
- AWS_IOT_ANALYTICS
- Databricks
- DATABRICKS
- Denodo
- DENODO
- Dremio
- DREMIO
- Dynamodb
- DYNAMODB
- Saphana
- SAPHANA
- Db2as400
- DB2_AS400
- Exasol
- EXASOL
- File
- FILE
- Github
- GITHUB
- Jira
- JIRA
- Mariadb
- MARIADB
- Mysql
- MYSQL
- Oracle
- ORACLE
- Postgresql
- POSTGRESQL
- Presto
- PRESTO
- Redshift
- REDSHIFT
- S3
- S3
- S3Tables
- S3_TABLES
- Salesforce
- SALESFORCE
- Servicenow
- SERVICENOW
- Snowflake
- SNOWFLAKE
- Spark
- SPARK
- Sqlserver
- SQLSERVER
- Teradata
- TERADATA
- Timestream
- TIMESTREAM
- Bigquery
- BIGQUERY
- GoogleAnalytics 
- GOOGLE_ANALYTICS
- Trino
- TRINO
- Starburst
- STARBURST
- Mongo
- MONGO
- MongoAtlas 
- MONGO_ATLAS
- Documentdb
- DOCUMENTDB
- Appflow
- APPFLOW
- Impala
- IMPALA
- Glue
- GLUE
- ADOBE_ANALYTICS
- ADOBE_ANALYTICS
- AMAZON_ELASTICSEARCH
- AMAZON_ELASTICSEARCH
- AMAZON_OPENSEARCH
- AMAZON_OPENSEARCH
- ATHENA
- ATHENA
- AURORA
- AURORA
- AURORA_POSTGRESQL
- AURORA_POSTGRESQL
- AWS_IOT_ANALYTICS
- AWS_IOT_ANALYTICS
- DATABRICKS
- DATABRICKS
- DENODO
- DENODO
- DREMIO
- DREMIO
- DYNAMODB
- DYNAMODB
- SAPHANA
- SAPHANA
- DB2AS400
- DB2_AS400
- EXASOL
- EXASOL
- FILE
- FILE
- GITHUB
- GITHUB
- JIRA
- JIRA
- MARIADB
- MARIADB
- MYSQL
- MYSQL
- ORACLE
- ORACLE
- POSTGRESQL
- POSTGRESQL
- PRESTO
- PRESTO
- REDSHIFT
- REDSHIFT
- S3
- S3
- S3_TABLES
- S3_TABLES
- SALESFORCE
- SALESFORCE
- SERVICENOW
- SERVICENOW
- SNOWFLAKE
- SNOWFLAKE
- SPARK
- SPARK
- SQLSERVER
- SQLSERVER
- TERADATA
- TERADATA
- TIMESTREAM
- TIMESTREAM
- BIGQUERY
- BIGQUERY
- GOOGLE_ANALYTICS
- GOOGLE_ANALYTICS
- TRINO
- TRINO
- STARBURST
- STARBURST
- MONGO
- MONGO
- MONGO_ATLAS
- MONGO_ATLAS
- DOCUMENTDB
- DOCUMENTDB
- APPFLOW
- APPFLOW
- IMPALA
- IMPALA
- GLUE
- GLUE
- "ADOBE_ANALYTICS"
- ADOBE_ANALYTICS
- "AMAZON_ELASTICSEARCH"
- AMAZON_ELASTICSEARCH
- "AMAZON_OPENSEARCH"
- AMAZON_OPENSEARCH
- "ATHENA"
- ATHENA
- "AURORA"
- AURORA
- "AURORA_POSTGRESQL"
- AURORA_POSTGRESQL
- "AWS_IOT_ANALYTICS"
- AWS_IOT_ANALYTICS
- "DATABRICKS"
- DATABRICKS
- "DENODO"
- DENODO
- "DREMIO"
- DREMIO
- "DYNAMODB"
- DYNAMODB
- "SAPHANA"
- SAPHANA
- "DB2_AS400"
- DB2_AS400
- "EXASOL"
- EXASOL
- "FILE"
- FILE
- "GITHUB"
- GITHUB
- "JIRA"
- JIRA
- "MARIADB"
- MARIADB
- "MYSQL"
- MYSQL
- "ORACLE"
- ORACLE
- "POSTGRESQL"
- POSTGRESQL
- "PRESTO"
- PRESTO
- "REDSHIFT"
- REDSHIFT
- "S3"
- S3
- "S3_TABLES"
- S3_TABLES
- "SALESFORCE"
- SALESFORCE
- "SERVICENOW"
- SERVICENOW
- "SNOWFLAKE"
- SNOWFLAKE
- "SPARK"
- SPARK
- "SQLSERVER"
- SQLSERVER
- "TERADATA"
- TERADATA
- "TIMESTREAM"
- TIMESTREAM
- "TWITTER"
- "BIGQUERY"
- BIGQUERY
- "GOOGLE_ANALYTICS"
- GOOGLE_ANALYTICS
- "TRINO"
- TRINO
- "STARBURST"
- STARBURST
- "MONGO"
- MONGO
- "MONGO_ATLAS"
- MONGO_ATLAS
- "DOCUMENTDB"
- DOCUMENTDB
- "APPFLOW"
- APPFLOW
- "IMPALA"
- IMPALA
- "GLUE"
- GLUE
DataSourceVpcConnectionProperties, DataSourceVpcConnectionPropertiesArgs          
- VpcConnection stringArn 
- VpcConnection stringArn 
- vpcConnection StringArn 
- vpcConnection stringArn 
- vpcConnection StringArn 
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.