Class: AWSCDK::QuickSight::CfnAnalysis::PieChartSortConfigurationProperty
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::QuickSight::CfnAnalysis::PieChartSortConfigurationProperty
- Defined in:
- quick_sight/cfn_analysis.rb
Overview
The sort configuration of a pie chart.
Instance Attribute Summary collapse
-
#category_items_limit ⇒ AWSCDK::IResolvable, ...
readonly
The limit on the number of categories that are displayed in a pie chart.
-
#category_sort ⇒ AWSCDK::IResolvable, ...
readonly
The sort configuration of the category fields.
-
#small_multiples_limit_configuration ⇒ AWSCDK::IResolvable, ...
readonly
The limit on the number of small multiples panels that are displayed.
-
#small_multiples_sort ⇒ AWSCDK::IResolvable, ...
readonly
The sort configuration of the small multiples field.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(category_items_limit: nil, category_sort: nil, small_multiples_limit_configuration: nil, small_multiples_sort: nil) ⇒ PieChartSortConfigurationProperty
constructor
A new instance of PieChartSortConfigurationProperty.
- #to_jsii ⇒ Object
Constructor Details
#initialize(category_items_limit: nil, category_sort: nil, small_multiples_limit_configuration: nil, small_multiples_sort: nil) ⇒ PieChartSortConfigurationProperty
Returns a new instance of PieChartSortConfigurationProperty.
21384 21385 21386 21387 21388 21389 21390 21391 21392 21393 |
# File 'quick_sight/cfn_analysis.rb', line 21384 def initialize(category_items_limit: nil, category_sort: nil, small_multiples_limit_configuration: nil, small_multiples_sort: nil) @category_items_limit = category_items_limit.is_a?(Hash) ? ::AWSCDK::QuickSight::CfnAnalysis::ItemsLimitConfigurationProperty.new(**category_items_limit.transform_keys(&:to_sym)) : category_items_limit Jsii::Type.check_type(@category_items_limit, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImZxbiI6ImF3cy1jZGstbGliLmF3c19xdWlja3NpZ2h0LkNmbkFuYWx5c2lzLkl0ZW1zTGltaXRDb25maWd1cmF0aW9uUHJvcGVydHkifV19fQ==")), "categoryItemsLimit") unless @category_items_limit.nil? @category_sort = category_sort Jsii::Type.check_type(@category_sort, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImNvbGxlY3Rpb24iOnsiZWxlbWVudHR5cGUiOnsidW5pb24iOnsidHlwZXMiOlt7ImZxbiI6ImF3cy1jZGstbGliLklSZXNvbHZhYmxlIn0seyJmcW4iOiJhd3MtY2RrLWxpYi5hd3NfcXVpY2tzaWdodC5DZm5BbmFseXNpcy5GaWVsZFNvcnRPcHRpb25zUHJvcGVydHkifV19fSwia2luZCI6ImFycmF5In19XX19")), "categorySort") unless @category_sort.nil? @small_multiples_limit_configuration = small_multiples_limit_configuration.is_a?(Hash) ? ::AWSCDK::QuickSight::CfnAnalysis::ItemsLimitConfigurationProperty.new(**small_multiples_limit_configuration.transform_keys(&:to_sym)) : small_multiples_limit_configuration Jsii::Type.check_type(@small_multiples_limit_configuration, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImZxbiI6ImF3cy1jZGstbGliLmF3c19xdWlja3NpZ2h0LkNmbkFuYWx5c2lzLkl0ZW1zTGltaXRDb25maWd1cmF0aW9uUHJvcGVydHkifV19fQ==")), "smallMultiplesLimitConfiguration") unless @small_multiples_limit_configuration.nil? @small_multiples_sort = small_multiples_sort Jsii::Type.check_type(@small_multiples_sort, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImNvbGxlY3Rpb24iOnsiZWxlbWVudHR5cGUiOnsidW5pb24iOnsidHlwZXMiOlt7ImZxbiI6ImF3cy1jZGstbGliLklSZXNvbHZhYmxlIn0seyJmcW4iOiJhd3MtY2RrLWxpYi5hd3NfcXVpY2tzaWdodC5DZm5BbmFseXNpcy5GaWVsZFNvcnRPcHRpb25zUHJvcGVydHkifV19fSwia2luZCI6ImFycmF5In19XX19")), "smallMultiplesSort") unless @small_multiples_sort.nil? end |
Instance Attribute Details
#category_items_limit ⇒ AWSCDK::IResolvable, ... (readonly)
The limit on the number of categories that are displayed in a pie chart.
21399 21400 21401 |
# File 'quick_sight/cfn_analysis.rb', line 21399 def category_items_limit @category_items_limit end |
#category_sort ⇒ AWSCDK::IResolvable, ... (readonly)
The sort configuration of the category fields.
21404 21405 21406 |
# File 'quick_sight/cfn_analysis.rb', line 21404 def category_sort @category_sort end |
#small_multiples_limit_configuration ⇒ AWSCDK::IResolvable, ... (readonly)
The limit on the number of small multiples panels that are displayed.
21409 21410 21411 |
# File 'quick_sight/cfn_analysis.rb', line 21409 def small_multiples_limit_configuration @small_multiples_limit_configuration end |
#small_multiples_sort ⇒ AWSCDK::IResolvable, ... (readonly)
The sort configuration of the small multiples field.
21414 21415 21416 |
# File 'quick_sight/cfn_analysis.rb', line 21414 def small_multiples_sort @small_multiples_sort end |
Class Method Details
.jsii_properties ⇒ Object
21416 21417 21418 21419 21420 21421 21422 21423 |
# File 'quick_sight/cfn_analysis.rb', line 21416 def self.jsii_properties { :category_items_limit => "categoryItemsLimit", :category_sort => "categorySort", :small_multiples_limit_configuration => "smallMultiplesLimitConfiguration", :small_multiples_sort => "smallMultiplesSort", } end |
Instance Method Details
#to_jsii ⇒ Object
21425 21426 21427 21428 21429 21430 21431 21432 21433 21434 |
# File 'quick_sight/cfn_analysis.rb', line 21425 def to_jsii result = {} result.merge!({ "categoryItemsLimit" => @category_items_limit, "categorySort" => @category_sort, "smallMultiplesLimitConfiguration" => @small_multiples_limit_configuration, "smallMultiplesSort" => @small_multiples_sort, }) result.compact end |