Class: Aws::QuickSight::Types::AssetBundleExportJobResourceIdOverrideConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

An optional structure that configures resource ID overrides for the export job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prefix_for_all_resourcesBoolean

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.

Returns:

  • (Boolean)


1073
1074
1075
1076
1077
# File 'lib/aws-sdk-quicksight/types.rb', line 1073

class AssetBundleExportJobResourceIdOverrideConfiguration < Struct.new(
  :prefix_for_all_resources)
  SENSITIVE = []
  include Aws::Structure
end