1. Packages
  2. AWS Native
  3. API Docs
  4. quicksight
  5. DataSource

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.quicksight.DataSource

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    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,
                   alternate_data_source_parameters: Optional[Sequence[DataSourceParametersArgs]] = None,
                   aws_account_id: Optional[str] = None,
                   credentials: Optional[DataSourceCredentialsArgs] = None,
                   data_source_id: Optional[str] = None,
                   data_source_parameters: Optional[DataSourceParametersArgs] = None,
                   error_info: Optional[DataSourceErrorInfoArgs] = None,
                   name: Optional[str] = None,
                   permissions: Optional[Sequence[DataSourceResourcePermissionArgs]] = None,
                   ssl_properties: Optional[DataSourceSslPropertiesArgs] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = 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

    The DataSource resource accepts the following input properties:

    Type Pulumi.AwsNative.QuickSight.DataSourceType

    The type of the data source. To return a list of all data sources, use ListDataSources .

    Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

    AlternateDataSourceParameters List<Pulumi.AwsNative.QuickSight.Inputs.DataSourceParameters>
    AwsAccountId string
    The AWS account ID.
    Credentials Pulumi.AwsNative.QuickSight.Inputs.DataSourceCredentials
    The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
    DataSourceId string
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    DataSourceParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceParameters
    The parameters that Amazon QuickSight uses to connect to your underlying source.
    ErrorInfo Pulumi.AwsNative.QuickSight.Inputs.DataSourceErrorInfo
    Error information from the last update or the creation of the data source.
    Name string
    A display name for the data source.
    Permissions List<Pulumi.AwsNative.QuickSight.Inputs.DataSourceResourcePermission>
    A list of resource permissions on the data source.
    SslProperties Pulumi.AwsNative.QuickSight.Inputs.DataSourceSslProperties
    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    VpcConnectionProperties Pulumi.AwsNative.QuickSight.Inputs.DataSourceVpcConnectionProperties
    Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
    Type DataSourceType

    The type of the data source. To return a list of all data sources, use ListDataSources .

    Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

    AlternateDataSourceParameters []DataSourceParametersArgs
    AwsAccountId string
    The AWS account ID.
    Credentials DataSourceCredentialsArgs
    The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
    DataSourceId string
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    DataSourceParameters DataSourceParametersArgs
    The parameters that Amazon QuickSight uses to connect to your underlying source.
    ErrorInfo DataSourceErrorInfoArgs
    Error information from the last update or the creation of the data source.
    Name string
    A display name for the data source.
    Permissions []DataSourceResourcePermissionArgs
    A list of resource permissions on the data source.
    SslProperties DataSourceSslPropertiesArgs
    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
    Tags TagArgs
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    VpcConnectionProperties DataSourceVpcConnectionPropertiesArgs
    Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
    type DataSourceType

    The type of the data source. To return a list of all data sources, use ListDataSources .

    Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

    alternateDataSourceParameters List<DataSourceParameters>
    awsAccountId String
    The AWS account ID.
    credentials DataSourceCredentials
    The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
    dataSourceId String
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    dataSourceParameters DataSourceParameters
    The parameters that Amazon QuickSight uses to connect to your underlying source.
    errorInfo DataSourceErrorInfo
    Error information from the last update or the creation of the data source.
    name String
    A display name for the data source.
    permissions List<DataSourceResourcePermission>
    A list of resource permissions on the data source.
    sslProperties DataSourceSslProperties
    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
    tags List<Tag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    vpcConnectionProperties DataSourceVpcConnectionProperties
    Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
    type DataSourceType

    The type of the data source. To return a list of all data sources, use ListDataSources .

    Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

    alternateDataSourceParameters DataSourceParameters[]
    awsAccountId string
    The AWS account ID.
    credentials DataSourceCredentials
    The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
    dataSourceId string
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    dataSourceParameters DataSourceParameters
    The parameters that Amazon QuickSight uses to connect to your underlying source.
    errorInfo DataSourceErrorInfo
    Error information from the last update or the creation of the data source.
    name string
    A display name for the data source.
    permissions DataSourceResourcePermission[]
    A list of resource permissions on the data source.
    sslProperties DataSourceSslProperties
    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
    tags Tag[]
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    vpcConnectionProperties DataSourceVpcConnectionProperties
    Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
    type DataSourceType

    The type of the data source. To return a list of all data sources, use ListDataSources .

    Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

    alternate_data_source_parameters Sequence[DataSourceParametersArgs]
    aws_account_id str
    The AWS account ID.
    credentials DataSourceCredentialsArgs
    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_id str
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    data_source_parameters DataSourceParametersArgs
    The parameters that Amazon QuickSight uses to connect to your underlying source.
    error_info DataSourceErrorInfoArgs
    Error information from the last update or the creation of the data source.
    name str
    A display name for the data source.
    permissions Sequence[DataSourceResourcePermissionArgs]
    A list of resource permissions on the data source.
    ssl_properties DataSourceSslPropertiesArgs
    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
    tags Sequence[TagArgs]
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    vpc_connection_properties DataSourceVpcConnectionPropertiesArgs
    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" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW"

    The type of the data source. To return a list of all data sources, use ListDataSources .

    Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.

    alternateDataSourceParameters List<Property Map>
    awsAccountId String
    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.
    dataSourceId String
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    dataSourceParameters Property Map
    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.
    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.
    tags List<Property Map>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    vpcConnectionProperties Property Map
    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.
    LastUpdatedTime string
    Status Pulumi.AwsNative.QuickSight.DataSourceResourceStatus
    The HTTP status of the request.
    Arn string
    CreatedTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    Status DataSourceResourceStatus
    The HTTP status of the request.
    arn String
    createdTime String
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    status DataSourceResourceStatus
    The HTTP status of the request.
    arn string
    createdTime string
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    status DataSourceResourceStatus
    The HTTP status of the request.
    arn str
    created_time str
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    status DataSourceResourceStatus
    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

    RoleArn string
    WorkGroup string
    RoleArn string
    WorkGroup string
    roleArn String
    workGroup String
    roleArn string
    workGroup string
    roleArn String
    workGroup String

    DataSourceAuroraParameters, DataSourceAuroraParametersArgs

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourceAuroraPostgreSqlParameters, DataSourceAuroraPostgreSqlParametersArgs

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourceCredentialPair, DataSourceCredentialPairArgs

    DataSourceCredentials, DataSourceCredentialsArgs

    CopySourceArn string
    CredentialPair Pulumi.AwsNative.QuickSight.Inputs.DataSourceCredentialPair
    Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .
    SecretArn string
    CopySourceArn string
    CredentialPair DataSourceCredentialPair
    Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .
    SecretArn string
    copySourceArn String
    credentialPair DataSourceCredentialPair
    Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .
    secretArn String
    copySourceArn string
    credentialPair DataSourceCredentialPair
    Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .
    secretArn string
    copy_source_arn str
    credential_pair DataSourceCredentialPair
    Credential pair. For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .
    secret_arn str
    copySourceArn String
    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
    SqlEndpointPath string
    Host string
    Port float64
    SqlEndpointPath string
    host String
    port Double
    sqlEndpointPath String
    host string
    port number
    sqlEndpointPath string
    host String
    port Number
    sqlEndpointPath String

    DataSourceErrorInfo, DataSourceErrorInfoArgs

    DataSourceErrorInfoType, DataSourceErrorInfoTypeArgs

    AccessDenied
    ACCESS_DENIED
    CopySourceNotFound
    COPY_SOURCE_NOT_FOUND
    Timeout
    TIMEOUT
    EngineVersionNotSupported
    ENGINE_VERSION_NOT_SUPPORTED
    UnknownHost
    UNKNOWN_HOST
    GenericSqlFailure
    GENERIC_SQL_FAILURE
    Conflict
    CONFLICT
    Unknown
    UNKNOWN
    DataSourceErrorInfoTypeAccessDenied
    ACCESS_DENIED
    DataSourceErrorInfoTypeCopySourceNotFound
    COPY_SOURCE_NOT_FOUND
    DataSourceErrorInfoTypeTimeout
    TIMEOUT
    DataSourceErrorInfoTypeEngineVersionNotSupported
    ENGINE_VERSION_NOT_SUPPORTED
    DataSourceErrorInfoTypeUnknownHost
    UNKNOWN_HOST
    DataSourceErrorInfoTypeGenericSqlFailure
    GENERIC_SQL_FAILURE
    DataSourceErrorInfoTypeConflict
    CONFLICT
    DataSourceErrorInfoTypeUnknown
    UNKNOWN
    AccessDenied
    ACCESS_DENIED
    CopySourceNotFound
    COPY_SOURCE_NOT_FOUND
    Timeout
    TIMEOUT
    EngineVersionNotSupported
    ENGINE_VERSION_NOT_SUPPORTED
    UnknownHost
    UNKNOWN_HOST
    GenericSqlFailure
    GENERIC_SQL_FAILURE
    Conflict
    CONFLICT
    Unknown
    UNKNOWN
    AccessDenied
    ACCESS_DENIED
    CopySourceNotFound
    COPY_SOURCE_NOT_FOUND
    Timeout
    TIMEOUT
    EngineVersionNotSupported
    ENGINE_VERSION_NOT_SUPPORTED
    UnknownHost
    UNKNOWN_HOST
    GenericSqlFailure
    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

    DataSourceManifestFileLocation, DataSourceManifestFileLocationArgs

    Bucket string
    Key string
    Bucket string
    Key string
    bucket String
    key String
    bucket string
    key string
    bucket str
    key str
    bucket String
    key String

    DataSourceMariaDbParameters, DataSourceMariaDbParametersArgs

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourceMySqlParameters, DataSourceMySqlParametersArgs

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourceOracleParameters, DataSourceOracleParametersArgs

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourceParameters, DataSourceParametersArgs

    AmazonElasticsearchParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceAmazonElasticsearchParameters
    The parameters for OpenSearch.
    AmazonOpenSearchParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceAmazonOpenSearchParameters
    The parameters for OpenSearch.
    AthenaParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceAthenaParameters
    The parameters for Amazon Athena.
    AuroraParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceAuroraParameters
    The parameters for Amazon Aurora MySQL.
    AuroraPostgreSqlParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceAuroraPostgreSqlParameters
    The parameters for Amazon Aurora.
    DatabricksParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceDatabricksParameters
    The required parameters that are needed to connect to a Databricks data source.
    MariaDbParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceMariaDbParameters
    The parameters for MariaDB.
    MySqlParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceMySqlParameters
    The parameters for MySQL.
    OracleParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceOracleParameters
    Oracle parameters.
    PostgreSqlParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourcePostgreSqlParameters
    The parameters for PostgreSQL.
    PrestoParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourcePrestoParameters
    The parameters for Presto.
    RdsParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceRdsParameters
    The parameters for Amazon RDS.
    RedshiftParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceRedshiftParameters
    The parameters for Amazon Redshift.
    S3Parameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceS3Parameters
    The parameters for S3.
    SnowflakeParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceSnowflakeParameters
    The parameters for Snowflake.
    SparkParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceSparkParameters
    The parameters for Spark.
    SqlServerParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceSqlServerParameters
    The parameters for SQL Server.
    StarburstParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceStarburstParameters
    The parameters that are required to connect to a Starburst data source.
    TeradataParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceTeradataParameters
    The parameters for Teradata.
    TrinoParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceTrinoParameters
    The parameters that are required to connect to a Trino data source.
    AmazonElasticsearchParameters DataSourceAmazonElasticsearchParameters
    The parameters for OpenSearch.
    AmazonOpenSearchParameters DataSourceAmazonOpenSearchParameters
    The parameters for OpenSearch.
    AthenaParameters DataSourceAthenaParameters
    The parameters for Amazon Athena.
    AuroraParameters DataSourceAuroraParameters
    The parameters for Amazon Aurora MySQL.
    AuroraPostgreSqlParameters DataSourceAuroraPostgreSqlParameters
    The parameters for Amazon Aurora.
    DatabricksParameters DataSourceDatabricksParameters
    The required parameters that are needed to connect to a Databricks data source.
    MariaDbParameters DataSourceMariaDbParameters
    The parameters for MariaDB.
    MySqlParameters DataSourceMySqlParameters
    The parameters for MySQL.
    OracleParameters DataSourceOracleParameters
    Oracle parameters.
    PostgreSqlParameters DataSourcePostgreSqlParameters
    The parameters for PostgreSQL.
    PrestoParameters DataSourcePrestoParameters
    The parameters for Presto.
    RdsParameters DataSourceRdsParameters
    The parameters for Amazon RDS.
    RedshiftParameters DataSourceRedshiftParameters
    The parameters for Amazon Redshift.
    S3Parameters DataSourceS3Parameters
    The parameters for S3.
    SnowflakeParameters DataSourceSnowflakeParameters
    The parameters for Snowflake.
    SparkParameters DataSourceSparkParameters
    The parameters for Spark.
    SqlServerParameters DataSourceSqlServerParameters
    The parameters for SQL Server.
    StarburstParameters DataSourceStarburstParameters
    The parameters that are required to connect to a Starburst data source.
    TeradataParameters DataSourceTeradataParameters
    The parameters for Teradata.
    TrinoParameters DataSourceTrinoParameters
    The parameters that are required to connect to a Trino data source.
    amazonElasticsearchParameters DataSourceAmazonElasticsearchParameters
    The parameters for OpenSearch.
    amazonOpenSearchParameters DataSourceAmazonOpenSearchParameters
    The parameters for OpenSearch.
    athenaParameters DataSourceAthenaParameters
    The parameters for Amazon Athena.
    auroraParameters DataSourceAuroraParameters
    The parameters for Amazon Aurora MySQL.
    auroraPostgreSqlParameters DataSourceAuroraPostgreSqlParameters
    The parameters for Amazon Aurora.
    databricksParameters DataSourceDatabricksParameters
    The required parameters that are needed to connect to a Databricks data source.
    mariaDbParameters DataSourceMariaDbParameters
    The parameters for MariaDB.
    mySqlParameters DataSourceMySqlParameters
    The parameters for MySQL.
    oracleParameters DataSourceOracleParameters
    Oracle parameters.
    postgreSqlParameters DataSourcePostgreSqlParameters
    The parameters for PostgreSQL.
    prestoParameters DataSourcePrestoParameters
    The parameters for Presto.
    rdsParameters DataSourceRdsParameters
    The parameters for Amazon RDS.
    redshiftParameters DataSourceRedshiftParameters
    The parameters for Amazon Redshift.
    s3Parameters DataSourceS3Parameters
    The parameters for S3.
    snowflakeParameters DataSourceSnowflakeParameters
    The parameters for Snowflake.
    sparkParameters DataSourceSparkParameters
    The parameters for Spark.
    sqlServerParameters DataSourceSqlServerParameters
    The parameters for SQL Server.
    starburstParameters DataSourceStarburstParameters
    The parameters that are required to connect to a Starburst data source.
    teradataParameters DataSourceTeradataParameters
    The parameters for Teradata.
    trinoParameters DataSourceTrinoParameters
    The parameters that are required to connect to a Trino data source.
    amazonElasticsearchParameters DataSourceAmazonElasticsearchParameters
    The parameters for OpenSearch.
    amazonOpenSearchParameters DataSourceAmazonOpenSearchParameters
    The parameters for OpenSearch.
    athenaParameters DataSourceAthenaParameters
    The parameters for Amazon Athena.
    auroraParameters DataSourceAuroraParameters
    The parameters for Amazon Aurora MySQL.
    auroraPostgreSqlParameters DataSourceAuroraPostgreSqlParameters
    The parameters for Amazon Aurora.
    databricksParameters DataSourceDatabricksParameters
    The required parameters that are needed to connect to a Databricks data source.
    mariaDbParameters DataSourceMariaDbParameters
    The parameters for MariaDB.
    mySqlParameters DataSourceMySqlParameters
    The parameters for MySQL.
    oracleParameters DataSourceOracleParameters
    Oracle parameters.
    postgreSqlParameters DataSourcePostgreSqlParameters
    The parameters for PostgreSQL.
    prestoParameters DataSourcePrestoParameters
    The parameters for Presto.
    rdsParameters DataSourceRdsParameters
    The parameters for Amazon RDS.
    redshiftParameters DataSourceRedshiftParameters
    The parameters for Amazon Redshift.
    s3Parameters DataSourceS3Parameters
    The parameters for S3.
    snowflakeParameters DataSourceSnowflakeParameters
    The parameters for Snowflake.
    sparkParameters DataSourceSparkParameters
    The parameters for Spark.
    sqlServerParameters DataSourceSqlServerParameters
    The parameters for SQL Server.
    starburstParameters DataSourceStarburstParameters
    The parameters that are required to connect to a Starburst data source.
    teradataParameters DataSourceTeradataParameters
    The parameters for Teradata.
    trinoParameters DataSourceTrinoParameters
    The parameters that are required to connect to a Trino data source.
    amazon_elasticsearch_parameters DataSourceAmazonElasticsearchParameters
    The parameters for OpenSearch.
    amazon_open_search_parameters DataSourceAmazonOpenSearchParameters
    The parameters for OpenSearch.
    athena_parameters DataSourceAthenaParameters
    The parameters for Amazon Athena.
    aurora_parameters DataSourceAuroraParameters
    The parameters for Amazon Aurora MySQL.
    aurora_postgre_sql_parameters DataSourceAuroraPostgreSqlParameters
    The parameters for Amazon Aurora.
    databricks_parameters DataSourceDatabricksParameters
    The required parameters that are needed to connect to a Databricks data source.
    maria_db_parameters DataSourceMariaDbParameters
    The parameters for MariaDB.
    my_sql_parameters DataSourceMySqlParameters
    The parameters for MySQL.
    oracle_parameters DataSourceOracleParameters
    Oracle parameters.
    postgre_sql_parameters DataSourcePostgreSqlParameters
    The parameters for PostgreSQL.
    presto_parameters DataSourcePrestoParameters
    The parameters for Presto.
    rds_parameters DataSourceRdsParameters
    The parameters for Amazon RDS.
    redshift_parameters DataSourceRedshiftParameters
    The parameters for Amazon Redshift.
    s3_parameters DataSourceS3Parameters
    The parameters for S3.
    snowflake_parameters DataSourceSnowflakeParameters
    The parameters for Snowflake.
    spark_parameters DataSourceSparkParameters
    The parameters for Spark.
    sql_server_parameters DataSourceSqlServerParameters
    The parameters for SQL Server.
    starburst_parameters DataSourceStarburstParameters
    The parameters that are required to connect to a Starburst data source.
    teradata_parameters DataSourceTeradataParameters
    The parameters for Teradata.
    trino_parameters DataSourceTrinoParameters
    The parameters that are required to connect to a Trino data source.
    amazonElasticsearchParameters Property Map
    The parameters for OpenSearch.
    amazonOpenSearchParameters Property Map
    The parameters for OpenSearch.
    athenaParameters Property Map
    The parameters for Amazon Athena.
    auroraParameters Property Map
    The parameters for Amazon Aurora MySQL.
    auroraPostgreSqlParameters Property Map
    The parameters for Amazon Aurora.
    databricksParameters Property Map
    The required parameters that are needed to connect to a Databricks data source.
    mariaDbParameters Property Map
    The parameters for MariaDB.
    mySqlParameters Property Map
    The parameters for MySQL.
    oracleParameters Property Map
    Oracle parameters.
    postgreSqlParameters Property Map
    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.
    sqlServerParameters Property Map
    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

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourcePrestoParameters, DataSourcePrestoParametersArgs

    Catalog string
    Host string
    Port double
    Catalog string
    Host string
    Port float64
    catalog String
    host String
    port Double
    catalog string
    host string
    port number
    catalog str
    host str
    port float
    catalog String
    host String
    port Number

    DataSourceRdsParameters, DataSourceRdsParametersArgs

    Database string
    InstanceId string
    Database string
    InstanceId string
    database String
    instanceId String
    database string
    instanceId string
    database String
    instanceId String

    DataSourceRedshiftIamParameters, DataSourceRedshiftIamParametersArgs

    DataSourceRedshiftParameters, DataSourceRedshiftParametersArgs

    Database string
    ClusterId string
    Host string
    IamParameters Pulumi.AwsNative.QuickSight.Inputs.DataSourceRedshiftIamParameters
    An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
    IdentityCenterConfiguration Pulumi.AwsNative.QuickSight.Inputs.DataSourceIdentityCenterConfiguration

    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 DataSourceRedshiftIamParameters
    An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
    IdentityCenterConfiguration DataSourceIdentityCenterConfiguration

    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 DataSourceRedshiftIamParameters
    An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
    identityCenterConfiguration DataSourceIdentityCenterConfiguration

    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 DataSourceRedshiftIamParameters
    An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .
    identityCenterConfiguration DataSourceIdentityCenterConfiguration

    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 DataSourceRedshiftIamParameters
    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_configuration DataSourceIdentityCenterConfiguration

    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 .
    identityCenterConfiguration Property Map

    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

    Actions List<string>
    Principal string
    Resource string
    Actions []string
    Principal string
    Resource string
    actions List<String>
    principal String
    resource String
    actions string[]
    principal string
    resource string
    actions Sequence[str]
    principal str
    resource str
    actions List<String>
    principal String
    resource String

    DataSourceResourceStatus, DataSourceResourceStatusArgs

    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    Deleted
    DELETED
    DataSourceResourceStatusCreationInProgress
    CREATION_IN_PROGRESS
    DataSourceResourceStatusCreationSuccessful
    CREATION_SUCCESSFUL
    DataSourceResourceStatusCreationFailed
    CREATION_FAILED
    DataSourceResourceStatusUpdateInProgress
    UPDATE_IN_PROGRESS
    DataSourceResourceStatusUpdateSuccessful
    UPDATE_SUCCESSFUL
    DataSourceResourceStatusUpdateFailed
    UPDATE_FAILED
    DataSourceResourceStatusDeleted
    DELETED
    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    Deleted
    DELETED
    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    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

    ManifestFileLocation Pulumi.AwsNative.QuickSight.Inputs.DataSourceManifestFileLocation
    Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
    RoleArn string
    ManifestFileLocation DataSourceManifestFileLocation
    Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
    RoleArn string
    manifestFileLocation DataSourceManifestFileLocation
    Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
    roleArn String
    manifestFileLocation DataSourceManifestFileLocation
    Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
    roleArn string
    manifest_file_location DataSourceManifestFileLocation
    Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
    role_arn str
    manifestFileLocation Property Map
    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
    Database string
    Host string
    Warehouse string
    database String
    host String
    warehouse String
    database string
    host string
    warehouse string
    database String
    host String
    warehouse String

    DataSourceSparkParameters, DataSourceSparkParametersArgs

    Host string
    Port double
    Host string
    Port float64
    host String
    port Double
    host string
    port number
    host str
    port float
    host String
    port Number

    DataSourceSqlServerParameters, DataSourceSqlServerParametersArgs

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourceSslProperties, DataSourceSslPropertiesArgs

    disableSsl Boolean
    disableSsl boolean
    disableSsl Boolean

    DataSourceStarburstParameters, DataSourceStarburstParametersArgs

    Catalog string
    Host string
    Port double
    ProductType Pulumi.AwsNative.QuickSight.DataSourceStarburstProductType
    The product type for the Starburst data source.
    Catalog string
    Host string
    Port float64
    ProductType DataSourceStarburstProductType
    The product type for the Starburst data source.
    catalog String
    host String
    port Double
    productType DataSourceStarburstProductType
    The product type for the Starburst data source.
    catalog string
    host string
    port number
    productType DataSourceStarburstProductType
    The product type for the Starburst data source.
    catalog str
    host str
    port float
    product_type DataSourceStarburstProductType
    The product type for the Starburst data source.
    catalog String
    host String
    port Number
    productType "GALAXY" | "ENTERPRISE"
    The product type for the Starburst data source.

    DataSourceStarburstProductType, DataSourceStarburstProductTypeArgs

    Galaxy
    GALAXY
    Enterprise
    ENTERPRISE
    DataSourceStarburstProductTypeGalaxy
    GALAXY
    DataSourceStarburstProductTypeEnterprise
    ENTERPRISE
    Galaxy
    GALAXY
    Enterprise
    ENTERPRISE
    Galaxy
    GALAXY
    Enterprise
    ENTERPRISE
    GALAXY
    GALAXY
    ENTERPRISE
    ENTERPRISE
    "GALAXY"
    GALAXY
    "ENTERPRISE"
    ENTERPRISE

    DataSourceTeradataParameters, DataSourceTeradataParametersArgs

    Database string
    Host string
    Port double
    Database string
    Host string
    Port float64
    database String
    host String
    port Double
    database string
    host string
    port number
    database str
    host str
    port float
    database String
    host String
    port Number

    DataSourceTrinoParameters, DataSourceTrinoParametersArgs

    Catalog string
    Host string
    Port double
    Catalog string
    Host string
    Port float64
    catalog String
    host String
    port Double
    catalog string
    host string
    port number
    catalog str
    host str
    port float
    catalog String
    host String
    port Number

    DataSourceType, DataSourceTypeArgs

    AdobeAnalytics
    ADOBE_ANALYTICS
    AmazonElasticsearch
    AMAZON_ELASTICSEARCH
    AmazonOpensearch
    AMAZON_OPENSEARCH
    Athena
    ATHENA
    Aurora
    AURORA
    AuroraPostgresql
    AURORA_POSTGRESQL
    AwsIotAnalytics
    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
    Salesforce
    SALESFORCE
    Servicenow
    SERVICENOW
    Snowflake
    SNOWFLAKE
    Spark
    SPARK
    Sqlserver
    SQLSERVER
    Teradata
    TERADATA
    Timestream
    TIMESTREAM
    Twitter
    TWITTER
    Bigquery
    BIGQUERY
    GoogleAnalytics
    GOOGLE_ANALYTICS
    Trino
    TRINO
    Starburst
    STARBURST
    Mongo
    MONGO
    MongoAtlas
    MONGO_ATLAS
    Documentdb
    DOCUMENTDB
    Appflow
    APPFLOW
    DataSourceTypeAdobeAnalytics
    ADOBE_ANALYTICS
    DataSourceTypeAmazonElasticsearch
    AMAZON_ELASTICSEARCH
    DataSourceTypeAmazonOpensearch
    AMAZON_OPENSEARCH
    DataSourceTypeAthena
    ATHENA
    DataSourceTypeAurora
    AURORA
    DataSourceTypeAuroraPostgresql
    AURORA_POSTGRESQL
    DataSourceTypeAwsIotAnalytics
    AWS_IOT_ANALYTICS
    DataSourceTypeDatabricks
    DATABRICKS
    DataSourceTypeDenodo
    DENODO
    DataSourceTypeDremio
    DREMIO
    DataSourceTypeDynamodb
    DYNAMODB
    DataSourceTypeSaphana
    SAPHANA
    DataSourceTypeDb2as400
    DB2_AS400
    DataSourceTypeExasol
    EXASOL
    DataSourceTypeFile
    FILE
    DataSourceTypeGithub
    GITHUB
    DataSourceTypeJira
    JIRA
    DataSourceTypeMariadb
    MARIADB
    DataSourceTypeMysql
    MYSQL
    DataSourceTypeOracle
    ORACLE
    DataSourceTypePostgresql
    POSTGRESQL
    DataSourceTypePresto
    PRESTO
    DataSourceTypeRedshift
    REDSHIFT
    DataSourceTypeS3
    S3
    DataSourceTypeSalesforce
    SALESFORCE
    DataSourceTypeServicenow
    SERVICENOW
    DataSourceTypeSnowflake
    SNOWFLAKE
    DataSourceTypeSpark
    SPARK
    DataSourceTypeSqlserver
    SQLSERVER
    DataSourceTypeTeradata
    TERADATA
    DataSourceTypeTimestream
    TIMESTREAM
    DataSourceTypeTwitter
    TWITTER
    DataSourceTypeBigquery
    BIGQUERY
    DataSourceTypeGoogleAnalytics
    GOOGLE_ANALYTICS
    DataSourceTypeTrino
    TRINO
    DataSourceTypeStarburst
    STARBURST
    DataSourceTypeMongo
    MONGO
    DataSourceTypeMongoAtlas
    MONGO_ATLAS
    DataSourceTypeDocumentdb
    DOCUMENTDB
    DataSourceTypeAppflow
    APPFLOW
    AdobeAnalytics
    ADOBE_ANALYTICS
    AmazonElasticsearch
    AMAZON_ELASTICSEARCH
    AmazonOpensearch
    AMAZON_OPENSEARCH
    Athena
    ATHENA
    Aurora
    AURORA
    AuroraPostgresql
    AURORA_POSTGRESQL
    AwsIotAnalytics
    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
    Salesforce
    SALESFORCE
    Servicenow
    SERVICENOW
    Snowflake
    SNOWFLAKE
    Spark
    SPARK
    Sqlserver
    SQLSERVER
    Teradata
    TERADATA
    Timestream
    TIMESTREAM
    Twitter
    TWITTER
    Bigquery
    BIGQUERY
    GoogleAnalytics
    GOOGLE_ANALYTICS
    Trino
    TRINO
    Starburst
    STARBURST
    Mongo
    MONGO
    MongoAtlas
    MONGO_ATLAS
    Documentdb
    DOCUMENTDB
    Appflow
    APPFLOW
    AdobeAnalytics
    ADOBE_ANALYTICS
    AmazonElasticsearch
    AMAZON_ELASTICSEARCH
    AmazonOpensearch
    AMAZON_OPENSEARCH
    Athena
    ATHENA
    Aurora
    AURORA
    AuroraPostgresql
    AURORA_POSTGRESQL
    AwsIotAnalytics
    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
    Salesforce
    SALESFORCE
    Servicenow
    SERVICENOW
    Snowflake
    SNOWFLAKE
    Spark
    SPARK
    Sqlserver
    SQLSERVER
    Teradata
    TERADATA
    Timestream
    TIMESTREAM
    Twitter
    TWITTER
    Bigquery
    BIGQUERY
    GoogleAnalytics
    GOOGLE_ANALYTICS
    Trino
    TRINO
    Starburst
    STARBURST
    Mongo
    MONGO
    MongoAtlas
    MONGO_ATLAS
    Documentdb
    DOCUMENTDB
    Appflow
    APPFLOW
    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
    SALESFORCE
    SALESFORCE
    SERVICENOW
    SERVICENOW
    SNOWFLAKE
    SNOWFLAKE
    SPARK
    SPARK
    SQLSERVER
    SQLSERVER
    TERADATA
    TERADATA
    TIMESTREAM
    TIMESTREAM
    TWITTER
    TWITTER
    BIGQUERY
    BIGQUERY
    GOOGLE_ANALYTICS
    GOOGLE_ANALYTICS
    TRINO
    TRINO
    STARBURST
    STARBURST
    MONGO
    MONGO
    MONGO_ATLAS
    MONGO_ATLAS
    DOCUMENTDB
    DOCUMENTDB
    APPFLOW
    APPFLOW
    "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
    "SALESFORCE"
    SALESFORCE
    "SERVICENOW"
    SERVICENOW
    "SNOWFLAKE"
    SNOWFLAKE
    "SPARK"
    SPARK
    "SQLSERVER"
    SQLSERVER
    "TERADATA"
    TERADATA
    "TIMESTREAM"
    TIMESTREAM
    "TWITTER"
    TWITTER
    "BIGQUERY"
    BIGQUERY
    "GOOGLE_ANALYTICS"
    GOOGLE_ANALYTICS
    "TRINO"
    TRINO
    "STARBURST"
    STARBURST
    "MONGO"
    MONGO
    "MONGO_ATLAS"
    MONGO_ATLAS
    "DOCUMENTDB"
    DOCUMENTDB
    "APPFLOW"
    APPFLOW

    DataSourceVpcConnectionProperties, DataSourceVpcConnectionPropertiesArgs

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi