Class: Aws::QuickSight::Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration

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

Overview

Information about the Amazon QuickSight console that you want to embed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feature_configurationsTypes::RegisteredUserConsoleFeatureConfigurations

The embedding configuration of an embedded Amazon QuickSight console.



24950
24951
24952
24953
24954
24955
# File 'lib/aws-sdk-quicksight/types.rb', line 24950

class RegisteredUserQuickSightConsoleEmbeddingConfiguration < Struct.new(
  :initial_path,
  :feature_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#initial_pathString

The initial URL path for the Amazon QuickSight console. ‘InitialPath` is required.

The entry point URL is constrained to the following paths:

  • ‘/start`

  • ‘/start/analyses`

  • ‘/start/dashboards`

  • ‘/start/favorites`

  • ‘/dashboards/DashboardId`. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard.

  • ‘/analyses/AnalysisId`. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.

Returns:

  • (String)


24950
24951
24952
24953
24954
24955
# File 'lib/aws-sdk-quicksight/types.rb', line 24950

class RegisteredUserQuickSightConsoleEmbeddingConfiguration < Struct.new(
  :initial_path,
  :feature_configurations)
  SENSITIVE = []
  include Aws::Structure
end