Skip to content

aws.quicksight.describe_asset_bundle_import_job

Example SQL Queries

SELECT * FROM
aws.quicksight.describe_asset_bundle_import_job
WHERE
"aws_account_id" = 'VALUE'
AND "asset_bundle_import_job_id" = 'VALUE';

Description

Describes an existing import job.

Poll job descriptions after starting a job to know when it has succeeded or failed. Job descriptions are available for 14 days after job starts.

Table Definition

Column NameColumn Data Type
asset_bundle_import_job_id Required Input Column

The ID of the job. The job ID is set when you start a new job with a StartAssetBundleImportJob API call.

VARCHAR
aws_account_id Required Input Column

The ID of the Amazon Web Services account the import job was executed in.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
arn

The Amazon Resource Name (ARN) for the import job.

VARCHAR
asset_bundle_import_source

The source of the asset bundle zip file that contains the data that is imported by the job.

STRUCT(
"body" VARCHAR,
"s3_uri" VARCHAR
)
Show child fields
asset_bundle_import_source.body

An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job. This URL is valid for five minutes after issuance. Call DescribeAssetBundleExportJob again for a fresh URL if needed. The downloaded asset bundle is a .qs zip file.

asset_bundle_import_source.s3_uri

The Amazon S3 URI that you provided at the start of the import job.

created_time

The time that the import job was created.

TIMESTAMP_S
errors

An array of error records that describes any failures that occurred during the export job processing.

Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.

STRUCT(
"arn" VARCHAR,
"type" VARCHAR,
"message" VARCHAR
)[]
Show child fields
errors[]
Show child fields
errors[].arn

The ARN of the resource whose processing caused an error.

errors[].message

A description of the error.

errors[].type

The specific error type or the error that occurred.

failure_action

The failure action for the import job.

VARCHAR
job_status

Indicates the status of a job through its queuing and execution.

Poll the DescribeAssetBundleImport API until JobStatus returns one of the following values:

  • SUCCESSFUL

  • FAILED

  • FAILED_ROLLBACK_COMPLETED

  • FAILED_ROLLBACK_ERROR

VARCHAR
override_parameters

Optional overrides that are applied to the resource configuration before import.

STRUCT(
"resource_id_override_configuration" STRUCT(
"prefix_for_all_resources" VARCHAR
),
"vpc_connections" STRUCT(
"vpc_connection_id" VARCHAR,
"name" VARCHAR,
"subnet_ids" VARCHAR[],
"security_group_ids" VARCHAR[],
"dns_resolvers" VARCHAR[],
"role_arn" VARCHAR
)[],
"refresh_schedules" STRUCT(
"data_set_id" VARCHAR,
"schedule_id" VARCHAR,
"start_after_date_time" TIMESTAMP_S
)[],
"data_sources" STRUCT(
"data_source_id" VARCHAR,
"name" VARCHAR,
"data_source_parameters" STRUCT(
"amazon_elasticsearch_parameters" STRUCT(
"domain" VARCHAR
),
"athena_parameters" STRUCT(
"work_group" VARCHAR,
"role_arn" VARCHAR
),
"aurora_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"aurora_postgre_sql_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"aws_iot_analytics_parameters" STRUCT(
"data_set_name" VARCHAR
),
"jira_parameters" STRUCT(
"site_base_url" VARCHAR
),
"maria_db_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"my_sql_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"oracle_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"postgre_sql_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"presto_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"catalog" VARCHAR
),
"rds_parameters" STRUCT(
"instance_id" VARCHAR,
"database" VARCHAR
),
"redshift_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR,
"cluster_id" VARCHAR,
"iam_parameters" STRUCT(
"role_arn" VARCHAR,
"database_user" VARCHAR,
"database_groups" VARCHAR[],
"auto_create_database_user" BOOLEAN
),
"identity_center_configuration" STRUCT(
"enable_identity_propagation" BOOLEAN
)
),
"s3_parameters" STRUCT(
"manifest_file_location" STRUCT(
"bucket" VARCHAR,
"key" VARCHAR
),
"role_arn" VARCHAR
),
"service_now_parameters" STRUCT(
"site_base_url" VARCHAR
),
"snowflake_parameters" STRUCT(
"host" VARCHAR,
"database" VARCHAR,
"warehouse" VARCHAR
),
"spark_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT
),
"sql_server_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"teradata_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"database" VARCHAR
),
"twitter_parameters" STRUCT(
"query" VARCHAR,
"max_rows" BIGINT
),
"amazon_open_search_parameters" STRUCT(
"domain" VARCHAR
),
"exasol_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT
),
"databricks_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"sql_endpoint_path" VARCHAR
),
"starburst_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"catalog" VARCHAR,
"product_type" VARCHAR
),
"trino_parameters" STRUCT(
"host" VARCHAR,
"port" BIGINT,
"catalog" VARCHAR
),
"big_query_parameters" STRUCT(
"project_id" VARCHAR,
"data_set_region" VARCHAR
)
),
"vpc_connection_properties" STRUCT(
"vpc_connection_arn" VARCHAR
),
"ssl_properties" STRUCT(
"disable_ssl" BOOLEAN
),
"credentials" STRUCT(
"credential_pair" STRUCT(
"username" VARCHAR,
"password" VARCHAR
),
"secret_arn" VARCHAR
)
)[],
"data_sets" STRUCT(
"data_set_id" VARCHAR,
"name" VARCHAR
)[],
"themes" STRUCT(
"theme_id" VARCHAR,
"name" VARCHAR
)[],
"analyses" STRUCT(
"analysis_id" VARCHAR,
"name" VARCHAR
)[],
"dashboards" STRUCT(
"dashboard_id" VARCHAR,
"name" VARCHAR
)[]
)
Show child fields
override_parameters.analyses[]
Show child fields
override_parameters.analyses[].analysis_id

The ID of the analysis that you ant to apply overrides to.

override_parameters.analyses[].name

A new name for the analysis.

override_parameters.dashboards[]
Show child fields
override_parameters.dashboards[].dashboard_id

The ID of the dashboard that you want to apply overrides to.

override_parameters.dashboards[].name

A new name for the dashboard.

override_parameters.data_sets[]
Show child fields
override_parameters.data_sets[].data_set_id

The ID of the dataset to apply overrides to.

override_parameters.data_sets[].name

A new name for the dataset.

override_parameters.data_sources[]
Show child fields
override_parameters.data_sources[].credentials

An optional structure that provides the credentials to be used to create the imported data source.

Show child fields
override_parameters.data_sources[].credentials.credential_pair

A username and password credential pair to be used to create the imported data source. Keep this field blank if you are using a Secrets Manager secret to provide credentials.

Show child fields
override_parameters.data_sources[].credentials.credential_pair.password

The password for the data source connection.

override_parameters.data_sources[].credentials.credential_pair.username

The username for the data source connection.

override_parameters.data_sources[].credentials.secret_arn

The ARN of the Secrets Manager secret that's used to create the imported data source. Keep this field blank, unless you are using a secret in place of a credential pair.

override_parameters.data_sources[].data_source_id

The ID of the data source to apply overrides to.

override_parameters.data_sources[].data_source_parameters

The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Show child fields
override_parameters.data_sources[].data_source_parameters.amazon_elasticsearch_parameters

The parameters for OpenSearch.

Show child fields
override_parameters.data_sources[].data_source_parameters.amazon_elasticsearch_parameters.domain

The OpenSearch domain.

override_parameters.data_sources[].data_source_parameters.amazon_open_search_parameters

The parameters for OpenSearch.

Show child fields
override_parameters.data_sources[].data_source_parameters.amazon_open_search_parameters.domain

The OpenSearch domain.

override_parameters.data_sources[].data_source_parameters.athena_parameters

The parameters for Amazon Athena.

Show child fields
override_parameters.data_sources[].data_source_parameters.athena_parameters.role_arn

Use the RoleArn structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.

override_parameters.data_sources[].data_source_parameters.athena_parameters.work_group

The workgroup that Amazon Athena uses.

override_parameters.data_sources[].data_source_parameters.aurora_parameters

The parameters for Amazon Aurora MySQL.

Show child fields
override_parameters.data_sources[].data_source_parameters.aurora_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.aurora_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.aurora_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.aurora_postgre_sql_parameters

The parameters for Amazon Aurora.

Show child fields
override_parameters.data_sources[].data_source_parameters.aurora_postgre_sql_parameters.database

The Amazon Aurora PostgreSQL database to connect to.

override_parameters.data_sources[].data_source_parameters.aurora_postgre_sql_parameters.host

The Amazon Aurora PostgreSQL-Compatible host to connect to.

override_parameters.data_sources[].data_source_parameters.aurora_postgre_sql_parameters.port

The port that Amazon Aurora PostgreSQL is listening on.

override_parameters.data_sources[].data_source_parameters.aws_iot_analytics_parameters

The parameters for IoT Analytics.

Show child fields
override_parameters.data_sources[].data_source_parameters.aws_iot_analytics_parameters.data_set_name

Dataset name.

override_parameters.data_sources[].data_source_parameters.big_query_parameters

The parameters that are required to connect to a Google BigQuery data source.

Show child fields
override_parameters.data_sources[].data_source_parameters.big_query_parameters.data_set_region

The storage location where you create a Google BigQuery data source.

override_parameters.data_sources[].data_source_parameters.big_query_parameters.project_id

The Google Cloud Platform project ID where your datasource was created.

override_parameters.data_sources[].data_source_parameters.databricks_parameters

The parameters that are required to connect to a Databricks data source.

Show child fields
override_parameters.data_sources[].data_source_parameters.databricks_parameters.host

The host name of the Databricks data source.

override_parameters.data_sources[].data_source_parameters.databricks_parameters.port

The port for the Databricks data source.

override_parameters.data_sources[].data_source_parameters.databricks_parameters.sql_endpoint_path

The HTTP path of the Databricks data source.

override_parameters.data_sources[].data_source_parameters.exasol_parameters

The parameters for Exasol.

Show child fields
override_parameters.data_sources[].data_source_parameters.exasol_parameters.host

The hostname or IP address of the Exasol data source.

override_parameters.data_sources[].data_source_parameters.exasol_parameters.port

The port for the Exasol data source.

override_parameters.data_sources[].data_source_parameters.jira_parameters

The parameters for Jira.

Show child fields
override_parameters.data_sources[].data_source_parameters.jira_parameters.site_base_url

The base URL of the Jira site.

override_parameters.data_sources[].data_source_parameters.maria_db_parameters

The parameters for MariaDB.

Show child fields
override_parameters.data_sources[].data_source_parameters.maria_db_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.maria_db_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.maria_db_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.my_sql_parameters

The parameters for MySQL.

Show child fields
override_parameters.data_sources[].data_source_parameters.my_sql_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.my_sql_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.my_sql_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.oracle_parameters

The parameters for Oracle.

Show child fields
override_parameters.data_sources[].data_source_parameters.oracle_parameters.database

The database.

override_parameters.data_sources[].data_source_parameters.oracle_parameters.host

An Oracle host.

override_parameters.data_sources[].data_source_parameters.oracle_parameters.port

The port.

override_parameters.data_sources[].data_source_parameters.postgre_sql_parameters

The parameters for PostgreSQL.

Show child fields
override_parameters.data_sources[].data_source_parameters.postgre_sql_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.postgre_sql_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.postgre_sql_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.presto_parameters

The parameters for Presto.

Show child fields
override_parameters.data_sources[].data_source_parameters.presto_parameters.catalog

Catalog.

override_parameters.data_sources[].data_source_parameters.presto_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.presto_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.rds_parameters

The parameters for Amazon RDS.

Show child fields
override_parameters.data_sources[].data_source_parameters.rds_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.rds_parameters.instance_id

Instance ID.

override_parameters.data_sources[].data_source_parameters.redshift_parameters

The parameters for Amazon Redshift.

Show child fields
override_parameters.data_sources[].data_source_parameters.redshift_parameters.cluster_id

Cluster ID. This field can be blank if the Host and Port are provided.

override_parameters.data_sources[].data_source_parameters.redshift_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.redshift_parameters.host

Host. This field can be blank if ClusterId is provided.

override_parameters.data_sources[].data_source_parameters.redshift_parameters.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.

Show child fields
override_parameters.data_sources[].data_source_parameters.redshift_parameters.iam_parameters.auto_create_database_user

Automatically creates a database user. If your database doesn't have a DatabaseUser, set this parameter to True. If there is no DatabaseUser, Amazon QuickSight can't connect to your cluster. The RoleArn that you use for this operation must grant access to redshift:CreateClusterUser to successfully create the user.

override_parameters.data_sources[].data_source_parameters.redshift_parameters.iam_parameters.database_groups[]
override_parameters.data_sources[].data_source_parameters.redshift_parameters.iam_parameters.database_user

The user whose permissions and group memberships will be used by Amazon QuickSight to access the cluster. If this user already exists in your database, Amazon QuickSight is granted the same permissions that the user has. If the user doesn't exist, set the value of AutoCreateDatabaseUser to True to create a new user with PUBLIC permissions.

override_parameters.data_sources[].data_source_parameters.redshift_parameters.iam_parameters.role_arn

Use the RoleArn structure to allow Amazon QuickSight to call redshift:GetClusterCredentials on your cluster. The calling principal must have iam:PassRole access to pass the role to Amazon QuickSight. The role's trust policy must allow the Amazon QuickSight service principal to assume the role.

override_parameters.data_sources[].data_source_parameters.redshift_parameters.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.

Show child fields
override_parameters.data_sources[].data_source_parameters.redshift_parameters.identity_center_configuration.enable_identity_propagation

A Boolean option that controls whether Trusted Identity Propagation should be used.

override_parameters.data_sources[].data_source_parameters.redshift_parameters.port

Port. This field can be blank if the ClusterId is provided.

override_parameters.data_sources[].data_source_parameters.s3_parameters

The parameters for S3.

Show child fields
override_parameters.data_sources[].data_source_parameters.s3_parameters.manifest_file_location

Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.

Show child fields
override_parameters.data_sources[].data_source_parameters.s3_parameters.manifest_file_location.bucket

Amazon S3 bucket.

override_parameters.data_sources[].data_source_parameters.s3_parameters.manifest_file_location.key

Amazon S3 key that identifies an object.

override_parameters.data_sources[].data_source_parameters.s3_parameters.role_arn

Use the RoleArn structure to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use RoleArn to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.

override_parameters.data_sources[].data_source_parameters.service_now_parameters

The parameters for ServiceNow.

Show child fields
override_parameters.data_sources[].data_source_parameters.service_now_parameters.site_base_url

URL of the base site.

override_parameters.data_sources[].data_source_parameters.snowflake_parameters

The parameters for Snowflake.

Show child fields
override_parameters.data_sources[].data_source_parameters.snowflake_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.snowflake_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.snowflake_parameters.warehouse

Warehouse.

override_parameters.data_sources[].data_source_parameters.spark_parameters

The parameters for Spark.

Show child fields
override_parameters.data_sources[].data_source_parameters.spark_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.spark_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.sql_server_parameters

The parameters for SQL Server.

Show child fields
override_parameters.data_sources[].data_source_parameters.sql_server_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.sql_server_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.sql_server_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.starburst_parameters

The parameters that are required to connect to a Starburst data source.

Show child fields
override_parameters.data_sources[].data_source_parameters.starburst_parameters.catalog

The catalog name for the Starburst data source.

override_parameters.data_sources[].data_source_parameters.starburst_parameters.host

The host name of the Starburst data source.

override_parameters.data_sources[].data_source_parameters.starburst_parameters.port

The port for the Starburst data source.

override_parameters.data_sources[].data_source_parameters.starburst_parameters.product_type

The product type for the Starburst data source.

override_parameters.data_sources[].data_source_parameters.teradata_parameters

The parameters for Teradata.

Show child fields
override_parameters.data_sources[].data_source_parameters.teradata_parameters.database

Database.

override_parameters.data_sources[].data_source_parameters.teradata_parameters.host

Host.

override_parameters.data_sources[].data_source_parameters.teradata_parameters.port

Port.

override_parameters.data_sources[].data_source_parameters.trino_parameters

The parameters that are required to connect to a Trino data source.

Show child fields
override_parameters.data_sources[].data_source_parameters.trino_parameters.catalog

The catalog name for the Trino data source.

override_parameters.data_sources[].data_source_parameters.trino_parameters.host

The host name of the Trino data source.

override_parameters.data_sources[].data_source_parameters.trino_parameters.port

The port for the Trino data source.

override_parameters.data_sources[].data_source_parameters.twitter_parameters

The parameters for Twitter.

Show child fields
override_parameters.data_sources[].data_source_parameters.twitter_parameters.max_rows

Maximum number of rows to query Twitter.

override_parameters.data_sources[].data_source_parameters.twitter_parameters.query

Twitter query string.

override_parameters.data_sources[].name

A new name for the data source.

override_parameters.data_sources[].ssl_properties

Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.

Show child fields
override_parameters.data_sources[].ssl_properties.disable_ssl

A Boolean option to control whether SSL should be disabled.

override_parameters.data_sources[].vpc_connection_properties

VPC connection properties.

Show child fields
override_parameters.data_sources[].vpc_connection_properties.vpc_connection_arn

The Amazon Resource Name (ARN) for the VPC connection.

override_parameters.refresh_schedules[]
Show child fields
override_parameters.refresh_schedules[].data_set_id

A partial identifier for the specific RefreshSchedule resource that is being overridden. This structure is used together with the ScheduleID structure.

override_parameters.refresh_schedules[].schedule_id

A partial identifier for the specific RefreshSchedule resource being overridden. This structure is used together with the DataSetId structure.

override_parameters.refresh_schedules[].start_after_date_time

An override for the StartAfterDateTime of a RefreshSchedule. Make sure that the StartAfterDateTime is set to a time that takes place in the future.

override_parameters.resource_id_override_configuration

An optional structure that configures resource ID overrides to be applied within the import job.

Show child fields
override_parameters.resource_id_override_configuration.prefix_for_all_resources

An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.

override_parameters.themes[]
Show child fields
override_parameters.themes[].name

A new name for the theme.

override_parameters.themes[].theme_id

The ID of the theme to apply overrides to.

override_parameters.vpc_connections[]
Show child fields
override_parameters.vpc_connections[].dns_resolvers[]
override_parameters.vpc_connections[].name

A new name for the VPC connection.

override_parameters.vpc_connections[].role_arn

An optional override of the role ARN to be used by the VPC connection.

override_parameters.vpc_connections[].security_group_ids[]
override_parameters.vpc_connections[].subnet_ids[]
override_parameters.vpc_connections[].vpc_connection_id

The ID of the VPC Connection to apply overrides to.

override_permissions

Optional permission overrides that are applied to the resource configuration before import.

STRUCT(
"data_sources" STRUCT(
"data_source_ids" VARCHAR[],
"permissions" STRUCT(
"principals" VARCHAR[],
"actions" VARCHAR[]
)
)[],
"data_sets" STRUCT(
"data_set_ids" VARCHAR[],
"permissions" STRUCT(
"principals" VARCHAR[],
"actions" VARCHAR[]
)
)[],
"themes" STRUCT(
"theme_ids" VARCHAR[],
"permissions" STRUCT(
"principals" VARCHAR[],
"actions" VARCHAR[]
)
)[],
"analyses" STRUCT(
"analysis_ids" VARCHAR[],
"permissions" STRUCT(
"principals" VARCHAR[],
"actions" VARCHAR[]
)
)[],
"dashboards" STRUCT(
"dashboard_ids" VARCHAR[],
"permissions" STRUCT(
"principals" VARCHAR[],
"actions" VARCHAR[]
),
"link_sharing_configuration" STRUCT(
"permissions" STRUCT(
"principals" VARCHAR[],
"actions" VARCHAR[]
)
)
)[]
)
Show child fields
override_permissions.analyses[]
Show child fields
override_permissions.analyses[].analysis_ids[]
override_permissions.analyses[].permissions

A list of permissions for the analyses that you want to apply overrides to.

Show child fields
override_permissions.analyses[].permissions.actions[]
override_permissions.analyses[].permissions.principals[]
override_permissions.dashboards[]
Show child fields
override_permissions.dashboards[].dashboard_ids[]
override_permissions.dashboards[].link_sharing_configuration

A structure that contains the link sharing configurations that you want to apply overrides to.

Show child fields
override_permissions.dashboards[].link_sharing_configuration.permissions

A list of link sharing permissions for the dashboards that you want to apply overrides to.

Show child fields
override_permissions.dashboards[].link_sharing_configuration.permissions.actions[]
override_permissions.dashboards[].link_sharing_configuration.permissions.principals[]
override_permissions.dashboards[].permissions

A list of permissions for the dashboards that you want to apply overrides to.

Show child fields
override_permissions.dashboards[].permissions.actions[]
override_permissions.dashboards[].permissions.principals[]
override_permissions.data_sets[]
Show child fields
override_permissions.data_sets[].data_set_ids[]
override_permissions.data_sets[].permissions

A list of permissions for the datasets that you want to apply overrides to.

Show child fields
override_permissions.data_sets[].permissions.actions[]
override_permissions.data_sets[].permissions.principals[]
override_permissions.data_sources[]
Show child fields
override_permissions.data_sources[].data_source_ids[]
override_permissions.data_sources[].permissions

A list of permissions for the data source that you want to apply overrides to.

Show child fields
override_permissions.data_sources[].permissions.actions[]
override_permissions.data_sources[].permissions.principals[]
override_permissions.themes[]
Show child fields
override_permissions.themes[].permissions

A list of permissions for the themes that you want to apply overrides to.

Show child fields
override_permissions.themes[].permissions.actions[]
override_permissions.themes[].permissions.principals[]
override_permissions.themes[].theme_ids[]
override_tags

Optional tag overrides that are applied to the resource configuration before import.

STRUCT(
"vpc_connections" STRUCT(
"vpc_connection_ids" VARCHAR[],
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[],
"data_sources" STRUCT(
"data_source_ids" VARCHAR[],
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[],
"data_sets" STRUCT(
"data_set_ids" VARCHAR[],
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[],
"themes" STRUCT(
"theme_ids" VARCHAR[],
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[],
"analyses" STRUCT(
"analysis_ids" VARCHAR[],
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[],
"dashboards" STRUCT(
"dashboard_ids" VARCHAR[],
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
Show child fields
override_tags.analyses[]
Show child fields
override_tags.analyses[].analysis_ids[]
override_tags.analyses[].tags[]
Show child fields
override_tags.analyses[].tags[].key

Tag key.

override_tags.analyses[].tags[].value

Tag value.

override_tags.dashboards[]
Show child fields
override_tags.dashboards[].dashboard_ids[]
override_tags.dashboards[].tags[]
Show child fields
override_tags.dashboards[].tags[].key

Tag key.

override_tags.dashboards[].tags[].value

Tag value.

override_tags.data_sets[]
Show child fields
override_tags.data_sets[].data_set_ids[]
override_tags.data_sets[].tags[]
Show child fields
override_tags.data_sets[].tags[].key

Tag key.

override_tags.data_sets[].tags[].value

Tag value.

override_tags.data_sources[]
Show child fields
override_tags.data_sources[].data_source_ids[]
override_tags.data_sources[].tags[]
Show child fields
override_tags.data_sources[].tags[].key

Tag key.

override_tags.data_sources[].tags[].value

Tag value.

override_tags.themes[]
Show child fields
override_tags.themes[].tags[]
Show child fields
override_tags.themes[].tags[].key

Tag key.

override_tags.themes[].tags[].value

Tag value.

override_tags.themes[].theme_ids[]
override_tags.vpc_connections[]
Show child fields
override_tags.vpc_connections[].tags[]
Show child fields
override_tags.vpc_connections[].tags[].key

Tag key.

override_tags.vpc_connections[].tags[].value

Tag value.

override_tags.vpc_connections[].vpc_connection_ids[]
override_validation_strategy

An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.

STRUCT(
"strict_mode_for_all_resources" BOOLEAN
)
Show child fields
override_validation_strategy.strict_mode_for_all_resources

A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.

request_id

The Amazon Web Services request ID for this operation.

VARCHAR
rollback_errors

An array of error records that describes any failures that occurred while an import job was attempting a rollback.

Error records accumulate while the job is still running. The complete set of error records is available after the job has completed and failed.

STRUCT(
"arn" VARCHAR,
"type" VARCHAR,
"message" VARCHAR
)[]
Show child fields
rollback_errors[]
Show child fields
rollback_errors[].arn

The ARN of the resource whose processing caused an error.

rollback_errors[].message

A description of the error.

rollback_errors[].type

The specific error type or the error that occurred.

status

The HTTP status of the response.

BIGINT
warnings

An array of warning records that describe all permitted errors that are encountered during the import job.

STRUCT(
"arn" VARCHAR,
"message" VARCHAR
)[]
Show child fields
warnings[]
Show child fields
warnings[].arn

The ARN of the resource that the warning occurred for.

warnings[].message

A description of the warning that occurred during an Asset Bundle import job.