aws-cdk-lib 2.97.1__py3-none-any.whl → 2.98.0__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 +18 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.97.1.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +1 -0
- aws_cdk/aws_accessanalyzer/__init__.py +1 -0
- aws_cdk/aws_acmpca/__init__.py +4 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +19 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -0
- aws_cdk/aws_appconfig/__init__.py +8 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +2 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +2 -0
- aws_cdk/aws_applicationinsights/__init__.py +1 -0
- aws_cdk/aws_appmesh/__init__.py +7 -0
- aws_cdk/aws_apprunner/__init__.py +5 -0
- aws_cdk/aws_appstream/__init__.py +31 -26
- aws_cdk/aws_appsync/__init__.py +10 -0
- aws_cdk/aws_aps/__init__.py +2 -0
- aws_cdk/aws_athena/__init__.py +5 -0
- aws_cdk/aws_auditmanager/__init__.py +1 -0
- aws_cdk/aws_autoscaling/__init__.py +6 -0
- aws_cdk/aws_autoscalingplans/__init__.py +1 -0
- aws_cdk/aws_backup/__init__.py +5 -0
- aws_cdk/aws_backupgateway/__init__.py +1 -0
- aws_cdk/aws_batch/__init__.py +8 -2
- aws_cdk/aws_billingconductor/__init__.py +4 -0
- aws_cdk/aws_budgets/__init__.py +2 -0
- aws_cdk/aws_cassandra/__init__.py +2 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +2 -0
- aws_cdk/aws_chatbot/__init__.py +2 -0
- aws_cdk/aws_cleanrooms/__init__.py +5 -0
- aws_cdk/aws_cloud9/__init__.py +1 -0
- aws_cdk/aws_cloudformation/__init__.py +16 -0
- aws_cdk/aws_cloudfront/__init__.py +13 -0
- aws_cdk/aws_cloudtrail/__init__.py +7 -3
- aws_cdk/aws_cloudwatch/__init__.py +6 -0
- aws_cdk/aws_codeartifact/__init__.py +2 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +1 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
- aws_cdk/aws_codegurureviewer/__init__.py +1 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +1 -0
- aws_cdk/aws_codestarconnections/__init__.py +1 -0
- aws_cdk/aws_codestarnotifications/__init__.py +1 -0
- aws_cdk/aws_cognito/__init__.py +42 -18
- aws_cdk/aws_comprehend/__init__.py +2 -0
- aws_cdk/aws_config/__init__.py +10 -0
- aws_cdk/aws_connect/__init__.py +491 -0
- aws_cdk/aws_connectcampaigns/__init__.py +1 -0
- aws_cdk/aws_controltower/__init__.py +1 -0
- aws_cdk/aws_cur/__init__.py +1 -0
- aws_cdk/aws_customerprofiles/__init__.py +5 -0
- aws_cdk/aws_databrew/__init__.py +6 -0
- aws_cdk/aws_datapipeline/__init__.py +1 -0
- aws_cdk/aws_datasync/__init__.py +14 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +6 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +2 -0
- aws_cdk/aws_dlm/__init__.py +1 -0
- aws_cdk/aws_dms/__init__.py +7 -0
- aws_cdk/aws_docdb/__init__.py +4 -0
- aws_cdk/aws_docdbelastic/__init__.py +1 -0
- aws_cdk/aws_dynamodb/__init__.py +2 -0
- aws_cdk/aws_ec2/__init__.py +109 -14
- aws_cdk/aws_ecr/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +7 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +5 -0
- aws_cdk/aws_elasticache/__init__.py +9 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
- aws_cdk/aws_elasticsearch/__init__.py +1 -0
- aws_cdk/aws_emr/__init__.py +8 -0
- aws_cdk/aws_emrcontainers/__init__.py +1 -0
- aws_cdk/aws_emrserverless/__init__.py +1 -0
- aws_cdk/aws_entityresolution/__init__.py +2 -0
- aws_cdk/aws_events/__init__.py +7 -0
- aws_cdk/aws_eventschemas/__init__.py +4 -0
- aws_cdk/aws_evidently/__init__.py +5 -0
- aws_cdk/aws_finspace/__init__.py +1 -0
- aws_cdk/aws_fis/__init__.py +1 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +2 -0
- aws_cdk/aws_frauddetector/__init__.py +7 -0
- aws_cdk/aws_fsx/__init__.py +5 -0
- aws_cdk/aws_gamelift/__init__.py +9 -0
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -0
- aws_cdk/aws_grafana/__init__.py +1 -0
- aws_cdk/aws_greengrass/__init__.py +16 -0
- aws_cdk/aws_greengrassv2/__init__.py +2 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +6 -0
- aws_cdk/aws_healthimaging/__init__.py +382 -0
- aws_cdk/aws_healthlake/__init__.py +1 -0
- aws_cdk/aws_iam/__init__.py +16 -0
- aws_cdk/aws_identitystore/__init__.py +2 -0
- aws_cdk/aws_imagebuilder/__init__.py +7 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +1 -0
- aws_cdk/aws_internetmonitor/__init__.py +1 -0
- aws_cdk/aws_iot/__init__.py +25 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +4 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +1 -0
- aws_cdk/aws_iotfleetwise/__init__.py +6 -0
- aws_cdk/aws_iotsitewise/__init__.py +7 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
- aws_cdk/aws_iottwinmaker/__init__.py +5 -0
- aws_cdk/aws_iotwireless/__init__.py +11 -0
- aws_cdk/aws_ivs/__init__.py +4 -0
- aws_cdk/aws_ivschat/__init__.py +2 -0
- aws_cdk/aws_kafkaconnect/__init__.py +1 -0
- aws_cdk/aws_kendra/__init__.py +3 -0
- aws_cdk/aws_kendraranking/__init__.py +1 -0
- aws_cdk/aws_kinesis/__init__.py +2 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
- aws_cdk/aws_kinesisvideo/__init__.py +2 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +7 -0
- aws_cdk/aws_lambda/__init__.py +10 -0
- aws_cdk/aws_lex/__init__.py +4 -0
- aws_cdk/aws_licensemanager/__init__.py +2 -0
- aws_cdk/aws_lightsail/__init__.py +11 -0
- aws_cdk/aws_location/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +8 -0
- aws_cdk/aws_lookoutequipment/__init__.py +1 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
- aws_cdk/aws_lookoutvision/__init__.py +1 -0
- aws_cdk/aws_m2/__init__.py +2 -0
- aws_cdk/aws_macie/__init__.py +53 -2
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +9 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +5 -0
- aws_cdk/aws_mediapackagev2/__init__.py +5 -0
- aws_cdk/aws_mediastore/__init__.py +1 -0
- aws_cdk/aws_mediatailor/__init__.py +6 -0
- aws_cdk/aws_memorydb/__init__.py +5 -0
- aws_cdk/aws_msk/__init__.py +180 -2
- aws_cdk/aws_mwaa/__init__.py +1 -0
- aws_cdk/aws_neptune/__init__.py +5 -0
- aws_cdk/aws_networkfirewall/__init__.py +4 -0
- aws_cdk/aws_networkmanager/__init__.py +14 -0
- aws_cdk/aws_nimblestudio/__init__.py +4 -0
- aws_cdk/aws_oam/__init__.py +2 -0
- aws_cdk/aws_omics/__init__.py +6 -0
- aws_cdk/aws_opensearchserverless/__init__.py +5 -0
- aws_cdk/aws_opensearchservice/__init__.py +1 -0
- aws_cdk/aws_opsworks/__init__.py +7 -0
- aws_cdk/aws_opsworkscm/__init__.py +1 -0
- aws_cdk/aws_organizations/__init__.py +5 -0
- aws_cdk/aws_osis/__init__.py +1 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
- aws_cdk/aws_personalize/__init__.py +4 -0
- aws_cdk/aws_pinpoint/__init__.py +19 -0
- aws_cdk/aws_pinpointemail/__init__.py +4 -0
- aws_cdk/aws_pipes/__init__.py +1 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +2 -0
- aws_cdk/aws_quicksight/__init__.py +473 -464
- aws_cdk/aws_ram/__init__.py +2 -0
- aws_cdk/aws_rds/__init__.py +14 -0
- aws_cdk/aws_redshift/__init__.py +9 -0
- aws_cdk/aws_redshiftserverless/__init__.py +2 -0
- aws_cdk/aws_refactorspaces/__init__.py +4 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +1 -0
- aws_cdk/aws_robomaker/__init__.py +6 -0
- aws_cdk/aws_rolesanywhere/__init__.py +77 -58
- aws_cdk/aws_route53/__init__.py +7 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -0
- aws_cdk/aws_rum/__init__.py +1 -0
- aws_cdk/aws_s3/__init__.py +6 -0
- aws_cdk/aws_s3objectlambda/__init__.py +2 -0
- aws_cdk/aws_s3outposts/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +37 -3
- aws_cdk/aws_sam/__init__.py +7 -0
- aws_cdk/aws_scheduler/__init__.py +2 -0
- aws_cdk/aws_sdb/__init__.py +1 -0
- aws_cdk/aws_secretsmanager/__init__.py +4 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +16 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
- aws_cdk/aws_servicediscovery/__init__.py +5 -0
- aws_cdk/aws_ses/__init__.py +10 -0
- aws_cdk/aws_shield/__init__.py +30 -11
- aws_cdk/aws_signer/__init__.py +2 -0
- aws_cdk/aws_simspaceweaver/__init__.py +1 -0
- aws_cdk/aws_sns/__init__.py +9 -5
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +9 -0
- aws_cdk/aws_ssmcontacts/__init__.py +4 -0
- aws_cdk/aws_ssmincidents/__init__.py +2 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +4 -0
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +2 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +7 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
- aws_cdk/aws_voiceid/__init__.py +1 -0
- aws_cdk/aws_vpclattice/__init__.py +10 -0
- aws_cdk/aws_waf/__init__.py +7 -0
- aws_cdk/aws_wafregional/__init__.py +11 -0
- aws_cdk/aws_wafv2/__init__.py +6 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +2 -0
- aws_cdk/aws_workspacesweb/__init__.py +8 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
- aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
- aws_cdk_lib-2.97.1.dist-info/RECORD +0 -271
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
|
@@ -60,6 +60,7 @@ class CfnAnalysis(
|
|
|
60
60
|
'''Creates an analysis in Amazon QuickSight.
|
|
61
61
|
|
|
62
62
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html
|
|
63
|
+
:cloudformationResource: AWS::QuickSight::Analysis
|
|
63
64
|
:exampleMetadata: fixture=_generated
|
|
64
65
|
|
|
65
66
|
Example::
|
|
@@ -21008,7 +21009,6 @@ class CfnAnalysis(
|
|
|
21008
21009
|
jsii_struct_bases=[],
|
|
21009
21010
|
name_mapping={
|
|
21010
21011
|
"computation_id": "computationId",
|
|
21011
|
-
"time": "time",
|
|
21012
21012
|
"custom_seasonality_value": "customSeasonalityValue",
|
|
21013
21013
|
"lower_boundary": "lowerBoundary",
|
|
21014
21014
|
"name": "name",
|
|
@@ -21016,6 +21016,7 @@ class CfnAnalysis(
|
|
|
21016
21016
|
"periods_forward": "periodsForward",
|
|
21017
21017
|
"prediction_interval": "predictionInterval",
|
|
21018
21018
|
"seasonality": "seasonality",
|
|
21019
|
+
"time": "time",
|
|
21019
21020
|
"upper_boundary": "upperBoundary",
|
|
21020
21021
|
"value": "value",
|
|
21021
21022
|
},
|
|
@@ -21025,7 +21026,6 @@ class CfnAnalysis(
|
|
|
21025
21026
|
self,
|
|
21026
21027
|
*,
|
|
21027
21028
|
computation_id: builtins.str,
|
|
21028
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
21029
21029
|
custom_seasonality_value: typing.Optional[jsii.Number] = None,
|
|
21030
21030
|
lower_boundary: typing.Optional[jsii.Number] = None,
|
|
21031
21031
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -21033,13 +21033,13 @@ class CfnAnalysis(
|
|
|
21033
21033
|
periods_forward: typing.Optional[jsii.Number] = None,
|
|
21034
21034
|
prediction_interval: typing.Optional[jsii.Number] = None,
|
|
21035
21035
|
seasonality: typing.Optional[builtins.str] = None,
|
|
21036
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21036
21037
|
upper_boundary: typing.Optional[jsii.Number] = None,
|
|
21037
21038
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21038
21039
|
) -> None:
|
|
21039
21040
|
'''The forecast computation configuration.
|
|
21040
21041
|
|
|
21041
21042
|
:param computation_id: The ID for a computation.
|
|
21042
|
-
:param time: The time field that is used in a computation.
|
|
21043
21043
|
:param custom_seasonality_value: The custom seasonality value setup of a forecast computation.
|
|
21044
21044
|
:param lower_boundary: The lower boundary setup of a forecast computation.
|
|
21045
21045
|
:param name: The name of a computation.
|
|
@@ -21047,6 +21047,7 @@ class CfnAnalysis(
|
|
|
21047
21047
|
:param periods_forward: The periods forward setup of a forecast computation.
|
|
21048
21048
|
:param prediction_interval: The prediction interval setup of a forecast computation.
|
|
21049
21049
|
:param seasonality: The seasonality setup of a forecast computation. Choose one of the following options:. - ``AUTOMATIC`` - ``CUSTOM`` : Checks the custom seasonality value.
|
|
21050
|
+
:param time: The time field that is used in a computation.
|
|
21050
21051
|
:param upper_boundary: The upper boundary setup of a forecast computation.
|
|
21051
21052
|
:param value: The value field that is used in a computation.
|
|
21052
21053
|
|
|
@@ -21060,7 +21061,6 @@ class CfnAnalysis(
|
|
|
21060
21061
|
if __debug__:
|
|
21061
21062
|
type_hints = typing.get_type_hints(_typecheckingstub__c92d9e711d8ae9f042a8e0269c5d1cb5d882fc89523e5544ee0ef11f92029973)
|
|
21062
21063
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
21063
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
21064
21064
|
check_type(argname="argument custom_seasonality_value", value=custom_seasonality_value, expected_type=type_hints["custom_seasonality_value"])
|
|
21065
21065
|
check_type(argname="argument lower_boundary", value=lower_boundary, expected_type=type_hints["lower_boundary"])
|
|
21066
21066
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
@@ -21068,11 +21068,11 @@ class CfnAnalysis(
|
|
|
21068
21068
|
check_type(argname="argument periods_forward", value=periods_forward, expected_type=type_hints["periods_forward"])
|
|
21069
21069
|
check_type(argname="argument prediction_interval", value=prediction_interval, expected_type=type_hints["prediction_interval"])
|
|
21070
21070
|
check_type(argname="argument seasonality", value=seasonality, expected_type=type_hints["seasonality"])
|
|
21071
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
21071
21072
|
check_type(argname="argument upper_boundary", value=upper_boundary, expected_type=type_hints["upper_boundary"])
|
|
21072
21073
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
21073
21074
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
21074
21075
|
"computation_id": computation_id,
|
|
21075
|
-
"time": time,
|
|
21076
21076
|
}
|
|
21077
21077
|
if custom_seasonality_value is not None:
|
|
21078
21078
|
self._values["custom_seasonality_value"] = custom_seasonality_value
|
|
@@ -21088,6 +21088,8 @@ class CfnAnalysis(
|
|
|
21088
21088
|
self._values["prediction_interval"] = prediction_interval
|
|
21089
21089
|
if seasonality is not None:
|
|
21090
21090
|
self._values["seasonality"] = seasonality
|
|
21091
|
+
if time is not None:
|
|
21092
|
+
self._values["time"] = time
|
|
21091
21093
|
if upper_boundary is not None:
|
|
21092
21094
|
self._values["upper_boundary"] = upper_boundary
|
|
21093
21095
|
if value is not None:
|
|
@@ -21103,18 +21105,6 @@ class CfnAnalysis(
|
|
|
21103
21105
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
21104
21106
|
return typing.cast(builtins.str, result)
|
|
21105
21107
|
|
|
21106
|
-
@builtins.property
|
|
21107
|
-
def time(
|
|
21108
|
-
self,
|
|
21109
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
21110
|
-
'''The time field that is used in a computation.
|
|
21111
|
-
|
|
21112
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-forecastcomputation.html#cfn-quicksight-analysis-forecastcomputation-time
|
|
21113
|
-
'''
|
|
21114
|
-
result = self._values.get("time")
|
|
21115
|
-
assert result is not None, "Required property 'time' is missing"
|
|
21116
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
21117
|
-
|
|
21118
21108
|
@builtins.property
|
|
21119
21109
|
def custom_seasonality_value(self) -> typing.Optional[jsii.Number]:
|
|
21120
21110
|
'''The custom seasonality value setup of a forecast computation.
|
|
@@ -21181,6 +21171,17 @@ class CfnAnalysis(
|
|
|
21181
21171
|
result = self._values.get("seasonality")
|
|
21182
21172
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
21183
21173
|
|
|
21174
|
+
@builtins.property
|
|
21175
|
+
def time(
|
|
21176
|
+
self,
|
|
21177
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
21178
|
+
'''The time field that is used in a computation.
|
|
21179
|
+
|
|
21180
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-forecastcomputation.html#cfn-quicksight-analysis-forecastcomputation-time
|
|
21181
|
+
'''
|
|
21182
|
+
result = self._values.get("time")
|
|
21183
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
21184
|
+
|
|
21184
21185
|
@builtins.property
|
|
21185
21186
|
def upper_boundary(self) -> typing.Optional[jsii.Number]:
|
|
21186
21187
|
'''The upper boundary setup of a forecast computation.
|
|
@@ -26678,9 +26679,9 @@ class CfnAnalysis(
|
|
|
26678
26679
|
jsii_struct_bases=[],
|
|
26679
26680
|
name_mapping={
|
|
26680
26681
|
"computation_id": "computationId",
|
|
26681
|
-
"time": "time",
|
|
26682
26682
|
"name": "name",
|
|
26683
26683
|
"period_size": "periodSize",
|
|
26684
|
+
"time": "time",
|
|
26684
26685
|
"value": "value",
|
|
26685
26686
|
},
|
|
26686
26687
|
)
|
|
@@ -26689,17 +26690,17 @@ class CfnAnalysis(
|
|
|
26689
26690
|
self,
|
|
26690
26691
|
*,
|
|
26691
26692
|
computation_id: builtins.str,
|
|
26692
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
26693
26693
|
name: typing.Optional[builtins.str] = None,
|
|
26694
26694
|
period_size: typing.Optional[jsii.Number] = None,
|
|
26695
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26695
26696
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
26696
26697
|
) -> None:
|
|
26697
26698
|
'''The growth rate computation configuration.
|
|
26698
26699
|
|
|
26699
26700
|
:param computation_id: The ID for a computation.
|
|
26700
|
-
:param time: The time field that is used in a computation.
|
|
26701
26701
|
:param name: The name of a computation.
|
|
26702
26702
|
:param period_size: The period size setup of a growth rate computation. Default: - 0
|
|
26703
|
+
:param time: The time field that is used in a computation.
|
|
26703
26704
|
:param value: The value field that is used in a computation.
|
|
26704
26705
|
|
|
26705
26706
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-growthratecomputation.html
|
|
@@ -26713,6 +26714,10 @@ class CfnAnalysis(
|
|
|
26713
26714
|
|
|
26714
26715
|
growth_rate_computation_property = quicksight.CfnAnalysis.GrowthRateComputationProperty(
|
|
26715
26716
|
computation_id="computationId",
|
|
26717
|
+
|
|
26718
|
+
# the properties below are optional
|
|
26719
|
+
name="name",
|
|
26720
|
+
period_size=123,
|
|
26716
26721
|
time=quicksight.CfnAnalysis.DimensionFieldProperty(
|
|
26717
26722
|
categorical_dimension_field=quicksight.CfnAnalysis.CategoricalDimensionFieldProperty(
|
|
26718
26723
|
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
@@ -26954,10 +26959,6 @@ class CfnAnalysis(
|
|
|
26954
26959
|
hierarchy_id="hierarchyId"
|
|
26955
26960
|
)
|
|
26956
26961
|
),
|
|
26957
|
-
|
|
26958
|
-
# the properties below are optional
|
|
26959
|
-
name="name",
|
|
26960
|
-
period_size=123,
|
|
26961
26962
|
value=quicksight.CfnAnalysis.MeasureFieldProperty(
|
|
26962
26963
|
calculated_measure_field=quicksight.CfnAnalysis.CalculatedMeasureFieldProperty(
|
|
26963
26964
|
expression="expression",
|
|
@@ -27212,18 +27213,19 @@ class CfnAnalysis(
|
|
|
27212
27213
|
if __debug__:
|
|
27213
27214
|
type_hints = typing.get_type_hints(_typecheckingstub__ba3a1d3fae573c9d9556225f15a510102810b06ed491a8765e3fad28f9ed47bd)
|
|
27214
27215
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
27215
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
27216
27216
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
27217
27217
|
check_type(argname="argument period_size", value=period_size, expected_type=type_hints["period_size"])
|
|
27218
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
27218
27219
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
27219
27220
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
27220
27221
|
"computation_id": computation_id,
|
|
27221
|
-
"time": time,
|
|
27222
27222
|
}
|
|
27223
27223
|
if name is not None:
|
|
27224
27224
|
self._values["name"] = name
|
|
27225
27225
|
if period_size is not None:
|
|
27226
27226
|
self._values["period_size"] = period_size
|
|
27227
|
+
if time is not None:
|
|
27228
|
+
self._values["time"] = time
|
|
27227
27229
|
if value is not None:
|
|
27228
27230
|
self._values["value"] = value
|
|
27229
27231
|
|
|
@@ -27237,18 +27239,6 @@ class CfnAnalysis(
|
|
|
27237
27239
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
27238
27240
|
return typing.cast(builtins.str, result)
|
|
27239
27241
|
|
|
27240
|
-
@builtins.property
|
|
27241
|
-
def time(
|
|
27242
|
-
self,
|
|
27243
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
27244
|
-
'''The time field that is used in a computation.
|
|
27245
|
-
|
|
27246
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-growthratecomputation.html#cfn-quicksight-analysis-growthratecomputation-time
|
|
27247
|
-
'''
|
|
27248
|
-
result = self._values.get("time")
|
|
27249
|
-
assert result is not None, "Required property 'time' is missing"
|
|
27250
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
27251
|
-
|
|
27252
27242
|
@builtins.property
|
|
27253
27243
|
def name(self) -> typing.Optional[builtins.str]:
|
|
27254
27244
|
'''The name of a computation.
|
|
@@ -27269,6 +27259,17 @@ class CfnAnalysis(
|
|
|
27269
27259
|
result = self._values.get("period_size")
|
|
27270
27260
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
27271
27261
|
|
|
27262
|
+
@builtins.property
|
|
27263
|
+
def time(
|
|
27264
|
+
self,
|
|
27265
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
27266
|
+
'''The time field that is used in a computation.
|
|
27267
|
+
|
|
27268
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-growthratecomputation.html#cfn-quicksight-analysis-growthratecomputation-time
|
|
27269
|
+
'''
|
|
27270
|
+
result = self._values.get("time")
|
|
27271
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
27272
|
+
|
|
27272
27273
|
@builtins.property
|
|
27273
27274
|
def value(
|
|
27274
27275
|
self,
|
|
@@ -33692,9 +33693,9 @@ class CfnAnalysis(
|
|
|
33692
33693
|
jsii_struct_bases=[],
|
|
33693
33694
|
name_mapping={
|
|
33694
33695
|
"computation_id": "computationId",
|
|
33695
|
-
"time": "time",
|
|
33696
33696
|
"type": "type",
|
|
33697
33697
|
"name": "name",
|
|
33698
|
+
"time": "time",
|
|
33698
33699
|
"value": "value",
|
|
33699
33700
|
},
|
|
33700
33701
|
)
|
|
@@ -33703,17 +33704,17 @@ class CfnAnalysis(
|
|
|
33703
33704
|
self,
|
|
33704
33705
|
*,
|
|
33705
33706
|
computation_id: builtins.str,
|
|
33706
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
33707
33707
|
type: builtins.str,
|
|
33708
33708
|
name: typing.Optional[builtins.str] = None,
|
|
33709
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
33709
33710
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
33710
33711
|
) -> None:
|
|
33711
33712
|
'''The maximum and minimum computation configuration.
|
|
33712
33713
|
|
|
33713
33714
|
:param computation_id: The ID for a computation.
|
|
33714
|
-
:param time: The time field that is used in a computation.
|
|
33715
33715
|
:param type: The type of computation. Choose one of the following options:. - MAXIMUM: A maximum computation. - MINIMUM: A minimum computation.
|
|
33716
33716
|
:param name: The name of a computation.
|
|
33717
|
+
:param time: The time field that is used in a computation.
|
|
33717
33718
|
:param value: The value field that is used in a computation.
|
|
33718
33719
|
|
|
33719
33720
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-maximumminimumcomputation.html
|
|
@@ -33727,6 +33728,10 @@ class CfnAnalysis(
|
|
|
33727
33728
|
|
|
33728
33729
|
maximum_minimum_computation_property = quicksight.CfnAnalysis.MaximumMinimumComputationProperty(
|
|
33729
33730
|
computation_id="computationId",
|
|
33731
|
+
type="type",
|
|
33732
|
+
|
|
33733
|
+
# the properties below are optional
|
|
33734
|
+
name="name",
|
|
33730
33735
|
time=quicksight.CfnAnalysis.DimensionFieldProperty(
|
|
33731
33736
|
categorical_dimension_field=quicksight.CfnAnalysis.CategoricalDimensionFieldProperty(
|
|
33732
33737
|
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
@@ -33968,10 +33973,6 @@ class CfnAnalysis(
|
|
|
33968
33973
|
hierarchy_id="hierarchyId"
|
|
33969
33974
|
)
|
|
33970
33975
|
),
|
|
33971
|
-
type="type",
|
|
33972
|
-
|
|
33973
|
-
# the properties below are optional
|
|
33974
|
-
name="name",
|
|
33975
33976
|
value=quicksight.CfnAnalysis.MeasureFieldProperty(
|
|
33976
33977
|
calculated_measure_field=quicksight.CfnAnalysis.CalculatedMeasureFieldProperty(
|
|
33977
33978
|
expression="expression",
|
|
@@ -34226,17 +34227,18 @@ class CfnAnalysis(
|
|
|
34226
34227
|
if __debug__:
|
|
34227
34228
|
type_hints = typing.get_type_hints(_typecheckingstub__91509d04a0e8ae4917832fd46882ec304495325653d7e06f260ef76a23f38651)
|
|
34228
34229
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
34229
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
34230
34230
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
34231
34231
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
34232
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
34232
34233
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
34233
34234
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
34234
34235
|
"computation_id": computation_id,
|
|
34235
|
-
"time": time,
|
|
34236
34236
|
"type": type,
|
|
34237
34237
|
}
|
|
34238
34238
|
if name is not None:
|
|
34239
34239
|
self._values["name"] = name
|
|
34240
|
+
if time is not None:
|
|
34241
|
+
self._values["time"] = time
|
|
34240
34242
|
if value is not None:
|
|
34241
34243
|
self._values["value"] = value
|
|
34242
34244
|
|
|
@@ -34250,18 +34252,6 @@ class CfnAnalysis(
|
|
|
34250
34252
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
34251
34253
|
return typing.cast(builtins.str, result)
|
|
34252
34254
|
|
|
34253
|
-
@builtins.property
|
|
34254
|
-
def time(
|
|
34255
|
-
self,
|
|
34256
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
34257
|
-
'''The time field that is used in a computation.
|
|
34258
|
-
|
|
34259
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-maximumminimumcomputation.html#cfn-quicksight-analysis-maximumminimumcomputation-time
|
|
34260
|
-
'''
|
|
34261
|
-
result = self._values.get("time")
|
|
34262
|
-
assert result is not None, "Required property 'time' is missing"
|
|
34263
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
34264
|
-
|
|
34265
34255
|
@builtins.property
|
|
34266
34256
|
def type(self) -> builtins.str:
|
|
34267
34257
|
'''The type of computation. Choose one of the following options:.
|
|
@@ -34284,6 +34274,17 @@ class CfnAnalysis(
|
|
|
34284
34274
|
result = self._values.get("name")
|
|
34285
34275
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
34286
34276
|
|
|
34277
|
+
@builtins.property
|
|
34278
|
+
def time(
|
|
34279
|
+
self,
|
|
34280
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
34281
|
+
'''The time field that is used in a computation.
|
|
34282
|
+
|
|
34283
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-maximumminimumcomputation.html#cfn-quicksight-analysis-maximumminimumcomputation-time
|
|
34284
|
+
'''
|
|
34285
|
+
result = self._values.get("time")
|
|
34286
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
34287
|
+
|
|
34287
34288
|
@builtins.property
|
|
34288
34289
|
def value(
|
|
34289
34290
|
self,
|
|
@@ -34668,9 +34669,9 @@ class CfnAnalysis(
|
|
|
34668
34669
|
name_mapping={
|
|
34669
34670
|
"computation_id": "computationId",
|
|
34670
34671
|
"from_value": "fromValue",
|
|
34672
|
+
"name": "name",
|
|
34671
34673
|
"target_value": "targetValue",
|
|
34672
34674
|
"time": "time",
|
|
34673
|
-
"name": "name",
|
|
34674
34675
|
},
|
|
34675
34676
|
)
|
|
34676
34677
|
class MetricComparisonComputationProperty:
|
|
@@ -34678,18 +34679,18 @@ class CfnAnalysis(
|
|
|
34678
34679
|
self,
|
|
34679
34680
|
*,
|
|
34680
34681
|
computation_id: builtins.str,
|
|
34681
|
-
from_value: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
34682
|
-
target_value: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
34683
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
34682
|
+
from_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34684
34683
|
name: typing.Optional[builtins.str] = None,
|
|
34684
|
+
target_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34685
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34685
34686
|
) -> None:
|
|
34686
34687
|
'''The metric comparison computation configuration.
|
|
34687
34688
|
|
|
34688
34689
|
:param computation_id: The ID for a computation.
|
|
34689
34690
|
:param from_value: The field that is used in a metric comparison from value setup.
|
|
34691
|
+
:param name: The name of a computation.
|
|
34690
34692
|
:param target_value: The field that is used in a metric comparison to value setup.
|
|
34691
34693
|
:param time: The time field that is used in a computation.
|
|
34692
|
-
:param name: The name of a computation.
|
|
34693
34694
|
|
|
34694
34695
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-metriccomparisoncomputation.html
|
|
34695
34696
|
:exampleMetadata: fixture=_generated
|
|
@@ -34702,17 +34703,20 @@ class CfnAnalysis(
|
|
|
34702
34703
|
type_hints = typing.get_type_hints(_typecheckingstub__50bb05b9db78e8a22fb074f318a4866d592109593030fb6706a040baed1f2206)
|
|
34703
34704
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
34704
34705
|
check_type(argname="argument from_value", value=from_value, expected_type=type_hints["from_value"])
|
|
34706
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
34705
34707
|
check_type(argname="argument target_value", value=target_value, expected_type=type_hints["target_value"])
|
|
34706
34708
|
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
34707
|
-
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
34708
34709
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
34709
34710
|
"computation_id": computation_id,
|
|
34710
|
-
"from_value": from_value,
|
|
34711
|
-
"target_value": target_value,
|
|
34712
|
-
"time": time,
|
|
34713
34711
|
}
|
|
34712
|
+
if from_value is not None:
|
|
34713
|
+
self._values["from_value"] = from_value
|
|
34714
34714
|
if name is not None:
|
|
34715
34715
|
self._values["name"] = name
|
|
34716
|
+
if target_value is not None:
|
|
34717
|
+
self._values["target_value"] = target_value
|
|
34718
|
+
if time is not None:
|
|
34719
|
+
self._values["time"] = time
|
|
34716
34720
|
|
|
34717
34721
|
@builtins.property
|
|
34718
34722
|
def computation_id(self) -> builtins.str:
|
|
@@ -34727,47 +34731,44 @@ class CfnAnalysis(
|
|
|
34727
34731
|
@builtins.property
|
|
34728
34732
|
def from_value(
|
|
34729
34733
|
self,
|
|
34730
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]:
|
|
34734
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]]:
|
|
34731
34735
|
'''The field that is used in a metric comparison from value setup.
|
|
34732
34736
|
|
|
34733
34737
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-metriccomparisoncomputation.html#cfn-quicksight-analysis-metriccomparisoncomputation-fromvalue
|
|
34734
34738
|
'''
|
|
34735
34739
|
result = self._values.get("from_value")
|
|
34736
|
-
|
|
34737
|
-
|
|
34740
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]], result)
|
|
34741
|
+
|
|
34742
|
+
@builtins.property
|
|
34743
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
34744
|
+
'''The name of a computation.
|
|
34745
|
+
|
|
34746
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-metriccomparisoncomputation.html#cfn-quicksight-analysis-metriccomparisoncomputation-name
|
|
34747
|
+
'''
|
|
34748
|
+
result = self._values.get("name")
|
|
34749
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
34738
34750
|
|
|
34739
34751
|
@builtins.property
|
|
34740
34752
|
def target_value(
|
|
34741
34753
|
self,
|
|
34742
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]:
|
|
34754
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]]:
|
|
34743
34755
|
'''The field that is used in a metric comparison to value setup.
|
|
34744
34756
|
|
|
34745
34757
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-metriccomparisoncomputation.html#cfn-quicksight-analysis-metriccomparisoncomputation-targetvalue
|
|
34746
34758
|
'''
|
|
34747
34759
|
result = self._values.get("target_value")
|
|
34748
|
-
|
|
34749
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"], result)
|
|
34760
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]], result)
|
|
34750
34761
|
|
|
34751
34762
|
@builtins.property
|
|
34752
34763
|
def time(
|
|
34753
34764
|
self,
|
|
34754
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
34765
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
34755
34766
|
'''The time field that is used in a computation.
|
|
34756
34767
|
|
|
34757
34768
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-metriccomparisoncomputation.html#cfn-quicksight-analysis-metriccomparisoncomputation-time
|
|
34758
34769
|
'''
|
|
34759
34770
|
result = self._values.get("time")
|
|
34760
|
-
|
|
34761
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
34762
|
-
|
|
34763
|
-
@builtins.property
|
|
34764
|
-
def name(self) -> typing.Optional[builtins.str]:
|
|
34765
|
-
'''The name of a computation.
|
|
34766
|
-
|
|
34767
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-metriccomparisoncomputation.html#cfn-quicksight-analysis-metriccomparisoncomputation-name
|
|
34768
|
-
'''
|
|
34769
|
-
result = self._values.get("name")
|
|
34770
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
34771
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
34771
34772
|
|
|
34772
34773
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
34773
34774
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -39124,8 +39125,8 @@ class CfnAnalysis(
|
|
|
39124
39125
|
jsii_struct_bases=[],
|
|
39125
39126
|
name_mapping={
|
|
39126
39127
|
"computation_id": "computationId",
|
|
39127
|
-
"time": "time",
|
|
39128
39128
|
"name": "name",
|
|
39129
|
+
"time": "time",
|
|
39129
39130
|
"value": "value",
|
|
39130
39131
|
},
|
|
39131
39132
|
)
|
|
@@ -39134,15 +39135,15 @@ class CfnAnalysis(
|
|
|
39134
39135
|
self,
|
|
39135
39136
|
*,
|
|
39136
39137
|
computation_id: builtins.str,
|
|
39137
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
39138
39138
|
name: typing.Optional[builtins.str] = None,
|
|
39139
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
39139
39140
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
39140
39141
|
) -> None:
|
|
39141
39142
|
'''The period over period computation configuration.
|
|
39142
39143
|
|
|
39143
39144
|
:param computation_id: The ID for a computation.
|
|
39144
|
-
:param time: The time field that is used in a computation.
|
|
39145
39145
|
:param name: The name of a computation.
|
|
39146
|
+
:param time: The time field that is used in a computation.
|
|
39146
39147
|
:param value: The value field that is used in a computation.
|
|
39147
39148
|
|
|
39148
39149
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-periodoverperiodcomputation.html
|
|
@@ -39156,6 +39157,9 @@ class CfnAnalysis(
|
|
|
39156
39157
|
|
|
39157
39158
|
period_over_period_computation_property = quicksight.CfnAnalysis.PeriodOverPeriodComputationProperty(
|
|
39158
39159
|
computation_id="computationId",
|
|
39160
|
+
|
|
39161
|
+
# the properties below are optional
|
|
39162
|
+
name="name",
|
|
39159
39163
|
time=quicksight.CfnAnalysis.DimensionFieldProperty(
|
|
39160
39164
|
categorical_dimension_field=quicksight.CfnAnalysis.CategoricalDimensionFieldProperty(
|
|
39161
39165
|
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
@@ -39397,9 +39401,6 @@ class CfnAnalysis(
|
|
|
39397
39401
|
hierarchy_id="hierarchyId"
|
|
39398
39402
|
)
|
|
39399
39403
|
),
|
|
39400
|
-
|
|
39401
|
-
# the properties below are optional
|
|
39402
|
-
name="name",
|
|
39403
39404
|
value=quicksight.CfnAnalysis.MeasureFieldProperty(
|
|
39404
39405
|
calculated_measure_field=quicksight.CfnAnalysis.CalculatedMeasureFieldProperty(
|
|
39405
39406
|
expression="expression",
|
|
@@ -39654,15 +39655,16 @@ class CfnAnalysis(
|
|
|
39654
39655
|
if __debug__:
|
|
39655
39656
|
type_hints = typing.get_type_hints(_typecheckingstub__19abb806312347d369d990a7bb54b20d3a7767497ca5fc56c09168efbc1ffb70)
|
|
39656
39657
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
39657
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
39658
39658
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
39659
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
39659
39660
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
39660
39661
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
39661
39662
|
"computation_id": computation_id,
|
|
39662
|
-
"time": time,
|
|
39663
39663
|
}
|
|
39664
39664
|
if name is not None:
|
|
39665
39665
|
self._values["name"] = name
|
|
39666
|
+
if time is not None:
|
|
39667
|
+
self._values["time"] = time
|
|
39666
39668
|
if value is not None:
|
|
39667
39669
|
self._values["value"] = value
|
|
39668
39670
|
|
|
@@ -39676,18 +39678,6 @@ class CfnAnalysis(
|
|
|
39676
39678
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
39677
39679
|
return typing.cast(builtins.str, result)
|
|
39678
39680
|
|
|
39679
|
-
@builtins.property
|
|
39680
|
-
def time(
|
|
39681
|
-
self,
|
|
39682
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
39683
|
-
'''The time field that is used in a computation.
|
|
39684
|
-
|
|
39685
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-periodoverperiodcomputation.html#cfn-quicksight-analysis-periodoverperiodcomputation-time
|
|
39686
|
-
'''
|
|
39687
|
-
result = self._values.get("time")
|
|
39688
|
-
assert result is not None, "Required property 'time' is missing"
|
|
39689
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
39690
|
-
|
|
39691
39681
|
@builtins.property
|
|
39692
39682
|
def name(self) -> typing.Optional[builtins.str]:
|
|
39693
39683
|
'''The name of a computation.
|
|
@@ -39697,6 +39687,17 @@ class CfnAnalysis(
|
|
|
39697
39687
|
result = self._values.get("name")
|
|
39698
39688
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
39699
39689
|
|
|
39690
|
+
@builtins.property
|
|
39691
|
+
def time(
|
|
39692
|
+
self,
|
|
39693
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
39694
|
+
'''The time field that is used in a computation.
|
|
39695
|
+
|
|
39696
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-periodoverperiodcomputation.html#cfn-quicksight-analysis-periodoverperiodcomputation-time
|
|
39697
|
+
'''
|
|
39698
|
+
result = self._values.get("time")
|
|
39699
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
39700
|
+
|
|
39700
39701
|
@builtins.property
|
|
39701
39702
|
def value(
|
|
39702
39703
|
self,
|
|
@@ -39724,9 +39725,9 @@ class CfnAnalysis(
|
|
|
39724
39725
|
jsii_struct_bases=[],
|
|
39725
39726
|
name_mapping={
|
|
39726
39727
|
"computation_id": "computationId",
|
|
39727
|
-
"time": "time",
|
|
39728
39728
|
"name": "name",
|
|
39729
39729
|
"period_time_granularity": "periodTimeGranularity",
|
|
39730
|
+
"time": "time",
|
|
39730
39731
|
"value": "value",
|
|
39731
39732
|
},
|
|
39732
39733
|
)
|
|
@@ -39735,17 +39736,17 @@ class CfnAnalysis(
|
|
|
39735
39736
|
self,
|
|
39736
39737
|
*,
|
|
39737
39738
|
computation_id: builtins.str,
|
|
39738
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
39739
39739
|
name: typing.Optional[builtins.str] = None,
|
|
39740
39740
|
period_time_granularity: typing.Optional[builtins.str] = None,
|
|
39741
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
39741
39742
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
39742
39743
|
) -> None:
|
|
39743
39744
|
'''The period to date computation configuration.
|
|
39744
39745
|
|
|
39745
39746
|
:param computation_id: The ID for a computation.
|
|
39746
|
-
:param time: The time field that is used in a computation.
|
|
39747
39747
|
:param name: The name of a computation.
|
|
39748
39748
|
:param period_time_granularity: The time granularity setup of period to date computation. Choose from the following options:. - YEAR: Year to date. - MONTH: Month to date.
|
|
39749
|
+
:param time: The time field that is used in a computation.
|
|
39749
39750
|
:param value: The value field that is used in a computation.
|
|
39750
39751
|
|
|
39751
39752
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-periodtodatecomputation.html
|
|
@@ -39759,6 +39760,10 @@ class CfnAnalysis(
|
|
|
39759
39760
|
|
|
39760
39761
|
period_to_date_computation_property = quicksight.CfnAnalysis.PeriodToDateComputationProperty(
|
|
39761
39762
|
computation_id="computationId",
|
|
39763
|
+
|
|
39764
|
+
# the properties below are optional
|
|
39765
|
+
name="name",
|
|
39766
|
+
period_time_granularity="periodTimeGranularity",
|
|
39762
39767
|
time=quicksight.CfnAnalysis.DimensionFieldProperty(
|
|
39763
39768
|
categorical_dimension_field=quicksight.CfnAnalysis.CategoricalDimensionFieldProperty(
|
|
39764
39769
|
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
@@ -40000,10 +40005,6 @@ class CfnAnalysis(
|
|
|
40000
40005
|
hierarchy_id="hierarchyId"
|
|
40001
40006
|
)
|
|
40002
40007
|
),
|
|
40003
|
-
|
|
40004
|
-
# the properties below are optional
|
|
40005
|
-
name="name",
|
|
40006
|
-
period_time_granularity="periodTimeGranularity",
|
|
40007
40008
|
value=quicksight.CfnAnalysis.MeasureFieldProperty(
|
|
40008
40009
|
calculated_measure_field=quicksight.CfnAnalysis.CalculatedMeasureFieldProperty(
|
|
40009
40010
|
expression="expression",
|
|
@@ -40258,18 +40259,19 @@ class CfnAnalysis(
|
|
|
40258
40259
|
if __debug__:
|
|
40259
40260
|
type_hints = typing.get_type_hints(_typecheckingstub__fe85ace06e99d6c2d932a6aa27764fdf899d91a8fa36393bf94f4d593596c62f)
|
|
40260
40261
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
40261
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
40262
40262
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
40263
40263
|
check_type(argname="argument period_time_granularity", value=period_time_granularity, expected_type=type_hints["period_time_granularity"])
|
|
40264
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
40264
40265
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
40265
40266
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
40266
40267
|
"computation_id": computation_id,
|
|
40267
|
-
"time": time,
|
|
40268
40268
|
}
|
|
40269
40269
|
if name is not None:
|
|
40270
40270
|
self._values["name"] = name
|
|
40271
40271
|
if period_time_granularity is not None:
|
|
40272
40272
|
self._values["period_time_granularity"] = period_time_granularity
|
|
40273
|
+
if time is not None:
|
|
40274
|
+
self._values["time"] = time
|
|
40273
40275
|
if value is not None:
|
|
40274
40276
|
self._values["value"] = value
|
|
40275
40277
|
|
|
@@ -40283,18 +40285,6 @@ class CfnAnalysis(
|
|
|
40283
40285
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
40284
40286
|
return typing.cast(builtins.str, result)
|
|
40285
40287
|
|
|
40286
|
-
@builtins.property
|
|
40287
|
-
def time(
|
|
40288
|
-
self,
|
|
40289
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
40290
|
-
'''The time field that is used in a computation.
|
|
40291
|
-
|
|
40292
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-periodtodatecomputation.html#cfn-quicksight-analysis-periodtodatecomputation-time
|
|
40293
|
-
'''
|
|
40294
|
-
result = self._values.get("time")
|
|
40295
|
-
assert result is not None, "Required property 'time' is missing"
|
|
40296
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
40297
|
-
|
|
40298
40288
|
@builtins.property
|
|
40299
40289
|
def name(self) -> typing.Optional[builtins.str]:
|
|
40300
40290
|
'''The name of a computation.
|
|
@@ -40316,6 +40306,17 @@ class CfnAnalysis(
|
|
|
40316
40306
|
result = self._values.get("period_time_granularity")
|
|
40317
40307
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
40318
40308
|
|
|
40309
|
+
@builtins.property
|
|
40310
|
+
def time(
|
|
40311
|
+
self,
|
|
40312
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
40313
|
+
'''The time field that is used in a computation.
|
|
40314
|
+
|
|
40315
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-periodtodatecomputation.html#cfn-quicksight-analysis-periodtodatecomputation-time
|
|
40316
|
+
'''
|
|
40317
|
+
result = self._values.get("time")
|
|
40318
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
40319
|
+
|
|
40319
40320
|
@builtins.property
|
|
40320
40321
|
def value(
|
|
40321
40322
|
self,
|
|
@@ -56536,13 +56537,13 @@ class CfnAnalysis(
|
|
|
56536
56537
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.TopBottomMoversComputationProperty",
|
|
56537
56538
|
jsii_struct_bases=[],
|
|
56538
56539
|
name_mapping={
|
|
56539
|
-
"category": "category",
|
|
56540
56540
|
"computation_id": "computationId",
|
|
56541
|
-
"time": "time",
|
|
56542
56541
|
"type": "type",
|
|
56542
|
+
"category": "category",
|
|
56543
56543
|
"mover_size": "moverSize",
|
|
56544
56544
|
"name": "name",
|
|
56545
56545
|
"sort_order": "sortOrder",
|
|
56546
|
+
"time": "time",
|
|
56546
56547
|
"value": "value",
|
|
56547
56548
|
},
|
|
56548
56549
|
)
|
|
@@ -56550,24 +56551,24 @@ class CfnAnalysis(
|
|
|
56550
56551
|
def __init__(
|
|
56551
56552
|
self,
|
|
56552
56553
|
*,
|
|
56553
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
56554
56554
|
computation_id: builtins.str,
|
|
56555
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
56556
56555
|
type: builtins.str,
|
|
56556
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
56557
56557
|
mover_size: typing.Optional[jsii.Number] = None,
|
|
56558
56558
|
name: typing.Optional[builtins.str] = None,
|
|
56559
56559
|
sort_order: typing.Optional[builtins.str] = None,
|
|
56560
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
56560
56561
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
56561
56562
|
) -> None:
|
|
56562
56563
|
'''The top movers and bottom movers computation setup.
|
|
56563
56564
|
|
|
56564
|
-
:param category: The category field that is used in a computation.
|
|
56565
56565
|
:param computation_id: The ID for a computation.
|
|
56566
|
-
:param time: The time field that is used in a computation.
|
|
56567
56566
|
:param type: The computation type. Choose from the following options:. - TOP: Top movers computation. - BOTTOM: Bottom movers computation.
|
|
56567
|
+
:param category: The category field that is used in a computation.
|
|
56568
56568
|
:param mover_size: The mover size setup of the top and bottom movers computation. Default: - 0
|
|
56569
56569
|
:param name: The name of a computation.
|
|
56570
56570
|
:param sort_order: The sort order setup of the top and bottom movers computation.
|
|
56571
|
+
:param time: The time field that is used in a computation.
|
|
56571
56572
|
:param value: The value field that is used in a computation.
|
|
56572
56573
|
|
|
56573
56574
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-topbottommoverscomputation.html
|
|
@@ -56579,41 +56580,31 @@ class CfnAnalysis(
|
|
|
56579
56580
|
'''
|
|
56580
56581
|
if __debug__:
|
|
56581
56582
|
type_hints = typing.get_type_hints(_typecheckingstub__8add4baf39d0c008085931a458a6dabc8a0398f7d526ac3812f3fdd977c6ffa3)
|
|
56582
|
-
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
56583
56583
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
56584
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
56585
56584
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
56585
|
+
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
56586
56586
|
check_type(argname="argument mover_size", value=mover_size, expected_type=type_hints["mover_size"])
|
|
56587
56587
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
56588
56588
|
check_type(argname="argument sort_order", value=sort_order, expected_type=type_hints["sort_order"])
|
|
56589
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
56589
56590
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
56590
56591
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
56591
|
-
"category": category,
|
|
56592
56592
|
"computation_id": computation_id,
|
|
56593
|
-
"time": time,
|
|
56594
56593
|
"type": type,
|
|
56595
56594
|
}
|
|
56595
|
+
if category is not None:
|
|
56596
|
+
self._values["category"] = category
|
|
56596
56597
|
if mover_size is not None:
|
|
56597
56598
|
self._values["mover_size"] = mover_size
|
|
56598
56599
|
if name is not None:
|
|
56599
56600
|
self._values["name"] = name
|
|
56600
56601
|
if sort_order is not None:
|
|
56601
56602
|
self._values["sort_order"] = sort_order
|
|
56603
|
+
if time is not None:
|
|
56604
|
+
self._values["time"] = time
|
|
56602
56605
|
if value is not None:
|
|
56603
56606
|
self._values["value"] = value
|
|
56604
56607
|
|
|
56605
|
-
@builtins.property
|
|
56606
|
-
def category(
|
|
56607
|
-
self,
|
|
56608
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
56609
|
-
'''The category field that is used in a computation.
|
|
56610
|
-
|
|
56611
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-topbottommoverscomputation.html#cfn-quicksight-analysis-topbottommoverscomputation-category
|
|
56612
|
-
'''
|
|
56613
|
-
result = self._values.get("category")
|
|
56614
|
-
assert result is not None, "Required property 'category' is missing"
|
|
56615
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
56616
|
-
|
|
56617
56608
|
@builtins.property
|
|
56618
56609
|
def computation_id(self) -> builtins.str:
|
|
56619
56610
|
'''The ID for a computation.
|
|
@@ -56624,18 +56615,6 @@ class CfnAnalysis(
|
|
|
56624
56615
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
56625
56616
|
return typing.cast(builtins.str, result)
|
|
56626
56617
|
|
|
56627
|
-
@builtins.property
|
|
56628
|
-
def time(
|
|
56629
|
-
self,
|
|
56630
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
56631
|
-
'''The time field that is used in a computation.
|
|
56632
|
-
|
|
56633
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-topbottommoverscomputation.html#cfn-quicksight-analysis-topbottommoverscomputation-time
|
|
56634
|
-
'''
|
|
56635
|
-
result = self._values.get("time")
|
|
56636
|
-
assert result is not None, "Required property 'time' is missing"
|
|
56637
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
56638
|
-
|
|
56639
56618
|
@builtins.property
|
|
56640
56619
|
def type(self) -> builtins.str:
|
|
56641
56620
|
'''The computation type. Choose from the following options:.
|
|
@@ -56649,6 +56628,17 @@ class CfnAnalysis(
|
|
|
56649
56628
|
assert result is not None, "Required property 'type' is missing"
|
|
56650
56629
|
return typing.cast(builtins.str, result)
|
|
56651
56630
|
|
|
56631
|
+
@builtins.property
|
|
56632
|
+
def category(
|
|
56633
|
+
self,
|
|
56634
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
56635
|
+
'''The category field that is used in a computation.
|
|
56636
|
+
|
|
56637
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-topbottommoverscomputation.html#cfn-quicksight-analysis-topbottommoverscomputation-category
|
|
56638
|
+
'''
|
|
56639
|
+
result = self._values.get("category")
|
|
56640
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
56641
|
+
|
|
56652
56642
|
@builtins.property
|
|
56653
56643
|
def mover_size(self) -> typing.Optional[jsii.Number]:
|
|
56654
56644
|
'''The mover size setup of the top and bottom movers computation.
|
|
@@ -56678,6 +56668,17 @@ class CfnAnalysis(
|
|
|
56678
56668
|
result = self._values.get("sort_order")
|
|
56679
56669
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
56680
56670
|
|
|
56671
|
+
@builtins.property
|
|
56672
|
+
def time(
|
|
56673
|
+
self,
|
|
56674
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
56675
|
+
'''The time field that is used in a computation.
|
|
56676
|
+
|
|
56677
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-topbottommoverscomputation.html#cfn-quicksight-analysis-topbottommoverscomputation-time
|
|
56678
|
+
'''
|
|
56679
|
+
result = self._values.get("time")
|
|
56680
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
56681
|
+
|
|
56681
56682
|
@builtins.property
|
|
56682
56683
|
def value(
|
|
56683
56684
|
self,
|
|
@@ -56704,9 +56705,9 @@ class CfnAnalysis(
|
|
|
56704
56705
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.TopBottomRankedComputationProperty",
|
|
56705
56706
|
jsii_struct_bases=[],
|
|
56706
56707
|
name_mapping={
|
|
56707
|
-
"category": "category",
|
|
56708
56708
|
"computation_id": "computationId",
|
|
56709
56709
|
"type": "type",
|
|
56710
|
+
"category": "category",
|
|
56710
56711
|
"name": "name",
|
|
56711
56712
|
"result_size": "resultSize",
|
|
56712
56713
|
"value": "value",
|
|
@@ -56716,18 +56717,18 @@ class CfnAnalysis(
|
|
|
56716
56717
|
def __init__(
|
|
56717
56718
|
self,
|
|
56718
56719
|
*,
|
|
56719
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
56720
56720
|
computation_id: builtins.str,
|
|
56721
56721
|
type: builtins.str,
|
|
56722
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
56722
56723
|
name: typing.Optional[builtins.str] = None,
|
|
56723
56724
|
result_size: typing.Optional[jsii.Number] = None,
|
|
56724
56725
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
56725
56726
|
) -> None:
|
|
56726
56727
|
'''The top ranked and bottom ranked computation configuration.
|
|
56727
56728
|
|
|
56728
|
-
:param category: The category field that is used in a computation.
|
|
56729
56729
|
:param computation_id: The ID for a computation.
|
|
56730
56730
|
:param type: The computation type. Choose one of the following options:. - TOP: A top ranked computation. - BOTTOM: A bottom ranked computation.
|
|
56731
|
+
:param category: The category field that is used in a computation.
|
|
56731
56732
|
:param name: The name of a computation.
|
|
56732
56733
|
:param result_size: The result size of a top and bottom ranked computation. Default: - 0
|
|
56733
56734
|
:param value: The value field that is used in a computation.
|
|
@@ -56741,17 +56742,18 @@ class CfnAnalysis(
|
|
|
56741
56742
|
'''
|
|
56742
56743
|
if __debug__:
|
|
56743
56744
|
type_hints = typing.get_type_hints(_typecheckingstub__28735e743dd0651f6b742574ac00814fc1a0f6d214e1106c81085facf5ef67a1)
|
|
56744
|
-
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
56745
56745
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
56746
56746
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
56747
|
+
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
56747
56748
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
56748
56749
|
check_type(argname="argument result_size", value=result_size, expected_type=type_hints["result_size"])
|
|
56749
56750
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
56750
56751
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
56751
|
-
"category": category,
|
|
56752
56752
|
"computation_id": computation_id,
|
|
56753
56753
|
"type": type,
|
|
56754
56754
|
}
|
|
56755
|
+
if category is not None:
|
|
56756
|
+
self._values["category"] = category
|
|
56755
56757
|
if name is not None:
|
|
56756
56758
|
self._values["name"] = name
|
|
56757
56759
|
if result_size is not None:
|
|
@@ -56759,18 +56761,6 @@ class CfnAnalysis(
|
|
|
56759
56761
|
if value is not None:
|
|
56760
56762
|
self._values["value"] = value
|
|
56761
56763
|
|
|
56762
|
-
@builtins.property
|
|
56763
|
-
def category(
|
|
56764
|
-
self,
|
|
56765
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
56766
|
-
'''The category field that is used in a computation.
|
|
56767
|
-
|
|
56768
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-topbottomrankedcomputation-category
|
|
56769
|
-
'''
|
|
56770
|
-
result = self._values.get("category")
|
|
56771
|
-
assert result is not None, "Required property 'category' is missing"
|
|
56772
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
56773
|
-
|
|
56774
56764
|
@builtins.property
|
|
56775
56765
|
def computation_id(self) -> builtins.str:
|
|
56776
56766
|
'''The ID for a computation.
|
|
@@ -56794,6 +56784,17 @@ class CfnAnalysis(
|
|
|
56794
56784
|
assert result is not None, "Required property 'type' is missing"
|
|
56795
56785
|
return typing.cast(builtins.str, result)
|
|
56796
56786
|
|
|
56787
|
+
@builtins.property
|
|
56788
|
+
def category(
|
|
56789
|
+
self,
|
|
56790
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
56791
|
+
'''The category field that is used in a computation.
|
|
56792
|
+
|
|
56793
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-topbottomrankedcomputation-category
|
|
56794
|
+
'''
|
|
56795
|
+
result = self._values.get("category")
|
|
56796
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
56797
|
+
|
|
56797
56798
|
@builtins.property
|
|
56798
56799
|
def name(self) -> typing.Optional[builtins.str]:
|
|
56799
56800
|
'''The name of a computation.
|
|
@@ -56841,8 +56842,8 @@ class CfnAnalysis(
|
|
|
56841
56842
|
jsii_struct_bases=[],
|
|
56842
56843
|
name_mapping={
|
|
56843
56844
|
"computation_id": "computationId",
|
|
56844
|
-
"value": "value",
|
|
56845
56845
|
"name": "name",
|
|
56846
|
+
"value": "value",
|
|
56846
56847
|
},
|
|
56847
56848
|
)
|
|
56848
56849
|
class TotalAggregationComputationProperty:
|
|
@@ -56850,14 +56851,14 @@ class CfnAnalysis(
|
|
|
56850
56851
|
self,
|
|
56851
56852
|
*,
|
|
56852
56853
|
computation_id: builtins.str,
|
|
56853
|
-
value: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
56854
56854
|
name: typing.Optional[builtins.str] = None,
|
|
56855
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
56855
56856
|
) -> None:
|
|
56856
56857
|
'''The total aggregation computation configuration.
|
|
56857
56858
|
|
|
56858
56859
|
:param computation_id: The ID for a computation.
|
|
56859
|
-
:param value: The value field that is used in a computation.
|
|
56860
56860
|
:param name: The name of a computation.
|
|
56861
|
+
:param value: The value field that is used in a computation.
|
|
56861
56862
|
|
|
56862
56863
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationcomputation.html
|
|
56863
56864
|
:exampleMetadata: fixture=_generated
|
|
@@ -56870,6 +56871,9 @@ class CfnAnalysis(
|
|
|
56870
56871
|
|
|
56871
56872
|
total_aggregation_computation_property = quicksight.CfnAnalysis.TotalAggregationComputationProperty(
|
|
56872
56873
|
computation_id="computationId",
|
|
56874
|
+
|
|
56875
|
+
# the properties below are optional
|
|
56876
|
+
name="name",
|
|
56873
56877
|
value=quicksight.CfnAnalysis.MeasureFieldProperty(
|
|
56874
56878
|
calculated_measure_field=quicksight.CfnAnalysis.CalculatedMeasureFieldProperty(
|
|
56875
56879
|
expression="expression",
|
|
@@ -57118,23 +57122,21 @@ class CfnAnalysis(
|
|
|
57118
57122
|
)
|
|
57119
57123
|
)
|
|
57120
57124
|
)
|
|
57121
|
-
)
|
|
57122
|
-
|
|
57123
|
-
# the properties below are optional
|
|
57124
|
-
name="name"
|
|
57125
|
+
)
|
|
57125
57126
|
)
|
|
57126
57127
|
'''
|
|
57127
57128
|
if __debug__:
|
|
57128
57129
|
type_hints = typing.get_type_hints(_typecheckingstub__32f39adfbd8ec8fb473b1a5b4ed6c65df8be4d61566a8fbfcb5b5e164717629f)
|
|
57129
57130
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
57130
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
57131
57131
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
57132
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
57132
57133
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
57133
57134
|
"computation_id": computation_id,
|
|
57134
|
-
"value": value,
|
|
57135
57135
|
}
|
|
57136
57136
|
if name is not None:
|
|
57137
57137
|
self._values["name"] = name
|
|
57138
|
+
if value is not None:
|
|
57139
|
+
self._values["value"] = value
|
|
57138
57140
|
|
|
57139
57141
|
@builtins.property
|
|
57140
57142
|
def computation_id(self) -> builtins.str:
|
|
@@ -57146,18 +57148,6 @@ class CfnAnalysis(
|
|
|
57146
57148
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
57147
57149
|
return typing.cast(builtins.str, result)
|
|
57148
57150
|
|
|
57149
|
-
@builtins.property
|
|
57150
|
-
def value(
|
|
57151
|
-
self,
|
|
57152
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]:
|
|
57153
|
-
'''The value field that is used in a computation.
|
|
57154
|
-
|
|
57155
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationcomputation.html#cfn-quicksight-analysis-totalaggregationcomputation-value
|
|
57156
|
-
'''
|
|
57157
|
-
result = self._values.get("value")
|
|
57158
|
-
assert result is not None, "Required property 'value' is missing"
|
|
57159
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"], result)
|
|
57160
|
-
|
|
57161
57151
|
@builtins.property
|
|
57162
57152
|
def name(self) -> typing.Optional[builtins.str]:
|
|
57163
57153
|
'''The name of a computation.
|
|
@@ -57167,6 +57157,17 @@ class CfnAnalysis(
|
|
|
57167
57157
|
result = self._values.get("name")
|
|
57168
57158
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
57169
57159
|
|
|
57160
|
+
@builtins.property
|
|
57161
|
+
def value(
|
|
57162
|
+
self,
|
|
57163
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]]:
|
|
57164
|
+
'''The value field that is used in a computation.
|
|
57165
|
+
|
|
57166
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationcomputation.html#cfn-quicksight-analysis-totalaggregationcomputation-value
|
|
57167
|
+
'''
|
|
57168
|
+
result = self._values.get("value")
|
|
57169
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.MeasureFieldProperty"]], result)
|
|
57170
|
+
|
|
57170
57171
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
57171
57172
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
57172
57173
|
|
|
@@ -58303,8 +58304,8 @@ class CfnAnalysis(
|
|
|
58303
58304
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.UniqueValuesComputationProperty",
|
|
58304
58305
|
jsii_struct_bases=[],
|
|
58305
58306
|
name_mapping={
|
|
58306
|
-
"category": "category",
|
|
58307
58307
|
"computation_id": "computationId",
|
|
58308
|
+
"category": "category",
|
|
58308
58309
|
"name": "name",
|
|
58309
58310
|
},
|
|
58310
58311
|
)
|
|
@@ -58312,14 +58313,14 @@ class CfnAnalysis(
|
|
|
58312
58313
|
def __init__(
|
|
58313
58314
|
self,
|
|
58314
58315
|
*,
|
|
58315
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
58316
58316
|
computation_id: builtins.str,
|
|
58317
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
58317
58318
|
name: typing.Optional[builtins.str] = None,
|
|
58318
58319
|
) -> None:
|
|
58319
58320
|
'''The unique values computation configuration.
|
|
58320
58321
|
|
|
58321
|
-
:param category: The category field that is used in a computation.
|
|
58322
58322
|
:param computation_id: The ID for a computation.
|
|
58323
|
+
:param category: The category field that is used in a computation.
|
|
58323
58324
|
:param name: The name of a computation.
|
|
58324
58325
|
|
|
58325
58326
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-uniquevaluescomputation.html
|
|
@@ -58332,6 +58333,9 @@ class CfnAnalysis(
|
|
|
58332
58333
|
from aws_cdk import aws_quicksight as quicksight
|
|
58333
58334
|
|
|
58334
58335
|
unique_values_computation_property = quicksight.CfnAnalysis.UniqueValuesComputationProperty(
|
|
58336
|
+
computation_id="computationId",
|
|
58337
|
+
|
|
58338
|
+
# the properties below are optional
|
|
58335
58339
|
category=quicksight.CfnAnalysis.DimensionFieldProperty(
|
|
58336
58340
|
categorical_dimension_field=quicksight.CfnAnalysis.CategoricalDimensionFieldProperty(
|
|
58337
58341
|
column=quicksight.CfnAnalysis.ColumnIdentifierProperty(
|
|
@@ -58573,36 +58577,22 @@ class CfnAnalysis(
|
|
|
58573
58577
|
hierarchy_id="hierarchyId"
|
|
58574
58578
|
)
|
|
58575
58579
|
),
|
|
58576
|
-
computation_id="computationId",
|
|
58577
|
-
|
|
58578
|
-
# the properties below are optional
|
|
58579
58580
|
name="name"
|
|
58580
58581
|
)
|
|
58581
58582
|
'''
|
|
58582
58583
|
if __debug__:
|
|
58583
58584
|
type_hints = typing.get_type_hints(_typecheckingstub__694d5d0b7cd15aed71341557fca998d4eb548ee61966a5ea32f3acd7f3fb6dce)
|
|
58584
|
-
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
58585
58585
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
58586
|
+
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
58586
58587
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
58587
58588
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
58588
|
-
"category": category,
|
|
58589
58589
|
"computation_id": computation_id,
|
|
58590
58590
|
}
|
|
58591
|
+
if category is not None:
|
|
58592
|
+
self._values["category"] = category
|
|
58591
58593
|
if name is not None:
|
|
58592
58594
|
self._values["name"] = name
|
|
58593
58595
|
|
|
58594
|
-
@builtins.property
|
|
58595
|
-
def category(
|
|
58596
|
-
self,
|
|
58597
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]:
|
|
58598
|
-
'''The category field that is used in a computation.
|
|
58599
|
-
|
|
58600
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-uniquevaluescomputation.html#cfn-quicksight-analysis-uniquevaluescomputation-category
|
|
58601
|
-
'''
|
|
58602
|
-
result = self._values.get("category")
|
|
58603
|
-
assert result is not None, "Required property 'category' is missing"
|
|
58604
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"], result)
|
|
58605
|
-
|
|
58606
58596
|
@builtins.property
|
|
58607
58597
|
def computation_id(self) -> builtins.str:
|
|
58608
58598
|
'''The ID for a computation.
|
|
@@ -58613,6 +58603,17 @@ class CfnAnalysis(
|
|
|
58613
58603
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
58614
58604
|
return typing.cast(builtins.str, result)
|
|
58615
58605
|
|
|
58606
|
+
@builtins.property
|
|
58607
|
+
def category(
|
|
58608
|
+
self,
|
|
58609
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]]:
|
|
58610
|
+
'''The category field that is used in a computation.
|
|
58611
|
+
|
|
58612
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-uniquevaluescomputation.html#cfn-quicksight-analysis-uniquevaluescomputation-category
|
|
58613
|
+
'''
|
|
58614
|
+
result = self._values.get("category")
|
|
58615
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.DimensionFieldProperty"]], result)
|
|
58616
|
+
|
|
58616
58617
|
@builtins.property
|
|
58617
58618
|
def name(self) -> typing.Optional[builtins.str]:
|
|
58618
58619
|
'''The name of a computation.
|
|
@@ -62383,6 +62384,7 @@ class CfnDashboard(
|
|
|
62383
62384
|
A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different AWS account .
|
|
62384
62385
|
|
|
62385
62386
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html
|
|
62387
|
+
:cloudformationResource: AWS::QuickSight::Dashboard
|
|
62386
62388
|
:exampleMetadata: fixture=_generated
|
|
62387
62389
|
|
|
62388
62390
|
Example::
|
|
@@ -125277,6 +125279,7 @@ class CfnDataSet(
|
|
|
125277
125279
|
This operation doesn't support datasets that include uploaded files as a source.
|
|
125278
125280
|
|
|
125279
125281
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html
|
|
125282
|
+
:cloudformationResource: AWS::QuickSight::DataSet
|
|
125280
125283
|
:exampleMetadata: fixture=_generated
|
|
125281
125284
|
|
|
125282
125285
|
Example::
|
|
@@ -130842,6 +130845,7 @@ class CfnDataSource(
|
|
|
130842
130845
|
'''Creates a data source.
|
|
130843
130846
|
|
|
130844
130847
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-datasource.html
|
|
130848
|
+
:cloudformationResource: AWS::QuickSight::DataSource
|
|
130845
130849
|
:exampleMetadata: fixture=_generated
|
|
130846
130850
|
|
|
130847
130851
|
Example::
|
|
@@ -134657,6 +134661,7 @@ class CfnRefreshSchedule(
|
|
|
134657
134661
|
'''Creates a refresh schedule for a dataset in Amazon QuickSight .
|
|
134658
134662
|
|
|
134659
134663
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-refreshschedule.html
|
|
134664
|
+
:cloudformationResource: AWS::QuickSight::RefreshSchedule
|
|
134660
134665
|
:exampleMetadata: fixture=_generated
|
|
134661
134666
|
|
|
134662
134667
|
Example::
|
|
@@ -135235,6 +135240,7 @@ class CfnTemplate(
|
|
|
135235
135240
|
A *template* is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.
|
|
135236
135241
|
|
|
135237
135242
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-template.html
|
|
135243
|
+
:cloudformationResource: AWS::QuickSight::Template
|
|
135238
135244
|
:exampleMetadata: fixture=_generated
|
|
135239
135245
|
|
|
135240
135246
|
Example::
|
|
@@ -155970,7 +155976,6 @@ class CfnTemplate(
|
|
|
155970
155976
|
jsii_struct_bases=[],
|
|
155971
155977
|
name_mapping={
|
|
155972
155978
|
"computation_id": "computationId",
|
|
155973
|
-
"time": "time",
|
|
155974
155979
|
"custom_seasonality_value": "customSeasonalityValue",
|
|
155975
155980
|
"lower_boundary": "lowerBoundary",
|
|
155976
155981
|
"name": "name",
|
|
@@ -155978,6 +155983,7 @@ class CfnTemplate(
|
|
|
155978
155983
|
"periods_forward": "periodsForward",
|
|
155979
155984
|
"prediction_interval": "predictionInterval",
|
|
155980
155985
|
"seasonality": "seasonality",
|
|
155986
|
+
"time": "time",
|
|
155981
155987
|
"upper_boundary": "upperBoundary",
|
|
155982
155988
|
"value": "value",
|
|
155983
155989
|
},
|
|
@@ -155987,7 +155993,6 @@ class CfnTemplate(
|
|
|
155987
155993
|
self,
|
|
155988
155994
|
*,
|
|
155989
155995
|
computation_id: builtins.str,
|
|
155990
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
155991
155996
|
custom_seasonality_value: typing.Optional[jsii.Number] = None,
|
|
155992
155997
|
lower_boundary: typing.Optional[jsii.Number] = None,
|
|
155993
155998
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -155995,13 +156000,13 @@ class CfnTemplate(
|
|
|
155995
156000
|
periods_forward: typing.Optional[jsii.Number] = None,
|
|
155996
156001
|
prediction_interval: typing.Optional[jsii.Number] = None,
|
|
155997
156002
|
seasonality: typing.Optional[builtins.str] = None,
|
|
156003
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
155998
156004
|
upper_boundary: typing.Optional[jsii.Number] = None,
|
|
155999
156005
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
156000
156006
|
) -> None:
|
|
156001
156007
|
'''The forecast computation configuration.
|
|
156002
156008
|
|
|
156003
156009
|
:param computation_id: The ID for a computation.
|
|
156004
|
-
:param time: The time field that is used in a computation.
|
|
156005
156010
|
:param custom_seasonality_value: The custom seasonality value setup of a forecast computation.
|
|
156006
156011
|
:param lower_boundary: The lower boundary setup of a forecast computation.
|
|
156007
156012
|
:param name: The name of a computation.
|
|
@@ -156009,6 +156014,7 @@ class CfnTemplate(
|
|
|
156009
156014
|
:param periods_forward: The periods forward setup of a forecast computation.
|
|
156010
156015
|
:param prediction_interval: The prediction interval setup of a forecast computation.
|
|
156011
156016
|
:param seasonality: The seasonality setup of a forecast computation. Choose one of the following options:. - ``AUTOMATIC`` - ``CUSTOM`` : Checks the custom seasonality value.
|
|
156017
|
+
:param time: The time field that is used in a computation.
|
|
156012
156018
|
:param upper_boundary: The upper boundary setup of a forecast computation.
|
|
156013
156019
|
:param value: The value field that is used in a computation.
|
|
156014
156020
|
|
|
@@ -156022,7 +156028,6 @@ class CfnTemplate(
|
|
|
156022
156028
|
if __debug__:
|
|
156023
156029
|
type_hints = typing.get_type_hints(_typecheckingstub__4b268a89adfb2419a179e2d39f72efde8c0e4db3a1ed16bdb473a924b4f54be0)
|
|
156024
156030
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
156025
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
156026
156031
|
check_type(argname="argument custom_seasonality_value", value=custom_seasonality_value, expected_type=type_hints["custom_seasonality_value"])
|
|
156027
156032
|
check_type(argname="argument lower_boundary", value=lower_boundary, expected_type=type_hints["lower_boundary"])
|
|
156028
156033
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
@@ -156030,11 +156035,11 @@ class CfnTemplate(
|
|
|
156030
156035
|
check_type(argname="argument periods_forward", value=periods_forward, expected_type=type_hints["periods_forward"])
|
|
156031
156036
|
check_type(argname="argument prediction_interval", value=prediction_interval, expected_type=type_hints["prediction_interval"])
|
|
156032
156037
|
check_type(argname="argument seasonality", value=seasonality, expected_type=type_hints["seasonality"])
|
|
156038
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
156033
156039
|
check_type(argname="argument upper_boundary", value=upper_boundary, expected_type=type_hints["upper_boundary"])
|
|
156034
156040
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
156035
156041
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
156036
156042
|
"computation_id": computation_id,
|
|
156037
|
-
"time": time,
|
|
156038
156043
|
}
|
|
156039
156044
|
if custom_seasonality_value is not None:
|
|
156040
156045
|
self._values["custom_seasonality_value"] = custom_seasonality_value
|
|
@@ -156050,6 +156055,8 @@ class CfnTemplate(
|
|
|
156050
156055
|
self._values["prediction_interval"] = prediction_interval
|
|
156051
156056
|
if seasonality is not None:
|
|
156052
156057
|
self._values["seasonality"] = seasonality
|
|
156058
|
+
if time is not None:
|
|
156059
|
+
self._values["time"] = time
|
|
156053
156060
|
if upper_boundary is not None:
|
|
156054
156061
|
self._values["upper_boundary"] = upper_boundary
|
|
156055
156062
|
if value is not None:
|
|
@@ -156065,18 +156072,6 @@ class CfnTemplate(
|
|
|
156065
156072
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
156066
156073
|
return typing.cast(builtins.str, result)
|
|
156067
156074
|
|
|
156068
|
-
@builtins.property
|
|
156069
|
-
def time(
|
|
156070
|
-
self,
|
|
156071
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
156072
|
-
'''The time field that is used in a computation.
|
|
156073
|
-
|
|
156074
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-forecastcomputation.html#cfn-quicksight-template-forecastcomputation-time
|
|
156075
|
-
'''
|
|
156076
|
-
result = self._values.get("time")
|
|
156077
|
-
assert result is not None, "Required property 'time' is missing"
|
|
156078
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
156079
|
-
|
|
156080
156075
|
@builtins.property
|
|
156081
156076
|
def custom_seasonality_value(self) -> typing.Optional[jsii.Number]:
|
|
156082
156077
|
'''The custom seasonality value setup of a forecast computation.
|
|
@@ -156143,6 +156138,17 @@ class CfnTemplate(
|
|
|
156143
156138
|
result = self._values.get("seasonality")
|
|
156144
156139
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
156145
156140
|
|
|
156141
|
+
@builtins.property
|
|
156142
|
+
def time(
|
|
156143
|
+
self,
|
|
156144
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
156145
|
+
'''The time field that is used in a computation.
|
|
156146
|
+
|
|
156147
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-forecastcomputation.html#cfn-quicksight-template-forecastcomputation-time
|
|
156148
|
+
'''
|
|
156149
|
+
result = self._values.get("time")
|
|
156150
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
156151
|
+
|
|
156146
156152
|
@builtins.property
|
|
156147
156153
|
def upper_boundary(self) -> typing.Optional[jsii.Number]:
|
|
156148
156154
|
'''The upper boundary setup of a forecast computation.
|
|
@@ -161640,9 +161646,9 @@ class CfnTemplate(
|
|
|
161640
161646
|
jsii_struct_bases=[],
|
|
161641
161647
|
name_mapping={
|
|
161642
161648
|
"computation_id": "computationId",
|
|
161643
|
-
"time": "time",
|
|
161644
161649
|
"name": "name",
|
|
161645
161650
|
"period_size": "periodSize",
|
|
161651
|
+
"time": "time",
|
|
161646
161652
|
"value": "value",
|
|
161647
161653
|
},
|
|
161648
161654
|
)
|
|
@@ -161651,17 +161657,17 @@ class CfnTemplate(
|
|
|
161651
161657
|
self,
|
|
161652
161658
|
*,
|
|
161653
161659
|
computation_id: builtins.str,
|
|
161654
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
161655
161660
|
name: typing.Optional[builtins.str] = None,
|
|
161656
161661
|
period_size: typing.Optional[jsii.Number] = None,
|
|
161662
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
161657
161663
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
161658
161664
|
) -> None:
|
|
161659
161665
|
'''The growth rate computation configuration.
|
|
161660
161666
|
|
|
161661
161667
|
:param computation_id: The ID for a computation.
|
|
161662
|
-
:param time: The time field that is used in a computation.
|
|
161663
161668
|
:param name: The name of a computation.
|
|
161664
161669
|
:param period_size: The period size setup of a growth rate computation. Default: - 0
|
|
161670
|
+
:param time: The time field that is used in a computation.
|
|
161665
161671
|
:param value: The value field that is used in a computation.
|
|
161666
161672
|
|
|
161667
161673
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-growthratecomputation.html
|
|
@@ -161675,6 +161681,10 @@ class CfnTemplate(
|
|
|
161675
161681
|
|
|
161676
161682
|
growth_rate_computation_property = quicksight.CfnTemplate.GrowthRateComputationProperty(
|
|
161677
161683
|
computation_id="computationId",
|
|
161684
|
+
|
|
161685
|
+
# the properties below are optional
|
|
161686
|
+
name="name",
|
|
161687
|
+
period_size=123,
|
|
161678
161688
|
time=quicksight.CfnTemplate.DimensionFieldProperty(
|
|
161679
161689
|
categorical_dimension_field=quicksight.CfnTemplate.CategoricalDimensionFieldProperty(
|
|
161680
161690
|
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
@@ -161916,10 +161926,6 @@ class CfnTemplate(
|
|
|
161916
161926
|
hierarchy_id="hierarchyId"
|
|
161917
161927
|
)
|
|
161918
161928
|
),
|
|
161919
|
-
|
|
161920
|
-
# the properties below are optional
|
|
161921
|
-
name="name",
|
|
161922
|
-
period_size=123,
|
|
161923
161929
|
value=quicksight.CfnTemplate.MeasureFieldProperty(
|
|
161924
161930
|
calculated_measure_field=quicksight.CfnTemplate.CalculatedMeasureFieldProperty(
|
|
161925
161931
|
expression="expression",
|
|
@@ -162174,18 +162180,19 @@ class CfnTemplate(
|
|
|
162174
162180
|
if __debug__:
|
|
162175
162181
|
type_hints = typing.get_type_hints(_typecheckingstub__1e23629184cc8bcc77e48bfad82c0395bd45f57fae4a87a1903c384ec9b7e938)
|
|
162176
162182
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
162177
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
162178
162183
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
162179
162184
|
check_type(argname="argument period_size", value=period_size, expected_type=type_hints["period_size"])
|
|
162185
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
162180
162186
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
162181
162187
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
162182
162188
|
"computation_id": computation_id,
|
|
162183
|
-
"time": time,
|
|
162184
162189
|
}
|
|
162185
162190
|
if name is not None:
|
|
162186
162191
|
self._values["name"] = name
|
|
162187
162192
|
if period_size is not None:
|
|
162188
162193
|
self._values["period_size"] = period_size
|
|
162194
|
+
if time is not None:
|
|
162195
|
+
self._values["time"] = time
|
|
162189
162196
|
if value is not None:
|
|
162190
162197
|
self._values["value"] = value
|
|
162191
162198
|
|
|
@@ -162199,18 +162206,6 @@ class CfnTemplate(
|
|
|
162199
162206
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
162200
162207
|
return typing.cast(builtins.str, result)
|
|
162201
162208
|
|
|
162202
|
-
@builtins.property
|
|
162203
|
-
def time(
|
|
162204
|
-
self,
|
|
162205
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
162206
|
-
'''The time field that is used in a computation.
|
|
162207
|
-
|
|
162208
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-growthratecomputation.html#cfn-quicksight-template-growthratecomputation-time
|
|
162209
|
-
'''
|
|
162210
|
-
result = self._values.get("time")
|
|
162211
|
-
assert result is not None, "Required property 'time' is missing"
|
|
162212
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
162213
|
-
|
|
162214
162209
|
@builtins.property
|
|
162215
162210
|
def name(self) -> typing.Optional[builtins.str]:
|
|
162216
162211
|
'''The name of a computation.
|
|
@@ -162231,6 +162226,17 @@ class CfnTemplate(
|
|
|
162231
162226
|
result = self._values.get("period_size")
|
|
162232
162227
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
162233
162228
|
|
|
162229
|
+
@builtins.property
|
|
162230
|
+
def time(
|
|
162231
|
+
self,
|
|
162232
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
162233
|
+
'''The time field that is used in a computation.
|
|
162234
|
+
|
|
162235
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-growthratecomputation.html#cfn-quicksight-template-growthratecomputation-time
|
|
162236
|
+
'''
|
|
162237
|
+
result = self._values.get("time")
|
|
162238
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
162239
|
+
|
|
162234
162240
|
@builtins.property
|
|
162235
162241
|
def value(
|
|
162236
162242
|
self,
|
|
@@ -168581,9 +168587,9 @@ class CfnTemplate(
|
|
|
168581
168587
|
jsii_struct_bases=[],
|
|
168582
168588
|
name_mapping={
|
|
168583
168589
|
"computation_id": "computationId",
|
|
168584
|
-
"time": "time",
|
|
168585
168590
|
"type": "type",
|
|
168586
168591
|
"name": "name",
|
|
168592
|
+
"time": "time",
|
|
168587
168593
|
"value": "value",
|
|
168588
168594
|
},
|
|
168589
168595
|
)
|
|
@@ -168592,17 +168598,17 @@ class CfnTemplate(
|
|
|
168592
168598
|
self,
|
|
168593
168599
|
*,
|
|
168594
168600
|
computation_id: builtins.str,
|
|
168595
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
168596
168601
|
type: builtins.str,
|
|
168597
168602
|
name: typing.Optional[builtins.str] = None,
|
|
168603
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
168598
168604
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
168599
168605
|
) -> None:
|
|
168600
168606
|
'''The maximum and minimum computation configuration.
|
|
168601
168607
|
|
|
168602
168608
|
:param computation_id: The ID for a computation.
|
|
168603
|
-
:param time: The time field that is used in a computation.
|
|
168604
168609
|
:param type: The type of computation. Choose one of the following options:. - MAXIMUM: A maximum computation. - MINIMUM: A minimum computation.
|
|
168605
168610
|
:param name: The name of a computation.
|
|
168611
|
+
:param time: The time field that is used in a computation.
|
|
168606
168612
|
:param value: The value field that is used in a computation.
|
|
168607
168613
|
|
|
168608
168614
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-maximumminimumcomputation.html
|
|
@@ -168616,6 +168622,10 @@ class CfnTemplate(
|
|
|
168616
168622
|
|
|
168617
168623
|
maximum_minimum_computation_property = quicksight.CfnTemplate.MaximumMinimumComputationProperty(
|
|
168618
168624
|
computation_id="computationId",
|
|
168625
|
+
type="type",
|
|
168626
|
+
|
|
168627
|
+
# the properties below are optional
|
|
168628
|
+
name="name",
|
|
168619
168629
|
time=quicksight.CfnTemplate.DimensionFieldProperty(
|
|
168620
168630
|
categorical_dimension_field=quicksight.CfnTemplate.CategoricalDimensionFieldProperty(
|
|
168621
168631
|
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
@@ -168857,10 +168867,6 @@ class CfnTemplate(
|
|
|
168857
168867
|
hierarchy_id="hierarchyId"
|
|
168858
168868
|
)
|
|
168859
168869
|
),
|
|
168860
|
-
type="type",
|
|
168861
|
-
|
|
168862
|
-
# the properties below are optional
|
|
168863
|
-
name="name",
|
|
168864
168870
|
value=quicksight.CfnTemplate.MeasureFieldProperty(
|
|
168865
168871
|
calculated_measure_field=quicksight.CfnTemplate.CalculatedMeasureFieldProperty(
|
|
168866
168872
|
expression="expression",
|
|
@@ -169115,17 +169121,18 @@ class CfnTemplate(
|
|
|
169115
169121
|
if __debug__:
|
|
169116
169122
|
type_hints = typing.get_type_hints(_typecheckingstub__15dd15ed61f2c2e17a6d1829ac2976b57cf91069b8bb28fab8202b92ceac09d2)
|
|
169117
169123
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
169118
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
169119
169124
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
169120
169125
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
169126
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
169121
169127
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
169122
169128
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
169123
169129
|
"computation_id": computation_id,
|
|
169124
|
-
"time": time,
|
|
169125
169130
|
"type": type,
|
|
169126
169131
|
}
|
|
169127
169132
|
if name is not None:
|
|
169128
169133
|
self._values["name"] = name
|
|
169134
|
+
if time is not None:
|
|
169135
|
+
self._values["time"] = time
|
|
169129
169136
|
if value is not None:
|
|
169130
169137
|
self._values["value"] = value
|
|
169131
169138
|
|
|
@@ -169139,18 +169146,6 @@ class CfnTemplate(
|
|
|
169139
169146
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
169140
169147
|
return typing.cast(builtins.str, result)
|
|
169141
169148
|
|
|
169142
|
-
@builtins.property
|
|
169143
|
-
def time(
|
|
169144
|
-
self,
|
|
169145
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
169146
|
-
'''The time field that is used in a computation.
|
|
169147
|
-
|
|
169148
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-maximumminimumcomputation.html#cfn-quicksight-template-maximumminimumcomputation-time
|
|
169149
|
-
'''
|
|
169150
|
-
result = self._values.get("time")
|
|
169151
|
-
assert result is not None, "Required property 'time' is missing"
|
|
169152
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
169153
|
-
|
|
169154
169149
|
@builtins.property
|
|
169155
169150
|
def type(self) -> builtins.str:
|
|
169156
169151
|
'''The type of computation. Choose one of the following options:.
|
|
@@ -169173,6 +169168,17 @@ class CfnTemplate(
|
|
|
169173
169168
|
result = self._values.get("name")
|
|
169174
169169
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
169175
169170
|
|
|
169171
|
+
@builtins.property
|
|
169172
|
+
def time(
|
|
169173
|
+
self,
|
|
169174
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
169175
|
+
'''The time field that is used in a computation.
|
|
169176
|
+
|
|
169177
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-maximumminimumcomputation.html#cfn-quicksight-template-maximumminimumcomputation-time
|
|
169178
|
+
'''
|
|
169179
|
+
result = self._values.get("time")
|
|
169180
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
169181
|
+
|
|
169176
169182
|
@builtins.property
|
|
169177
169183
|
def value(
|
|
169178
169184
|
self,
|
|
@@ -169557,9 +169563,9 @@ class CfnTemplate(
|
|
|
169557
169563
|
name_mapping={
|
|
169558
169564
|
"computation_id": "computationId",
|
|
169559
169565
|
"from_value": "fromValue",
|
|
169566
|
+
"name": "name",
|
|
169560
169567
|
"target_value": "targetValue",
|
|
169561
169568
|
"time": "time",
|
|
169562
|
-
"name": "name",
|
|
169563
169569
|
},
|
|
169564
169570
|
)
|
|
169565
169571
|
class MetricComparisonComputationProperty:
|
|
@@ -169567,18 +169573,18 @@ class CfnTemplate(
|
|
|
169567
169573
|
self,
|
|
169568
169574
|
*,
|
|
169569
169575
|
computation_id: builtins.str,
|
|
169570
|
-
from_value: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
169571
|
-
target_value: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
169572
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
169576
|
+
from_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
169573
169577
|
name: typing.Optional[builtins.str] = None,
|
|
169578
|
+
target_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
169579
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
169574
169580
|
) -> None:
|
|
169575
169581
|
'''The metric comparison computation configuration.
|
|
169576
169582
|
|
|
169577
169583
|
:param computation_id: The ID for a computation.
|
|
169578
169584
|
:param from_value: The field that is used in a metric comparison from value setup.
|
|
169585
|
+
:param name: The name of a computation.
|
|
169579
169586
|
:param target_value: The field that is used in a metric comparison to value setup.
|
|
169580
169587
|
:param time: The time field that is used in a computation.
|
|
169581
|
-
:param name: The name of a computation.
|
|
169582
169588
|
|
|
169583
169589
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-metriccomparisoncomputation.html
|
|
169584
169590
|
:exampleMetadata: fixture=_generated
|
|
@@ -169591,17 +169597,20 @@ class CfnTemplate(
|
|
|
169591
169597
|
type_hints = typing.get_type_hints(_typecheckingstub__51ce5b40674bb03088d888ca46951ae63eb7409301c5120f31de7353649c627c)
|
|
169592
169598
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
169593
169599
|
check_type(argname="argument from_value", value=from_value, expected_type=type_hints["from_value"])
|
|
169600
|
+
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
169594
169601
|
check_type(argname="argument target_value", value=target_value, expected_type=type_hints["target_value"])
|
|
169595
169602
|
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
169596
|
-
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
169597
169603
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
169598
169604
|
"computation_id": computation_id,
|
|
169599
|
-
"from_value": from_value,
|
|
169600
|
-
"target_value": target_value,
|
|
169601
|
-
"time": time,
|
|
169602
169605
|
}
|
|
169606
|
+
if from_value is not None:
|
|
169607
|
+
self._values["from_value"] = from_value
|
|
169603
169608
|
if name is not None:
|
|
169604
169609
|
self._values["name"] = name
|
|
169610
|
+
if target_value is not None:
|
|
169611
|
+
self._values["target_value"] = target_value
|
|
169612
|
+
if time is not None:
|
|
169613
|
+
self._values["time"] = time
|
|
169605
169614
|
|
|
169606
169615
|
@builtins.property
|
|
169607
169616
|
def computation_id(self) -> builtins.str:
|
|
@@ -169616,47 +169625,44 @@ class CfnTemplate(
|
|
|
169616
169625
|
@builtins.property
|
|
169617
169626
|
def from_value(
|
|
169618
169627
|
self,
|
|
169619
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]:
|
|
169628
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]]:
|
|
169620
169629
|
'''The field that is used in a metric comparison from value setup.
|
|
169621
169630
|
|
|
169622
169631
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-metriccomparisoncomputation.html#cfn-quicksight-template-metriccomparisoncomputation-fromvalue
|
|
169623
169632
|
'''
|
|
169624
169633
|
result = self._values.get("from_value")
|
|
169625
|
-
|
|
169626
|
-
|
|
169634
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]], result)
|
|
169635
|
+
|
|
169636
|
+
@builtins.property
|
|
169637
|
+
def name(self) -> typing.Optional[builtins.str]:
|
|
169638
|
+
'''The name of a computation.
|
|
169639
|
+
|
|
169640
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-metriccomparisoncomputation.html#cfn-quicksight-template-metriccomparisoncomputation-name
|
|
169641
|
+
'''
|
|
169642
|
+
result = self._values.get("name")
|
|
169643
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
169627
169644
|
|
|
169628
169645
|
@builtins.property
|
|
169629
169646
|
def target_value(
|
|
169630
169647
|
self,
|
|
169631
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]:
|
|
169648
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]]:
|
|
169632
169649
|
'''The field that is used in a metric comparison to value setup.
|
|
169633
169650
|
|
|
169634
169651
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-metriccomparisoncomputation.html#cfn-quicksight-template-metriccomparisoncomputation-targetvalue
|
|
169635
169652
|
'''
|
|
169636
169653
|
result = self._values.get("target_value")
|
|
169637
|
-
|
|
169638
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"], result)
|
|
169654
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]], result)
|
|
169639
169655
|
|
|
169640
169656
|
@builtins.property
|
|
169641
169657
|
def time(
|
|
169642
169658
|
self,
|
|
169643
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
169659
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
169644
169660
|
'''The time field that is used in a computation.
|
|
169645
169661
|
|
|
169646
169662
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-metriccomparisoncomputation.html#cfn-quicksight-template-metriccomparisoncomputation-time
|
|
169647
169663
|
'''
|
|
169648
169664
|
result = self._values.get("time")
|
|
169649
|
-
|
|
169650
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
169651
|
-
|
|
169652
|
-
@builtins.property
|
|
169653
|
-
def name(self) -> typing.Optional[builtins.str]:
|
|
169654
|
-
'''The name of a computation.
|
|
169655
|
-
|
|
169656
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-metriccomparisoncomputation.html#cfn-quicksight-template-metriccomparisoncomputation-name
|
|
169657
|
-
'''
|
|
169658
|
-
result = self._values.get("name")
|
|
169659
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
169665
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
169660
169666
|
|
|
169661
169667
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
169662
169668
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -173888,8 +173894,8 @@ class CfnTemplate(
|
|
|
173888
173894
|
jsii_struct_bases=[],
|
|
173889
173895
|
name_mapping={
|
|
173890
173896
|
"computation_id": "computationId",
|
|
173891
|
-
"time": "time",
|
|
173892
173897
|
"name": "name",
|
|
173898
|
+
"time": "time",
|
|
173893
173899
|
"value": "value",
|
|
173894
173900
|
},
|
|
173895
173901
|
)
|
|
@@ -173898,15 +173904,15 @@ class CfnTemplate(
|
|
|
173898
173904
|
self,
|
|
173899
173905
|
*,
|
|
173900
173906
|
computation_id: builtins.str,
|
|
173901
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
173902
173907
|
name: typing.Optional[builtins.str] = None,
|
|
173908
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
173903
173909
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
173904
173910
|
) -> None:
|
|
173905
173911
|
'''The period over period computation configuration.
|
|
173906
173912
|
|
|
173907
173913
|
:param computation_id: The ID for a computation.
|
|
173908
|
-
:param time: The time field that is used in a computation.
|
|
173909
173914
|
:param name: The name of a computation.
|
|
173915
|
+
:param time: The time field that is used in a computation.
|
|
173910
173916
|
:param value: The value field that is used in a computation.
|
|
173911
173917
|
|
|
173912
173918
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-periodoverperiodcomputation.html
|
|
@@ -173920,6 +173926,9 @@ class CfnTemplate(
|
|
|
173920
173926
|
|
|
173921
173927
|
period_over_period_computation_property = quicksight.CfnTemplate.PeriodOverPeriodComputationProperty(
|
|
173922
173928
|
computation_id="computationId",
|
|
173929
|
+
|
|
173930
|
+
# the properties below are optional
|
|
173931
|
+
name="name",
|
|
173923
173932
|
time=quicksight.CfnTemplate.DimensionFieldProperty(
|
|
173924
173933
|
categorical_dimension_field=quicksight.CfnTemplate.CategoricalDimensionFieldProperty(
|
|
173925
173934
|
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
@@ -174161,9 +174170,6 @@ class CfnTemplate(
|
|
|
174161
174170
|
hierarchy_id="hierarchyId"
|
|
174162
174171
|
)
|
|
174163
174172
|
),
|
|
174164
|
-
|
|
174165
|
-
# the properties below are optional
|
|
174166
|
-
name="name",
|
|
174167
174173
|
value=quicksight.CfnTemplate.MeasureFieldProperty(
|
|
174168
174174
|
calculated_measure_field=quicksight.CfnTemplate.CalculatedMeasureFieldProperty(
|
|
174169
174175
|
expression="expression",
|
|
@@ -174418,15 +174424,16 @@ class CfnTemplate(
|
|
|
174418
174424
|
if __debug__:
|
|
174419
174425
|
type_hints = typing.get_type_hints(_typecheckingstub__53f9997128020d044b3f06eabf7741d00417d19712b9ac21cdd48187ac4885ff)
|
|
174420
174426
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
174421
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
174422
174427
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
174428
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
174423
174429
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
174424
174430
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
174425
174431
|
"computation_id": computation_id,
|
|
174426
|
-
"time": time,
|
|
174427
174432
|
}
|
|
174428
174433
|
if name is not None:
|
|
174429
174434
|
self._values["name"] = name
|
|
174435
|
+
if time is not None:
|
|
174436
|
+
self._values["time"] = time
|
|
174430
174437
|
if value is not None:
|
|
174431
174438
|
self._values["value"] = value
|
|
174432
174439
|
|
|
@@ -174440,18 +174447,6 @@ class CfnTemplate(
|
|
|
174440
174447
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
174441
174448
|
return typing.cast(builtins.str, result)
|
|
174442
174449
|
|
|
174443
|
-
@builtins.property
|
|
174444
|
-
def time(
|
|
174445
|
-
self,
|
|
174446
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
174447
|
-
'''The time field that is used in a computation.
|
|
174448
|
-
|
|
174449
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-periodoverperiodcomputation.html#cfn-quicksight-template-periodoverperiodcomputation-time
|
|
174450
|
-
'''
|
|
174451
|
-
result = self._values.get("time")
|
|
174452
|
-
assert result is not None, "Required property 'time' is missing"
|
|
174453
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
174454
|
-
|
|
174455
174450
|
@builtins.property
|
|
174456
174451
|
def name(self) -> typing.Optional[builtins.str]:
|
|
174457
174452
|
'''The name of a computation.
|
|
@@ -174461,6 +174456,17 @@ class CfnTemplate(
|
|
|
174461
174456
|
result = self._values.get("name")
|
|
174462
174457
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
174463
174458
|
|
|
174459
|
+
@builtins.property
|
|
174460
|
+
def time(
|
|
174461
|
+
self,
|
|
174462
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
174463
|
+
'''The time field that is used in a computation.
|
|
174464
|
+
|
|
174465
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-periodoverperiodcomputation.html#cfn-quicksight-template-periodoverperiodcomputation-time
|
|
174466
|
+
'''
|
|
174467
|
+
result = self._values.get("time")
|
|
174468
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
174469
|
+
|
|
174464
174470
|
@builtins.property
|
|
174465
174471
|
def value(
|
|
174466
174472
|
self,
|
|
@@ -174488,9 +174494,9 @@ class CfnTemplate(
|
|
|
174488
174494
|
jsii_struct_bases=[],
|
|
174489
174495
|
name_mapping={
|
|
174490
174496
|
"computation_id": "computationId",
|
|
174491
|
-
"time": "time",
|
|
174492
174497
|
"name": "name",
|
|
174493
174498
|
"period_time_granularity": "periodTimeGranularity",
|
|
174499
|
+
"time": "time",
|
|
174494
174500
|
"value": "value",
|
|
174495
174501
|
},
|
|
174496
174502
|
)
|
|
@@ -174499,17 +174505,17 @@ class CfnTemplate(
|
|
|
174499
174505
|
self,
|
|
174500
174506
|
*,
|
|
174501
174507
|
computation_id: builtins.str,
|
|
174502
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
174503
174508
|
name: typing.Optional[builtins.str] = None,
|
|
174504
174509
|
period_time_granularity: typing.Optional[builtins.str] = None,
|
|
174510
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
174505
174511
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
174506
174512
|
) -> None:
|
|
174507
174513
|
'''The period to date computation configuration.
|
|
174508
174514
|
|
|
174509
174515
|
:param computation_id: The ID for a computation.
|
|
174510
|
-
:param time: The time field that is used in a computation.
|
|
174511
174516
|
:param name: The name of a computation.
|
|
174512
174517
|
:param period_time_granularity: The time granularity setup of period to date computation. Choose from the following options:. - YEAR: Year to date. - MONTH: Month to date.
|
|
174518
|
+
:param time: The time field that is used in a computation.
|
|
174513
174519
|
:param value: The value field that is used in a computation.
|
|
174514
174520
|
|
|
174515
174521
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-periodtodatecomputation.html
|
|
@@ -174523,6 +174529,10 @@ class CfnTemplate(
|
|
|
174523
174529
|
|
|
174524
174530
|
period_to_date_computation_property = quicksight.CfnTemplate.PeriodToDateComputationProperty(
|
|
174525
174531
|
computation_id="computationId",
|
|
174532
|
+
|
|
174533
|
+
# the properties below are optional
|
|
174534
|
+
name="name",
|
|
174535
|
+
period_time_granularity="periodTimeGranularity",
|
|
174526
174536
|
time=quicksight.CfnTemplate.DimensionFieldProperty(
|
|
174527
174537
|
categorical_dimension_field=quicksight.CfnTemplate.CategoricalDimensionFieldProperty(
|
|
174528
174538
|
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
@@ -174764,10 +174774,6 @@ class CfnTemplate(
|
|
|
174764
174774
|
hierarchy_id="hierarchyId"
|
|
174765
174775
|
)
|
|
174766
174776
|
),
|
|
174767
|
-
|
|
174768
|
-
# the properties below are optional
|
|
174769
|
-
name="name",
|
|
174770
|
-
period_time_granularity="periodTimeGranularity",
|
|
174771
174777
|
value=quicksight.CfnTemplate.MeasureFieldProperty(
|
|
174772
174778
|
calculated_measure_field=quicksight.CfnTemplate.CalculatedMeasureFieldProperty(
|
|
174773
174779
|
expression="expression",
|
|
@@ -175022,18 +175028,19 @@ class CfnTemplate(
|
|
|
175022
175028
|
if __debug__:
|
|
175023
175029
|
type_hints = typing.get_type_hints(_typecheckingstub__119c047085a74c43e8ed6ef2cd82bd8ba8f88b1a847c008c69588aa6a9bde55c)
|
|
175024
175030
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
175025
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
175026
175031
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
175027
175032
|
check_type(argname="argument period_time_granularity", value=period_time_granularity, expected_type=type_hints["period_time_granularity"])
|
|
175033
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
175028
175034
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
175029
175035
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
175030
175036
|
"computation_id": computation_id,
|
|
175031
|
-
"time": time,
|
|
175032
175037
|
}
|
|
175033
175038
|
if name is not None:
|
|
175034
175039
|
self._values["name"] = name
|
|
175035
175040
|
if period_time_granularity is not None:
|
|
175036
175041
|
self._values["period_time_granularity"] = period_time_granularity
|
|
175042
|
+
if time is not None:
|
|
175043
|
+
self._values["time"] = time
|
|
175037
175044
|
if value is not None:
|
|
175038
175045
|
self._values["value"] = value
|
|
175039
175046
|
|
|
@@ -175047,18 +175054,6 @@ class CfnTemplate(
|
|
|
175047
175054
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
175048
175055
|
return typing.cast(builtins.str, result)
|
|
175049
175056
|
|
|
175050
|
-
@builtins.property
|
|
175051
|
-
def time(
|
|
175052
|
-
self,
|
|
175053
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
175054
|
-
'''The time field that is used in a computation.
|
|
175055
|
-
|
|
175056
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-periodtodatecomputation.html#cfn-quicksight-template-periodtodatecomputation-time
|
|
175057
|
-
'''
|
|
175058
|
-
result = self._values.get("time")
|
|
175059
|
-
assert result is not None, "Required property 'time' is missing"
|
|
175060
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
175061
|
-
|
|
175062
175057
|
@builtins.property
|
|
175063
175058
|
def name(self) -> typing.Optional[builtins.str]:
|
|
175064
175059
|
'''The name of a computation.
|
|
@@ -175080,6 +175075,17 @@ class CfnTemplate(
|
|
|
175080
175075
|
result = self._values.get("period_time_granularity")
|
|
175081
175076
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
175082
175077
|
|
|
175078
|
+
@builtins.property
|
|
175079
|
+
def time(
|
|
175080
|
+
self,
|
|
175081
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
175082
|
+
'''The time field that is used in a computation.
|
|
175083
|
+
|
|
175084
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-periodtodatecomputation.html#cfn-quicksight-template-periodtodatecomputation-time
|
|
175085
|
+
'''
|
|
175086
|
+
result = self._values.get("time")
|
|
175087
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
175088
|
+
|
|
175083
175089
|
@builtins.property
|
|
175084
175090
|
def value(
|
|
175085
175091
|
self,
|
|
@@ -191925,13 +191931,13 @@ class CfnTemplate(
|
|
|
191925
191931
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.TopBottomMoversComputationProperty",
|
|
191926
191932
|
jsii_struct_bases=[],
|
|
191927
191933
|
name_mapping={
|
|
191928
|
-
"category": "category",
|
|
191929
191934
|
"computation_id": "computationId",
|
|
191930
|
-
"time": "time",
|
|
191931
191935
|
"type": "type",
|
|
191936
|
+
"category": "category",
|
|
191932
191937
|
"mover_size": "moverSize",
|
|
191933
191938
|
"name": "name",
|
|
191934
191939
|
"sort_order": "sortOrder",
|
|
191940
|
+
"time": "time",
|
|
191935
191941
|
"value": "value",
|
|
191936
191942
|
},
|
|
191937
191943
|
)
|
|
@@ -191939,24 +191945,24 @@ class CfnTemplate(
|
|
|
191939
191945
|
def __init__(
|
|
191940
191946
|
self,
|
|
191941
191947
|
*,
|
|
191942
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
191943
191948
|
computation_id: builtins.str,
|
|
191944
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
191945
191949
|
type: builtins.str,
|
|
191950
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
191946
191951
|
mover_size: typing.Optional[jsii.Number] = None,
|
|
191947
191952
|
name: typing.Optional[builtins.str] = None,
|
|
191948
191953
|
sort_order: typing.Optional[builtins.str] = None,
|
|
191954
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
191949
191955
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
191950
191956
|
) -> None:
|
|
191951
191957
|
'''The top movers and bottom movers computation setup.
|
|
191952
191958
|
|
|
191953
|
-
:param category: The category field that is used in a computation.
|
|
191954
191959
|
:param computation_id: The ID for a computation.
|
|
191955
|
-
:param time: The time field that is used in a computation.
|
|
191956
191960
|
:param type: The computation type. Choose from the following options:. - TOP: Top movers computation. - BOTTOM: Bottom movers computation.
|
|
191961
|
+
:param category: The category field that is used in a computation.
|
|
191957
191962
|
:param mover_size: The mover size setup of the top and bottom movers computation. Default: - 0
|
|
191958
191963
|
:param name: The name of a computation.
|
|
191959
191964
|
:param sort_order: The sort order setup of the top and bottom movers computation.
|
|
191965
|
+
:param time: The time field that is used in a computation.
|
|
191960
191966
|
:param value: The value field that is used in a computation.
|
|
191961
191967
|
|
|
191962
191968
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottommoverscomputation.html
|
|
@@ -191968,41 +191974,31 @@ class CfnTemplate(
|
|
|
191968
191974
|
'''
|
|
191969
191975
|
if __debug__:
|
|
191970
191976
|
type_hints = typing.get_type_hints(_typecheckingstub__f37be253a5e5d32ec97edc66b99be2af738b88ef98625f19eb8dadef6cbfe392)
|
|
191971
|
-
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
191972
191977
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
191973
|
-
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
191974
191978
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
191979
|
+
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
191975
191980
|
check_type(argname="argument mover_size", value=mover_size, expected_type=type_hints["mover_size"])
|
|
191976
191981
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
191977
191982
|
check_type(argname="argument sort_order", value=sort_order, expected_type=type_hints["sort_order"])
|
|
191983
|
+
check_type(argname="argument time", value=time, expected_type=type_hints["time"])
|
|
191978
191984
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
191979
191985
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
191980
|
-
"category": category,
|
|
191981
191986
|
"computation_id": computation_id,
|
|
191982
|
-
"time": time,
|
|
191983
191987
|
"type": type,
|
|
191984
191988
|
}
|
|
191989
|
+
if category is not None:
|
|
191990
|
+
self._values["category"] = category
|
|
191985
191991
|
if mover_size is not None:
|
|
191986
191992
|
self._values["mover_size"] = mover_size
|
|
191987
191993
|
if name is not None:
|
|
191988
191994
|
self._values["name"] = name
|
|
191989
191995
|
if sort_order is not None:
|
|
191990
191996
|
self._values["sort_order"] = sort_order
|
|
191997
|
+
if time is not None:
|
|
191998
|
+
self._values["time"] = time
|
|
191991
191999
|
if value is not None:
|
|
191992
192000
|
self._values["value"] = value
|
|
191993
192001
|
|
|
191994
|
-
@builtins.property
|
|
191995
|
-
def category(
|
|
191996
|
-
self,
|
|
191997
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
191998
|
-
'''The category field that is used in a computation.
|
|
191999
|
-
|
|
192000
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottommoverscomputation.html#cfn-quicksight-template-topbottommoverscomputation-category
|
|
192001
|
-
'''
|
|
192002
|
-
result = self._values.get("category")
|
|
192003
|
-
assert result is not None, "Required property 'category' is missing"
|
|
192004
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
192005
|
-
|
|
192006
192002
|
@builtins.property
|
|
192007
192003
|
def computation_id(self) -> builtins.str:
|
|
192008
192004
|
'''The ID for a computation.
|
|
@@ -192013,18 +192009,6 @@ class CfnTemplate(
|
|
|
192013
192009
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
192014
192010
|
return typing.cast(builtins.str, result)
|
|
192015
192011
|
|
|
192016
|
-
@builtins.property
|
|
192017
|
-
def time(
|
|
192018
|
-
self,
|
|
192019
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
192020
|
-
'''The time field that is used in a computation.
|
|
192021
|
-
|
|
192022
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottommoverscomputation.html#cfn-quicksight-template-topbottommoverscomputation-time
|
|
192023
|
-
'''
|
|
192024
|
-
result = self._values.get("time")
|
|
192025
|
-
assert result is not None, "Required property 'time' is missing"
|
|
192026
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
192027
|
-
|
|
192028
192012
|
@builtins.property
|
|
192029
192013
|
def type(self) -> builtins.str:
|
|
192030
192014
|
'''The computation type. Choose from the following options:.
|
|
@@ -192038,6 +192022,17 @@ class CfnTemplate(
|
|
|
192038
192022
|
assert result is not None, "Required property 'type' is missing"
|
|
192039
192023
|
return typing.cast(builtins.str, result)
|
|
192040
192024
|
|
|
192025
|
+
@builtins.property
|
|
192026
|
+
def category(
|
|
192027
|
+
self,
|
|
192028
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
192029
|
+
'''The category field that is used in a computation.
|
|
192030
|
+
|
|
192031
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottommoverscomputation.html#cfn-quicksight-template-topbottommoverscomputation-category
|
|
192032
|
+
'''
|
|
192033
|
+
result = self._values.get("category")
|
|
192034
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
192035
|
+
|
|
192041
192036
|
@builtins.property
|
|
192042
192037
|
def mover_size(self) -> typing.Optional[jsii.Number]:
|
|
192043
192038
|
'''The mover size setup of the top and bottom movers computation.
|
|
@@ -192067,6 +192062,17 @@ class CfnTemplate(
|
|
|
192067
192062
|
result = self._values.get("sort_order")
|
|
192068
192063
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
192069
192064
|
|
|
192065
|
+
@builtins.property
|
|
192066
|
+
def time(
|
|
192067
|
+
self,
|
|
192068
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
192069
|
+
'''The time field that is used in a computation.
|
|
192070
|
+
|
|
192071
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottommoverscomputation.html#cfn-quicksight-template-topbottommoverscomputation-time
|
|
192072
|
+
'''
|
|
192073
|
+
result = self._values.get("time")
|
|
192074
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
192075
|
+
|
|
192070
192076
|
@builtins.property
|
|
192071
192077
|
def value(
|
|
192072
192078
|
self,
|
|
@@ -192093,9 +192099,9 @@ class CfnTemplate(
|
|
|
192093
192099
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.TopBottomRankedComputationProperty",
|
|
192094
192100
|
jsii_struct_bases=[],
|
|
192095
192101
|
name_mapping={
|
|
192096
|
-
"category": "category",
|
|
192097
192102
|
"computation_id": "computationId",
|
|
192098
192103
|
"type": "type",
|
|
192104
|
+
"category": "category",
|
|
192099
192105
|
"name": "name",
|
|
192100
192106
|
"result_size": "resultSize",
|
|
192101
192107
|
"value": "value",
|
|
@@ -192105,18 +192111,18 @@ class CfnTemplate(
|
|
|
192105
192111
|
def __init__(
|
|
192106
192112
|
self,
|
|
192107
192113
|
*,
|
|
192108
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
192109
192114
|
computation_id: builtins.str,
|
|
192110
192115
|
type: builtins.str,
|
|
192116
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
192111
192117
|
name: typing.Optional[builtins.str] = None,
|
|
192112
192118
|
result_size: typing.Optional[jsii.Number] = None,
|
|
192113
192119
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
192114
192120
|
) -> None:
|
|
192115
192121
|
'''The top ranked and bottom ranked computation configuration.
|
|
192116
192122
|
|
|
192117
|
-
:param category: The category field that is used in a computation.
|
|
192118
192123
|
:param computation_id: The ID for a computation.
|
|
192119
192124
|
:param type: The computation type. Choose one of the following options:. - TOP: A top ranked computation. - BOTTOM: A bottom ranked computation.
|
|
192125
|
+
:param category: The category field that is used in a computation.
|
|
192120
192126
|
:param name: The name of a computation.
|
|
192121
192127
|
:param result_size: The result size of a top and bottom ranked computation. Default: - 0
|
|
192122
192128
|
:param value: The value field that is used in a computation.
|
|
@@ -192130,17 +192136,18 @@ class CfnTemplate(
|
|
|
192130
192136
|
'''
|
|
192131
192137
|
if __debug__:
|
|
192132
192138
|
type_hints = typing.get_type_hints(_typecheckingstub__3e72ca65aab34d2a096e9fdfec9e7be28828777768797ebe577480319b4c1de0)
|
|
192133
|
-
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
192134
192139
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
192135
192140
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
192141
|
+
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
192136
192142
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
192137
192143
|
check_type(argname="argument result_size", value=result_size, expected_type=type_hints["result_size"])
|
|
192138
192144
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
192139
192145
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
192140
|
-
"category": category,
|
|
192141
192146
|
"computation_id": computation_id,
|
|
192142
192147
|
"type": type,
|
|
192143
192148
|
}
|
|
192149
|
+
if category is not None:
|
|
192150
|
+
self._values["category"] = category
|
|
192144
192151
|
if name is not None:
|
|
192145
192152
|
self._values["name"] = name
|
|
192146
192153
|
if result_size is not None:
|
|
@@ -192148,18 +192155,6 @@ class CfnTemplate(
|
|
|
192148
192155
|
if value is not None:
|
|
192149
192156
|
self._values["value"] = value
|
|
192150
192157
|
|
|
192151
|
-
@builtins.property
|
|
192152
|
-
def category(
|
|
192153
|
-
self,
|
|
192154
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
192155
|
-
'''The category field that is used in a computation.
|
|
192156
|
-
|
|
192157
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-category
|
|
192158
|
-
'''
|
|
192159
|
-
result = self._values.get("category")
|
|
192160
|
-
assert result is not None, "Required property 'category' is missing"
|
|
192161
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
192162
|
-
|
|
192163
192158
|
@builtins.property
|
|
192164
192159
|
def computation_id(self) -> builtins.str:
|
|
192165
192160
|
'''The ID for a computation.
|
|
@@ -192183,6 +192178,17 @@ class CfnTemplate(
|
|
|
192183
192178
|
assert result is not None, "Required property 'type' is missing"
|
|
192184
192179
|
return typing.cast(builtins.str, result)
|
|
192185
192180
|
|
|
192181
|
+
@builtins.property
|
|
192182
|
+
def category(
|
|
192183
|
+
self,
|
|
192184
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
192185
|
+
'''The category field that is used in a computation.
|
|
192186
|
+
|
|
192187
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-category
|
|
192188
|
+
'''
|
|
192189
|
+
result = self._values.get("category")
|
|
192190
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
192191
|
+
|
|
192186
192192
|
@builtins.property
|
|
192187
192193
|
def name(self) -> typing.Optional[builtins.str]:
|
|
192188
192194
|
'''The name of a computation.
|
|
@@ -192230,8 +192236,8 @@ class CfnTemplate(
|
|
|
192230
192236
|
jsii_struct_bases=[],
|
|
192231
192237
|
name_mapping={
|
|
192232
192238
|
"computation_id": "computationId",
|
|
192233
|
-
"value": "value",
|
|
192234
192239
|
"name": "name",
|
|
192240
|
+
"value": "value",
|
|
192235
192241
|
},
|
|
192236
192242
|
)
|
|
192237
192243
|
class TotalAggregationComputationProperty:
|
|
@@ -192239,14 +192245,14 @@ class CfnTemplate(
|
|
|
192239
192245
|
self,
|
|
192240
192246
|
*,
|
|
192241
192247
|
computation_id: builtins.str,
|
|
192242
|
-
value: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
192243
192248
|
name: typing.Optional[builtins.str] = None,
|
|
192249
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.MeasureFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
192244
192250
|
) -> None:
|
|
192245
192251
|
'''The total aggregation computation configuration.
|
|
192246
192252
|
|
|
192247
192253
|
:param computation_id: The ID for a computation.
|
|
192248
|
-
:param value: The value field that is used in a computation.
|
|
192249
192254
|
:param name: The name of a computation.
|
|
192255
|
+
:param value: The value field that is used in a computation.
|
|
192250
192256
|
|
|
192251
192257
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.html
|
|
192252
192258
|
:exampleMetadata: fixture=_generated
|
|
@@ -192259,6 +192265,9 @@ class CfnTemplate(
|
|
|
192259
192265
|
|
|
192260
192266
|
total_aggregation_computation_property = quicksight.CfnTemplate.TotalAggregationComputationProperty(
|
|
192261
192267
|
computation_id="computationId",
|
|
192268
|
+
|
|
192269
|
+
# the properties below are optional
|
|
192270
|
+
name="name",
|
|
192262
192271
|
value=quicksight.CfnTemplate.MeasureFieldProperty(
|
|
192263
192272
|
calculated_measure_field=quicksight.CfnTemplate.CalculatedMeasureFieldProperty(
|
|
192264
192273
|
expression="expression",
|
|
@@ -192507,23 +192516,21 @@ class CfnTemplate(
|
|
|
192507
192516
|
)
|
|
192508
192517
|
)
|
|
192509
192518
|
)
|
|
192510
|
-
)
|
|
192511
|
-
|
|
192512
|
-
# the properties below are optional
|
|
192513
|
-
name="name"
|
|
192519
|
+
)
|
|
192514
192520
|
)
|
|
192515
192521
|
'''
|
|
192516
192522
|
if __debug__:
|
|
192517
192523
|
type_hints = typing.get_type_hints(_typecheckingstub__7147e0c586db8a2c6e5a828daf02618345defd5d932f01e6255b2284a7240ec3)
|
|
192518
192524
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
192519
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
192520
192525
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
192526
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
192521
192527
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
192522
192528
|
"computation_id": computation_id,
|
|
192523
|
-
"value": value,
|
|
192524
192529
|
}
|
|
192525
192530
|
if name is not None:
|
|
192526
192531
|
self._values["name"] = name
|
|
192532
|
+
if value is not None:
|
|
192533
|
+
self._values["value"] = value
|
|
192527
192534
|
|
|
192528
192535
|
@builtins.property
|
|
192529
192536
|
def computation_id(self) -> builtins.str:
|
|
@@ -192535,18 +192542,6 @@ class CfnTemplate(
|
|
|
192535
192542
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
192536
192543
|
return typing.cast(builtins.str, result)
|
|
192537
192544
|
|
|
192538
|
-
@builtins.property
|
|
192539
|
-
def value(
|
|
192540
|
-
self,
|
|
192541
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]:
|
|
192542
|
-
'''The value field that is used in a computation.
|
|
192543
|
-
|
|
192544
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.html#cfn-quicksight-template-totalaggregationcomputation-value
|
|
192545
|
-
'''
|
|
192546
|
-
result = self._values.get("value")
|
|
192547
|
-
assert result is not None, "Required property 'value' is missing"
|
|
192548
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"], result)
|
|
192549
|
-
|
|
192550
192545
|
@builtins.property
|
|
192551
192546
|
def name(self) -> typing.Optional[builtins.str]:
|
|
192552
192547
|
'''The name of a computation.
|
|
@@ -192556,6 +192551,17 @@ class CfnTemplate(
|
|
|
192556
192551
|
result = self._values.get("name")
|
|
192557
192552
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
192558
192553
|
|
|
192554
|
+
@builtins.property
|
|
192555
|
+
def value(
|
|
192556
|
+
self,
|
|
192557
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]]:
|
|
192558
|
+
'''The value field that is used in a computation.
|
|
192559
|
+
|
|
192560
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationcomputation.html#cfn-quicksight-template-totalaggregationcomputation-value
|
|
192561
|
+
'''
|
|
192562
|
+
result = self._values.get("value")
|
|
192563
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.MeasureFieldProperty"]], result)
|
|
192564
|
+
|
|
192559
192565
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
192560
192566
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
192561
192567
|
|
|
@@ -193692,8 +193698,8 @@ class CfnTemplate(
|
|
|
193692
193698
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.UniqueValuesComputationProperty",
|
|
193693
193699
|
jsii_struct_bases=[],
|
|
193694
193700
|
name_mapping={
|
|
193695
|
-
"category": "category",
|
|
193696
193701
|
"computation_id": "computationId",
|
|
193702
|
+
"category": "category",
|
|
193697
193703
|
"name": "name",
|
|
193698
193704
|
},
|
|
193699
193705
|
)
|
|
@@ -193701,14 +193707,14 @@ class CfnTemplate(
|
|
|
193701
193707
|
def __init__(
|
|
193702
193708
|
self,
|
|
193703
193709
|
*,
|
|
193704
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
193705
193710
|
computation_id: builtins.str,
|
|
193711
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.DimensionFieldProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
193706
193712
|
name: typing.Optional[builtins.str] = None,
|
|
193707
193713
|
) -> None:
|
|
193708
193714
|
'''The unique values computation configuration.
|
|
193709
193715
|
|
|
193710
|
-
:param category: The category field that is used in a computation.
|
|
193711
193716
|
:param computation_id: The ID for a computation.
|
|
193717
|
+
:param category: The category field that is used in a computation.
|
|
193712
193718
|
:param name: The name of a computation.
|
|
193713
193719
|
|
|
193714
193720
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-uniquevaluescomputation.html
|
|
@@ -193721,6 +193727,9 @@ class CfnTemplate(
|
|
|
193721
193727
|
from aws_cdk import aws_quicksight as quicksight
|
|
193722
193728
|
|
|
193723
193729
|
unique_values_computation_property = quicksight.CfnTemplate.UniqueValuesComputationProperty(
|
|
193730
|
+
computation_id="computationId",
|
|
193731
|
+
|
|
193732
|
+
# the properties below are optional
|
|
193724
193733
|
category=quicksight.CfnTemplate.DimensionFieldProperty(
|
|
193725
193734
|
categorical_dimension_field=quicksight.CfnTemplate.CategoricalDimensionFieldProperty(
|
|
193726
193735
|
column=quicksight.CfnTemplate.ColumnIdentifierProperty(
|
|
@@ -193962,36 +193971,22 @@ class CfnTemplate(
|
|
|
193962
193971
|
hierarchy_id="hierarchyId"
|
|
193963
193972
|
)
|
|
193964
193973
|
),
|
|
193965
|
-
computation_id="computationId",
|
|
193966
|
-
|
|
193967
|
-
# the properties below are optional
|
|
193968
193974
|
name="name"
|
|
193969
193975
|
)
|
|
193970
193976
|
'''
|
|
193971
193977
|
if __debug__:
|
|
193972
193978
|
type_hints = typing.get_type_hints(_typecheckingstub__354e3ff926eebcfb6d7f61649d46d0ae27d05164eff8e46e79271a6862cda687)
|
|
193973
|
-
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
193974
193979
|
check_type(argname="argument computation_id", value=computation_id, expected_type=type_hints["computation_id"])
|
|
193980
|
+
check_type(argname="argument category", value=category, expected_type=type_hints["category"])
|
|
193975
193981
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
193976
193982
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
193977
|
-
"category": category,
|
|
193978
193983
|
"computation_id": computation_id,
|
|
193979
193984
|
}
|
|
193985
|
+
if category is not None:
|
|
193986
|
+
self._values["category"] = category
|
|
193980
193987
|
if name is not None:
|
|
193981
193988
|
self._values["name"] = name
|
|
193982
193989
|
|
|
193983
|
-
@builtins.property
|
|
193984
|
-
def category(
|
|
193985
|
-
self,
|
|
193986
|
-
) -> typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]:
|
|
193987
|
-
'''The category field that is used in a computation.
|
|
193988
|
-
|
|
193989
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-uniquevaluescomputation.html#cfn-quicksight-template-uniquevaluescomputation-category
|
|
193990
|
-
'''
|
|
193991
|
-
result = self._values.get("category")
|
|
193992
|
-
assert result is not None, "Required property 'category' is missing"
|
|
193993
|
-
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"], result)
|
|
193994
|
-
|
|
193995
193990
|
@builtins.property
|
|
193996
193991
|
def computation_id(self) -> builtins.str:
|
|
193997
193992
|
'''The ID for a computation.
|
|
@@ -194002,6 +193997,17 @@ class CfnTemplate(
|
|
|
194002
193997
|
assert result is not None, "Required property 'computation_id' is missing"
|
|
194003
193998
|
return typing.cast(builtins.str, result)
|
|
194004
193999
|
|
|
194000
|
+
@builtins.property
|
|
194001
|
+
def category(
|
|
194002
|
+
self,
|
|
194003
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]]:
|
|
194004
|
+
'''The category field that is used in a computation.
|
|
194005
|
+
|
|
194006
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-uniquevaluescomputation.html#cfn-quicksight-template-uniquevaluescomputation-category
|
|
194007
|
+
'''
|
|
194008
|
+
result = self._values.get("category")
|
|
194009
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.DimensionFieldProperty"]], result)
|
|
194010
|
+
|
|
194005
194011
|
@builtins.property
|
|
194006
194012
|
def name(self) -> typing.Optional[builtins.str]:
|
|
194007
194013
|
'''The name of a computation.
|
|
@@ -197736,6 +197742,7 @@ class CfnTheme(
|
|
|
197736
197742
|
A *theme* is set of configuration options for color and layout. Themes apply to analyses and dashboards. For more information, see `Using Themes in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
|
|
197737
197743
|
|
|
197738
197744
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-theme.html
|
|
197745
|
+
:cloudformationResource: AWS::QuickSight::Theme
|
|
197739
197746
|
:exampleMetadata: fixture=_generated
|
|
197740
197747
|
|
|
197741
197748
|
Example::
|
|
@@ -199829,6 +199836,7 @@ class CfnTopic(
|
|
|
199829
199836
|
'''Creates a new Q topic.
|
|
199830
199837
|
|
|
199831
199838
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-topic.html
|
|
199839
|
+
:cloudformationResource: AWS::QuickSight::Topic
|
|
199832
199840
|
:exampleMetadata: fixture=_generated
|
|
199833
199841
|
|
|
199834
199842
|
Example::
|
|
@@ -204005,6 +204013,7 @@ class CfnVPCConnection(
|
|
|
204005
204013
|
'''Creates a new VPC connection.
|
|
204006
204014
|
|
|
204007
204015
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-vpcconnection.html
|
|
204016
|
+
:cloudformationResource: AWS::QuickSight::VPCConnection
|
|
204008
204017
|
:exampleMetadata: fixture=_generated
|
|
204009
204018
|
|
|
204010
204019
|
Example::
|
|
@@ -206208,7 +206217,6 @@ def _typecheckingstub__46f74702553dccb4bfa142dc6d7a31cf148bc7c14f3675489d8970c46
|
|
|
206208
206217
|
def _typecheckingstub__c92d9e711d8ae9f042a8e0269c5d1cb5d882fc89523e5544ee0ef11f92029973(
|
|
206209
206218
|
*,
|
|
206210
206219
|
computation_id: builtins.str,
|
|
206211
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
206212
206220
|
custom_seasonality_value: typing.Optional[jsii.Number] = None,
|
|
206213
206221
|
lower_boundary: typing.Optional[jsii.Number] = None,
|
|
206214
206222
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -206216,6 +206224,7 @@ def _typecheckingstub__c92d9e711d8ae9f042a8e0269c5d1cb5d882fc89523e5544ee0ef11f9
|
|
|
206216
206224
|
periods_forward: typing.Optional[jsii.Number] = None,
|
|
206217
206225
|
prediction_interval: typing.Optional[jsii.Number] = None,
|
|
206218
206226
|
seasonality: typing.Optional[builtins.str] = None,
|
|
206227
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
206219
206228
|
upper_boundary: typing.Optional[jsii.Number] = None,
|
|
206220
206229
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
206221
206230
|
) -> None:
|
|
@@ -206601,9 +206610,9 @@ def _typecheckingstub__221750db38bb8676e3648a48a1c5cc108d0d3b29458039df5cfe92100
|
|
|
206601
206610
|
def _typecheckingstub__ba3a1d3fae573c9d9556225f15a510102810b06ed491a8765e3fad28f9ed47bd(
|
|
206602
206611
|
*,
|
|
206603
206612
|
computation_id: builtins.str,
|
|
206604
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
206605
206613
|
name: typing.Optional[builtins.str] = None,
|
|
206606
206614
|
period_size: typing.Optional[jsii.Number] = None,
|
|
206615
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
206607
206616
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
206608
206617
|
) -> None:
|
|
206609
206618
|
"""Type checking stubs"""
|
|
@@ -207073,9 +207082,9 @@ def _typecheckingstub__286c43f9a143ec482dc3f27f678e5b04b0874c082f9b3e87dcf41eebe
|
|
|
207073
207082
|
def _typecheckingstub__91509d04a0e8ae4917832fd46882ec304495325653d7e06f260ef76a23f38651(
|
|
207074
207083
|
*,
|
|
207075
207084
|
computation_id: builtins.str,
|
|
207076
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
207077
207085
|
type: builtins.str,
|
|
207078
207086
|
name: typing.Optional[builtins.str] = None,
|
|
207087
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207079
207088
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207080
207089
|
) -> None:
|
|
207081
207090
|
"""Type checking stubs"""
|
|
@@ -207094,10 +207103,10 @@ def _typecheckingstub__912ecd28ec0047466f479d848db03397eb408315496ae14d8c424d1a0
|
|
|
207094
207103
|
def _typecheckingstub__50bb05b9db78e8a22fb074f318a4866d592109593030fb6706a040baed1f2206(
|
|
207095
207104
|
*,
|
|
207096
207105
|
computation_id: builtins.str,
|
|
207097
|
-
from_value: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
207098
|
-
target_value: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
207099
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
207106
|
+
from_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207100
207107
|
name: typing.Optional[builtins.str] = None,
|
|
207108
|
+
target_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207109
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207101
207110
|
) -> None:
|
|
207102
207111
|
"""Type checking stubs"""
|
|
207103
207112
|
pass
|
|
@@ -207420,8 +207429,8 @@ def _typecheckingstub__049fe0843ccff40544d214fb7ec1f9bafd5175190fe04d33179dc68fa
|
|
|
207420
207429
|
def _typecheckingstub__19abb806312347d369d990a7bb54b20d3a7767497ca5fc56c09168efbc1ffb70(
|
|
207421
207430
|
*,
|
|
207422
207431
|
computation_id: builtins.str,
|
|
207423
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
207424
207432
|
name: typing.Optional[builtins.str] = None,
|
|
207433
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207425
207434
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207426
207435
|
) -> None:
|
|
207427
207436
|
"""Type checking stubs"""
|
|
@@ -207430,9 +207439,9 @@ def _typecheckingstub__19abb806312347d369d990a7bb54b20d3a7767497ca5fc56c09168efb
|
|
|
207430
207439
|
def _typecheckingstub__fe85ace06e99d6c2d932a6aa27764fdf899d91a8fa36393bf94f4d593596c62f(
|
|
207431
207440
|
*,
|
|
207432
207441
|
computation_id: builtins.str,
|
|
207433
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
207434
207442
|
name: typing.Optional[builtins.str] = None,
|
|
207435
207443
|
period_time_granularity: typing.Optional[builtins.str] = None,
|
|
207444
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207436
207445
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
207437
207446
|
) -> None:
|
|
207438
207447
|
"""Type checking stubs"""
|
|
@@ -208666,13 +208675,13 @@ def _typecheckingstub__797cab8d6c63536edf46d79183956235577ff52f6151c755628360993
|
|
|
208666
208675
|
|
|
208667
208676
|
def _typecheckingstub__8add4baf39d0c008085931a458a6dabc8a0398f7d526ac3812f3fdd977c6ffa3(
|
|
208668
208677
|
*,
|
|
208669
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
208670
208678
|
computation_id: builtins.str,
|
|
208671
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
208672
208679
|
type: builtins.str,
|
|
208680
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
208673
208681
|
mover_size: typing.Optional[jsii.Number] = None,
|
|
208674
208682
|
name: typing.Optional[builtins.str] = None,
|
|
208675
208683
|
sort_order: typing.Optional[builtins.str] = None,
|
|
208684
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
208676
208685
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
208677
208686
|
) -> None:
|
|
208678
208687
|
"""Type checking stubs"""
|
|
@@ -208680,9 +208689,9 @@ def _typecheckingstub__8add4baf39d0c008085931a458a6dabc8a0398f7d526ac3812f3fdd97
|
|
|
208680
208689
|
|
|
208681
208690
|
def _typecheckingstub__28735e743dd0651f6b742574ac00814fc1a0f6d214e1106c81085facf5ef67a1(
|
|
208682
208691
|
*,
|
|
208683
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
208684
208692
|
computation_id: builtins.str,
|
|
208685
208693
|
type: builtins.str,
|
|
208694
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
208686
208695
|
name: typing.Optional[builtins.str] = None,
|
|
208687
208696
|
result_size: typing.Optional[jsii.Number] = None,
|
|
208688
208697
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -208693,8 +208702,8 @@ def _typecheckingstub__28735e743dd0651f6b742574ac00814fc1a0f6d214e1106c81085facf
|
|
|
208693
208702
|
def _typecheckingstub__32f39adfbd8ec8fb473b1a5b4ed6c65df8be4d61566a8fbfcb5b5e164717629f(
|
|
208694
208703
|
*,
|
|
208695
208704
|
computation_id: builtins.str,
|
|
208696
|
-
value: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
208697
208705
|
name: typing.Optional[builtins.str] = None,
|
|
208706
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
208698
208707
|
) -> None:
|
|
208699
208708
|
"""Type checking stubs"""
|
|
208700
208709
|
pass
|
|
@@ -208779,8 +208788,8 @@ def _typecheckingstub__d265618d94c82fa33595fa63cf601981fc46655fc4e54c08237a64a02
|
|
|
208779
208788
|
|
|
208780
208789
|
def _typecheckingstub__694d5d0b7cd15aed71341557fca998d4eb548ee61966a5ea32f3acd7f3fb6dce(
|
|
208781
208790
|
*,
|
|
208782
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
208783
208791
|
computation_id: builtins.str,
|
|
208792
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysis.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
208784
208793
|
name: typing.Optional[builtins.str] = None,
|
|
208785
208794
|
) -> None:
|
|
208786
208795
|
"""Type checking stubs"""
|
|
@@ -216026,7 +216035,6 @@ def _typecheckingstub__15121e71351856eb590573e619b4b9bab28f8d3501aa2324291f86ef4
|
|
|
216026
216035
|
def _typecheckingstub__4b268a89adfb2419a179e2d39f72efde8c0e4db3a1ed16bdb473a924b4f54be0(
|
|
216027
216036
|
*,
|
|
216028
216037
|
computation_id: builtins.str,
|
|
216029
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
216030
216038
|
custom_seasonality_value: typing.Optional[jsii.Number] = None,
|
|
216031
216039
|
lower_boundary: typing.Optional[jsii.Number] = None,
|
|
216032
216040
|
name: typing.Optional[builtins.str] = None,
|
|
@@ -216034,6 +216042,7 @@ def _typecheckingstub__4b268a89adfb2419a179e2d39f72efde8c0e4db3a1ed16bdb473a924b
|
|
|
216034
216042
|
periods_forward: typing.Optional[jsii.Number] = None,
|
|
216035
216043
|
prediction_interval: typing.Optional[jsii.Number] = None,
|
|
216036
216044
|
seasonality: typing.Optional[builtins.str] = None,
|
|
216045
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216037
216046
|
upper_boundary: typing.Optional[jsii.Number] = None,
|
|
216038
216047
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216039
216048
|
) -> None:
|
|
@@ -216419,9 +216428,9 @@ def _typecheckingstub__666e086df81d6ddf24a4db1db8727dc8fc96ccff2f22d4991ad47540d
|
|
|
216419
216428
|
def _typecheckingstub__1e23629184cc8bcc77e48bfad82c0395bd45f57fae4a87a1903c384ec9b7e938(
|
|
216420
216429
|
*,
|
|
216421
216430
|
computation_id: builtins.str,
|
|
216422
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
216423
216431
|
name: typing.Optional[builtins.str] = None,
|
|
216424
216432
|
period_size: typing.Optional[jsii.Number] = None,
|
|
216433
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216425
216434
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216426
216435
|
) -> None:
|
|
216427
216436
|
"""Type checking stubs"""
|
|
@@ -216883,9 +216892,9 @@ def _typecheckingstub__ac6cf684662783fe0378195f35ffe1875e4d7baae65cd6777baae1964
|
|
|
216883
216892
|
def _typecheckingstub__15dd15ed61f2c2e17a6d1829ac2976b57cf91069b8bb28fab8202b92ceac09d2(
|
|
216884
216893
|
*,
|
|
216885
216894
|
computation_id: builtins.str,
|
|
216886
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
216887
216895
|
type: builtins.str,
|
|
216888
216896
|
name: typing.Optional[builtins.str] = None,
|
|
216897
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216889
216898
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216890
216899
|
) -> None:
|
|
216891
216900
|
"""Type checking stubs"""
|
|
@@ -216904,10 +216913,10 @@ def _typecheckingstub__e3bd18060e8ab68dbd312d5880484954da32dfa2e19eb25a7ffa1eb19
|
|
|
216904
216913
|
def _typecheckingstub__51ce5b40674bb03088d888ca46951ae63eb7409301c5120f31de7353649c627c(
|
|
216905
216914
|
*,
|
|
216906
216915
|
computation_id: builtins.str,
|
|
216907
|
-
from_value: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
216908
|
-
target_value: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
216909
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
216916
|
+
from_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216910
216917
|
name: typing.Optional[builtins.str] = None,
|
|
216918
|
+
target_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216919
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
216911
216920
|
) -> None:
|
|
216912
216921
|
"""Type checking stubs"""
|
|
216913
216922
|
pass
|
|
@@ -217220,8 +217229,8 @@ def _typecheckingstub__c2dd05d8b08387ab86292cc30c74083647c706f46201ecc59a494fe1b
|
|
|
217220
217229
|
def _typecheckingstub__53f9997128020d044b3f06eabf7741d00417d19712b9ac21cdd48187ac4885ff(
|
|
217221
217230
|
*,
|
|
217222
217231
|
computation_id: builtins.str,
|
|
217223
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
217224
217232
|
name: typing.Optional[builtins.str] = None,
|
|
217233
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
217225
217234
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
217226
217235
|
) -> None:
|
|
217227
217236
|
"""Type checking stubs"""
|
|
@@ -217230,9 +217239,9 @@ def _typecheckingstub__53f9997128020d044b3f06eabf7741d00417d19712b9ac21cdd48187a
|
|
|
217230
217239
|
def _typecheckingstub__119c047085a74c43e8ed6ef2cd82bd8ba8f88b1a847c008c69588aa6a9bde55c(
|
|
217231
217240
|
*,
|
|
217232
217241
|
computation_id: builtins.str,
|
|
217233
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
217234
217242
|
name: typing.Optional[builtins.str] = None,
|
|
217235
217243
|
period_time_granularity: typing.Optional[builtins.str] = None,
|
|
217244
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
217236
217245
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
217237
217246
|
) -> None:
|
|
217238
217247
|
"""Type checking stubs"""
|
|
@@ -218518,13 +218527,13 @@ def _typecheckingstub__41846fec1e1aa2e86614deee24ef480c9bac3d7f16c2108ff36087831
|
|
|
218518
218527
|
|
|
218519
218528
|
def _typecheckingstub__f37be253a5e5d32ec97edc66b99be2af738b88ef98625f19eb8dadef6cbfe392(
|
|
218520
218529
|
*,
|
|
218521
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
218522
218530
|
computation_id: builtins.str,
|
|
218523
|
-
time: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
218524
218531
|
type: builtins.str,
|
|
218532
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
218525
218533
|
mover_size: typing.Optional[jsii.Number] = None,
|
|
218526
218534
|
name: typing.Optional[builtins.str] = None,
|
|
218527
218535
|
sort_order: typing.Optional[builtins.str] = None,
|
|
218536
|
+
time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
218528
218537
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
218529
218538
|
) -> None:
|
|
218530
218539
|
"""Type checking stubs"""
|
|
@@ -218532,9 +218541,9 @@ def _typecheckingstub__f37be253a5e5d32ec97edc66b99be2af738b88ef98625f19eb8dadef6
|
|
|
218532
218541
|
|
|
218533
218542
|
def _typecheckingstub__3e72ca65aab34d2a096e9fdfec9e7be28828777768797ebe577480319b4c1de0(
|
|
218534
218543
|
*,
|
|
218535
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
218536
218544
|
computation_id: builtins.str,
|
|
218537
218545
|
type: builtins.str,
|
|
218546
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
218538
218547
|
name: typing.Optional[builtins.str] = None,
|
|
218539
218548
|
result_size: typing.Optional[jsii.Number] = None,
|
|
218540
218549
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -218545,8 +218554,8 @@ def _typecheckingstub__3e72ca65aab34d2a096e9fdfec9e7be28828777768797ebe577480319
|
|
|
218545
218554
|
def _typecheckingstub__7147e0c586db8a2c6e5a828daf02618345defd5d932f01e6255b2284a7240ec3(
|
|
218546
218555
|
*,
|
|
218547
218556
|
computation_id: builtins.str,
|
|
218548
|
-
value: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
218549
218557
|
name: typing.Optional[builtins.str] = None,
|
|
218558
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.MeasureFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
218550
218559
|
) -> None:
|
|
218551
218560
|
"""Type checking stubs"""
|
|
218552
218561
|
pass
|
|
@@ -218631,8 +218640,8 @@ def _typecheckingstub__6503062ec15a4691568519426046f7b1fbb537e033f2db33f6547d639
|
|
|
218631
218640
|
|
|
218632
218641
|
def _typecheckingstub__354e3ff926eebcfb6d7f61649d46d0ae27d05164eff8e46e79271a6862cda687(
|
|
218633
218642
|
*,
|
|
218634
|
-
category: typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
218635
218643
|
computation_id: builtins.str,
|
|
218644
|
+
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTemplate.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
218636
218645
|
name: typing.Optional[builtins.str] = None,
|
|
218637
218646
|
) -> None:
|
|
218638
218647
|
"""Type checking stubs"""
|