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

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.getDataSource

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.

    Using getDataSource

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDataSource(args: GetDataSourceArgs, opts?: InvokeOptions): Promise<GetDataSourceResult>
    function getDataSourceOutput(args: GetDataSourceOutputArgs, opts?: InvokeOptions): Output<GetDataSourceResult>
    def get_data_source(aws_account_id: Optional[str] = None,
                        data_source_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetDataSourceResult
    def get_data_source_output(aws_account_id: Optional[pulumi.Input[str]] = None,
                        data_source_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetDataSourceResult]
    func LookupDataSource(ctx *Context, args *LookupDataSourceArgs, opts ...InvokeOption) (*LookupDataSourceResult, error)
    func LookupDataSourceOutput(ctx *Context, args *LookupDataSourceOutputArgs, opts ...InvokeOption) LookupDataSourceResultOutput

    > Note: This function is named LookupDataSource in the Go SDK.

    public static class GetDataSource 
    {
        public static Task<GetDataSourceResult> InvokeAsync(GetDataSourceArgs args, InvokeOptions? opts = null)
        public static Output<GetDataSourceResult> Invoke(GetDataSourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataSourceResult> getDataSource(GetDataSourceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:quicksight:getDataSource
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AwsAccountId string
    The AWS account ID.
    DataSourceId string
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    AwsAccountId string
    The AWS account ID.
    DataSourceId string
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    awsAccountId String
    The AWS account ID.
    dataSourceId String
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    awsAccountId string
    The AWS account ID.
    dataSourceId string
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    aws_account_id str
    The AWS account ID.
    data_source_id str
    An ID for the data source. This ID is unique per AWS Region for each AWS account.
    awsAccountId String
    The AWS account ID.
    dataSourceId String
    An ID for the data source. This ID is unique per AWS Region for each AWS account.

    getDataSource Result

    The following output properties are available:

    AlternateDataSourceParameters List<Pulumi.AwsNative.QuickSight.Outputs.DataSourceParameters>
    Arn string
    CreatedTime string
    DataSourceParameters Pulumi.AwsNative.QuickSight.Outputs.DataSourceParameters
    The parameters that Amazon QuickSight uses to connect to your underlying source.
    ErrorInfo Pulumi.AwsNative.QuickSight.Outputs.DataSourceErrorInfo
    Error information from the last update or the creation of the data source.
    LastUpdatedTime string
    Name string
    A display name for the data source.
    Permissions List<Pulumi.AwsNative.QuickSight.Outputs.DataSourceResourcePermission>
    A list of resource permissions on the data source.
    SslProperties Pulumi.AwsNative.QuickSight.Outputs.DataSourceSslProperties
    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
    Status Pulumi.AwsNative.QuickSight.DataSourceResourceStatus
    The HTTP status of the request.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    VpcConnectionProperties Pulumi.AwsNative.QuickSight.Outputs.DataSourceVpcConnectionProperties
    Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
    AlternateDataSourceParameters []DataSourceParameters
    Arn string
    CreatedTime string
    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.
    LastUpdatedTime string
    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.
    Status DataSourceResourceStatus
    The HTTP status of the request.
    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.
    alternateDataSourceParameters List<DataSourceParameters>
    arn String
    createdTime String
    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.
    lastUpdatedTime String
    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.
    status DataSourceResourceStatus
    The HTTP status of the request.
    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.
    alternateDataSourceParameters DataSourceParameters[]
    arn string
    createdTime string
    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.
    lastUpdatedTime string
    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.
    status DataSourceResourceStatus
    The HTTP status of the request.
    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.
    alternate_data_source_parameters Sequence[DataSourceParameters]
    arn str
    created_time str
    data_source_parameters DataSourceParameters
    The parameters that Amazon QuickSight uses to connect to your underlying source.
    error_info DataSourceErrorInfo
    Error information from the last update or the creation of the data source.
    last_updated_time str
    name str
    A display name for the data source.
    permissions Sequence[DataSourceResourcePermission]
    A list of resource permissions on the data source.
    ssl_properties DataSourceSslProperties
    Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
    status DataSourceResourceStatus
    The HTTP status of the request.
    tags Sequence[root_Tag]
    Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
    vpc_connection_properties DataSourceVpcConnectionProperties
    Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
    alternateDataSourceParameters List<Property Map>
    arn String
    createdTime String
    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.
    lastUpdatedTime 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.
    status "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED"
    The HTTP status of the request.
    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.

    Supporting Types

    DataSourceAmazonElasticsearchParameters

    Domain string
    Domain string
    domain String
    domain string
    domain str
    domain String

    DataSourceAmazonOpenSearchParameters

    Domain string
    Domain string
    domain String
    domain string
    domain str
    domain String

    DataSourceAthenaParameters

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

    DataSourceAuroraParameters

    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

    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

    DataSourceDatabricksParameters

    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

    DataSourceErrorInfoType

    DataSourceIdentityCenterConfiguration

    DataSourceManifestFileLocation

    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

    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

    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

    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

    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

    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

    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

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

    DataSourceRedshiftIamParameters

    DataSourceRedshiftParameters

    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

    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

    DataSourceS3Parameters

    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

    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

    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

    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

    disableSsl Boolean
    disableSsl boolean
    disableSsl Boolean

    DataSourceStarburstParameters

    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

    DataSourceTeradataParameters

    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

    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

    DataSourceVpcConnectionProperties

    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 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