aws-cdk-lib 2.158.0__py3-none-any.whl → 2.159.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +36 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.158.0.jsii.tgz → aws-cdk-lib@2.159.1.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +22 -8
- aws_cdk/aws_apigatewayv2/__init__.py +30 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationinsights/__init__.py +544 -4
- aws_cdk/aws_applicationsignals/__init__.py +170 -142
- aws_cdk/aws_athena/__init__.py +15 -15
- aws_cdk/aws_auditmanager/__init__.py +5 -5
- aws_cdk/aws_bedrock/__init__.py +7 -7
- aws_cdk/aws_codebuild/__init__.py +39 -18
- aws_cdk/aws_codeconnections/__init__.py +1 -1
- aws_cdk/aws_cognito/__init__.py +390 -203
- aws_cdk/aws_connect/__init__.py +1679 -152
- aws_cdk/aws_datazone/__init__.py +665 -40
- aws_cdk/aws_docdb/__init__.py +6 -1
- aws_cdk/aws_dynamodb/__init__.py +5 -5
- aws_cdk/aws_ec2/__init__.py +121 -36
- aws_cdk/aws_ecr/__init__.py +14 -6
- aws_cdk/aws_ecs/__init__.py +20 -20
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +167 -20
- aws_cdk/aws_emr/__init__.py +8 -8
- aws_cdk/aws_events/__init__.py +19 -17
- aws_cdk/aws_events_targets/__init__.py +165 -85
- aws_cdk/aws_fms/__init__.py +59 -0
- aws_cdk/aws_fsx/__init__.py +3 -3
- aws_cdk/aws_gamelift/__init__.py +40 -52
- aws_cdk/aws_globalaccelerator/__init__.py +22 -29
- aws_cdk/aws_iam/__init__.py +22 -20
- aws_cdk/aws_iotfleetwise/__init__.py +419 -0
- aws_cdk/aws_iotsitewise/__init__.py +90 -1
- aws_cdk/aws_iotwireless/__init__.py +205 -0
- aws_cdk/aws_lambda/__init__.py +129 -16
- aws_cdk/aws_lex/__init__.py +15 -1
- aws_cdk/aws_logs/__init__.py +1 -1
- aws_cdk/aws_mediaconnect/__init__.py +111 -0
- aws_cdk/aws_medialive/__init__.py +7988 -3262
- aws_cdk/aws_msk/__init__.py +287 -479
- aws_cdk/aws_opensearchservice/__init__.py +6 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +69 -30
- aws_cdk/aws_pipes/__init__.py +49 -0
- aws_cdk/aws_qbusiness/__init__.py +11 -14
- aws_cdk/aws_quicksight/__init__.py +638 -99
- aws_cdk/aws_rds/__init__.py +38 -27
- aws_cdk/aws_s3/__init__.py +215 -33
- aws_cdk/aws_s3objectlambda/__init__.py +2 -2
- aws_cdk/aws_sagemaker/__init__.py +872 -58
- aws_cdk/aws_secretsmanager/__init__.py +22 -8
- aws_cdk/aws_securityhub/__init__.py +261 -19
- aws_cdk/aws_securitylake/__init__.py +327 -7
- aws_cdk/aws_servicediscovery/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +0 -8
- aws_cdk/aws_ssm/__init__.py +20 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +36 -0
- aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.1.dist-info}/RECORD +62 -62
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.1.dist-info}/top_level.txt +0 -0
|
@@ -790,6 +790,7 @@ class CfnAnalysis(
|
|
|
790
790
|
"filter_groups": "filterGroups",
|
|
791
791
|
"options": "options",
|
|
792
792
|
"parameter_declarations": "parameterDeclarations",
|
|
793
|
+
"query_execution_options": "queryExecutionOptions",
|
|
793
794
|
"sheets": "sheets",
|
|
794
795
|
},
|
|
795
796
|
)
|
|
@@ -804,6 +805,7 @@ class CfnAnalysis(
|
|
|
804
805
|
filter_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.FilterGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
805
806
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.AssetOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
806
807
|
parameter_declarations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ParameterDeclarationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
808
|
+
query_execution_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.QueryExecutionOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
807
809
|
sheets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.SheetDefinitionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
808
810
|
) -> None:
|
|
809
811
|
'''The definition of an analysis.
|
|
@@ -815,6 +817,7 @@ class CfnAnalysis(
|
|
|
815
817
|
:param filter_groups: Filter definitions for an analysis. 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* .
|
|
816
818
|
:param options: An array of option definitions for an analysis.
|
|
817
819
|
:param parameter_declarations: An array of parameter declarations for an analysis. Parameters are named variables that can transfer a value for use by an action or an object. 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* .
|
|
820
|
+
:param query_execution_options:
|
|
818
821
|
:param sheets: An array of sheet definitions for an analysis. Each ``SheetDefinition`` provides detailed information about a sheet within this analysis.
|
|
819
822
|
|
|
820
823
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html
|
|
@@ -833,6 +836,7 @@ class CfnAnalysis(
|
|
|
833
836
|
check_type(argname="argument filter_groups", value=filter_groups, expected_type=type_hints["filter_groups"])
|
|
834
837
|
check_type(argname="argument options", value=options, expected_type=type_hints["options"])
|
|
835
838
|
check_type(argname="argument parameter_declarations", value=parameter_declarations, expected_type=type_hints["parameter_declarations"])
|
|
839
|
+
check_type(argname="argument query_execution_options", value=query_execution_options, expected_type=type_hints["query_execution_options"])
|
|
836
840
|
check_type(argname="argument sheets", value=sheets, expected_type=type_hints["sheets"])
|
|
837
841
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
838
842
|
"data_set_identifier_declarations": data_set_identifier_declarations,
|
|
@@ -849,6 +853,8 @@ class CfnAnalysis(
|
|
|
849
853
|
self._values["options"] = options
|
|
850
854
|
if parameter_declarations is not None:
|
|
851
855
|
self._values["parameter_declarations"] = parameter_declarations
|
|
856
|
+
if query_execution_options is not None:
|
|
857
|
+
self._values["query_execution_options"] = query_execution_options
|
|
852
858
|
if sheets is not None:
|
|
853
859
|
self._values["sheets"] = sheets
|
|
854
860
|
|
|
@@ -939,6 +945,16 @@ class CfnAnalysis(
|
|
|
939
945
|
result = self._values.get("parameter_declarations")
|
|
940
946
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ParameterDeclarationProperty"]]]], result)
|
|
941
947
|
|
|
948
|
+
@builtins.property
|
|
949
|
+
def query_execution_options(
|
|
950
|
+
self,
|
|
951
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.QueryExecutionOptionsProperty"]]:
|
|
952
|
+
'''
|
|
953
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html#cfn-quicksight-analysis-analysisdefinition-queryexecutionoptions
|
|
954
|
+
'''
|
|
955
|
+
result = self._values.get("query_execution_options")
|
|
956
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.QueryExecutionOptionsProperty"]], result)
|
|
957
|
+
|
|
942
958
|
@builtins.property
|
|
943
959
|
def sheets(
|
|
944
960
|
self,
|
|
@@ -8252,7 +8268,7 @@ class CfnAnalysis(
|
|
|
8252
8268
|
:param column: The target column of the tooltip item.
|
|
8253
8269
|
:param aggregation: The aggregation function of the column tooltip item.
|
|
8254
8270
|
:param label: The label of the tooltip item.
|
|
8255
|
-
:param tooltip_target:
|
|
8271
|
+
:param tooltip_target: Determines the target of the column tooltip item in a combo chart visual.
|
|
8256
8272
|
:param visibility: The visibility of the tooltip item.
|
|
8257
8273
|
|
|
8258
8274
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-columntooltipitem.html
|
|
@@ -8343,7 +8359,8 @@ class CfnAnalysis(
|
|
|
8343
8359
|
|
|
8344
8360
|
@builtins.property
|
|
8345
8361
|
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
8346
|
-
'''
|
|
8362
|
+
'''Determines the target of the column tooltip item in a combo chart visual.
|
|
8363
|
+
|
|
8347
8364
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-columntooltipitem.html#cfn-quicksight-analysis-columntooltipitem-tooltiptarget
|
|
8348
8365
|
'''
|
|
8349
8366
|
result = self._values.get("tooltip_target")
|
|
@@ -8490,6 +8507,7 @@ class CfnAnalysis(
|
|
|
8490
8507
|
"reference_lines": "referenceLines",
|
|
8491
8508
|
"secondary_y_axis_display_options": "secondaryYAxisDisplayOptions",
|
|
8492
8509
|
"secondary_y_axis_label_options": "secondaryYAxisLabelOptions",
|
|
8510
|
+
"single_axis_options": "singleAxisOptions",
|
|
8493
8511
|
"sort_configuration": "sortConfiguration",
|
|
8494
8512
|
"tooltip": "tooltip",
|
|
8495
8513
|
"visual_palette": "visualPalette",
|
|
@@ -8512,6 +8530,7 @@ class CfnAnalysis(
|
|
|
8512
8530
|
reference_lines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ReferenceLineProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
8513
8531
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.AxisDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8514
8532
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ChartAxisLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8533
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.SingleAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8515
8534
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.ComboChartSortConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8516
8535
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.TooltipOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8517
8536
|
visual_palette: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.VisualPaletteProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -8531,6 +8550,7 @@ class CfnAnalysis(
|
|
|
8531
8550
|
:param reference_lines: The reference line setup of the visual.
|
|
8532
8551
|
:param secondary_y_axis_display_options: The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
|
|
8533
8552
|
:param secondary_y_axis_label_options: The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
|
|
8553
|
+
:param single_axis_options:
|
|
8534
8554
|
:param sort_configuration: The sort configuration of a ``ComboChartVisual`` .
|
|
8535
8555
|
:param tooltip: The legend display setup of the visual.
|
|
8536
8556
|
:param visual_palette: The palette (chart color) display setup of the visual.
|
|
@@ -8557,6 +8577,7 @@ class CfnAnalysis(
|
|
|
8557
8577
|
check_type(argname="argument reference_lines", value=reference_lines, expected_type=type_hints["reference_lines"])
|
|
8558
8578
|
check_type(argname="argument secondary_y_axis_display_options", value=secondary_y_axis_display_options, expected_type=type_hints["secondary_y_axis_display_options"])
|
|
8559
8579
|
check_type(argname="argument secondary_y_axis_label_options", value=secondary_y_axis_label_options, expected_type=type_hints["secondary_y_axis_label_options"])
|
|
8580
|
+
check_type(argname="argument single_axis_options", value=single_axis_options, expected_type=type_hints["single_axis_options"])
|
|
8560
8581
|
check_type(argname="argument sort_configuration", value=sort_configuration, expected_type=type_hints["sort_configuration"])
|
|
8561
8582
|
check_type(argname="argument tooltip", value=tooltip, expected_type=type_hints["tooltip"])
|
|
8562
8583
|
check_type(argname="argument visual_palette", value=visual_palette, expected_type=type_hints["visual_palette"])
|
|
@@ -8587,6 +8608,8 @@ class CfnAnalysis(
|
|
|
8587
8608
|
self._values["secondary_y_axis_display_options"] = secondary_y_axis_display_options
|
|
8588
8609
|
if secondary_y_axis_label_options is not None:
|
|
8589
8610
|
self._values["secondary_y_axis_label_options"] = secondary_y_axis_label_options
|
|
8611
|
+
if single_axis_options is not None:
|
|
8612
|
+
self._values["single_axis_options"] = single_axis_options
|
|
8590
8613
|
if sort_configuration is not None:
|
|
8591
8614
|
self._values["sort_configuration"] = sort_configuration
|
|
8592
8615
|
if tooltip is not None:
|
|
@@ -8743,6 +8766,16 @@ class CfnAnalysis(
|
|
|
8743
8766
|
result = self._values.get("secondary_y_axis_label_options")
|
|
8744
8767
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ChartAxisLabelOptionsProperty"]], result)
|
|
8745
8768
|
|
|
8769
|
+
@builtins.property
|
|
8770
|
+
def single_axis_options(
|
|
8771
|
+
self,
|
|
8772
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SingleAxisOptionsProperty"]]:
|
|
8773
|
+
'''
|
|
8774
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-singleaxisoptions
|
|
8775
|
+
'''
|
|
8776
|
+
result = self._values.get("single_axis_options")
|
|
8777
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SingleAxisOptionsProperty"]], result)
|
|
8778
|
+
|
|
8746
8779
|
@builtins.property
|
|
8747
8780
|
def sort_configuration(
|
|
8748
8781
|
self,
|
|
@@ -18419,7 +18452,7 @@ class CfnAnalysis(
|
|
|
18419
18452
|
|
|
18420
18453
|
:param field_id: The unique ID of the field that is targeted by the tooltip.
|
|
18421
18454
|
:param label: The label of the tooltip item.
|
|
18422
|
-
:param tooltip_target:
|
|
18455
|
+
:param tooltip_target: Determines the target of the field tooltip item in a combo chart visual.
|
|
18423
18456
|
:param visibility: The visibility of the tooltip item.
|
|
18424
18457
|
|
|
18425
18458
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-fieldtooltipitem.html
|
|
@@ -18477,7 +18510,8 @@ class CfnAnalysis(
|
|
|
18477
18510
|
|
|
18478
18511
|
@builtins.property
|
|
18479
18512
|
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
18480
|
-
'''
|
|
18513
|
+
'''Determines the target of the field tooltip item in a combo chart visual.
|
|
18514
|
+
|
|
18481
18515
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-fieldtooltipitem.html#cfn-quicksight-analysis-fieldtooltipitem-tooltiptarget
|
|
18482
18516
|
'''
|
|
18483
18517
|
result = self._values.get("tooltip_target")
|
|
@@ -47814,6 +47848,61 @@ class CfnAnalysis(
|
|
|
47814
47848
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
47815
47849
|
)
|
|
47816
47850
|
|
|
47851
|
+
@jsii.data_type(
|
|
47852
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.QueryExecutionOptionsProperty",
|
|
47853
|
+
jsii_struct_bases=[],
|
|
47854
|
+
name_mapping={"query_execution_mode": "queryExecutionMode"},
|
|
47855
|
+
)
|
|
47856
|
+
class QueryExecutionOptionsProperty:
|
|
47857
|
+
def __init__(
|
|
47858
|
+
self,
|
|
47859
|
+
*,
|
|
47860
|
+
query_execution_mode: typing.Optional[builtins.str] = None,
|
|
47861
|
+
) -> None:
|
|
47862
|
+
'''A structure that describes the query execution options.
|
|
47863
|
+
|
|
47864
|
+
:param query_execution_mode: A structure that describes the query execution mode.
|
|
47865
|
+
|
|
47866
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-queryexecutionoptions.html
|
|
47867
|
+
:exampleMetadata: fixture=_generated
|
|
47868
|
+
|
|
47869
|
+
Example::
|
|
47870
|
+
|
|
47871
|
+
# The code below shows an example of how to instantiate this type.
|
|
47872
|
+
# The values are placeholders you should change.
|
|
47873
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
47874
|
+
|
|
47875
|
+
query_execution_options_property = quicksight.CfnAnalysis.QueryExecutionOptionsProperty(
|
|
47876
|
+
query_execution_mode="queryExecutionMode"
|
|
47877
|
+
)
|
|
47878
|
+
'''
|
|
47879
|
+
if __debug__:
|
|
47880
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bac61c006e7dbdb453b06f9c020a4819061b226ebea8ce5f23561a22c38a264c)
|
|
47881
|
+
check_type(argname="argument query_execution_mode", value=query_execution_mode, expected_type=type_hints["query_execution_mode"])
|
|
47882
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
47883
|
+
if query_execution_mode is not None:
|
|
47884
|
+
self._values["query_execution_mode"] = query_execution_mode
|
|
47885
|
+
|
|
47886
|
+
@builtins.property
|
|
47887
|
+
def query_execution_mode(self) -> typing.Optional[builtins.str]:
|
|
47888
|
+
'''A structure that describes the query execution mode.
|
|
47889
|
+
|
|
47890
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-queryexecutionoptions.html#cfn-quicksight-analysis-queryexecutionoptions-queryexecutionmode
|
|
47891
|
+
'''
|
|
47892
|
+
result = self._values.get("query_execution_mode")
|
|
47893
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
47894
|
+
|
|
47895
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
47896
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
47897
|
+
|
|
47898
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
47899
|
+
return not (rhs == self)
|
|
47900
|
+
|
|
47901
|
+
def __repr__(self) -> str:
|
|
47902
|
+
return "QueryExecutionOptionsProperty(%s)" % ", ".join(
|
|
47903
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
47904
|
+
)
|
|
47905
|
+
|
|
47817
47906
|
@jsii.data_type(
|
|
47818
47907
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.RadarChartAggregatedFieldWellsProperty",
|
|
47819
47908
|
jsii_struct_bases=[],
|
|
@@ -53967,11 +54056,18 @@ class CfnAnalysis(
|
|
|
53967
54056
|
@jsii.data_type(
|
|
53968
54057
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.SingleAxisOptionsProperty",
|
|
53969
54058
|
jsii_struct_bases=[],
|
|
53970
|
-
name_mapping={},
|
|
54059
|
+
name_mapping={"y_axis_options": "yAxisOptions"},
|
|
53971
54060
|
)
|
|
53972
54061
|
class SingleAxisOptionsProperty:
|
|
53973
|
-
def __init__(
|
|
53974
|
-
|
|
54062
|
+
def __init__(
|
|
54063
|
+
self,
|
|
54064
|
+
*,
|
|
54065
|
+
y_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.YAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
54066
|
+
) -> None:
|
|
54067
|
+
'''The settings of a chart's single axis configuration.
|
|
54068
|
+
|
|
54069
|
+
:param y_axis_options: The Y axis options of a single axis configuration.
|
|
54070
|
+
|
|
53975
54071
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-singleaxisoptions.html
|
|
53976
54072
|
:exampleMetadata: fixture=_generated
|
|
53977
54073
|
|
|
@@ -53981,9 +54077,29 @@ class CfnAnalysis(
|
|
|
53981
54077
|
# The values are placeholders you should change.
|
|
53982
54078
|
from aws_cdk import aws_quicksight as quicksight
|
|
53983
54079
|
|
|
53984
|
-
single_axis_options_property = quicksight.CfnAnalysis.SingleAxisOptionsProperty(
|
|
54080
|
+
single_axis_options_property = quicksight.CfnAnalysis.SingleAxisOptionsProperty(
|
|
54081
|
+
y_axis_options=quicksight.CfnAnalysis.YAxisOptionsProperty(
|
|
54082
|
+
y_axis="yAxis"
|
|
54083
|
+
)
|
|
54084
|
+
)
|
|
53985
54085
|
'''
|
|
54086
|
+
if __debug__:
|
|
54087
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c9fdd0b1d6b7318832067192a0bc7eb7de9a13a326e06c2f6cf85c995160563d)
|
|
54088
|
+
check_type(argname="argument y_axis_options", value=y_axis_options, expected_type=type_hints["y_axis_options"])
|
|
53986
54089
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
54090
|
+
if y_axis_options is not None:
|
|
54091
|
+
self._values["y_axis_options"] = y_axis_options
|
|
54092
|
+
|
|
54093
|
+
@builtins.property
|
|
54094
|
+
def y_axis_options(
|
|
54095
|
+
self,
|
|
54096
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.YAxisOptionsProperty"]]:
|
|
54097
|
+
'''The Y axis options of a single axis configuration.
|
|
54098
|
+
|
|
54099
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-singleaxisoptions.html#cfn-quicksight-analysis-singleaxisoptions-yaxisoptions
|
|
54100
|
+
'''
|
|
54101
|
+
result = self._values.get("y_axis_options")
|
|
54102
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.YAxisOptionsProperty"]], result)
|
|
53987
54103
|
|
|
53988
54104
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
53989
54105
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -67348,6 +67464,60 @@ class CfnAnalysis(
|
|
|
67348
67464
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
67349
67465
|
)
|
|
67350
67466
|
|
|
67467
|
+
@jsii.data_type(
|
|
67468
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.YAxisOptionsProperty",
|
|
67469
|
+
jsii_struct_bases=[],
|
|
67470
|
+
name_mapping={"y_axis": "yAxis"},
|
|
67471
|
+
)
|
|
67472
|
+
class YAxisOptionsProperty:
|
|
67473
|
+
def __init__(self, *, y_axis: builtins.str) -> None:
|
|
67474
|
+
'''The options that are available for a single Y axis in a chart.
|
|
67475
|
+
|
|
67476
|
+
:param y_axis: The Y axis type to be used in the chart. If you choose ``PRIMARY_Y_AXIS`` , the primary Y Axis is located on the leftmost vertical axis of the chart.
|
|
67477
|
+
|
|
67478
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-yaxisoptions.html
|
|
67479
|
+
:exampleMetadata: fixture=_generated
|
|
67480
|
+
|
|
67481
|
+
Example::
|
|
67482
|
+
|
|
67483
|
+
# The code below shows an example of how to instantiate this type.
|
|
67484
|
+
# The values are placeholders you should change.
|
|
67485
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
67486
|
+
|
|
67487
|
+
y_axis_options_property = quicksight.CfnAnalysis.YAxisOptionsProperty(
|
|
67488
|
+
y_axis="yAxis"
|
|
67489
|
+
)
|
|
67490
|
+
'''
|
|
67491
|
+
if __debug__:
|
|
67492
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bdbb37427d80772b4d29af448dc7056bb3387422ab6c1d923eeed2608cd98920)
|
|
67493
|
+
check_type(argname="argument y_axis", value=y_axis, expected_type=type_hints["y_axis"])
|
|
67494
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
67495
|
+
"y_axis": y_axis,
|
|
67496
|
+
}
|
|
67497
|
+
|
|
67498
|
+
@builtins.property
|
|
67499
|
+
def y_axis(self) -> builtins.str:
|
|
67500
|
+
'''The Y axis type to be used in the chart.
|
|
67501
|
+
|
|
67502
|
+
If you choose ``PRIMARY_Y_AXIS`` , the primary Y Axis is located on the leftmost vertical axis of the chart.
|
|
67503
|
+
|
|
67504
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-yaxisoptions.html#cfn-quicksight-analysis-yaxisoptions-yaxis
|
|
67505
|
+
'''
|
|
67506
|
+
result = self._values.get("y_axis")
|
|
67507
|
+
assert result is not None, "Required property 'y_axis' is missing"
|
|
67508
|
+
return typing.cast(builtins.str, result)
|
|
67509
|
+
|
|
67510
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
67511
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
67512
|
+
|
|
67513
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
67514
|
+
return not (rhs == self)
|
|
67515
|
+
|
|
67516
|
+
def __repr__(self) -> str:
|
|
67517
|
+
return "YAxisOptionsProperty(%s)" % ", ".join(
|
|
67518
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
67519
|
+
)
|
|
67520
|
+
|
|
67351
67521
|
|
|
67352
67522
|
@jsii.data_type(
|
|
67353
67523
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysisProps",
|
|
@@ -75525,7 +75695,7 @@ class CfnDashboard(
|
|
|
75525
75695
|
:param column: The target column of the tooltip item.
|
|
75526
75696
|
:param aggregation: The aggregation function of the column tooltip item.
|
|
75527
75697
|
:param label: The label of the tooltip item.
|
|
75528
|
-
:param tooltip_target:
|
|
75698
|
+
:param tooltip_target: Determines the target of the column tooltip item in a combo chart visual.
|
|
75529
75699
|
:param visibility: The visibility of the tooltip item.
|
|
75530
75700
|
|
|
75531
75701
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-columntooltipitem.html
|
|
@@ -75616,7 +75786,8 @@ class CfnDashboard(
|
|
|
75616
75786
|
|
|
75617
75787
|
@builtins.property
|
|
75618
75788
|
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
75619
|
-
'''
|
|
75789
|
+
'''Determines the target of the column tooltip item in a combo chart visual.
|
|
75790
|
+
|
|
75620
75791
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-columntooltipitem.html#cfn-quicksight-dashboard-columntooltipitem-tooltiptarget
|
|
75621
75792
|
'''
|
|
75622
75793
|
result = self._values.get("tooltip_target")
|
|
@@ -75763,6 +75934,7 @@ class CfnDashboard(
|
|
|
75763
75934
|
"reference_lines": "referenceLines",
|
|
75764
75935
|
"secondary_y_axis_display_options": "secondaryYAxisDisplayOptions",
|
|
75765
75936
|
"secondary_y_axis_label_options": "secondaryYAxisLabelOptions",
|
|
75937
|
+
"single_axis_options": "singleAxisOptions",
|
|
75766
75938
|
"sort_configuration": "sortConfiguration",
|
|
75767
75939
|
"tooltip": "tooltip",
|
|
75768
75940
|
"visual_palette": "visualPalette",
|
|
@@ -75785,6 +75957,7 @@ class CfnDashboard(
|
|
|
75785
75957
|
reference_lines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ReferenceLineProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
75786
75958
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.AxisDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
75787
75959
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ChartAxisLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
75960
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SingleAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
75788
75961
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ComboChartSortConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
75789
75962
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.TooltipOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
75790
75963
|
visual_palette: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.VisualPaletteProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -75804,6 +75977,7 @@ class CfnDashboard(
|
|
|
75804
75977
|
:param reference_lines: The reference line setup of the visual.
|
|
75805
75978
|
:param secondary_y_axis_display_options: The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
|
|
75806
75979
|
:param secondary_y_axis_label_options: The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
|
|
75980
|
+
:param single_axis_options:
|
|
75807
75981
|
:param sort_configuration: The sort configuration of a ``ComboChartVisual`` .
|
|
75808
75982
|
:param tooltip: The legend display setup of the visual.
|
|
75809
75983
|
:param visual_palette: The palette (chart color) display setup of the visual.
|
|
@@ -75830,6 +76004,7 @@ class CfnDashboard(
|
|
|
75830
76004
|
check_type(argname="argument reference_lines", value=reference_lines, expected_type=type_hints["reference_lines"])
|
|
75831
76005
|
check_type(argname="argument secondary_y_axis_display_options", value=secondary_y_axis_display_options, expected_type=type_hints["secondary_y_axis_display_options"])
|
|
75832
76006
|
check_type(argname="argument secondary_y_axis_label_options", value=secondary_y_axis_label_options, expected_type=type_hints["secondary_y_axis_label_options"])
|
|
76007
|
+
check_type(argname="argument single_axis_options", value=single_axis_options, expected_type=type_hints["single_axis_options"])
|
|
75833
76008
|
check_type(argname="argument sort_configuration", value=sort_configuration, expected_type=type_hints["sort_configuration"])
|
|
75834
76009
|
check_type(argname="argument tooltip", value=tooltip, expected_type=type_hints["tooltip"])
|
|
75835
76010
|
check_type(argname="argument visual_palette", value=visual_palette, expected_type=type_hints["visual_palette"])
|
|
@@ -75860,6 +76035,8 @@ class CfnDashboard(
|
|
|
75860
76035
|
self._values["secondary_y_axis_display_options"] = secondary_y_axis_display_options
|
|
75861
76036
|
if secondary_y_axis_label_options is not None:
|
|
75862
76037
|
self._values["secondary_y_axis_label_options"] = secondary_y_axis_label_options
|
|
76038
|
+
if single_axis_options is not None:
|
|
76039
|
+
self._values["single_axis_options"] = single_axis_options
|
|
75863
76040
|
if sort_configuration is not None:
|
|
75864
76041
|
self._values["sort_configuration"] = sort_configuration
|
|
75865
76042
|
if tooltip is not None:
|
|
@@ -76016,6 +76193,16 @@ class CfnDashboard(
|
|
|
76016
76193
|
result = self._values.get("secondary_y_axis_label_options")
|
|
76017
76194
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ChartAxisLabelOptionsProperty"]], result)
|
|
76018
76195
|
|
|
76196
|
+
@builtins.property
|
|
76197
|
+
def single_axis_options(
|
|
76198
|
+
self,
|
|
76199
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.SingleAxisOptionsProperty"]]:
|
|
76200
|
+
'''
|
|
76201
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-combochartconfiguration.html#cfn-quicksight-dashboard-combochartconfiguration-singleaxisoptions
|
|
76202
|
+
'''
|
|
76203
|
+
result = self._values.get("single_axis_options")
|
|
76204
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.SingleAxisOptionsProperty"]], result)
|
|
76205
|
+
|
|
76019
76206
|
@builtins.property
|
|
76020
76207
|
def sort_configuration(
|
|
76021
76208
|
self,
|
|
@@ -86972,7 +87159,7 @@ class CfnDashboard(
|
|
|
86972
87159
|
|
|
86973
87160
|
:param field_id: The unique ID of the field that is targeted by the tooltip.
|
|
86974
87161
|
:param label: The label of the tooltip item.
|
|
86975
|
-
:param tooltip_target:
|
|
87162
|
+
:param tooltip_target: Determines the target of the field tooltip item in a combo chart visual.
|
|
86976
87163
|
:param visibility: The visibility of the tooltip item.
|
|
86977
87164
|
|
|
86978
87165
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fieldtooltipitem.html
|
|
@@ -87030,7 +87217,8 @@ class CfnDashboard(
|
|
|
87030
87217
|
|
|
87031
87218
|
@builtins.property
|
|
87032
87219
|
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
87033
|
-
'''
|
|
87220
|
+
'''Determines the target of the field tooltip item in a combo chart visual.
|
|
87221
|
+
|
|
87034
87222
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fieldtooltipitem.html#cfn-quicksight-dashboard-fieldtooltipitem-tooltiptarget
|
|
87035
87223
|
'''
|
|
87036
87224
|
result = self._values.get("tooltip_target")
|
|
@@ -122693,11 +122881,18 @@ class CfnDashboard(
|
|
|
122693
122881
|
@jsii.data_type(
|
|
122694
122882
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.SingleAxisOptionsProperty",
|
|
122695
122883
|
jsii_struct_bases=[],
|
|
122696
|
-
name_mapping={},
|
|
122884
|
+
name_mapping={"y_axis_options": "yAxisOptions"},
|
|
122697
122885
|
)
|
|
122698
122886
|
class SingleAxisOptionsProperty:
|
|
122699
|
-
def __init__(
|
|
122700
|
-
|
|
122887
|
+
def __init__(
|
|
122888
|
+
self,
|
|
122889
|
+
*,
|
|
122890
|
+
y_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.YAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
122891
|
+
) -> None:
|
|
122892
|
+
'''The settings of a chart's single axis configuration.
|
|
122893
|
+
|
|
122894
|
+
:param y_axis_options: The Y axis options of a single axis configuration.
|
|
122895
|
+
|
|
122701
122896
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-singleaxisoptions.html
|
|
122702
122897
|
:exampleMetadata: fixture=_generated
|
|
122703
122898
|
|
|
@@ -122707,9 +122902,29 @@ class CfnDashboard(
|
|
|
122707
122902
|
# The values are placeholders you should change.
|
|
122708
122903
|
from aws_cdk import aws_quicksight as quicksight
|
|
122709
122904
|
|
|
122710
|
-
single_axis_options_property = quicksight.CfnDashboard.SingleAxisOptionsProperty(
|
|
122905
|
+
single_axis_options_property = quicksight.CfnDashboard.SingleAxisOptionsProperty(
|
|
122906
|
+
y_axis_options=quicksight.CfnDashboard.YAxisOptionsProperty(
|
|
122907
|
+
y_axis="yAxis"
|
|
122908
|
+
)
|
|
122909
|
+
)
|
|
122711
122910
|
'''
|
|
122911
|
+
if __debug__:
|
|
122912
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3ae9745fa1bb577c733606faf154263ca2df959321431a407fb169c3b686231f)
|
|
122913
|
+
check_type(argname="argument y_axis_options", value=y_axis_options, expected_type=type_hints["y_axis_options"])
|
|
122712
122914
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
122915
|
+
if y_axis_options is not None:
|
|
122916
|
+
self._values["y_axis_options"] = y_axis_options
|
|
122917
|
+
|
|
122918
|
+
@builtins.property
|
|
122919
|
+
def y_axis_options(
|
|
122920
|
+
self,
|
|
122921
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.YAxisOptionsProperty"]]:
|
|
122922
|
+
'''The Y axis options of a single axis configuration.
|
|
122923
|
+
|
|
122924
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-singleaxisoptions.html#cfn-quicksight-dashboard-singleaxisoptions-yaxisoptions
|
|
122925
|
+
'''
|
|
122926
|
+
result = self._values.get("y_axis_options")
|
|
122927
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.YAxisOptionsProperty"]], result)
|
|
122713
122928
|
|
|
122714
122929
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
122715
122930
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -136184,6 +136399,60 @@ class CfnDashboard(
|
|
|
136184
136399
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
136185
136400
|
)
|
|
136186
136401
|
|
|
136402
|
+
@jsii.data_type(
|
|
136403
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.YAxisOptionsProperty",
|
|
136404
|
+
jsii_struct_bases=[],
|
|
136405
|
+
name_mapping={"y_axis": "yAxis"},
|
|
136406
|
+
)
|
|
136407
|
+
class YAxisOptionsProperty:
|
|
136408
|
+
def __init__(self, *, y_axis: builtins.str) -> None:
|
|
136409
|
+
'''The options that are available for a single Y axis in a chart.
|
|
136410
|
+
|
|
136411
|
+
:param y_axis: The Y axis type to be used in the chart. If you choose ``PRIMARY_Y_AXIS`` , the primary Y Axis is located on the leftmost vertical axis of the chart.
|
|
136412
|
+
|
|
136413
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-yaxisoptions.html
|
|
136414
|
+
:exampleMetadata: fixture=_generated
|
|
136415
|
+
|
|
136416
|
+
Example::
|
|
136417
|
+
|
|
136418
|
+
# The code below shows an example of how to instantiate this type.
|
|
136419
|
+
# The values are placeholders you should change.
|
|
136420
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
136421
|
+
|
|
136422
|
+
y_axis_options_property = quicksight.CfnDashboard.YAxisOptionsProperty(
|
|
136423
|
+
y_axis="yAxis"
|
|
136424
|
+
)
|
|
136425
|
+
'''
|
|
136426
|
+
if __debug__:
|
|
136427
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be31317155a33b495e9b1eb2deea836c29db514c0199baa492d7108baff89ac7)
|
|
136428
|
+
check_type(argname="argument y_axis", value=y_axis, expected_type=type_hints["y_axis"])
|
|
136429
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
136430
|
+
"y_axis": y_axis,
|
|
136431
|
+
}
|
|
136432
|
+
|
|
136433
|
+
@builtins.property
|
|
136434
|
+
def y_axis(self) -> builtins.str:
|
|
136435
|
+
'''The Y axis type to be used in the chart.
|
|
136436
|
+
|
|
136437
|
+
If you choose ``PRIMARY_Y_AXIS`` , the primary Y Axis is located on the leftmost vertical axis of the chart.
|
|
136438
|
+
|
|
136439
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-yaxisoptions.html#cfn-quicksight-dashboard-yaxisoptions-yaxis
|
|
136440
|
+
'''
|
|
136441
|
+
result = self._values.get("y_axis")
|
|
136442
|
+
assert result is not None, "Required property 'y_axis' is missing"
|
|
136443
|
+
return typing.cast(builtins.str, result)
|
|
136444
|
+
|
|
136445
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
136446
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
136447
|
+
|
|
136448
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
136449
|
+
return not (rhs == self)
|
|
136450
|
+
|
|
136451
|
+
def __repr__(self) -> str:
|
|
136452
|
+
return "YAxisOptionsProperty(%s)" % ", ".join(
|
|
136453
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
136454
|
+
)
|
|
136455
|
+
|
|
136187
136456
|
|
|
136188
136457
|
@jsii.data_type(
|
|
136189
136458
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboardProps",
|
|
@@ -136566,6 +136835,7 @@ class CfnDataSet(
|
|
|
136566
136835
|
description="description"
|
|
136567
136836
|
)
|
|
136568
136837
|
},
|
|
136838
|
+
folder_arns=["folderArns"],
|
|
136569
136839
|
import_mode="importMode",
|
|
136570
136840
|
ingestion_wait_policy=quicksight.CfnDataSet.IngestionWaitPolicyProperty(
|
|
136571
136841
|
ingestion_wait_time_in_hours=123,
|
|
@@ -136574,24 +136844,6 @@ class CfnDataSet(
|
|
|
136574
136844
|
logical_table_map={
|
|
136575
136845
|
"logical_table_map_key": quicksight.CfnDataSet.LogicalTableProperty(
|
|
136576
136846
|
alias="alias",
|
|
136577
|
-
source=quicksight.CfnDataSet.LogicalTableSourceProperty(
|
|
136578
|
-
data_set_arn="dataSetArn",
|
|
136579
|
-
join_instruction=quicksight.CfnDataSet.JoinInstructionProperty(
|
|
136580
|
-
left_operand="leftOperand",
|
|
136581
|
-
on_clause="onClause",
|
|
136582
|
-
right_operand="rightOperand",
|
|
136583
|
-
type="type",
|
|
136584
|
-
|
|
136585
|
-
# the properties below are optional
|
|
136586
|
-
left_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
136587
|
-
unique_key=False
|
|
136588
|
-
),
|
|
136589
|
-
right_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
136590
|
-
unique_key=False
|
|
136591
|
-
)
|
|
136592
|
-
),
|
|
136593
|
-
physical_table_id="physicalTableId"
|
|
136594
|
-
),
|
|
136595
136847
|
|
|
136596
136848
|
# the properties below are optional
|
|
136597
136849
|
data_transforms=[quicksight.CfnDataSet.TransformOperationProperty(
|
|
@@ -136645,7 +136897,25 @@ class CfnDataSet(
|
|
|
136645
136897
|
column_name="columnName",
|
|
136646
136898
|
tag_names=["tagNames"]
|
|
136647
136899
|
)
|
|
136648
|
-
)]
|
|
136900
|
+
)],
|
|
136901
|
+
source=quicksight.CfnDataSet.LogicalTableSourceProperty(
|
|
136902
|
+
data_set_arn="dataSetArn",
|
|
136903
|
+
join_instruction=quicksight.CfnDataSet.JoinInstructionProperty(
|
|
136904
|
+
left_operand="leftOperand",
|
|
136905
|
+
on_clause="onClause",
|
|
136906
|
+
right_operand="rightOperand",
|
|
136907
|
+
type="type",
|
|
136908
|
+
|
|
136909
|
+
# the properties below are optional
|
|
136910
|
+
left_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
136911
|
+
unique_key=False
|
|
136912
|
+
),
|
|
136913
|
+
right_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
136914
|
+
unique_key=False
|
|
136915
|
+
)
|
|
136916
|
+
),
|
|
136917
|
+
physical_table_id="physicalTableId"
|
|
136918
|
+
)
|
|
136649
136919
|
)
|
|
136650
136920
|
},
|
|
136651
136921
|
name="name",
|
|
@@ -136746,6 +137016,7 @@ class CfnDataSet(
|
|
|
136746
137016
|
data_set_refresh_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.DataSetRefreshPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
136747
137017
|
data_set_usage_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.DataSetUsageConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
136748
137018
|
field_folders: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.FieldFolderProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
137019
|
+
folder_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
136749
137020
|
import_mode: typing.Optional[builtins.str] = None,
|
|
136750
137021
|
ingestion_wait_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.IngestionWaitPolicyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
136751
137022
|
logical_table_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.LogicalTableProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -136767,6 +137038,7 @@ class CfnDataSet(
|
|
|
136767
137038
|
:param data_set_refresh_properties: The refresh properties of a dataset.
|
|
136768
137039
|
:param data_set_usage_configuration: The usage configuration to apply to child datasets that reference this dataset as a source.
|
|
136769
137040
|
:param field_folders: The folder that contains fields and nested subfolders for your dataset.
|
|
137041
|
+
:param folder_arns:
|
|
136770
137042
|
:param import_mode: Indicates whether you want to import the data into SPICE.
|
|
136771
137043
|
:param ingestion_wait_policy: The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
|
|
136772
137044
|
:param logical_table_map: Configures the combination and transformation of the data from the physical tables.
|
|
@@ -136790,6 +137062,7 @@ class CfnDataSet(
|
|
|
136790
137062
|
data_set_refresh_properties=data_set_refresh_properties,
|
|
136791
137063
|
data_set_usage_configuration=data_set_usage_configuration,
|
|
136792
137064
|
field_folders=field_folders,
|
|
137065
|
+
folder_arns=folder_arns,
|
|
136793
137066
|
import_mode=import_mode,
|
|
136794
137067
|
ingestion_wait_policy=ingestion_wait_policy,
|
|
136795
137068
|
logical_table_map=logical_table_map,
|
|
@@ -137027,6 +137300,18 @@ class CfnDataSet(
|
|
|
137027
137300
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
137028
137301
|
jsii.set(self, "fieldFolders", value) # pyright: ignore[reportArgumentType]
|
|
137029
137302
|
|
|
137303
|
+
@builtins.property
|
|
137304
|
+
@jsii.member(jsii_name="folderArns")
|
|
137305
|
+
def folder_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
137306
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "folderArns"))
|
|
137307
|
+
|
|
137308
|
+
@folder_arns.setter
|
|
137309
|
+
def folder_arns(self, value: typing.Optional[typing.List[builtins.str]]) -> None:
|
|
137310
|
+
if __debug__:
|
|
137311
|
+
type_hints = typing.get_type_hints(_typecheckingstub__90d30b04706db393e2366c30b4e4946a427d4e4dae7c177945e290682963d4b2)
|
|
137312
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
137313
|
+
jsii.set(self, "folderArns", value) # pyright: ignore[reportArgumentType]
|
|
137314
|
+
|
|
137030
137315
|
@builtins.property
|
|
137031
137316
|
@jsii.member(jsii_name="importMode")
|
|
137032
137317
|
def import_mode(self) -> typing.Optional[builtins.str]:
|
|
@@ -139321,8 +139606,8 @@ class CfnDataSet(
|
|
|
139321
139606
|
jsii_struct_bases=[],
|
|
139322
139607
|
name_mapping={
|
|
139323
139608
|
"alias": "alias",
|
|
139324
|
-
"source": "source",
|
|
139325
139609
|
"data_transforms": "dataTransforms",
|
|
139610
|
+
"source": "source",
|
|
139326
139611
|
},
|
|
139327
139612
|
)
|
|
139328
139613
|
class LogicalTableProperty:
|
|
@@ -139330,16 +139615,16 @@ class CfnDataSet(
|
|
|
139330
139615
|
self,
|
|
139331
139616
|
*,
|
|
139332
139617
|
alias: builtins.str,
|
|
139333
|
-
source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.LogicalTableSourceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
139334
139618
|
data_transforms: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.TransformOperationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
139619
|
+
source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.LogicalTableSourceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
139335
139620
|
) -> None:
|
|
139336
139621
|
'''A *logical table* is a unit that joins and that data transformations operate on.
|
|
139337
139622
|
|
|
139338
139623
|
A logical table has a source, which can be either a physical table or result of a join. When a logical table points to a physical table, the logical table acts as a mutable copy of that physical table through transform operations.
|
|
139339
139624
|
|
|
139340
139625
|
:param alias: A display name for the logical table.
|
|
139341
|
-
:param source: Source of this logical table.
|
|
139342
139626
|
:param data_transforms: Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
|
|
139627
|
+
:param source: Source of this logical table.
|
|
139343
139628
|
|
|
139344
139629
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-logicaltable.html
|
|
139345
139630
|
:exampleMetadata: fixture=_generated
|
|
@@ -139352,24 +139637,6 @@ class CfnDataSet(
|
|
|
139352
139637
|
|
|
139353
139638
|
logical_table_property = quicksight.CfnDataSet.LogicalTableProperty(
|
|
139354
139639
|
alias="alias",
|
|
139355
|
-
source=quicksight.CfnDataSet.LogicalTableSourceProperty(
|
|
139356
|
-
data_set_arn="dataSetArn",
|
|
139357
|
-
join_instruction=quicksight.CfnDataSet.JoinInstructionProperty(
|
|
139358
|
-
left_operand="leftOperand",
|
|
139359
|
-
on_clause="onClause",
|
|
139360
|
-
right_operand="rightOperand",
|
|
139361
|
-
type="type",
|
|
139362
|
-
|
|
139363
|
-
# the properties below are optional
|
|
139364
|
-
left_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
139365
|
-
unique_key=False
|
|
139366
|
-
),
|
|
139367
|
-
right_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
139368
|
-
unique_key=False
|
|
139369
|
-
)
|
|
139370
|
-
),
|
|
139371
|
-
physical_table_id="physicalTableId"
|
|
139372
|
-
),
|
|
139373
139640
|
|
|
139374
139641
|
# the properties below are optional
|
|
139375
139642
|
data_transforms=[quicksight.CfnDataSet.TransformOperationProperty(
|
|
@@ -139423,20 +139690,39 @@ class CfnDataSet(
|
|
|
139423
139690
|
column_name="columnName",
|
|
139424
139691
|
tag_names=["tagNames"]
|
|
139425
139692
|
)
|
|
139426
|
-
)]
|
|
139693
|
+
)],
|
|
139694
|
+
source=quicksight.CfnDataSet.LogicalTableSourceProperty(
|
|
139695
|
+
data_set_arn="dataSetArn",
|
|
139696
|
+
join_instruction=quicksight.CfnDataSet.JoinInstructionProperty(
|
|
139697
|
+
left_operand="leftOperand",
|
|
139698
|
+
on_clause="onClause",
|
|
139699
|
+
right_operand="rightOperand",
|
|
139700
|
+
type="type",
|
|
139701
|
+
|
|
139702
|
+
# the properties below are optional
|
|
139703
|
+
left_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
139704
|
+
unique_key=False
|
|
139705
|
+
),
|
|
139706
|
+
right_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
139707
|
+
unique_key=False
|
|
139708
|
+
)
|
|
139709
|
+
),
|
|
139710
|
+
physical_table_id="physicalTableId"
|
|
139711
|
+
)
|
|
139427
139712
|
)
|
|
139428
139713
|
'''
|
|
139429
139714
|
if __debug__:
|
|
139430
139715
|
type_hints = typing.get_type_hints(_typecheckingstub__38cd7d58d2457b1fb9072a61390c2dda39d5c68c12a8d0ccf51486b4c76134b9)
|
|
139431
139716
|
check_type(argname="argument alias", value=alias, expected_type=type_hints["alias"])
|
|
139432
|
-
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
|
139433
139717
|
check_type(argname="argument data_transforms", value=data_transforms, expected_type=type_hints["data_transforms"])
|
|
139718
|
+
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
|
139434
139719
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
139435
139720
|
"alias": alias,
|
|
139436
|
-
"source": source,
|
|
139437
139721
|
}
|
|
139438
139722
|
if data_transforms is not None:
|
|
139439
139723
|
self._values["data_transforms"] = data_transforms
|
|
139724
|
+
if source is not None:
|
|
139725
|
+
self._values["source"] = source
|
|
139440
139726
|
|
|
139441
139727
|
@builtins.property
|
|
139442
139728
|
def alias(self) -> builtins.str:
|
|
@@ -139448,18 +139734,6 @@ class CfnDataSet(
|
|
|
139448
139734
|
assert result is not None, "Required property 'alias' is missing"
|
|
139449
139735
|
return typing.cast(builtins.str, result)
|
|
139450
139736
|
|
|
139451
|
-
@builtins.property
|
|
139452
|
-
def source(
|
|
139453
|
-
self,
|
|
139454
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnDataSet.LogicalTableSourceProperty"]:
|
|
139455
|
-
'''Source of this logical table.
|
|
139456
|
-
|
|
139457
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-logicaltable.html#cfn-quicksight-dataset-logicaltable-source
|
|
139458
|
-
'''
|
|
139459
|
-
result = self._values.get("source")
|
|
139460
|
-
assert result is not None, "Required property 'source' is missing"
|
|
139461
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataSet.LogicalTableSourceProperty"], result)
|
|
139462
|
-
|
|
139463
139737
|
@builtins.property
|
|
139464
139738
|
def data_transforms(
|
|
139465
139739
|
self,
|
|
@@ -139473,6 +139747,17 @@ class CfnDataSet(
|
|
|
139473
139747
|
result = self._values.get("data_transforms")
|
|
139474
139748
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.TransformOperationProperty"]]]], result)
|
|
139475
139749
|
|
|
139750
|
+
@builtins.property
|
|
139751
|
+
def source(
|
|
139752
|
+
self,
|
|
139753
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.LogicalTableSourceProperty"]]:
|
|
139754
|
+
'''Source of this logical table.
|
|
139755
|
+
|
|
139756
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-logicaltable.html#cfn-quicksight-dataset-logicaltable-source
|
|
139757
|
+
'''
|
|
139758
|
+
result = self._values.get("source")
|
|
139759
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSet.LogicalTableSourceProperty"]], result)
|
|
139760
|
+
|
|
139476
139761
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
139477
139762
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
139478
139763
|
|
|
@@ -141691,6 +141976,7 @@ class CfnDataSet(
|
|
|
141691
141976
|
"data_set_refresh_properties": "dataSetRefreshProperties",
|
|
141692
141977
|
"data_set_usage_configuration": "dataSetUsageConfiguration",
|
|
141693
141978
|
"field_folders": "fieldFolders",
|
|
141979
|
+
"folder_arns": "folderArns",
|
|
141694
141980
|
"import_mode": "importMode",
|
|
141695
141981
|
"ingestion_wait_policy": "ingestionWaitPolicy",
|
|
141696
141982
|
"logical_table_map": "logicalTableMap",
|
|
@@ -141714,6 +142000,7 @@ class CfnDataSetProps:
|
|
|
141714
142000
|
data_set_refresh_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.DataSetRefreshPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
141715
142001
|
data_set_usage_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.DataSetUsageConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
141716
142002
|
field_folders: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.FieldFolderProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
142003
|
+
folder_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
141717
142004
|
import_mode: typing.Optional[builtins.str] = None,
|
|
141718
142005
|
ingestion_wait_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.IngestionWaitPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
141719
142006
|
logical_table_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.LogicalTableProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -141734,6 +142021,7 @@ class CfnDataSetProps:
|
|
|
141734
142021
|
:param data_set_refresh_properties: The refresh properties of a dataset.
|
|
141735
142022
|
:param data_set_usage_configuration: The usage configuration to apply to child datasets that reference this dataset as a source.
|
|
141736
142023
|
:param field_folders: The folder that contains fields and nested subfolders for your dataset.
|
|
142024
|
+
:param folder_arns:
|
|
141737
142025
|
:param import_mode: Indicates whether you want to import the data into SPICE.
|
|
141738
142026
|
:param ingestion_wait_policy: The wait policy to use when creating or updating a Dataset. The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
|
|
141739
142027
|
:param logical_table_map: Configures the combination and transformation of the data from the physical tables.
|
|
@@ -141835,6 +142123,7 @@ class CfnDataSetProps:
|
|
|
141835
142123
|
description="description"
|
|
141836
142124
|
)
|
|
141837
142125
|
},
|
|
142126
|
+
folder_arns=["folderArns"],
|
|
141838
142127
|
import_mode="importMode",
|
|
141839
142128
|
ingestion_wait_policy=quicksight.CfnDataSet.IngestionWaitPolicyProperty(
|
|
141840
142129
|
ingestion_wait_time_in_hours=123,
|
|
@@ -141843,24 +142132,6 @@ class CfnDataSetProps:
|
|
|
141843
142132
|
logical_table_map={
|
|
141844
142133
|
"logical_table_map_key": quicksight.CfnDataSet.LogicalTableProperty(
|
|
141845
142134
|
alias="alias",
|
|
141846
|
-
source=quicksight.CfnDataSet.LogicalTableSourceProperty(
|
|
141847
|
-
data_set_arn="dataSetArn",
|
|
141848
|
-
join_instruction=quicksight.CfnDataSet.JoinInstructionProperty(
|
|
141849
|
-
left_operand="leftOperand",
|
|
141850
|
-
on_clause="onClause",
|
|
141851
|
-
right_operand="rightOperand",
|
|
141852
|
-
type="type",
|
|
141853
|
-
|
|
141854
|
-
# the properties below are optional
|
|
141855
|
-
left_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
141856
|
-
unique_key=False
|
|
141857
|
-
),
|
|
141858
|
-
right_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
141859
|
-
unique_key=False
|
|
141860
|
-
)
|
|
141861
|
-
),
|
|
141862
|
-
physical_table_id="physicalTableId"
|
|
141863
|
-
),
|
|
141864
142135
|
|
|
141865
142136
|
# the properties below are optional
|
|
141866
142137
|
data_transforms=[quicksight.CfnDataSet.TransformOperationProperty(
|
|
@@ -141914,7 +142185,25 @@ class CfnDataSetProps:
|
|
|
141914
142185
|
column_name="columnName",
|
|
141915
142186
|
tag_names=["tagNames"]
|
|
141916
142187
|
)
|
|
141917
|
-
)]
|
|
142188
|
+
)],
|
|
142189
|
+
source=quicksight.CfnDataSet.LogicalTableSourceProperty(
|
|
142190
|
+
data_set_arn="dataSetArn",
|
|
142191
|
+
join_instruction=quicksight.CfnDataSet.JoinInstructionProperty(
|
|
142192
|
+
left_operand="leftOperand",
|
|
142193
|
+
on_clause="onClause",
|
|
142194
|
+
right_operand="rightOperand",
|
|
142195
|
+
type="type",
|
|
142196
|
+
|
|
142197
|
+
# the properties below are optional
|
|
142198
|
+
left_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
142199
|
+
unique_key=False
|
|
142200
|
+
),
|
|
142201
|
+
right_join_key_properties=quicksight.CfnDataSet.JoinKeyPropertiesProperty(
|
|
142202
|
+
unique_key=False
|
|
142203
|
+
)
|
|
142204
|
+
),
|
|
142205
|
+
physical_table_id="physicalTableId"
|
|
142206
|
+
)
|
|
141918
142207
|
)
|
|
141919
142208
|
},
|
|
141920
142209
|
name="name",
|
|
@@ -142011,6 +142300,7 @@ class CfnDataSetProps:
|
|
|
142011
142300
|
check_type(argname="argument data_set_refresh_properties", value=data_set_refresh_properties, expected_type=type_hints["data_set_refresh_properties"])
|
|
142012
142301
|
check_type(argname="argument data_set_usage_configuration", value=data_set_usage_configuration, expected_type=type_hints["data_set_usage_configuration"])
|
|
142013
142302
|
check_type(argname="argument field_folders", value=field_folders, expected_type=type_hints["field_folders"])
|
|
142303
|
+
check_type(argname="argument folder_arns", value=folder_arns, expected_type=type_hints["folder_arns"])
|
|
142014
142304
|
check_type(argname="argument import_mode", value=import_mode, expected_type=type_hints["import_mode"])
|
|
142015
142305
|
check_type(argname="argument ingestion_wait_policy", value=ingestion_wait_policy, expected_type=type_hints["ingestion_wait_policy"])
|
|
142016
142306
|
check_type(argname="argument logical_table_map", value=logical_table_map, expected_type=type_hints["logical_table_map"])
|
|
@@ -142037,6 +142327,8 @@ class CfnDataSetProps:
|
|
|
142037
142327
|
self._values["data_set_usage_configuration"] = data_set_usage_configuration
|
|
142038
142328
|
if field_folders is not None:
|
|
142039
142329
|
self._values["field_folders"] = field_folders
|
|
142330
|
+
if folder_arns is not None:
|
|
142331
|
+
self._values["folder_arns"] = folder_arns
|
|
142040
142332
|
if import_mode is not None:
|
|
142041
142333
|
self._values["import_mode"] = import_mode
|
|
142042
142334
|
if ingestion_wait_policy is not None:
|
|
@@ -142144,6 +142436,14 @@ class CfnDataSetProps:
|
|
|
142144
142436
|
result = self._values.get("field_folders")
|
|
142145
142437
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnDataSet.FieldFolderProperty]]]], result)
|
|
142146
142438
|
|
|
142439
|
+
@builtins.property
|
|
142440
|
+
def folder_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
142441
|
+
'''
|
|
142442
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html#cfn-quicksight-dataset-folderarns
|
|
142443
|
+
'''
|
|
142444
|
+
result = self._values.get("folder_arns")
|
|
142445
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
142446
|
+
|
|
142147
142447
|
@builtins.property
|
|
142148
142448
|
def import_mode(self) -> typing.Optional[builtins.str]:
|
|
142149
142449
|
'''Indicates whether you want to import the data into SPICE.
|
|
@@ -155340,7 +155640,7 @@ class CfnTemplate(
|
|
|
155340
155640
|
:param column: The target column of the tooltip item.
|
|
155341
155641
|
:param aggregation: The aggregation function of the column tooltip item.
|
|
155342
155642
|
:param label: The label of the tooltip item.
|
|
155343
|
-
:param tooltip_target:
|
|
155643
|
+
:param tooltip_target: Determines the target of the column tooltip item in a combo chart visual.
|
|
155344
155644
|
:param visibility: The visibility of the tooltip item.
|
|
155345
155645
|
|
|
155346
155646
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columntooltipitem.html
|
|
@@ -155431,7 +155731,8 @@ class CfnTemplate(
|
|
|
155431
155731
|
|
|
155432
155732
|
@builtins.property
|
|
155433
155733
|
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
155434
|
-
'''
|
|
155734
|
+
'''Determines the target of the column tooltip item in a combo chart visual.
|
|
155735
|
+
|
|
155435
155736
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columntooltipitem.html#cfn-quicksight-template-columntooltipitem-tooltiptarget
|
|
155436
155737
|
'''
|
|
155437
155738
|
result = self._values.get("tooltip_target")
|
|
@@ -155578,6 +155879,7 @@ class CfnTemplate(
|
|
|
155578
155879
|
"reference_lines": "referenceLines",
|
|
155579
155880
|
"secondary_y_axis_display_options": "secondaryYAxisDisplayOptions",
|
|
155580
155881
|
"secondary_y_axis_label_options": "secondaryYAxisLabelOptions",
|
|
155882
|
+
"single_axis_options": "singleAxisOptions",
|
|
155581
155883
|
"sort_configuration": "sortConfiguration",
|
|
155582
155884
|
"tooltip": "tooltip",
|
|
155583
155885
|
"visual_palette": "visualPalette",
|
|
@@ -155600,6 +155902,7 @@ class CfnTemplate(
|
|
|
155600
155902
|
reference_lines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ReferenceLineProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
155601
155903
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.AxisDisplayOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
155602
155904
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ChartAxisLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
155905
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.SingleAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
155603
155906
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ComboChartSortConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
155604
155907
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.TooltipOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
155605
155908
|
visual_palette: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.VisualPaletteProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -155619,6 +155922,7 @@ class CfnTemplate(
|
|
|
155619
155922
|
:param reference_lines: The reference line setup of the visual.
|
|
155620
155923
|
:param secondary_y_axis_display_options: The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
|
|
155621
155924
|
:param secondary_y_axis_label_options: The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
|
|
155925
|
+
:param single_axis_options:
|
|
155622
155926
|
:param sort_configuration: The sort configuration of a ``ComboChartVisual`` .
|
|
155623
155927
|
:param tooltip: The legend display setup of the visual.
|
|
155624
155928
|
:param visual_palette: The palette (chart color) display setup of the visual.
|
|
@@ -155645,6 +155949,7 @@ class CfnTemplate(
|
|
|
155645
155949
|
check_type(argname="argument reference_lines", value=reference_lines, expected_type=type_hints["reference_lines"])
|
|
155646
155950
|
check_type(argname="argument secondary_y_axis_display_options", value=secondary_y_axis_display_options, expected_type=type_hints["secondary_y_axis_display_options"])
|
|
155647
155951
|
check_type(argname="argument secondary_y_axis_label_options", value=secondary_y_axis_label_options, expected_type=type_hints["secondary_y_axis_label_options"])
|
|
155952
|
+
check_type(argname="argument single_axis_options", value=single_axis_options, expected_type=type_hints["single_axis_options"])
|
|
155648
155953
|
check_type(argname="argument sort_configuration", value=sort_configuration, expected_type=type_hints["sort_configuration"])
|
|
155649
155954
|
check_type(argname="argument tooltip", value=tooltip, expected_type=type_hints["tooltip"])
|
|
155650
155955
|
check_type(argname="argument visual_palette", value=visual_palette, expected_type=type_hints["visual_palette"])
|
|
@@ -155675,6 +155980,8 @@ class CfnTemplate(
|
|
|
155675
155980
|
self._values["secondary_y_axis_display_options"] = secondary_y_axis_display_options
|
|
155676
155981
|
if secondary_y_axis_label_options is not None:
|
|
155677
155982
|
self._values["secondary_y_axis_label_options"] = secondary_y_axis_label_options
|
|
155983
|
+
if single_axis_options is not None:
|
|
155984
|
+
self._values["single_axis_options"] = single_axis_options
|
|
155678
155985
|
if sort_configuration is not None:
|
|
155679
155986
|
self._values["sort_configuration"] = sort_configuration
|
|
155680
155987
|
if tooltip is not None:
|
|
@@ -155831,6 +156138,16 @@ class CfnTemplate(
|
|
|
155831
156138
|
result = self._values.get("secondary_y_axis_label_options")
|
|
155832
156139
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.ChartAxisLabelOptionsProperty"]], result)
|
|
155833
156140
|
|
|
156141
|
+
@builtins.property
|
|
156142
|
+
def single_axis_options(
|
|
156143
|
+
self,
|
|
156144
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SingleAxisOptionsProperty"]]:
|
|
156145
|
+
'''
|
|
156146
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-combochartconfiguration.html#cfn-quicksight-template-combochartconfiguration-singleaxisoptions
|
|
156147
|
+
'''
|
|
156148
|
+
result = self._values.get("single_axis_options")
|
|
156149
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SingleAxisOptionsProperty"]], result)
|
|
156150
|
+
|
|
155834
156151
|
@builtins.property
|
|
155835
156152
|
def sort_configuration(
|
|
155836
156153
|
self,
|
|
@@ -165457,7 +165774,7 @@ class CfnTemplate(
|
|
|
165457
165774
|
|
|
165458
165775
|
:param field_id: The unique ID of the field that is targeted by the tooltip.
|
|
165459
165776
|
:param label: The label of the tooltip item.
|
|
165460
|
-
:param tooltip_target:
|
|
165777
|
+
:param tooltip_target: Determines the target of the field tooltip item in a combo chart visual.
|
|
165461
165778
|
:param visibility: The visibility of the tooltip item.
|
|
165462
165779
|
|
|
165463
165780
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fieldtooltipitem.html
|
|
@@ -165515,7 +165832,8 @@ class CfnTemplate(
|
|
|
165515
165832
|
|
|
165516
165833
|
@builtins.property
|
|
165517
165834
|
def tooltip_target(self) -> typing.Optional[builtins.str]:
|
|
165518
|
-
'''
|
|
165835
|
+
'''Determines the target of the field tooltip item in a combo chart visual.
|
|
165836
|
+
|
|
165519
165837
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fieldtooltipitem.html#cfn-quicksight-template-fieldtooltipitem-tooltiptarget
|
|
165520
165838
|
'''
|
|
165521
165839
|
result = self._values.get("tooltip_target")
|
|
@@ -194654,6 +194972,61 @@ class CfnTemplate(
|
|
|
194654
194972
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
194655
194973
|
)
|
|
194656
194974
|
|
|
194975
|
+
@jsii.data_type(
|
|
194976
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.QueryExecutionOptionsProperty",
|
|
194977
|
+
jsii_struct_bases=[],
|
|
194978
|
+
name_mapping={"query_execution_mode": "queryExecutionMode"},
|
|
194979
|
+
)
|
|
194980
|
+
class QueryExecutionOptionsProperty:
|
|
194981
|
+
def __init__(
|
|
194982
|
+
self,
|
|
194983
|
+
*,
|
|
194984
|
+
query_execution_mode: typing.Optional[builtins.str] = None,
|
|
194985
|
+
) -> None:
|
|
194986
|
+
'''A structure that describes the query execution options.
|
|
194987
|
+
|
|
194988
|
+
:param query_execution_mode: A structure that describes the query execution mode.
|
|
194989
|
+
|
|
194990
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-queryexecutionoptions.html
|
|
194991
|
+
:exampleMetadata: fixture=_generated
|
|
194992
|
+
|
|
194993
|
+
Example::
|
|
194994
|
+
|
|
194995
|
+
# The code below shows an example of how to instantiate this type.
|
|
194996
|
+
# The values are placeholders you should change.
|
|
194997
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
194998
|
+
|
|
194999
|
+
query_execution_options_property = quicksight.CfnTemplate.QueryExecutionOptionsProperty(
|
|
195000
|
+
query_execution_mode="queryExecutionMode"
|
|
195001
|
+
)
|
|
195002
|
+
'''
|
|
195003
|
+
if __debug__:
|
|
195004
|
+
type_hints = typing.get_type_hints(_typecheckingstub__808b92a324c62f95f115cdcaced17051a7c6ae9f0e85d727bcae7010535eebcf)
|
|
195005
|
+
check_type(argname="argument query_execution_mode", value=query_execution_mode, expected_type=type_hints["query_execution_mode"])
|
|
195006
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
195007
|
+
if query_execution_mode is not None:
|
|
195008
|
+
self._values["query_execution_mode"] = query_execution_mode
|
|
195009
|
+
|
|
195010
|
+
@builtins.property
|
|
195011
|
+
def query_execution_mode(self) -> typing.Optional[builtins.str]:
|
|
195012
|
+
'''A structure that describes the query execution mode.
|
|
195013
|
+
|
|
195014
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-queryexecutionoptions.html#cfn-quicksight-template-queryexecutionoptions-queryexecutionmode
|
|
195015
|
+
'''
|
|
195016
|
+
result = self._values.get("query_execution_mode")
|
|
195017
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
195018
|
+
|
|
195019
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
195020
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
195021
|
+
|
|
195022
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
195023
|
+
return not (rhs == self)
|
|
195024
|
+
|
|
195025
|
+
def __repr__(self) -> str:
|
|
195026
|
+
return "QueryExecutionOptionsProperty(%s)" % ", ".join(
|
|
195027
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
195028
|
+
)
|
|
195029
|
+
|
|
194657
195030
|
@jsii.data_type(
|
|
194658
195031
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.RadarChartAggregatedFieldWellsProperty",
|
|
194659
195032
|
jsii_struct_bases=[],
|
|
@@ -200807,11 +201180,18 @@ class CfnTemplate(
|
|
|
200807
201180
|
@jsii.data_type(
|
|
200808
201181
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.SingleAxisOptionsProperty",
|
|
200809
201182
|
jsii_struct_bases=[],
|
|
200810
|
-
name_mapping={},
|
|
201183
|
+
name_mapping={"y_axis_options": "yAxisOptions"},
|
|
200811
201184
|
)
|
|
200812
201185
|
class SingleAxisOptionsProperty:
|
|
200813
|
-
def __init__(
|
|
200814
|
-
|
|
201186
|
+
def __init__(
|
|
201187
|
+
self,
|
|
201188
|
+
*,
|
|
201189
|
+
y_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.YAxisOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
201190
|
+
) -> None:
|
|
201191
|
+
'''The settings of a chart's single axis configuration.
|
|
201192
|
+
|
|
201193
|
+
:param y_axis_options: The Y axis options of a single axis configuration.
|
|
201194
|
+
|
|
200815
201195
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-singleaxisoptions.html
|
|
200816
201196
|
:exampleMetadata: fixture=_generated
|
|
200817
201197
|
|
|
@@ -200821,9 +201201,29 @@ class CfnTemplate(
|
|
|
200821
201201
|
# The values are placeholders you should change.
|
|
200822
201202
|
from aws_cdk import aws_quicksight as quicksight
|
|
200823
201203
|
|
|
200824
|
-
single_axis_options_property = quicksight.CfnTemplate.SingleAxisOptionsProperty(
|
|
201204
|
+
single_axis_options_property = quicksight.CfnTemplate.SingleAxisOptionsProperty(
|
|
201205
|
+
y_axis_options=quicksight.CfnTemplate.YAxisOptionsProperty(
|
|
201206
|
+
y_axis="yAxis"
|
|
201207
|
+
)
|
|
201208
|
+
)
|
|
200825
201209
|
'''
|
|
201210
|
+
if __debug__:
|
|
201211
|
+
type_hints = typing.get_type_hints(_typecheckingstub__baf98462208b28c89ecaea279b856ed91f27bca03246a56c95f33cc8b903b75a)
|
|
201212
|
+
check_type(argname="argument y_axis_options", value=y_axis_options, expected_type=type_hints["y_axis_options"])
|
|
200826
201213
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
201214
|
+
if y_axis_options is not None:
|
|
201215
|
+
self._values["y_axis_options"] = y_axis_options
|
|
201216
|
+
|
|
201217
|
+
@builtins.property
|
|
201218
|
+
def y_axis_options(
|
|
201219
|
+
self,
|
|
201220
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.YAxisOptionsProperty"]]:
|
|
201221
|
+
'''The Y axis options of a single axis configuration.
|
|
201222
|
+
|
|
201223
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-singleaxisoptions.html#cfn-quicksight-template-singleaxisoptions-yaxisoptions
|
|
201224
|
+
'''
|
|
201225
|
+
result = self._values.get("y_axis_options")
|
|
201226
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.YAxisOptionsProperty"]], result)
|
|
200827
201227
|
|
|
200828
201228
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
200829
201229
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -206115,6 +206515,7 @@ class CfnTemplate(
|
|
|
206115
206515
|
"filter_groups": "filterGroups",
|
|
206116
206516
|
"options": "options",
|
|
206117
206517
|
"parameter_declarations": "parameterDeclarations",
|
|
206518
|
+
"query_execution_options": "queryExecutionOptions",
|
|
206118
206519
|
"sheets": "sheets",
|
|
206119
206520
|
},
|
|
206120
206521
|
)
|
|
@@ -206129,6 +206530,7 @@ class CfnTemplate(
|
|
|
206129
206530
|
filter_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.FilterGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
206130
206531
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.AssetOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
206131
206532
|
parameter_declarations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.ParameterDeclarationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
206533
|
+
query_execution_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.QueryExecutionOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
206132
206534
|
sheets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.SheetDefinitionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
206133
206535
|
) -> None:
|
|
206134
206536
|
'''The detailed definition of a template.
|
|
@@ -206140,6 +206542,7 @@ class CfnTemplate(
|
|
|
206140
206542
|
:param filter_groups: Filter definitions for a template. For more information, see `Filtering Data <https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html>`_ in the *Amazon QuickSight User Guide* .
|
|
206141
206543
|
:param options: An array of option definitions for a template.
|
|
206142
206544
|
:param parameter_declarations: An array of parameter declarations for a template. *Parameters* are named variables that can transfer a value for use by an action or an object. 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* .
|
|
206545
|
+
:param query_execution_options:
|
|
206143
206546
|
:param sheets: An array of sheet definitions for a template.
|
|
206144
206547
|
|
|
206145
206548
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateversiondefinition.html
|
|
@@ -206158,6 +206561,7 @@ class CfnTemplate(
|
|
|
206158
206561
|
check_type(argname="argument filter_groups", value=filter_groups, expected_type=type_hints["filter_groups"])
|
|
206159
206562
|
check_type(argname="argument options", value=options, expected_type=type_hints["options"])
|
|
206160
206563
|
check_type(argname="argument parameter_declarations", value=parameter_declarations, expected_type=type_hints["parameter_declarations"])
|
|
206564
|
+
check_type(argname="argument query_execution_options", value=query_execution_options, expected_type=type_hints["query_execution_options"])
|
|
206161
206565
|
check_type(argname="argument sheets", value=sheets, expected_type=type_hints["sheets"])
|
|
206162
206566
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
206163
206567
|
"data_set_configurations": data_set_configurations,
|
|
@@ -206174,6 +206578,8 @@ class CfnTemplate(
|
|
|
206174
206578
|
self._values["options"] = options
|
|
206175
206579
|
if parameter_declarations is not None:
|
|
206176
206580
|
self._values["parameter_declarations"] = parameter_declarations
|
|
206581
|
+
if query_execution_options is not None:
|
|
206582
|
+
self._values["query_execution_options"] = query_execution_options
|
|
206177
206583
|
if sheets is not None:
|
|
206178
206584
|
self._values["sheets"] = sheets
|
|
206179
206585
|
|
|
@@ -206264,6 +206670,16 @@ class CfnTemplate(
|
|
|
206264
206670
|
result = self._values.get("parameter_declarations")
|
|
206265
206671
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTemplate.ParameterDeclarationProperty"]]]], result)
|
|
206266
206672
|
|
|
206673
|
+
@builtins.property
|
|
206674
|
+
def query_execution_options(
|
|
206675
|
+
self,
|
|
206676
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.QueryExecutionOptionsProperty"]]:
|
|
206677
|
+
'''
|
|
206678
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateversiondefinition.html#cfn-quicksight-template-templateversiondefinition-queryexecutionoptions
|
|
206679
|
+
'''
|
|
206680
|
+
result = self._values.get("query_execution_options")
|
|
206681
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.QueryExecutionOptionsProperty"]], result)
|
|
206682
|
+
|
|
206267
206683
|
@builtins.property
|
|
206268
206684
|
def sheets(
|
|
206269
206685
|
self,
|
|
@@ -214830,6 +215246,60 @@ class CfnTemplate(
|
|
|
214830
215246
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
214831
215247
|
)
|
|
214832
215248
|
|
|
215249
|
+
@jsii.data_type(
|
|
215250
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.YAxisOptionsProperty",
|
|
215251
|
+
jsii_struct_bases=[],
|
|
215252
|
+
name_mapping={"y_axis": "yAxis"},
|
|
215253
|
+
)
|
|
215254
|
+
class YAxisOptionsProperty:
|
|
215255
|
+
def __init__(self, *, y_axis: builtins.str) -> None:
|
|
215256
|
+
'''The options that are available for a single Y axis in a chart.
|
|
215257
|
+
|
|
215258
|
+
:param y_axis: The Y axis type to be used in the chart. If you choose ``PRIMARY_Y_AXIS`` , the primary Y Axis is located on the leftmost vertical axis of the chart.
|
|
215259
|
+
|
|
215260
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-yaxisoptions.html
|
|
215261
|
+
:exampleMetadata: fixture=_generated
|
|
215262
|
+
|
|
215263
|
+
Example::
|
|
215264
|
+
|
|
215265
|
+
# The code below shows an example of how to instantiate this type.
|
|
215266
|
+
# The values are placeholders you should change.
|
|
215267
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
215268
|
+
|
|
215269
|
+
y_axis_options_property = quicksight.CfnTemplate.YAxisOptionsProperty(
|
|
215270
|
+
y_axis="yAxis"
|
|
215271
|
+
)
|
|
215272
|
+
'''
|
|
215273
|
+
if __debug__:
|
|
215274
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7315e59572c81b40974c5b584b709a2c459eeddffaaba1739884d19e17d919a4)
|
|
215275
|
+
check_type(argname="argument y_axis", value=y_axis, expected_type=type_hints["y_axis"])
|
|
215276
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
215277
|
+
"y_axis": y_axis,
|
|
215278
|
+
}
|
|
215279
|
+
|
|
215280
|
+
@builtins.property
|
|
215281
|
+
def y_axis(self) -> builtins.str:
|
|
215282
|
+
'''The Y axis type to be used in the chart.
|
|
215283
|
+
|
|
215284
|
+
If you choose ``PRIMARY_Y_AXIS`` , the primary Y Axis is located on the leftmost vertical axis of the chart.
|
|
215285
|
+
|
|
215286
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-yaxisoptions.html#cfn-quicksight-template-yaxisoptions-yaxis
|
|
215287
|
+
'''
|
|
215288
|
+
result = self._values.get("y_axis")
|
|
215289
|
+
assert result is not None, "Required property 'y_axis' is missing"
|
|
215290
|
+
return typing.cast(builtins.str, result)
|
|
215291
|
+
|
|
215292
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
215293
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
215294
|
+
|
|
215295
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
215296
|
+
return not (rhs == self)
|
|
215297
|
+
|
|
215298
|
+
def __repr__(self) -> str:
|
|
215299
|
+
return "YAxisOptionsProperty(%s)" % ", ".join(
|
|
215300
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
215301
|
+
)
|
|
215302
|
+
|
|
214833
215303
|
|
|
214834
215304
|
@jsii.data_type(
|
|
214835
215305
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplateProps",
|
|
@@ -222199,6 +222669,7 @@ def _typecheckingstub__743f6de00af3d8850478c1cec470f5e4bbc39e00ef3e785c354c25f2a
|
|
|
222199
222669
|
filter_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.FilterGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
222200
222670
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.AssetOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
222201
222671
|
parameter_declarations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ParameterDeclarationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
222672
|
+
query_execution_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.QueryExecutionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
222202
222673
|
sheets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.SheetDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
222203
222674
|
) -> None:
|
|
222204
222675
|
"""Type checking stubs"""
|
|
@@ -222729,6 +223200,7 @@ def _typecheckingstub__a515c71821e7f00825720a4573683ad269b842d55f7b80847bdc1398d
|
|
|
222729
223200
|
reference_lines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ReferenceLineProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
222730
223201
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.AxisDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
222731
223202
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ChartAxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
223203
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.SingleAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
222732
223204
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.ComboChartSortConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
222733
223205
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.TooltipOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
222734
223206
|
visual_palette: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.VisualPaletteProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -225343,6 +225815,13 @@ def _typecheckingstub__6d2a0d75dfef36d1e1bdd541b1b87ca5099f709e8e2dcea66428e7aae
|
|
|
225343
225815
|
"""Type checking stubs"""
|
|
225344
225816
|
pass
|
|
225345
225817
|
|
|
225818
|
+
def _typecheckingstub__bac61c006e7dbdb453b06f9c020a4819061b226ebea8ce5f23561a22c38a264c(
|
|
225819
|
+
*,
|
|
225820
|
+
query_execution_mode: typing.Optional[builtins.str] = None,
|
|
225821
|
+
) -> None:
|
|
225822
|
+
"""Type checking stubs"""
|
|
225823
|
+
pass
|
|
225824
|
+
|
|
225346
225825
|
def _typecheckingstub__45f39c45ac242411b7c269731f281995cb8e54a35969dbceb1ddd3b5ff128800(
|
|
225347
225826
|
*,
|
|
225348
225827
|
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -225850,6 +226329,13 @@ def _typecheckingstub__1f4a055a47f0538eca137de3275943606ae2840c4df9da8eba4840775
|
|
|
225850
226329
|
"""Type checking stubs"""
|
|
225851
226330
|
pass
|
|
225852
226331
|
|
|
226332
|
+
def _typecheckingstub__c9fdd0b1d6b7318832067192a0bc7eb7de9a13a326e06c2f6cf85c995160563d(
|
|
226333
|
+
*,
|
|
226334
|
+
y_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.YAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
226335
|
+
) -> None:
|
|
226336
|
+
"""Type checking stubs"""
|
|
226337
|
+
pass
|
|
226338
|
+
|
|
225853
226339
|
def _typecheckingstub__680207b3c486d874ece8a1090dd922474d41adabcd8426ad4ea5182a9ebb18e6(
|
|
225854
226340
|
*,
|
|
225855
226341
|
info_icon_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.SheetControlInfoIconLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -226686,6 +227172,13 @@ def _typecheckingstub__0d8cc190e86df93e83a4af8c07e28d53ce2bd0cfe3305e61db3cfef70
|
|
|
226686
227172
|
"""Type checking stubs"""
|
|
226687
227173
|
pass
|
|
226688
227174
|
|
|
227175
|
+
def _typecheckingstub__bdbb37427d80772b4d29af448dc7056bb3387422ab6c1d923eeed2608cd98920(
|
|
227176
|
+
*,
|
|
227177
|
+
y_axis: builtins.str,
|
|
227178
|
+
) -> None:
|
|
227179
|
+
"""Type checking stubs"""
|
|
227180
|
+
pass
|
|
227181
|
+
|
|
226689
227182
|
def _typecheckingstub__abc87c90adc8752b5b24a67c2541ecb565aedcfc0265e29359b671502ad3539f(
|
|
226690
227183
|
*,
|
|
226691
227184
|
analysis_id: builtins.str,
|
|
@@ -227357,6 +227850,7 @@ def _typecheckingstub__6d19c08bcb98b3e98b8a21eef8b0850a746a9fd4262bb397c2526d270
|
|
|
227357
227850
|
reference_lines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ReferenceLineProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
227358
227851
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.AxisDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
227359
227852
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ChartAxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
227853
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SingleAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
227360
227854
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ComboChartSortConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
227361
227855
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.TooltipOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
227362
227856
|
visual_palette: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.VisualPaletteProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -230619,6 +231113,13 @@ def _typecheckingstub__882e164d216977769910a03fd5a932d20e987923108ac1451ca186ea5
|
|
|
230619
231113
|
"""Type checking stubs"""
|
|
230620
231114
|
pass
|
|
230621
231115
|
|
|
231116
|
+
def _typecheckingstub__3ae9745fa1bb577c733606faf154263ca2df959321431a407fb169c3b686231f(
|
|
231117
|
+
*,
|
|
231118
|
+
y_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.YAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231119
|
+
) -> None:
|
|
231120
|
+
"""Type checking stubs"""
|
|
231121
|
+
pass
|
|
231122
|
+
|
|
230622
231123
|
def _typecheckingstub__e239d7632b9f718c785c202aa5d162b9f047c8bd0bf05dcd02582a4eace25922(
|
|
230623
231124
|
*,
|
|
230624
231125
|
info_icon_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SheetControlInfoIconLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -231469,6 +231970,13 @@ def _typecheckingstub__7a1870e6ad824dc17b4907d57e71b903f2d02b7a13c0351e5de4340d1
|
|
|
231469
231970
|
"""Type checking stubs"""
|
|
231470
231971
|
pass
|
|
231471
231972
|
|
|
231973
|
+
def _typecheckingstub__be31317155a33b495e9b1eb2deea836c29db514c0199baa492d7108baff89ac7(
|
|
231974
|
+
*,
|
|
231975
|
+
y_axis: builtins.str,
|
|
231976
|
+
) -> None:
|
|
231977
|
+
"""Type checking stubs"""
|
|
231978
|
+
pass
|
|
231979
|
+
|
|
231472
231980
|
def _typecheckingstub__b83b0d20e5f4dc99e603d3a3d5cffb1cc46142034276d5f015ae3ed7f334ead3(
|
|
231473
231981
|
*,
|
|
231474
231982
|
aws_account_id: builtins.str,
|
|
@@ -231501,6 +232009,7 @@ def _typecheckingstub__72d075b7003c65fe0f5754c362b528fce8eccbf0c8bca521f7a3200fb
|
|
|
231501
232009
|
data_set_refresh_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.DataSetRefreshPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231502
232010
|
data_set_usage_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.DataSetUsageConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231503
232011
|
field_folders: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.FieldFolderProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
232012
|
+
folder_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
231504
232013
|
import_mode: typing.Optional[builtins.str] = None,
|
|
231505
232014
|
ingestion_wait_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.IngestionWaitPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231506
232015
|
logical_table_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.LogicalTableProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -231574,6 +232083,12 @@ def _typecheckingstub__376e551a3e7551cc01277dd007428ce4ffd31dd297b01d97d2e891fc2
|
|
|
231574
232083
|
"""Type checking stubs"""
|
|
231575
232084
|
pass
|
|
231576
232085
|
|
|
232086
|
+
def _typecheckingstub__90d30b04706db393e2366c30b4e4946a427d4e4dae7c177945e290682963d4b2(
|
|
232087
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
232088
|
+
) -> None:
|
|
232089
|
+
"""Type checking stubs"""
|
|
232090
|
+
pass
|
|
232091
|
+
|
|
231577
232092
|
def _typecheckingstub__e2d4f671f44dcd084b30794fd761c8eac3c1b00283622fa5674fdf0e00f49832(
|
|
231578
232093
|
value: typing.Optional[builtins.str],
|
|
231579
232094
|
) -> None:
|
|
@@ -231841,8 +232356,8 @@ def _typecheckingstub__6028e05db913817056fdfb25ccbeccdc09bf308fc013a40a77d78e696
|
|
|
231841
232356
|
def _typecheckingstub__38cd7d58d2457b1fb9072a61390c2dda39d5c68c12a8d0ccf51486b4c76134b9(
|
|
231842
232357
|
*,
|
|
231843
232358
|
alias: builtins.str,
|
|
231844
|
-
source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.LogicalTableSourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
231845
232359
|
data_transforms: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.TransformOperationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
232360
|
+
source: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.LogicalTableSourceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
231846
232361
|
) -> None:
|
|
231847
232362
|
"""Type checking stubs"""
|
|
231848
232363
|
pass
|
|
@@ -232051,6 +232566,7 @@ def _typecheckingstub__61032f5c9704bd9765ba5fe5f2862434b85348f65b701e3a44b806fef
|
|
|
232051
232566
|
data_set_refresh_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.DataSetRefreshPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
232052
232567
|
data_set_usage_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.DataSetUsageConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
232053
232568
|
field_folders: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.FieldFolderProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
232569
|
+
folder_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
232054
232570
|
import_mode: typing.Optional[builtins.str] = None,
|
|
232055
232571
|
ingestion_wait_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.IngestionWaitPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
232056
232572
|
logical_table_map: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataSet.LogicalTableProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -233174,6 +233690,7 @@ def _typecheckingstub__496e3c5d8f6852db264d3824e5f25aa9e1d76b510ca6a813cf6cfc906
|
|
|
233174
233690
|
reference_lines: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ReferenceLineProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
233175
233691
|
secondary_y_axis_display_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.AxisDisplayOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
233176
233692
|
secondary_y_axis_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ChartAxisLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
233693
|
+
single_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.SingleAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
233177
233694
|
sort_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ComboChartSortConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
233178
233695
|
tooltip: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.TooltipOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
233179
233696
|
visual_palette: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.VisualPaletteProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -235762,6 +236279,13 @@ def _typecheckingstub__bb41668f45eb37d8d64df1fa71a745e5417dbc9277dd4ca8c0c665d1a
|
|
|
235762
236279
|
"""Type checking stubs"""
|
|
235763
236280
|
pass
|
|
235764
236281
|
|
|
236282
|
+
def _typecheckingstub__808b92a324c62f95f115cdcaced17051a7c6ae9f0e85d727bcae7010535eebcf(
|
|
236283
|
+
*,
|
|
236284
|
+
query_execution_mode: typing.Optional[builtins.str] = None,
|
|
236285
|
+
) -> None:
|
|
236286
|
+
"""Type checking stubs"""
|
|
236287
|
+
pass
|
|
236288
|
+
|
|
235765
236289
|
def _typecheckingstub__46c93b0194d8213c14a61ec775d8aa1349dd19712c87d825c6d2fe73f5e37968(
|
|
235766
236290
|
*,
|
|
235767
236291
|
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -236269,6 +236793,13 @@ def _typecheckingstub__f980a5ef17fbfcec69f5d6a4e065d2bf7bd9d99c1982054307ca27101
|
|
|
236269
236793
|
"""Type checking stubs"""
|
|
236270
236794
|
pass
|
|
236271
236795
|
|
|
236796
|
+
def _typecheckingstub__baf98462208b28c89ecaea279b856ed91f27bca03246a56c95f33cc8b903b75a(
|
|
236797
|
+
*,
|
|
236798
|
+
y_axis_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.YAxisOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236799
|
+
) -> None:
|
|
236800
|
+
"""Type checking stubs"""
|
|
236801
|
+
pass
|
|
236802
|
+
|
|
236272
236803
|
def _typecheckingstub__0a7c7b522b4a45f40e638d2984c0d7a3e0bb412595353b539c1ca5b0ca4ee15f(
|
|
236273
236804
|
*,
|
|
236274
236805
|
info_icon_label_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.SheetControlInfoIconLabelOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -236630,6 +237161,7 @@ def _typecheckingstub__0d4d306e9cd0974c594353d10bf810e1540586afcd9054498c6bcf94e
|
|
|
236630
237161
|
filter_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.FilterGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
236631
237162
|
options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.AssetOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236632
237163
|
parameter_declarations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.ParameterDeclarationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
237164
|
+
query_execution_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.QueryExecutionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236633
237165
|
sheets: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.SheetDefinitionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
236634
237166
|
) -> None:
|
|
236635
237167
|
"""Type checking stubs"""
|
|
@@ -237158,6 +237690,13 @@ def _typecheckingstub__b09284c311f9b3aaed0ac05c126480ae5985daf6d0e0bc27b670595ca
|
|
|
237158
237690
|
"""Type checking stubs"""
|
|
237159
237691
|
pass
|
|
237160
237692
|
|
|
237693
|
+
def _typecheckingstub__7315e59572c81b40974c5b584b709a2c459eeddffaaba1739884d19e17d919a4(
|
|
237694
|
+
*,
|
|
237695
|
+
y_axis: builtins.str,
|
|
237696
|
+
) -> None:
|
|
237697
|
+
"""Type checking stubs"""
|
|
237698
|
+
pass
|
|
237699
|
+
|
|
237161
237700
|
def _typecheckingstub__194696706c08c6a7def262580c9972a430e44c1c526329b77b525a87c76a44ed(
|
|
237162
237701
|
*,
|
|
237163
237702
|
aws_account_id: builtins.str,
|