AWS cli documentation change
Summary
Updated CLI version reference from 2.31.10 to 2.31.13, rebranded 'QuickSight' to 'Amazon Quick Sight' terminology, added 'QuickSuiteActionsOption' configuration for dashboard actions, and updated documentation links to 'Amazon Quick Suite User Guide'.
Security assessment
The addition of 'QuickSuiteActionsOption' introduces documentation for a security feature that controls access to Actions in Amazon Quick Suite (disabled by default). While this adds security-related configuration options, there is no evidence of a specific security vulnerability being addressed. The ARN sharing clarifications (namespace/account root restrictions for action connectors) improve security posture but are preventive rather than reactive fixes.
Diff
diff --git a/cli/latest/reference/quicksight/create-dashboard.md b/cli/latest/reference/quicksight/create-dashboard.md index e16195843..4998e5126 100644 --- a//cli/latest/reference/quicksight/create-dashboard.md +++ b//cli/latest/reference/quicksight/create-dashboard.md @@ -15 +15 @@ - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) » @@ -61 +61 @@ Creates a dashboard from either a template or directly with a `DashboardDefiniti -A dashboard is an entity in QuickSight that identifies QuickSight reports, created from analyses. You can share QuickSight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account. +A dashboard is an entity in Amazon Quick Sight that identifies Amazon Quick Sight reports, created from analyses. You can share Amazon Quick Sight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account. @@ -323,3 +323,3 @@ JSON Syntax: ->>> * The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) ->>> * The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) ->>> * The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.) +>>> * The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.) +>>> * The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.) +>>> * The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.) @@ -369 +369 @@ JSON Syntax: -> The entity that you are using as a source when you create the dashboard. In `SourceEntity` , you specify the type of object you’re using as source. You can only create a dashboard from a template, so you use a `SourceTemplate` entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the `` [CreateTemplate](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html) `` API operation. For `SourceTemplate` , specify the Amazon Resource Name (ARN) of the source template. The `SourceTemplate` ARN can contain any Amazon Web Services account and any QuickSight-supported Amazon Web Services Region. +> The entity that you are using as a source when you create the dashboard. In `SourceEntity` , you specify the type of object you’re using as source. You can only create a dashboard from a template, so you use a `SourceTemplate` entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the `` [CreateTemplate](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html) `` API operation. For `SourceTemplate` , specify the Amazon Resource Name (ARN) of the source template. The `SourceTemplate` ARN can contain any Amazon Web Services account and any Amazon Quick Sight-supported Amazon Web Services Region. @@ -498 +498 @@ JSON Syntax: -> * `AvailabilityStatus` for `AdHocFilteringOption` \- This status can be either `ENABLED` or `DISABLED` . When this is set to `DISABLED` , QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is `ENABLED` by default. +> * `AvailabilityStatus` for `AdHocFilteringOption` \- This status can be either `ENABLED` or `DISABLED` . When this is set to `DISABLED` , Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is `ENABLED` by default. @@ -500,0 +501 @@ JSON Syntax: +> * `AvailabilityStatus` for `QuickSuiteActionsOption` \- This status can be either `ENABLED` or `DISABLED` . Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to `DISABLED` . This option is `DISABLED` by default. @@ -688,0 +690,15 @@ JSON Syntax: +> +> QuickSuiteActionsOption -> (structure) +> +>> Determines if Actions in Amazon Quick Suite are enabled in a dashboard. +>> +>> AvailabilityStatus -> (string) +>> +>>> Availability status. +>>> +>>> Possible values: +>>> +>>> * `ENABLED` +>>> * `DISABLED` +>>> + @@ -723 +739 @@ Shorthand Syntax: - AdHocFilteringOption={AvailabilityStatus=string},ExportToCSVOption={AvailabilityStatus=string},SheetControlsOption={VisibilityState=string},VisualPublishOptions={ExportHiddenFieldsOption={AvailabilityStatus=string}},SheetLayoutElementMaximizationOption={AvailabilityStatus=string},VisualMenuOption={AvailabilityStatus=string},VisualAxisSortOption={AvailabilityStatus=string},ExportWithHiddenFieldsOption={AvailabilityStatus=string},DataPointDrillUpDownOption={AvailabilityStatus=string},DataPointMenuLabelOption={AvailabilityStatus=string},DataPointTooltipOption={AvailabilityStatus=string},DataQAEnabledOption={AvailabilityStatus=string},ExecutiveSummaryOption={AvailabilityStatus=string},DataStoriesSharingOption={AvailabilityStatus=string} + AdHocFilteringOption={AvailabilityStatus=string},ExportToCSVOption={AvailabilityStatus=string},SheetControlsOption={VisibilityState=string},VisualPublishOptions={ExportHiddenFieldsOption={AvailabilityStatus=string}},SheetLayoutElementMaximizationOption={AvailabilityStatus=string},VisualMenuOption={AvailabilityStatus=string},VisualAxisSortOption={AvailabilityStatus=string},ExportWithHiddenFieldsOption={AvailabilityStatus=string},DataPointDrillUpDownOption={AvailabilityStatus=string},DataPointMenuLabelOption={AvailabilityStatus=string},DataPointTooltipOption={AvailabilityStatus=string},DataQAEnabledOption={AvailabilityStatus=string},QuickSuiteActionsOption={AvailabilityStatus=string},ExecutiveSummaryOption={AvailabilityStatus=string},DataStoriesSharingOption={AvailabilityStatus=string} @@ -767,0 +784,3 @@ JSON Syntax: + "QuickSuiteActionsOption": { + "AvailabilityStatus": "ENABLED"|"DISABLED" + }, @@ -882 +901 @@ JSON Syntax: ->>>> For more information, see [Using a Control with a Parameter in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the _Amazon QuickSight User Guide_ . +>>>> For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the _Amazon Quick Suite User Guide_ . @@ -2234 +2253 @@ JSON Syntax: ->>>> For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the _Amazon QuickSight User Guide_ . +>>>> For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the _Amazon Quick Suite User Guide_ . @@ -3866 +3885 @@ JSON Syntax: ->>>>>> For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the _Amazon Quick Suite User Guide_ . @@ -11349 +11368 @@ JSON Syntax: ->>>>>> For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the _Amazon Quick Suite User Guide_ . @@ -24481 +24500 @@ JSON Syntax: ->>>>>> For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the _Amazon Quick Suite User Guide_ . @@ -35598 +35617 @@ JSON Syntax: ->>>>>> For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the _Amazon Quick Suite User Guide_ . @@ -42921 +42940 @@ JSON Syntax: ->>>>>> For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the _Amazon Quick Suite User Guide_ . @@ -50761 +50780 @@ JSON Syntax: ->>>>>> For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the _Amazon Quick Suite User Guide_ . @@ -55909 +55928 @@ JSON Syntax: ->>>>>> For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the _Amazon Quick Suite User Guide_ . @@ -67667 +67686 @@ JSON Syntax: ->>>>>> For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the _Amazon Quick Suite User Guide_ . @@ -75586 +75605 @@ JSON Syntax: ->>>>>> For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the _Amazon Quick Suite User Guide_ . @@ -82995 +83014 @@ JSON Syntax: ->>>>>> For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the _Amazon Quick Suite User Guide_ . @@ -89532 +89551 @@ JSON Syntax: ->>>>>> For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the _Amazon Quick Suite User Guide_ . @@ -101535 +101554 @@ JSON Syntax: ->>>>>> For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the _Amazon Quick Suite User Guide_ . @@ -106901 +106920 @@ JSON Syntax: ->>>>>> For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the _Amazon Quick Suite User Guide_ . @@ -125223 +125242 @@ JSON Syntax: ->>>>>> For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the _Amazon Quick Suite User Guide_ . @@ -136551 +136570 @@ JSON Syntax: ->>>>>> For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the _Amazon Quick Suite User Guide_ . @@ -143391 +143410 @@ JSON Syntax: ->>>>>> For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the _Amazon Quick Suite User Guide_ . @@ -150882 +150901 @@ JSON Syntax: ->>>>>> For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the _Amazon Quick Suite User Guide_ . @@ -154426 +154445 @@ JSON Syntax: ->>>>>> For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the _Amazon Quick Suite User Guide_ . @@ -159145 +159164 @@ JSON Syntax: ->>>>>> For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the _Amazon Quick Suite User Guide_ . @@ -190773 +190792 @@ JSON Syntax: ->>>>>> For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the _Amazon Quick Suite User Guide_ . @@ -196500 +196519 @@ JSON Syntax: ->>>>>> For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the _Amazon Quick Suite User Guide_ . @@ -197552 +197571 @@ JSON Syntax: ->>>>>> For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the _Amazon Quick Suite User Guide_ . @@ -210746 +210765 @@ JSON Syntax: ->>>> For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the _Amazon QuickSight User Guide_ . +>>>> For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the _Amazon Quick Suite User Guide_ . @@ -210759 +210778 @@ JSON Syntax: ->>>>> For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the _Amazon QuickSight User Guide_ . +>>>>> For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the _Amazon Quick Suite User Guide_ . @@ -212689 +212708 @@ JSON Syntax: ->> For more information, see [Parameters in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the _Amazon QuickSight User Guide_ . +>> For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the _Amazon Quick Suite User Guide_ . @@ -212701 +212720 @@ JSON Syntax: ->>> For more information, see [Parameters in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the _Amazon QuickSight User Guide_ . +>>> For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the _Amazon Quick Suite User Guide_ . @@ -213490 +213509 @@ JSON Syntax: ->> For more information, see [Filtering Data in Amazon QuickSight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the _Amazon QuickSight User Guide_ . +>> For more information, see [Filtering Data in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the _Amazon Quick Suite User Guide_ . @@ -213502 +213521 @@ JSON Syntax: ->>> For more information, see [Adding filter conditions (group filters) with AND and OR operators](https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html) in the _Amazon QuickSight User Guide_ . +>>> For more information, see [Adding filter conditions (group filters) with AND and OR operators](https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html) in the _Amazon Quick Suite User Guide_ . @@ -213536 +213555 @@ JSON Syntax: ->>>>>> For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the _Amazon QuickSight User Guide_ . +>>>>>> For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the _Amazon Quick Suite User Guide_ . @@ -264555 +264574 @@ JSON Syntax: -> When you create the dashboard, QuickSight adds the dashboard to these folders. +> When you create the dashboard, Amazon Quick Sight adds the dashboard to these folders. @@ -264594,3 +264613,3 @@ Syntax: ->>>> * The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) ->>>> * The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) ->>>> * The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.) +>>>> * The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.) +>>>> * The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.) +>>>> * The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.) @@ -264813 +264832 @@ RequestId -> (string) - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) »