AssetBundleExportJobReference

class aws_cdk.interfaces.aws_quicksight.AssetBundleExportJobReference(*, asset_bundle_export_job_arn, asset_bundle_export_job_id)

Bases: object

A reference to a AssetBundleExportJob resource.

Parameters:
  • asset_bundle_export_job_arn (str) – The ARN of the AssetBundleExportJob resource.

  • asset_bundle_export_job_id (str) – The AssetBundleExportJobId of the AssetBundleExportJob resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_quicksight as interfaces_quicksight

asset_bundle_export_job_reference = interfaces_quicksight.AssetBundleExportJobReference(
    asset_bundle_export_job_arn="assetBundleExportJobArn",
    asset_bundle_export_job_id="assetBundleExportJobId"
)

Attributes

asset_bundle_export_job_arn

The ARN of the AssetBundleExportJob resource.

asset_bundle_export_job_id

The AssetBundleExportJobId of the AssetBundleExportJob resource.