[ aws . quicksight ]

describe-asset-bundle-import-job

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.

See also: AWS API Documentation

Synopsis

  describe-asset-bundle-import-job
--aws-account-id <value>
--asset-bundle-import-job-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]

Options

--aws-account-id (string)

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

--asset-bundle-import-job-id (string)

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

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.

Global Options

--debug (boolean)

Turn on debug logging.

--endpoint-url (string)

Override command’s default URL with the given URL.

--no-verify-ssl (boolean)

By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.

--no-paginate (boolean)

Disable automatic pagination.

--output (string)

The formatting style for command output.

  • json
  • text
  • table
  • yaml
  • yaml-stream

--query (string)

A JMESPath query to use in filtering the response data.

--profile (string)

Use a specific profile from your credential file.

--region (string)

The region to use. Overrides config/env settings.

--version (string)

Display the version of this tool.

--color (string)

Turn on/off color output.

  • on
  • off
  • auto

--no-sign-request (boolean)

Do not sign requests. Credentials will not be loaded if this argument is provided.

--ca-bundle (string)

The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.

--cli-read-timeout (int)

The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.

--cli-connect-timeout (int)

The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.

--cli-binary-format (string)

The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb:// will always be treated as binary and use the file contents directly regardless of the cli-binary-format setting. When using file:// the file contents will need to properly formatted for the configured cli-binary-format.

  • base64
  • raw-in-base64-out

--no-cli-pager (boolean)

Disable cli pager for output.

--cli-auto-prompt (boolean)

Automatically prompt for CLI input parameters.

--no-cli-auto-prompt (boolean)

Disable automatically prompt for CLI input parameters.

Output

JobStatus -> (string)

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

Errors -> (list)

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.

(structure)

Describes an error that occurred within an Asset Bundle import execution.

Arn -> (string)

The ARN of the resource whose processing caused an error.

Type -> (string)

The specific error type or the error that occurred.

Message -> (string)

A description of the error.

RollbackErrors -> (list)

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.

(structure)

Describes an error that occurred within an Asset Bundle import execution.

Arn -> (string)

The ARN of the resource whose processing caused an error.

Type -> (string)

The specific error type or the error that occurred.

Message -> (string)

A description of the error.

Arn -> (string)

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

CreatedTime -> (timestamp)

The time that the import job was created.

AssetBundleImportJobId -> (string)

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

AwsAccountId -> (string)

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

AssetBundleImportSource -> (structure)

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

Body -> (string)

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.

S3Uri -> (string)

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

OverrideParameters -> (structure)

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

ResourceIdOverrideConfiguration -> (structure)

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

PrefixForAllResources -> (string)

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.

VPCConnections -> (list)

A list of overrides for any VPCConnection resources that are present in the asset bundle that is imported.

(structure)

The override parameters for a single VPC connection that is imported.

VPCConnectionId -> (string)

The ID of the VPC Connection to apply overrides to.

Name -> (string)

A new name for the VPC connection.

SubnetIds -> (list)

A list of new subnet IDs for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.

(string)

SecurityGroupIds -> (list)

A new security group ID for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.

(string)

DnsResolvers -> (list)

An optional override of DNS resolvers to be used by the VPC connection.

(string)

RoleArn -> (string)

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

RefreshSchedules -> (list)

A list of overrides for any RefreshSchedule resources that are present in the asset bundle that is imported.

(structure)

A list of overrides for a specific RefreshsSchedule resource that is present in the asset bundle that is imported.

DataSetId -> (string)

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

ScheduleId -> (string)

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

StartAfterDateTime -> (timestamp)

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

DataSources -> (list)

A list of overrides for any DataSource resources that are present in the asset bundle that is imported.

(structure)

The override parameters for a single data source that is being imported.

DataSourceId -> (string)

The ID of the data source to apply overrides to.

Name -> (string)

A new name for the data source.

DataSourceParameters -> (structure)

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.

AmazonElasticsearchParameters -> (structure)

The parameters for OpenSearch.

Domain -> (string)

The OpenSearch domain.

AthenaParameters -> (structure)

The parameters for Amazon Athena.

WorkGroup -> (string)

The workgroup that Amazon Athena uses.

RoleArn -> (string)

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.

AuroraParameters -> (structure)

The parameters for Amazon Aurora MySQL.

Host -> (string)

Host.

Port -> (integer)

Port.

Database -> (string)

Database.

AuroraPostgreSqlParameters -> (structure)

The parameters for Amazon Aurora.

Host -> (string)

The Amazon Aurora PostgreSQL-Compatible host to connect to.

Port -> (integer)

The port that Amazon Aurora PostgreSQL is listening on.

Database -> (string)

The Amazon Aurora PostgreSQL database to connect to.

AwsIotAnalyticsParameters -> (structure)

The parameters for IoT Analytics.

DataSetName -> (string)

Dataset name.

JiraParameters -> (structure)

The parameters for Jira.

SiteBaseUrl -> (string)

The base URL of the Jira site.

MariaDbParameters -> (structure)

The parameters for MariaDB.

Host -> (string)

Host.

Port -> (integer)

Port.

Database -> (string)

Database.

MySqlParameters -> (structure)

The parameters for MySQL.

Host -> (string)

Host.

Port -> (integer)

Port.

Database -> (string)

Database.

OracleParameters -> (structure)

The parameters for Oracle.

Host -> (string)

An Oracle host.

Port -> (integer)

The port.

Database -> (string)

The database.

PostgreSqlParameters -> (structure)

The parameters for PostgreSQL.

Host -> (string)

Host.

Port -> (integer)

Port.

Database -> (string)

Database.

PrestoParameters -> (structure)

The parameters for Presto.

Host -> (string)

Host.

Port -> (integer)

Port.

Catalog -> (string)

Catalog.

RdsParameters -> (structure)

The parameters for Amazon RDS.

InstanceId -> (string)

Instance ID.

Database -> (string)

Database.

RedshiftParameters -> (structure)

The parameters for Amazon Redshift.

Host -> (string)

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

Port -> (integer)

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

Database -> (string)

Database.

ClusterId -> (string)

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

IAMParameters -> (structure)

An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials .

RoleArn -> (string)

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.

DatabaseUser -> (string)

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.

DatabaseGroups -> (list)

A list of groups whose permissions will be granted to Amazon QuickSight to access the cluster. These permissions are combined with the permissions granted to Amazon QuickSight by the DatabaseUser . If you choose to include this parameter, the RoleArn must grant access to redshift:JoinGroup .

(string)

AutoCreateDatabaseUser -> (boolean)

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.

IdentityCenterConfiguration -> (structure)

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.

EnableIdentityPropagation -> (boolean)

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

S3Parameters -> (structure)

The parameters for S3.

ManifestFileLocation -> (structure)

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

Bucket -> (string)

Amazon S3 bucket.

Key -> (string)

Amazon S3 key that identifies an object.

RoleArn -> (string)

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.

ServiceNowParameters -> (structure)

The parameters for ServiceNow.

SiteBaseUrl -> (string)

URL of the base site.

SnowflakeParameters -> (structure)

The parameters for Snowflake.

Host -> (string)

Host.

Database -> (string)

Database.

Warehouse -> (string)

Warehouse.

SparkParameters -> (structure)

The parameters for Spark.

Host -> (string)

Host.

Port -> (integer)

Port.

SqlServerParameters -> (structure)

The parameters for SQL Server.

Host -> (string)

Host.

Port -> (integer)

Port.

Database -> (string)

Database.

TeradataParameters -> (structure)

The parameters for Teradata.

Host -> (string)

Host.

Port -> (integer)

Port.

Database -> (string)

Database.

TwitterParameters -> (structure)

The parameters for Twitter.

Query -> (string)

Twitter query string.

MaxRows -> (integer)

Maximum number of rows to query Twitter.

AmazonOpenSearchParameters -> (structure)

The parameters for OpenSearch.

Domain -> (string)

The OpenSearch domain.

ExasolParameters -> (structure)

The parameters for Exasol.

Host -> (string)

The hostname or IP address of the Exasol data source.

Port -> (integer)

The port for the Exasol data source.

DatabricksParameters -> (structure)

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

Host -> (string)

The host name of the Databricks data source.

Port -> (integer)

The port for the Databricks data source.

SqlEndpointPath -> (string)

The HTTP path of the Databricks data source.

StarburstParameters -> (structure)

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

Host -> (string)

The host name of the Starburst data source.

Port -> (integer)

The port for the Starburst data source.

Catalog -> (string)

The catalog name for the Starburst data source.

ProductType -> (string)

The product type for the Starburst data source.

TrinoParameters -> (structure)

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

Host -> (string)

The host name of the Trino data source.

Port -> (integer)

The port for the Trino data source.

Catalog -> (string)

The catalog name for the Trino data source.

BigQueryParameters -> (structure)

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

ProjectId -> (string)

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

DataSetRegion -> (string)

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

VpcConnectionProperties -> (structure)

VPC connection properties.

VpcConnectionArn -> (string)

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

SslProperties -> (structure)

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

DisableSsl -> (boolean)

A Boolean option to control whether SSL should be disabled.

Credentials -> (structure)

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

CredentialPair -> (structure)

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.

Username -> (string)

The username for the data source connection.

Password -> (string)

The password for the data source connection.

SecretArn -> (string)

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.

DataSets -> (list)

A list of overrides for any DataSet resources that are present in the asset bundle that is imported.

(structure)

The override parameters for a single dataset that is being imported.

DataSetId -> (string)

The ID of the dataset to apply overrides to.

Name -> (string)

A new name for the dataset.

Themes -> (list)

A list of overrides for any Theme resources that are present in the asset bundle that is imported.

(structure)

The override parameters for a single theme that is imported.

ThemeId -> (string)

The ID of the theme to apply overrides to.

Name -> (string)

A new name for the theme.

Analyses -> (list)

A list of overrides for any Analysis resources that are present in the asset bundle that is imported.

(structure)

The override parameters for a single analysis that is being imported.

AnalysisId -> (string)

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

Name -> (string)

A new name for the analysis.

Dashboards -> (list)

A list of overrides for any Dashboard resources that are present in the asset bundle that is imported.

(structure)

The override parameters for a single dashboard that is being imported.

DashboardId -> (string)

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

Name -> (string)

A new name for the dashboard.

FailureAction -> (string)

The failure action for the import job.

RequestId -> (string)

The Amazon Web Services request ID for this operation.

Status -> (integer)

The HTTP status of the response.

OverridePermissions -> (structure)

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

DataSources -> (list)

A list of permissions overrides for any DataSource resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of permissions to be applied to a list of data source IDs.

DataSourceIds -> (list)

A list of data source IDs that you want to apply overrides to. You can use * to override all data sources in this asset bundle.

(string)

Permissions -> (structure)

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

Principals -> (list)

A list of principals to grant permissions on.

(string)

Actions -> (list)

A list of IAM actions to grant permissions on.

(string)

DataSets -> (list)

A list of permissions overrides for any DataSet resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of permissions to be applied to a list of dataset IDs.

DataSetIds -> (list)

A list of dataset IDs that you want to apply overrides to. You can use * to override all datasets in this asset bundle.

(string)

Permissions -> (structure)

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

Principals -> (list)

A list of principals to grant permissions on.

(string)

Actions -> (list)

A list of IAM actions to grant permissions on.

(string)

Themes -> (list)

A list of permissions overrides for any Theme resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of permissions to be applied to a list of theme IDs.

ThemeIds -> (list)

A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.

(string)

Permissions -> (structure)

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

Principals -> (list)

A list of principals to grant permissions on.

(string)

Actions -> (list)

A list of IAM actions to grant permissions on.

(string)

Analyses -> (list)

A list of permissions overrides for any Analysis resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of permissions to be applied to a list of analysis IDs.

AnalysisIds -> (list)

A list of analysis IDs that you want to apply overrides to. You can use * to override all analyses in this asset bundle.

(string)

Permissions -> (structure)

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

Principals -> (list)

A list of principals to grant permissions on.

(string)

Actions -> (list)

A list of IAM actions to grant permissions on.

(string)

Dashboards -> (list)

A list of permissions overrides for any Dashboard resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of permissions to be applied to a list of dashboard IDs.

DashboardIds -> (list)

A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.

(string)

Permissions -> (structure)

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

Principals -> (list)

A list of principals to grant permissions on.

(string)

Actions -> (list)

A list of IAM actions to grant permissions on.

(string)

LinkSharingConfiguration -> (structure)

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

Permissions -> (structure)

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

Principals -> (list)

A list of principals to grant permissions on.

(string)

Actions -> (list)

A list of IAM actions to grant permissions on.

(string)

OverrideTags -> (structure)

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

VPCConnections -> (list)

A list of tag overrides for any VPCConnection resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of tags to be assigned to a list of VPC connection IDs.

VPCConnectionIds -> (list)

A list of VPC connection IDs that you want to apply overrides to. You can use * to override all VPC connections in this asset bundle.

(string)

Tags -> (list)

A list of tags for the VPC connections that you want to apply overrides to.

(structure)

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

Key -> (string)

Tag key.

Value -> (string)

Tag value.

DataSources -> (list)

A list of tag overrides for any DataSource resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of tags to be assigned to a list of data source IDs.

DataSourceIds -> (list)

A list of data source IDs that you want to apply overrides to. You can use * to override all data sources in this asset bundle.

(string)

Tags -> (list)

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

(structure)

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

Key -> (string)

Tag key.

Value -> (string)

Tag value.

DataSets -> (list)

A list of tag overrides for any DataSet resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of tags to be assigned to a list of dataset IDs.

DataSetIds -> (list)

A list of dataset IDs that you want to apply overrides to. You can use * to override all datasets in this asset bundle.

(string)

Tags -> (list)

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

(structure)

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

Key -> (string)

Tag key.

Value -> (string)

Tag value.

Themes -> (list)

A list of tag overrides for any Theme resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of tags to be assigned to a list of theme IDs.

ThemeIds -> (list)

A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.

(string)

Tags -> (list)

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

(structure)

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

Key -> (string)

Tag key.

Value -> (string)

Tag value.

Analyses -> (list)

A list of tag overrides for any Analysis resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of tags to be assigned to a list of analysis IDs.

AnalysisIds -> (list)

A list of analysis IDs that you want to apply overrides to. You can use * to override all analyses in this asset bundle.

(string)

Tags -> (list)

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

(structure)

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

Key -> (string)

Tag key.

Value -> (string)

Tag value.

Dashboards -> (list)

A list of tag overrides for any Dashboard resources that are present in the asset bundle that is imported.

(structure)

An object that contains a list of tags to be assigned to a list of dashboard IDs.

DashboardIds -> (list)

A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.

(string)

Tags -> (list)

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

(structure)

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

Key -> (string)

Tag key.

Value -> (string)

Tag value.

OverrideValidationStrategy -> (structure)

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

StrictModeForAllResources -> (boolean)

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