Class: Aws::QuickSight::Types::CustomContentConfiguration

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

Overview

The configuration of a ‘CustomContentVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The content type of the custom content visual. You can use this to have the visual render as an image.

Returns:

  • (String)


7596
7597
7598
7599
7600
7601
7602
7603
# File 'lib/aws-sdk-quicksight/types.rb', line 7596

class CustomContentConfiguration < Struct.new(
  :content_url,
  :content_type,
  :image_scaling,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#content_urlString

The input URL that links to the custom content that you want in the custom visual.

Returns:

  • (String)


7596
7597
7598
7599
7600
7601
7602
7603
# File 'lib/aws-sdk-quicksight/types.rb', line 7596

class CustomContentConfiguration < Struct.new(
  :content_url,
  :content_type,
  :image_scaling,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#image_scalingString

The sizing options for the size of the custom content visual. This structure is required when the ‘ContentType` of the visual is `’IMAGE’‘.

Returns:

  • (String)


7596
7597
7598
7599
7600
7601
7602
7603
# File 'lib/aws-sdk-quicksight/types.rb', line 7596

class CustomContentConfiguration < Struct.new(
  :content_url,
  :content_type,
  :image_scaling,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



7596
7597
7598
7599
7600
7601
7602
7603
# File 'lib/aws-sdk-quicksight/types.rb', line 7596

class CustomContentConfiguration < Struct.new(
  :content_url,
  :content_type,
  :image_scaling,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end