aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.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 +1349 -373
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +12 -2
- aws_cdk/aws_accessanalyzer/__init__.py +323 -6
- aws_cdk/aws_acmpca/__init__.py +53 -10
- aws_cdk/aws_aiops/__init__.py +1019 -0
- aws_cdk/aws_amazonmq/__init__.py +357 -313
- aws_cdk/aws_amplify/__init__.py +173 -17
- aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
- aws_cdk/aws_apigateway/__init__.py +1017 -155
- aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
- aws_cdk/aws_appconfig/__init__.py +298 -43
- aws_cdk/aws_appflow/__init__.py +151 -6
- aws_cdk/aws_appintegrations/__init__.py +546 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
- aws_cdk/aws_applicationinsights/__init__.py +13 -2
- aws_cdk/aws_applicationsignals/__init__.py +374 -6
- aws_cdk/aws_appmesh/__init__.py +94 -26
- aws_cdk/aws_apprunner/__init__.py +66 -18
- aws_cdk/aws_appstream/__init__.py +309 -55
- aws_cdk/aws_appsync/__init__.py +227 -53
- aws_cdk/aws_apptest/__init__.py +71 -2
- aws_cdk/aws_aps/__init__.py +1875 -132
- aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
- aws_cdk/aws_arczonalshift/__init__.py +39 -12
- aws_cdk/aws_athena/__init__.py +365 -29
- aws_cdk/aws_auditmanager/__init__.py +71 -2
- aws_cdk/aws_autoscaling/__init__.py +135 -55
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +13 -2
- aws_cdk/aws_b2bi/__init__.py +1819 -99
- aws_cdk/aws_backup/__init__.py +317 -28
- aws_cdk/aws_backupgateway/__init__.py +13 -2
- aws_cdk/aws_batch/__init__.py +1405 -178
- aws_cdk/aws_bcmdataexports/__init__.py +21 -2
- aws_cdk/aws_bedrock/__init__.py +6747 -627
- aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
- aws_cdk/aws_billingconductor/__init__.py +197 -11
- aws_cdk/aws_budgets/__init__.py +42 -4
- aws_cdk/aws_cassandra/__init__.py +247 -6
- aws_cdk/aws_ce/__init__.py +35 -6
- aws_cdk/aws_certificatemanager/__init__.py +237 -32
- aws_cdk/aws_chatbot/__init__.py +70 -6
- aws_cdk/aws_cleanrooms/__init__.py +709 -206
- aws_cdk/aws_cleanroomsml/__init__.py +13 -2
- aws_cdk/aws_cloud9/__init__.py +13 -2
- aws_cdk/aws_cloudformation/__init__.py +345 -166
- aws_cdk/aws_cloudfront/__init__.py +2101 -680
- aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
- aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
- aws_cdk/aws_cloudtrail/__init__.py +301 -17
- aws_cdk/aws_cloudwatch/__init__.py +1414 -153
- aws_cdk/aws_codeartifact/__init__.py +35 -6
- aws_cdk/aws_codebuild/__init__.py +1103 -118
- aws_cdk/aws_codecommit/__init__.py +23 -9
- aws_cdk/aws_codeconnections/__init__.py +13 -2
- aws_cdk/aws_codedeploy/__init__.py +67 -6
- aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
- aws_cdk/aws_codegurureviewer/__init__.py +13 -2
- aws_cdk/aws_codepipeline/__init__.py +127 -64
- aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
- aws_cdk/aws_codestar/__init__.py +13 -2
- aws_cdk/aws_codestarconnections/__init__.py +35 -6
- aws_cdk/aws_codestarnotifications/__init__.py +16 -2
- aws_cdk/aws_cognito/__init__.py +814 -80
- aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
- aws_cdk/aws_comprehend/__init__.py +24 -4
- aws_cdk/aws_config/__init__.py +191 -30
- aws_cdk/aws_connect/__init__.py +2736 -191
- aws_cdk/aws_connectcampaigns/__init__.py +13 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
- aws_cdk/aws_controltower/__init__.py +35 -6
- aws_cdk/aws_cur/__init__.py +100 -4
- aws_cdk/aws_customerprofiles/__init__.py +617 -27
- aws_cdk/aws_databrew/__init__.py +68 -12
- aws_cdk/aws_datapipeline/__init__.py +42 -2
- aws_cdk/aws_datasync/__init__.py +723 -203
- aws_cdk/aws_datazone/__init__.py +4425 -608
- aws_cdk/aws_dax/__init__.py +83 -6
- aws_cdk/aws_deadline/__init__.py +321 -32
- aws_cdk/aws_detective/__init__.py +35 -6
- aws_cdk/aws_devicefarm/__init__.py +68 -12
- aws_cdk/aws_devopsguru/__init__.py +37 -6
- aws_cdk/aws_directoryservice/__init__.py +53 -4
- aws_cdk/aws_dlm/__init__.py +13 -2
- aws_cdk/aws_dms/__init__.py +184 -27
- aws_cdk/aws_docdb/__init__.py +323 -46
- aws_cdk/aws_docdbelastic/__init__.py +13 -2
- aws_cdk/aws_dsql/__init__.py +340 -12
- aws_cdk/aws_dynamodb/__init__.py +1463 -166
- aws_cdk/aws_ec2/__init__.py +9636 -1120
- aws_cdk/aws_ecr/__init__.py +631 -43
- aws_cdk/aws_ecr_assets/__init__.py +4 -0
- aws_cdk/aws_ecs/__init__.py +6524 -497
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_efs/__init__.py +264 -24
- aws_cdk/aws_eks/__init__.py +1050 -218
- aws_cdk/aws_elasticache/__init__.py +373 -20
- aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
- aws_cdk/aws_elasticsearch/__init__.py +282 -9
- aws_cdk/aws_emr/__init__.py +187 -20
- aws_cdk/aws_emrcontainers/__init__.py +71 -2
- aws_cdk/aws_emrserverless/__init__.py +188 -3
- aws_cdk/aws_entityresolution/__init__.py +585 -58
- aws_cdk/aws_events/__init__.py +969 -124
- aws_cdk/aws_events_targets/__init__.py +310 -54
- aws_cdk/aws_eventschemas/__init__.py +46 -8
- aws_cdk/aws_evidently/__init__.py +57 -10
- aws_cdk/aws_evs/__init__.py +2244 -0
- aws_cdk/aws_finspace/__init__.py +71 -2
- aws_cdk/aws_fis/__init__.py +26 -4
- aws_cdk/aws_fms/__init__.py +35 -6
- aws_cdk/aws_forecast/__init__.py +24 -4
- aws_cdk/aws_frauddetector/__init__.py +79 -14
- aws_cdk/aws_fsx/__init__.py +1236 -142
- aws_cdk/aws_gamelift/__init__.py +653 -78
- aws_cdk/aws_gameliftstreams/__init__.py +38 -16
- aws_cdk/aws_globalaccelerator/__init__.py +55 -14
- aws_cdk/aws_glue/__init__.py +1368 -320
- aws_cdk/aws_grafana/__init__.py +13 -2
- aws_cdk/aws_greengrass/__init__.py +654 -32
- aws_cdk/aws_greengrassv2/__init__.py +53 -4
- aws_cdk/aws_groundstation/__init__.py +122 -6
- aws_cdk/aws_guardduty/__init__.py +1613 -123
- aws_cdk/aws_healthimaging/__init__.py +71 -2
- aws_cdk/aws_healthlake/__init__.py +42 -2
- aws_cdk/aws_iam/__init__.py +480 -140
- aws_cdk/aws_identitystore/__init__.py +24 -4
- aws_cdk/aws_imagebuilder/__init__.py +1433 -183
- aws_cdk/aws_inspector/__init__.py +38 -6
- aws_cdk/aws_inspectorv2/__init__.py +2285 -243
- aws_cdk/aws_internetmonitor/__init__.py +71 -2
- aws_cdk/aws_invoicing/__init__.py +13 -2
- aws_cdk/aws_iot/__init__.py +1730 -86
- aws_cdk/aws_iotanalytics/__init__.py +162 -8
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
- aws_cdk/aws_iotevents/__init__.py +122 -6
- aws_cdk/aws_iotfleethub/__init__.py +71 -2
- aws_cdk/aws_iotfleetwise/__init__.py +195 -14
- aws_cdk/aws_iotsitewise/__init__.py +1837 -89
- aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
- aws_cdk/aws_iottwinmaker/__init__.py +115 -10
- aws_cdk/aws_iotwireless/__init__.py +649 -22
- aws_cdk/aws_ivs/__init__.py +561 -57
- aws_cdk/aws_ivschat/__init__.py +24 -4
- aws_cdk/aws_kafkaconnect/__init__.py +35 -6
- aws_cdk/aws_kendra/__init__.py +120 -28
- aws_cdk/aws_kendraranking/__init__.py +13 -2
- aws_cdk/aws_kinesis/__init__.py +622 -22
- aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
- aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
- aws_cdk/aws_kinesisvideo/__init__.py +24 -4
- aws_cdk/aws_kms/__init__.py +188 -41
- aws_cdk/aws_lakeformation/__init__.py +80 -15
- aws_cdk/aws_lambda/__init__.py +2101 -252
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
- aws_cdk/aws_launchwizard/__init__.py +13 -2
- aws_cdk/aws_lex/__init__.py +871 -8
- aws_cdk/aws_licensemanager/__init__.py +24 -4
- aws_cdk/aws_lightsail/__init__.py +2159 -975
- aws_cdk/aws_location/__init__.py +618 -14
- aws_cdk/aws_logs/__init__.py +5904 -956
- aws_cdk/aws_lookoutequipment/__init__.py +13 -2
- aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
- aws_cdk/aws_lookoutvision/__init__.py +71 -2
- aws_cdk/aws_m2/__init__.py +94 -19
- aws_cdk/aws_macie/__init__.py +49 -11
- aws_cdk/aws_managedblockchain/__init__.py +180 -6
- aws_cdk/aws_mediaconnect/__init__.py +101 -18
- aws_cdk/aws_mediaconvert/__init__.py +35 -6
- aws_cdk/aws_medialive/__init__.py +1239 -35
- aws_cdk/aws_mediapackage/__init__.py +59 -12
- aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
- aws_cdk/aws_mediastore/__init__.py +13 -2
- aws_cdk/aws_mediatailor/__init__.py +583 -12
- aws_cdk/aws_memorydb/__init__.py +271 -12
- aws_cdk/aws_mpa/__init__.py +1495 -0
- aws_cdk/aws_msk/__init__.py +104 -18
- aws_cdk/aws_mwaa/__init__.py +121 -9
- aws_cdk/aws_neptune/__init__.py +290 -78
- aws_cdk/aws_neptunegraph/__init__.py +24 -4
- aws_cdk/aws_networkfirewall/__init__.py +1289 -273
- aws_cdk/aws_networkmanager/__init__.py +349 -33
- aws_cdk/aws_nimblestudio/__init__.py +75 -8
- aws_cdk/aws_notifications/__init__.py +317 -12
- aws_cdk/aws_notificationscontacts/__init__.py +13 -2
- aws_cdk/aws_oam/__init__.py +24 -4
- aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
- aws_cdk/aws_odb/__init__.py +5872 -0
- aws_cdk/aws_omics/__init__.py +2495 -529
- aws_cdk/aws_opensearchserverless/__init__.py +312 -37
- aws_cdk/aws_opensearchservice/__init__.py +495 -19
- aws_cdk/aws_opsworks/__init__.py +235 -139
- aws_cdk/aws_opsworkscm/__init__.py +16 -52
- aws_cdk/aws_organizations/__init__.py +70 -10
- aws_cdk/aws_osis/__init__.py +167 -2
- aws_cdk/aws_panorama/__init__.py +151 -6
- aws_cdk/aws_paymentcryptography/__init__.py +24 -4
- aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
- aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
- aws_cdk/aws_pcs/__init__.py +387 -68
- aws_cdk/aws_personalize/__init__.py +46 -8
- aws_cdk/aws_pinpoint/__init__.py +329 -38
- aws_cdk/aws_pinpointemail/__init__.py +48 -8
- aws_cdk/aws_pipes/__init__.py +12 -2
- aws_cdk/aws_proton/__init__.py +37 -6
- aws_cdk/aws_qbusiness/__init__.py +635 -34
- aws_cdk/aws_qldb/__init__.py +24 -4
- aws_cdk/aws_quicksight/__init__.py +7900 -1160
- aws_cdk/aws_ram/__init__.py +24 -4
- aws_cdk/aws_rbin/__init__.py +12 -2
- aws_cdk/aws_rds/__init__.py +3345 -512
- aws_cdk/aws_redshift/__init__.py +143 -20
- aws_cdk/aws_redshiftserverless/__init__.py +692 -4
- aws_cdk/aws_refactorspaces/__init__.py +64 -14
- aws_cdk/aws_rekognition/__init__.py +93 -6
- aws_cdk/aws_resiliencehub/__init__.py +24 -4
- aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
- aws_cdk/aws_resourcegroups/__init__.py +82 -4
- aws_cdk/aws_robomaker/__init__.py +72 -12
- aws_cdk/aws_rolesanywhere/__init__.py +180 -6
- aws_cdk/aws_route53/__init__.py +3273 -1442
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +37 -6
- aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
- aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
- aws_cdk/aws_route53resolver/__init__.py +226 -36
- aws_cdk/aws_rtbfabric/__init__.py +3498 -0
- aws_cdk/aws_rum/__init__.py +13 -2
- aws_cdk/aws_s3/__init__.py +1291 -158
- aws_cdk/aws_s3_assets/__init__.py +11 -11
- aws_cdk/aws_s3_deployment/__init__.py +147 -11
- aws_cdk/aws_s3_notifications/__init__.py +7 -7
- aws_cdk/aws_s3express/__init__.py +266 -8
- aws_cdk/aws_s3objectlambda/__init__.py +68 -16
- aws_cdk/aws_s3outposts/__init__.py +46 -8
- aws_cdk/aws_s3tables/__init__.py +2000 -323
- aws_cdk/aws_s3vectors/__init__.py +1378 -0
- aws_cdk/aws_sagemaker/__init__.py +6617 -363
- aws_cdk/aws_sam/__init__.py +79 -14
- aws_cdk/aws_scheduler/__init__.py +237 -4
- aws_cdk/aws_sdb/__init__.py +12 -2
- aws_cdk/aws_secretsmanager/__init__.py +170 -14
- aws_cdk/aws_securityhub/__init__.py +3121 -176
- aws_cdk/aws_securitylake/__init__.py +46 -8
- aws_cdk/aws_servicecatalog/__init__.py +405 -246
- aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
- aws_cdk/aws_servicediscovery/__init__.py +140 -47
- aws_cdk/aws_ses/__init__.py +1231 -140
- aws_cdk/aws_shield/__init__.py +46 -8
- aws_cdk/aws_signer/__init__.py +27 -4
- aws_cdk/aws_simspaceweaver/__init__.py +42 -2
- aws_cdk/aws_smsvoice/__init__.py +4716 -0
- aws_cdk/aws_sns/__init__.py +245 -29
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +211 -14
- aws_cdk/aws_ssm/__init__.py +401 -58
- aws_cdk/aws_ssmcontacts/__init__.py +46 -8
- aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
- aws_cdk/aws_ssmincidents/__init__.py +24 -4
- aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
- aws_cdk/aws_sso/__init__.py +70 -12
- aws_cdk/aws_stepfunctions/__init__.py +615 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
- aws_cdk/aws_supportapp/__init__.py +39 -6
- aws_cdk/aws_synthetics/__init__.py +861 -75
- aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
- aws_cdk/aws_timestream/__init__.py +104 -8
- aws_cdk/aws_transfer/__init__.py +784 -87
- aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
- aws_cdk/aws_voiceid/__init__.py +41 -2
- aws_cdk/aws_vpclattice/__init__.py +376 -30
- aws_cdk/aws_waf/__init__.py +79 -14
- aws_cdk/aws_wafregional/__init__.py +123 -22
- aws_cdk/aws_wafv2/__init__.py +1179 -60
- aws_cdk/aws_wisdom/__init__.py +1401 -90
- aws_cdk/aws_workspaces/__init__.py +93 -6
- aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
- aws_cdk/aws_workspacesweb/__init__.py +1057 -141
- aws_cdk/aws_xray/__init__.py +48 -8
- aws_cdk/cloud_assembly_schema/__init__.py +231 -6
- aws_cdk/custom_resources/__init__.py +40 -12
- aws_cdk/cx_api/__init__.py +85 -14
- aws_cdk/interfaces/__init__.py +739 -0
- aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
- aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
- aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
- aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
- aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
- aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
- aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
- aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
- aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
- aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
- aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
- aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
- aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
- aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
- aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
- aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
- aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
- aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
- aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
- aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
- aws_cdk/interfaces/aws_aps/__init__.py +558 -0
- aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
- aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
- aws_cdk/interfaces/aws_athena/__init__.py +575 -0
- aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
- aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
- aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
- aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
- aws_cdk/interfaces/aws_backup/__init__.py +955 -0
- aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
- aws_cdk/interfaces/aws_batch/__init__.py +681 -0
- aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
- aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
- aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
- aws_cdk/interfaces/aws_billing/__init__.py +146 -0
- aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
- aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
- aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
- aws_cdk/interfaces/aws_ce/__init__.py +352 -0
- aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
- aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
- aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
- aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
- aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
- aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
- aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
- aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
- aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
- aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
- aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
- aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
- aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
- aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
- aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
- aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
- aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
- aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
- aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
- aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
- aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
- aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
- aws_cdk/interfaces/aws_config/__init__.py +1165 -0
- aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
- aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
- aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
- aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
- aws_cdk/interfaces/aws_cur/__init__.py +146 -0
- aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
- aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
- aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
- aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
- aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
- aws_cdk/interfaces/aws_dax/__init__.py +364 -0
- aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
- aws_cdk/interfaces/aws_detective/__init__.py +364 -0
- aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
- aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
- aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
- aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
- aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
- aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
- aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
- aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
- aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
- aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
- aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
- aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
- aws_cdk/interfaces/aws_efs/__init__.py +392 -0
- aws_cdk/interfaces/aws_eks/__init__.py +948 -0
- aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
- aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
- aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
- aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
- aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
- aws_cdk/interfaces/aws_emr/__init__.py +913 -0
- aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
- aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
- aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
- aws_cdk/interfaces/aws_events/__init__.py +872 -0
- aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
- aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
- aws_cdk/interfaces/aws_evs/__init__.py +166 -0
- aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
- aws_cdk/interfaces/aws_fis/__init__.py +271 -0
- aws_cdk/interfaces/aws_fms/__init__.py +364 -0
- aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
- aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
- aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
- aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
- aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
- aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
- aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
- aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
- aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
- aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
- aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
- aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
- aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
- aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
- aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
- aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
- aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
- aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
- aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
- aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
- aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
- aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
- aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
- aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
- aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
- aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
- aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
- aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
- aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
- aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
- aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
- aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
- aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
- aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
- aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
- aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
- aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
- aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
- aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
- aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
- aws_cdk/interfaces/aws_kms/__init__.py +376 -0
- aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
- aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
- aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
- aws_cdk/interfaces/aws_lex/__init__.py +513 -0
- aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
- aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
- aws_cdk/interfaces/aws_location/__init__.py +879 -0
- aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
- aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
- aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
- aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
- aws_cdk/interfaces/aws_m2/__init__.py +352 -0
- aws_cdk/interfaces/aws_macie/__init__.py +512 -0
- aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
- aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
- aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
- aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
- aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
- aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
- aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
- aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
- aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
- aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
- aws_cdk/interfaces/aws_msk/__init__.py +764 -0
- aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
- aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
- aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
- aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
- aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
- aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
- aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
- aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
- aws_cdk/interfaces/aws_oam/__init__.py +249 -0
- aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
- aws_cdk/interfaces/aws_odb/__init__.py +562 -0
- aws_cdk/interfaces/aws_omics/__init__.py +838 -0
- aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
- aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
- aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
- aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
- aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
- aws_cdk/interfaces/aws_osis/__init__.py +146 -0
- aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
- aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
- aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
- aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
- aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
- aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
- aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
- aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
- aws_cdk/interfaces/aws_proton/__init__.py +360 -0
- aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
- aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
- aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
- aws_cdk/interfaces/aws_ram/__init__.py +249 -0
- aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
- aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
- aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
- aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
- aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
- aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
- aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
- aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
- aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
- aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
- aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
- aws_cdk/interfaces/aws_route53/__init__.py +804 -0
- aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
- aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
- aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
- aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
- aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
- aws_cdk/interfaces/aws_rum/__init__.py +146 -0
- aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
- aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
- aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
- aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
- aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
- aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
- aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
- aws_cdk/interfaces/aws_sam/__init__.py +603 -0
- aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
- aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
- aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
- aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
- aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
- aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
- aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
- aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
- aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
- aws_cdk/interfaces/aws_shield/__init__.py +455 -0
- aws_cdk/interfaces/aws_signer/__init__.py +266 -0
- aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
- aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
- aws_cdk/interfaces/aws_sns/__init__.py +455 -0
- aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
- aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
- aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
- aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
- aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
- aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
- aws_cdk/interfaces/aws_sso/__init__.py +797 -0
- aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
- aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
- aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
- aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
- aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
- aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
- aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
- aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
- aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
- aws_cdk/interfaces/aws_waf/__init__.py +764 -0
- aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
- aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
- aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
- aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
- aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
- aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
- aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
- aws_cdk/interfaces/aws_xray/__init__.py +457 -0
- aws_cdk/pipelines/__init__.py +192 -42
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +60 -18
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
- aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
- aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
|
@@ -68,9 +68,25 @@ from .. import (
|
|
|
68
68
|
TagManager as _TagManager_0a598cb3,
|
|
69
69
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
70
70
|
)
|
|
71
|
+
from ..interfaces.aws_customerprofiles import (
|
|
72
|
+
CalculatedAttributeDefinitionReference as _CalculatedAttributeDefinitionReference_c3cb3a21,
|
|
73
|
+
DomainReference as _DomainReference_ad5fb470,
|
|
74
|
+
EventStreamReference as _EventStreamReference_962d06c6,
|
|
75
|
+
EventTriggerReference as _EventTriggerReference_153e27ca,
|
|
76
|
+
ICalculatedAttributeDefinitionRef as _ICalculatedAttributeDefinitionRef_4fe5d636,
|
|
77
|
+
IDomainRef as _IDomainRef_05f5627e,
|
|
78
|
+
IEventStreamRef as _IEventStreamRef_2336759c,
|
|
79
|
+
IEventTriggerRef as _IEventTriggerRef_29992959,
|
|
80
|
+
IIntegrationRef as _IIntegrationRef_78469d92,
|
|
81
|
+
IObjectTypeRef as _IObjectTypeRef_3e102175,
|
|
82
|
+
ISegmentDefinitionRef as _ISegmentDefinitionRef_fb9739e9,
|
|
83
|
+
IntegrationReference as _IntegrationReference_7dc76a71,
|
|
84
|
+
ObjectTypeReference as _ObjectTypeReference_55463b5f,
|
|
85
|
+
SegmentDefinitionReference as _SegmentDefinitionReference_019ca800,
|
|
86
|
+
)
|
|
71
87
|
|
|
72
88
|
|
|
73
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
89
|
+
@jsii.implements(_IInspectable_c2943556, _ICalculatedAttributeDefinitionRef_4fe5d636, _ITaggableV2_4e6798f8)
|
|
74
90
|
class CfnCalculatedAttributeDefinition(
|
|
75
91
|
_CfnResource_9df397a6,
|
|
76
92
|
metaclass=jsii.JSIIMeta,
|
|
@@ -104,7 +120,15 @@ class CfnCalculatedAttributeDefinition(
|
|
|
104
120
|
object_count=123,
|
|
105
121
|
range=customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty(
|
|
106
122
|
unit="unit",
|
|
107
|
-
|
|
123
|
+
|
|
124
|
+
# the properties below are optional
|
|
125
|
+
timestamp_format="timestampFormat",
|
|
126
|
+
timestamp_source="timestampSource",
|
|
127
|
+
value=123,
|
|
128
|
+
value_range=customerprofiles.CfnCalculatedAttributeDefinition.ValueRangeProperty(
|
|
129
|
+
end=123,
|
|
130
|
+
start=123
|
|
131
|
+
)
|
|
108
132
|
),
|
|
109
133
|
threshold=customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty(
|
|
110
134
|
operator="operator",
|
|
@@ -116,7 +140,8 @@ class CfnCalculatedAttributeDefinition(
|
|
|
116
140
|
tags=[CfnTag(
|
|
117
141
|
key="key",
|
|
118
142
|
value="value"
|
|
119
|
-
)]
|
|
143
|
+
)],
|
|
144
|
+
use_historical_data=False
|
|
120
145
|
)
|
|
121
146
|
'''
|
|
122
147
|
|
|
@@ -133,8 +158,10 @@ class CfnCalculatedAttributeDefinition(
|
|
|
133
158
|
description: typing.Optional[builtins.str] = None,
|
|
134
159
|
display_name: typing.Optional[builtins.str] = None,
|
|
135
160
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
161
|
+
use_historical_data: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
136
162
|
) -> None:
|
|
137
|
-
'''
|
|
163
|
+
'''Create a new ``AWS::CustomerProfiles::CalculatedAttributeDefinition``.
|
|
164
|
+
|
|
138
165
|
:param scope: Scope in which this resource is defined.
|
|
139
166
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
140
167
|
:param attribute_details: Mathematical expression and a list of attribute items specified in that expression.
|
|
@@ -145,6 +172,7 @@ class CfnCalculatedAttributeDefinition(
|
|
|
145
172
|
:param description: The description of the calculated attribute.
|
|
146
173
|
:param display_name: The display name of the calculated attribute.
|
|
147
174
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
175
|
+
:param use_historical_data: Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
|
|
148
176
|
'''
|
|
149
177
|
if __debug__:
|
|
150
178
|
type_hints = typing.get_type_hints(_typecheckingstub__3a09ab96caa4db6cfa4ebb0207c025a7f976cac18f814d69b882506cf2971669)
|
|
@@ -159,6 +187,7 @@ class CfnCalculatedAttributeDefinition(
|
|
|
159
187
|
description=description,
|
|
160
188
|
display_name=display_name,
|
|
161
189
|
tags=tags,
|
|
190
|
+
use_historical_data=use_historical_data,
|
|
162
191
|
)
|
|
163
192
|
|
|
164
193
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -211,6 +240,32 @@ class CfnCalculatedAttributeDefinition(
|
|
|
211
240
|
'''
|
|
212
241
|
return typing.cast(builtins.str, jsii.get(self, "attrLastUpdatedAt"))
|
|
213
242
|
|
|
243
|
+
@builtins.property
|
|
244
|
+
@jsii.member(jsii_name="attrReadiness")
|
|
245
|
+
def attr_readiness(self) -> _IResolvable_da3f097b:
|
|
246
|
+
'''The readiness status of the calculated attribute.
|
|
247
|
+
|
|
248
|
+
:cloudformationAttribute: Readiness
|
|
249
|
+
'''
|
|
250
|
+
return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrReadiness"))
|
|
251
|
+
|
|
252
|
+
@builtins.property
|
|
253
|
+
@jsii.member(jsii_name="attrStatus")
|
|
254
|
+
def attr_status(self) -> builtins.str:
|
|
255
|
+
'''Status of the Calculated Attribute creation (whether all historical data has been indexed.).
|
|
256
|
+
|
|
257
|
+
:cloudformationAttribute: Status
|
|
258
|
+
'''
|
|
259
|
+
return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
|
|
260
|
+
|
|
261
|
+
@builtins.property
|
|
262
|
+
@jsii.member(jsii_name="calculatedAttributeDefinitionRef")
|
|
263
|
+
def calculated_attribute_definition_ref(
|
|
264
|
+
self,
|
|
265
|
+
) -> _CalculatedAttributeDefinitionReference_c3cb3a21:
|
|
266
|
+
'''A reference to a CalculatedAttributeDefinition resource.'''
|
|
267
|
+
return typing.cast(_CalculatedAttributeDefinitionReference_c3cb3a21, jsii.get(self, "calculatedAttributeDefinitionRef"))
|
|
268
|
+
|
|
214
269
|
@builtins.property
|
|
215
270
|
@jsii.member(jsii_name="cdkTagManager")
|
|
216
271
|
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
@@ -336,6 +391,24 @@ class CfnCalculatedAttributeDefinition(
|
|
|
336
391
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
337
392
|
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
338
393
|
|
|
394
|
+
@builtins.property
|
|
395
|
+
@jsii.member(jsii_name="useHistoricalData")
|
|
396
|
+
def use_historical_data(
|
|
397
|
+
self,
|
|
398
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
399
|
+
'''Whether historical data ingested before the Calculated Attribute was created should be included in calculations.'''
|
|
400
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "useHistoricalData"))
|
|
401
|
+
|
|
402
|
+
@use_historical_data.setter
|
|
403
|
+
def use_historical_data(
|
|
404
|
+
self,
|
|
405
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
406
|
+
) -> None:
|
|
407
|
+
if __debug__:
|
|
408
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7ab1072a749050ba2fecfbba8cc52cbc745e52869b7164a97ab6eb2dcdf582c4)
|
|
409
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
410
|
+
jsii.set(self, "useHistoricalData", value) # pyright: ignore[reportArgumentType]
|
|
411
|
+
|
|
339
412
|
@jsii.data_type(
|
|
340
413
|
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.AttributeDetailsProperty",
|
|
341
414
|
jsii_struct_bases=[],
|
|
@@ -501,7 +574,15 @@ class CfnCalculatedAttributeDefinition(
|
|
|
501
574
|
object_count=123,
|
|
502
575
|
range=customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty(
|
|
503
576
|
unit="unit",
|
|
504
|
-
|
|
577
|
+
|
|
578
|
+
# the properties below are optional
|
|
579
|
+
timestamp_format="timestampFormat",
|
|
580
|
+
timestamp_source="timestampSource",
|
|
581
|
+
value=123,
|
|
582
|
+
value_range=customerprofiles.CfnCalculatedAttributeDefinition.ValueRangeProperty(
|
|
583
|
+
end=123,
|
|
584
|
+
start=123
|
|
585
|
+
)
|
|
505
586
|
),
|
|
506
587
|
threshold=customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty(
|
|
507
588
|
operator="operator",
|
|
@@ -567,14 +648,31 @@ class CfnCalculatedAttributeDefinition(
|
|
|
567
648
|
@jsii.data_type(
|
|
568
649
|
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty",
|
|
569
650
|
jsii_struct_bases=[],
|
|
570
|
-
name_mapping={
|
|
651
|
+
name_mapping={
|
|
652
|
+
"unit": "unit",
|
|
653
|
+
"timestamp_format": "timestampFormat",
|
|
654
|
+
"timestamp_source": "timestampSource",
|
|
655
|
+
"value": "value",
|
|
656
|
+
"value_range": "valueRange",
|
|
657
|
+
},
|
|
571
658
|
)
|
|
572
659
|
class RangeProperty:
|
|
573
|
-
def __init__(
|
|
660
|
+
def __init__(
|
|
661
|
+
self,
|
|
662
|
+
*,
|
|
663
|
+
unit: builtins.str,
|
|
664
|
+
timestamp_format: typing.Optional[builtins.str] = None,
|
|
665
|
+
timestamp_source: typing.Optional[builtins.str] = None,
|
|
666
|
+
value: typing.Optional[jsii.Number] = None,
|
|
667
|
+
value_range: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCalculatedAttributeDefinition.ValueRangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
668
|
+
) -> None:
|
|
574
669
|
'''The relative time period over which data is included in the aggregation.
|
|
575
670
|
|
|
576
671
|
:param unit: The unit of time.
|
|
672
|
+
:param timestamp_format: The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI (for Unix epoch timestamps with second/millisecond level precision) or ISO_8601 (following ISO_8601 format with second/millisecond level precision, with an optional offset of Z or in the format HH:MM or HHMM.). E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235-0700"}}, then TimestampFormat should be "ISO_8601"
|
|
673
|
+
:param timestamp_source: An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of "{ObjectTypeName.}". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}"
|
|
577
674
|
:param value: The amount of time of the specified unit.
|
|
675
|
+
:param value_range: A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
|
|
578
676
|
|
|
579
677
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html
|
|
580
678
|
:exampleMetadata: fixture=_generated
|
|
@@ -587,17 +685,35 @@ class CfnCalculatedAttributeDefinition(
|
|
|
587
685
|
|
|
588
686
|
range_property = customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty(
|
|
589
687
|
unit="unit",
|
|
590
|
-
|
|
688
|
+
|
|
689
|
+
# the properties below are optional
|
|
690
|
+
timestamp_format="timestampFormat",
|
|
691
|
+
timestamp_source="timestampSource",
|
|
692
|
+
value=123,
|
|
693
|
+
value_range=customerprofiles.CfnCalculatedAttributeDefinition.ValueRangeProperty(
|
|
694
|
+
end=123,
|
|
695
|
+
start=123
|
|
696
|
+
)
|
|
591
697
|
)
|
|
592
698
|
'''
|
|
593
699
|
if __debug__:
|
|
594
700
|
type_hints = typing.get_type_hints(_typecheckingstub__4567eb83ac5620aa6be36cbd0e38cdba257d259743e1017616dbc2252fc66f9d)
|
|
595
701
|
check_type(argname="argument unit", value=unit, expected_type=type_hints["unit"])
|
|
702
|
+
check_type(argname="argument timestamp_format", value=timestamp_format, expected_type=type_hints["timestamp_format"])
|
|
703
|
+
check_type(argname="argument timestamp_source", value=timestamp_source, expected_type=type_hints["timestamp_source"])
|
|
596
704
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
705
|
+
check_type(argname="argument value_range", value=value_range, expected_type=type_hints["value_range"])
|
|
597
706
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
598
707
|
"unit": unit,
|
|
599
|
-
"value": value,
|
|
600
708
|
}
|
|
709
|
+
if timestamp_format is not None:
|
|
710
|
+
self._values["timestamp_format"] = timestamp_format
|
|
711
|
+
if timestamp_source is not None:
|
|
712
|
+
self._values["timestamp_source"] = timestamp_source
|
|
713
|
+
if value is not None:
|
|
714
|
+
self._values["value"] = value
|
|
715
|
+
if value_range is not None:
|
|
716
|
+
self._values["value_range"] = value_range
|
|
601
717
|
|
|
602
718
|
@builtins.property
|
|
603
719
|
def unit(self) -> builtins.str:
|
|
@@ -610,14 +726,48 @@ class CfnCalculatedAttributeDefinition(
|
|
|
610
726
|
return typing.cast(builtins.str, result)
|
|
611
727
|
|
|
612
728
|
@builtins.property
|
|
613
|
-
def
|
|
729
|
+
def timestamp_format(self) -> typing.Optional[builtins.str]:
|
|
730
|
+
'''The format the timestamp field in your JSON object is specified.
|
|
731
|
+
|
|
732
|
+
This value should be one of EPOCHMILLI (for Unix epoch timestamps with second/millisecond level precision) or ISO_8601 (following ISO_8601 format with second/millisecond level precision, with an optional offset of Z or in the format HH:MM or HHMM.). E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235-0700"}}, then TimestampFormat should be "ISO_8601"
|
|
733
|
+
|
|
734
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampformat
|
|
735
|
+
'''
|
|
736
|
+
result = self._values.get("timestamp_format")
|
|
737
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
738
|
+
|
|
739
|
+
@builtins.property
|
|
740
|
+
def timestamp_source(self) -> typing.Optional[builtins.str]:
|
|
741
|
+
'''An expression specifying the field in your JSON object from which the date should be parsed.
|
|
742
|
+
|
|
743
|
+
The expression should follow the structure of "{ObjectTypeName.}". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}"
|
|
744
|
+
|
|
745
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampsource
|
|
746
|
+
'''
|
|
747
|
+
result = self._values.get("timestamp_source")
|
|
748
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
749
|
+
|
|
750
|
+
@builtins.property
|
|
751
|
+
def value(self) -> typing.Optional[jsii.Number]:
|
|
614
752
|
'''The amount of time of the specified unit.
|
|
615
753
|
|
|
616
754
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-value
|
|
617
755
|
'''
|
|
618
756
|
result = self._values.get("value")
|
|
619
|
-
|
|
620
|
-
|
|
757
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
758
|
+
|
|
759
|
+
@builtins.property
|
|
760
|
+
def value_range(
|
|
761
|
+
self,
|
|
762
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCalculatedAttributeDefinition.ValueRangeProperty"]]:
|
|
763
|
+
'''A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute.
|
|
764
|
+
|
|
765
|
+
Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
|
|
766
|
+
|
|
767
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-valuerange
|
|
768
|
+
'''
|
|
769
|
+
result = self._values.get("value_range")
|
|
770
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCalculatedAttributeDefinition.ValueRangeProperty"]], result)
|
|
621
771
|
|
|
622
772
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
623
773
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -630,6 +780,79 @@ class CfnCalculatedAttributeDefinition(
|
|
|
630
780
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
631
781
|
)
|
|
632
782
|
|
|
783
|
+
@jsii.data_type(
|
|
784
|
+
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.ReadinessProperty",
|
|
785
|
+
jsii_struct_bases=[],
|
|
786
|
+
name_mapping={
|
|
787
|
+
"message": "message",
|
|
788
|
+
"progress_percentage": "progressPercentage",
|
|
789
|
+
},
|
|
790
|
+
)
|
|
791
|
+
class ReadinessProperty:
|
|
792
|
+
def __init__(
|
|
793
|
+
self,
|
|
794
|
+
*,
|
|
795
|
+
message: typing.Optional[builtins.str] = None,
|
|
796
|
+
progress_percentage: typing.Optional[jsii.Number] = None,
|
|
797
|
+
) -> None:
|
|
798
|
+
'''Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
|
|
799
|
+
|
|
800
|
+
:param message: Any customer messaging.
|
|
801
|
+
:param progress_percentage: Approximately how far the Calculated Attribute creation is from completion.
|
|
802
|
+
|
|
803
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html
|
|
804
|
+
:exampleMetadata: fixture=_generated
|
|
805
|
+
|
|
806
|
+
Example::
|
|
807
|
+
|
|
808
|
+
# The code below shows an example of how to instantiate this type.
|
|
809
|
+
# The values are placeholders you should change.
|
|
810
|
+
from aws_cdk import aws_customerprofiles as customerprofiles
|
|
811
|
+
|
|
812
|
+
readiness_property = customerprofiles.CfnCalculatedAttributeDefinition.ReadinessProperty(
|
|
813
|
+
message="message",
|
|
814
|
+
progress_percentage=123
|
|
815
|
+
)
|
|
816
|
+
'''
|
|
817
|
+
if __debug__:
|
|
818
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0bc0a3c3468a435a5677e162145a9ef5e062a4e72fd921895d645bd1056af4e3)
|
|
819
|
+
check_type(argname="argument message", value=message, expected_type=type_hints["message"])
|
|
820
|
+
check_type(argname="argument progress_percentage", value=progress_percentage, expected_type=type_hints["progress_percentage"])
|
|
821
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
822
|
+
if message is not None:
|
|
823
|
+
self._values["message"] = message
|
|
824
|
+
if progress_percentage is not None:
|
|
825
|
+
self._values["progress_percentage"] = progress_percentage
|
|
826
|
+
|
|
827
|
+
@builtins.property
|
|
828
|
+
def message(self) -> typing.Optional[builtins.str]:
|
|
829
|
+
'''Any customer messaging.
|
|
830
|
+
|
|
831
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html#cfn-customerprofiles-calculatedattributedefinition-readiness-message
|
|
832
|
+
'''
|
|
833
|
+
result = self._values.get("message")
|
|
834
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
835
|
+
|
|
836
|
+
@builtins.property
|
|
837
|
+
def progress_percentage(self) -> typing.Optional[jsii.Number]:
|
|
838
|
+
'''Approximately how far the Calculated Attribute creation is from completion.
|
|
839
|
+
|
|
840
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html#cfn-customerprofiles-calculatedattributedefinition-readiness-progresspercentage
|
|
841
|
+
'''
|
|
842
|
+
result = self._values.get("progress_percentage")
|
|
843
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
844
|
+
|
|
845
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
846
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
847
|
+
|
|
848
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
849
|
+
return not (rhs == self)
|
|
850
|
+
|
|
851
|
+
def __repr__(self) -> str:
|
|
852
|
+
return "ReadinessProperty(%s)" % ", ".join(
|
|
853
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
854
|
+
)
|
|
855
|
+
|
|
633
856
|
@jsii.data_type(
|
|
634
857
|
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty",
|
|
635
858
|
jsii_struct_bases=[],
|
|
@@ -696,6 +919,78 @@ class CfnCalculatedAttributeDefinition(
|
|
|
696
919
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
697
920
|
)
|
|
698
921
|
|
|
922
|
+
@jsii.data_type(
|
|
923
|
+
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.ValueRangeProperty",
|
|
924
|
+
jsii_struct_bases=[],
|
|
925
|
+
name_mapping={"end": "end", "start": "start"},
|
|
926
|
+
)
|
|
927
|
+
class ValueRangeProperty:
|
|
928
|
+
def __init__(self, *, end: jsii.Number, start: jsii.Number) -> None:
|
|
929
|
+
'''A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute.
|
|
930
|
+
|
|
931
|
+
Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
|
|
932
|
+
|
|
933
|
+
:param end: The ending point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
934
|
+
:param start: The starting point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
935
|
+
|
|
936
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html
|
|
937
|
+
:exampleMetadata: fixture=_generated
|
|
938
|
+
|
|
939
|
+
Example::
|
|
940
|
+
|
|
941
|
+
# The code below shows an example of how to instantiate this type.
|
|
942
|
+
# The values are placeholders you should change.
|
|
943
|
+
from aws_cdk import aws_customerprofiles as customerprofiles
|
|
944
|
+
|
|
945
|
+
value_range_property = customerprofiles.CfnCalculatedAttributeDefinition.ValueRangeProperty(
|
|
946
|
+
end=123,
|
|
947
|
+
start=123
|
|
948
|
+
)
|
|
949
|
+
'''
|
|
950
|
+
if __debug__:
|
|
951
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d18b8118549ce586fc14b0cc15f51e9a520330684bb4d883bbf10b82b000c5a)
|
|
952
|
+
check_type(argname="argument end", value=end, expected_type=type_hints["end"])
|
|
953
|
+
check_type(argname="argument start", value=start, expected_type=type_hints["start"])
|
|
954
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
955
|
+
"end": end,
|
|
956
|
+
"start": start,
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
@builtins.property
|
|
960
|
+
def end(self) -> jsii.Number:
|
|
961
|
+
'''The ending point for this overridden range.
|
|
962
|
+
|
|
963
|
+
Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
964
|
+
|
|
965
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-end
|
|
966
|
+
'''
|
|
967
|
+
result = self._values.get("end")
|
|
968
|
+
assert result is not None, "Required property 'end' is missing"
|
|
969
|
+
return typing.cast(jsii.Number, result)
|
|
970
|
+
|
|
971
|
+
@builtins.property
|
|
972
|
+
def start(self) -> jsii.Number:
|
|
973
|
+
'''The starting point for this overridden range.
|
|
974
|
+
|
|
975
|
+
Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
|
|
976
|
+
|
|
977
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-start
|
|
978
|
+
'''
|
|
979
|
+
result = self._values.get("start")
|
|
980
|
+
assert result is not None, "Required property 'start' is missing"
|
|
981
|
+
return typing.cast(jsii.Number, result)
|
|
982
|
+
|
|
983
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
984
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
985
|
+
|
|
986
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
987
|
+
return not (rhs == self)
|
|
988
|
+
|
|
989
|
+
def __repr__(self) -> str:
|
|
990
|
+
return "ValueRangeProperty(%s)" % ", ".join(
|
|
991
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
992
|
+
)
|
|
993
|
+
|
|
699
994
|
|
|
700
995
|
@jsii.data_type(
|
|
701
996
|
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinitionProps",
|
|
@@ -709,6 +1004,7 @@ class CfnCalculatedAttributeDefinition(
|
|
|
709
1004
|
"description": "description",
|
|
710
1005
|
"display_name": "displayName",
|
|
711
1006
|
"tags": "tags",
|
|
1007
|
+
"use_historical_data": "useHistoricalData",
|
|
712
1008
|
},
|
|
713
1009
|
)
|
|
714
1010
|
class CfnCalculatedAttributeDefinitionProps:
|
|
@@ -723,6 +1019,7 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
723
1019
|
description: typing.Optional[builtins.str] = None,
|
|
724
1020
|
display_name: typing.Optional[builtins.str] = None,
|
|
725
1021
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1022
|
+
use_historical_data: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
726
1023
|
) -> None:
|
|
727
1024
|
'''Properties for defining a ``CfnCalculatedAttributeDefinition``.
|
|
728
1025
|
|
|
@@ -734,6 +1031,7 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
734
1031
|
:param description: The description of the calculated attribute.
|
|
735
1032
|
:param display_name: The display name of the calculated attribute.
|
|
736
1033
|
:param tags: An array of key-value pairs to apply to this resource.
|
|
1034
|
+
:param use_historical_data: Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
|
|
737
1035
|
|
|
738
1036
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html
|
|
739
1037
|
:exampleMetadata: fixture=_generated
|
|
@@ -760,7 +1058,15 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
760
1058
|
object_count=123,
|
|
761
1059
|
range=customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty(
|
|
762
1060
|
unit="unit",
|
|
763
|
-
|
|
1061
|
+
|
|
1062
|
+
# the properties below are optional
|
|
1063
|
+
timestamp_format="timestampFormat",
|
|
1064
|
+
timestamp_source="timestampSource",
|
|
1065
|
+
value=123,
|
|
1066
|
+
value_range=customerprofiles.CfnCalculatedAttributeDefinition.ValueRangeProperty(
|
|
1067
|
+
end=123,
|
|
1068
|
+
start=123
|
|
1069
|
+
)
|
|
764
1070
|
),
|
|
765
1071
|
threshold=customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty(
|
|
766
1072
|
operator="operator",
|
|
@@ -772,7 +1078,8 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
772
1078
|
tags=[CfnTag(
|
|
773
1079
|
key="key",
|
|
774
1080
|
value="value"
|
|
775
|
-
)]
|
|
1081
|
+
)],
|
|
1082
|
+
use_historical_data=False
|
|
776
1083
|
)
|
|
777
1084
|
'''
|
|
778
1085
|
if __debug__:
|
|
@@ -785,6 +1092,7 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
785
1092
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
786
1093
|
check_type(argname="argument display_name", value=display_name, expected_type=type_hints["display_name"])
|
|
787
1094
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
1095
|
+
check_type(argname="argument use_historical_data", value=use_historical_data, expected_type=type_hints["use_historical_data"])
|
|
788
1096
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
789
1097
|
"attribute_details": attribute_details,
|
|
790
1098
|
"calculated_attribute_name": calculated_attribute_name,
|
|
@@ -799,6 +1107,8 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
799
1107
|
self._values["display_name"] = display_name
|
|
800
1108
|
if tags is not None:
|
|
801
1109
|
self._values["tags"] = tags
|
|
1110
|
+
if use_historical_data is not None:
|
|
1111
|
+
self._values["use_historical_data"] = use_historical_data
|
|
802
1112
|
|
|
803
1113
|
@builtins.property
|
|
804
1114
|
def attribute_details(
|
|
@@ -880,6 +1190,17 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
880
1190
|
result = self._values.get("tags")
|
|
881
1191
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
882
1192
|
|
|
1193
|
+
@builtins.property
|
|
1194
|
+
def use_historical_data(
|
|
1195
|
+
self,
|
|
1196
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
1197
|
+
'''Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
|
|
1198
|
+
|
|
1199
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html#cfn-customerprofiles-calculatedattributedefinition-usehistoricaldata
|
|
1200
|
+
'''
|
|
1201
|
+
result = self._values.get("use_historical_data")
|
|
1202
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
1203
|
+
|
|
883
1204
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
884
1205
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
885
1206
|
|
|
@@ -892,7 +1213,7 @@ class CfnCalculatedAttributeDefinitionProps:
|
|
|
892
1213
|
)
|
|
893
1214
|
|
|
894
1215
|
|
|
895
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
1216
|
+
@jsii.implements(_IInspectable_c2943556, _IDomainRef_05f5627e, _ITaggable_36806126)
|
|
896
1217
|
class CfnDomain(
|
|
897
1218
|
_CfnResource_9df397a6,
|
|
898
1219
|
metaclass=jsii.JSIIMeta,
|
|
@@ -1002,7 +1323,8 @@ class CfnDomain(
|
|
|
1002
1323
|
rule_based_matching: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.RuleBasedMatchingProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1003
1324
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1004
1325
|
) -> None:
|
|
1005
|
-
'''
|
|
1326
|
+
'''Create a new ``AWS::CustomerProfiles::Domain``.
|
|
1327
|
+
|
|
1006
1328
|
:param scope: Scope in which this resource is defined.
|
|
1007
1329
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1008
1330
|
:param default_expiration_days: The default number of days until the data within the domain expires.
|
|
@@ -1029,6 +1351,27 @@ class CfnDomain(
|
|
|
1029
1351
|
|
|
1030
1352
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1031
1353
|
|
|
1354
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
1355
|
+
@builtins.classmethod
|
|
1356
|
+
def from_domain_name(
|
|
1357
|
+
cls,
|
|
1358
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1359
|
+
id: builtins.str,
|
|
1360
|
+
domain_name: builtins.str,
|
|
1361
|
+
) -> _IDomainRef_05f5627e:
|
|
1362
|
+
'''Creates a new IDomainRef from a domainName.
|
|
1363
|
+
|
|
1364
|
+
:param scope: -
|
|
1365
|
+
:param id: -
|
|
1366
|
+
:param domain_name: -
|
|
1367
|
+
'''
|
|
1368
|
+
if __debug__:
|
|
1369
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fd06f1031d674322ba6de287a0e9b6f98bcf7c1e63ca71ee399b0962fde84df9)
|
|
1370
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1371
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1372
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
1373
|
+
return typing.cast(_IDomainRef_05f5627e, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
1374
|
+
|
|
1032
1375
|
@jsii.member(jsii_name="inspect")
|
|
1033
1376
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1034
1377
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1100,6 +1443,12 @@ class CfnDomain(
|
|
|
1100
1443
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
1101
1444
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
1102
1445
|
|
|
1446
|
+
@builtins.property
|
|
1447
|
+
@jsii.member(jsii_name="domainRef")
|
|
1448
|
+
def domain_ref(self) -> _DomainReference_ad5fb470:
|
|
1449
|
+
'''A reference to a Domain resource.'''
|
|
1450
|
+
return typing.cast(_DomainReference_ad5fb470, jsii.get(self, "domainRef"))
|
|
1451
|
+
|
|
1103
1452
|
@builtins.property
|
|
1104
1453
|
@jsii.member(jsii_name="tags")
|
|
1105
1454
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -2532,7 +2881,7 @@ class CfnDomainProps:
|
|
|
2532
2881
|
)
|
|
2533
2882
|
|
|
2534
2883
|
|
|
2535
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
2884
|
+
@jsii.implements(_IInspectable_c2943556, _IEventStreamRef_2336759c, _ITaggableV2_4e6798f8)
|
|
2536
2885
|
class CfnEventStream(
|
|
2537
2886
|
_CfnResource_9df397a6,
|
|
2538
2887
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2573,7 +2922,8 @@ class CfnEventStream(
|
|
|
2573
2922
|
uri: builtins.str,
|
|
2574
2923
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2575
2924
|
) -> None:
|
|
2576
|
-
'''
|
|
2925
|
+
'''Create a new ``AWS::CustomerProfiles::EventStream``.
|
|
2926
|
+
|
|
2577
2927
|
:param scope: Scope in which this resource is defined.
|
|
2578
2928
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2579
2929
|
:param domain_name: The unique name of the domain.
|
|
@@ -2687,6 +3037,12 @@ class CfnEventStream(
|
|
|
2687
3037
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
2688
3038
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
2689
3039
|
|
|
3040
|
+
@builtins.property
|
|
3041
|
+
@jsii.member(jsii_name="eventStreamRef")
|
|
3042
|
+
def event_stream_ref(self) -> _EventStreamReference_962d06c6:
|
|
3043
|
+
'''A reference to a EventStream resource.'''
|
|
3044
|
+
return typing.cast(_EventStreamReference_962d06c6, jsii.get(self, "eventStreamRef"))
|
|
3045
|
+
|
|
2690
3046
|
@builtins.property
|
|
2691
3047
|
@jsii.member(jsii_name="domainName")
|
|
2692
3048
|
def domain_name(self) -> builtins.str:
|
|
@@ -2922,7 +3278,7 @@ class CfnEventStreamProps:
|
|
|
2922
3278
|
)
|
|
2923
3279
|
|
|
2924
3280
|
|
|
2925
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3281
|
+
@jsii.implements(_IInspectable_c2943556, _IEventTriggerRef_29992959, _ITaggableV2_4e6798f8)
|
|
2926
3282
|
class CfnEventTrigger(
|
|
2927
3283
|
_CfnResource_9df397a6,
|
|
2928
3284
|
metaclass=jsii.JSIIMeta,
|
|
@@ -2993,7 +3349,8 @@ class CfnEventTrigger(
|
|
|
2993
3349
|
segment_filter: typing.Optional[builtins.str] = None,
|
|
2994
3350
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2995
3351
|
) -> None:
|
|
2996
|
-
'''
|
|
3352
|
+
'''Create a new ``AWS::CustomerProfiles::EventTrigger``.
|
|
3353
|
+
|
|
2997
3354
|
:param scope: Scope in which this resource is defined.
|
|
2998
3355
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2999
3356
|
:param domain_name: The unique name of the domain.
|
|
@@ -3081,6 +3438,12 @@ class CfnEventTrigger(
|
|
|
3081
3438
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3082
3439
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3083
3440
|
|
|
3441
|
+
@builtins.property
|
|
3442
|
+
@jsii.member(jsii_name="eventTriggerRef")
|
|
3443
|
+
def event_trigger_ref(self) -> _EventTriggerReference_153e27ca:
|
|
3444
|
+
'''A reference to a EventTrigger resource.'''
|
|
3445
|
+
return typing.cast(_EventTriggerReference_153e27ca, jsii.get(self, "eventTriggerRef"))
|
|
3446
|
+
|
|
3084
3447
|
@builtins.property
|
|
3085
3448
|
@jsii.member(jsii_name="domainName")
|
|
3086
3449
|
def domain_name(self) -> builtins.str:
|
|
@@ -3847,7 +4210,7 @@ class CfnEventTriggerProps:
|
|
|
3847
4210
|
)
|
|
3848
4211
|
|
|
3849
4212
|
|
|
3850
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
4213
|
+
@jsii.implements(_IInspectable_c2943556, _IIntegrationRef_78469d92, _ITaggable_36806126)
|
|
3851
4214
|
class CfnIntegration(
|
|
3852
4215
|
_CfnResource_9df397a6,
|
|
3853
4216
|
metaclass=jsii.JSIIMeta,
|
|
@@ -3972,7 +4335,8 @@ class CfnIntegration(
|
|
|
3972
4335
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3973
4336
|
uri: typing.Optional[builtins.str] = None,
|
|
3974
4337
|
) -> None:
|
|
3975
|
-
'''
|
|
4338
|
+
'''Create a new ``AWS::CustomerProfiles::Integration``.
|
|
4339
|
+
|
|
3976
4340
|
:param scope: Scope in which this resource is defined.
|
|
3977
4341
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3978
4342
|
:param domain_name: The unique name of the domain.
|
|
@@ -4052,6 +4416,12 @@ class CfnIntegration(
|
|
|
4052
4416
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
4053
4417
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
4054
4418
|
|
|
4419
|
+
@builtins.property
|
|
4420
|
+
@jsii.member(jsii_name="integrationRef")
|
|
4421
|
+
def integration_ref(self) -> _IntegrationReference_7dc76a71:
|
|
4422
|
+
'''A reference to a Integration resource.'''
|
|
4423
|
+
return typing.cast(_IntegrationReference_7dc76a71, jsii.get(self, "integrationRef"))
|
|
4424
|
+
|
|
4055
4425
|
@builtins.property
|
|
4056
4426
|
@jsii.member(jsii_name="tags")
|
|
4057
4427
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -6019,7 +6389,7 @@ class CfnIntegrationProps:
|
|
|
6019
6389
|
)
|
|
6020
6390
|
|
|
6021
6391
|
|
|
6022
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
6392
|
+
@jsii.implements(_IInspectable_c2943556, _IObjectTypeRef_3e102175, _ITaggable_36806126)
|
|
6023
6393
|
class CfnObjectType(
|
|
6024
6394
|
_CfnResource_9df397a6,
|
|
6025
6395
|
metaclass=jsii.JSIIMeta,
|
|
@@ -6061,6 +6431,7 @@ class CfnObjectType(
|
|
|
6061
6431
|
standard_identifiers=["standardIdentifiers"]
|
|
6062
6432
|
)]
|
|
6063
6433
|
)],
|
|
6434
|
+
max_profile_object_count=123,
|
|
6064
6435
|
source_last_updated_timestamp_format="sourceLastUpdatedTimestampFormat",
|
|
6065
6436
|
tags=[CfnTag(
|
|
6066
6437
|
key="key",
|
|
@@ -6083,11 +6454,13 @@ class CfnObjectType(
|
|
|
6083
6454
|
expiration_days: typing.Optional[jsii.Number] = None,
|
|
6084
6455
|
fields: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnObjectType.FieldMapProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6085
6456
|
keys: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnObjectType.KeyMapProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6457
|
+
max_profile_object_count: typing.Optional[jsii.Number] = None,
|
|
6086
6458
|
source_last_updated_timestamp_format: typing.Optional[builtins.str] = None,
|
|
6087
6459
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6088
6460
|
template_id: typing.Optional[builtins.str] = None,
|
|
6089
6461
|
) -> None:
|
|
6090
|
-
'''
|
|
6462
|
+
'''Create a new ``AWS::CustomerProfiles::ObjectType``.
|
|
6463
|
+
|
|
6091
6464
|
:param scope: Scope in which this resource is defined.
|
|
6092
6465
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
6093
6466
|
:param description: The description of the profile object type mapping.
|
|
@@ -6098,6 +6471,7 @@ class CfnObjectType(
|
|
|
6098
6471
|
:param expiration_days: The number of days until the data of this type expires.
|
|
6099
6472
|
:param fields: A list of field definitions for the object type mapping.
|
|
6100
6473
|
:param keys: A list of keys that can be used to map data to the profile or search for the profile.
|
|
6474
|
+
:param max_profile_object_count: The amount of profile object max count assigned to the object type.
|
|
6101
6475
|
:param source_last_updated_timestamp_format: The format of your sourceLastUpdatedTimestamp that was previously set up.
|
|
6102
6476
|
:param tags: The tags used to organize, track, or control access for this resource.
|
|
6103
6477
|
:param template_id: A unique identifier for the template mapping. This can be used instead of specifying the Keys and Fields properties directly.
|
|
@@ -6115,6 +6489,7 @@ class CfnObjectType(
|
|
|
6115
6489
|
expiration_days=expiration_days,
|
|
6116
6490
|
fields=fields,
|
|
6117
6491
|
keys=keys,
|
|
6492
|
+
max_profile_object_count=max_profile_object_count,
|
|
6118
6493
|
source_last_updated_timestamp_format=source_last_updated_timestamp_format,
|
|
6119
6494
|
tags=tags,
|
|
6120
6495
|
template_id=template_id,
|
|
@@ -6170,11 +6545,26 @@ class CfnObjectType(
|
|
|
6170
6545
|
'''
|
|
6171
6546
|
return typing.cast(builtins.str, jsii.get(self, "attrLastUpdatedAt"))
|
|
6172
6547
|
|
|
6548
|
+
@builtins.property
|
|
6549
|
+
@jsii.member(jsii_name="attrMaxAvailableProfileObjectCount")
|
|
6550
|
+
def attr_max_available_profile_object_count(self) -> jsii.Number:
|
|
6551
|
+
'''The amount of provisioned profile object max count available.
|
|
6552
|
+
|
|
6553
|
+
:cloudformationAttribute: MaxAvailableProfileObjectCount
|
|
6554
|
+
'''
|
|
6555
|
+
return typing.cast(jsii.Number, jsii.get(self, "attrMaxAvailableProfileObjectCount"))
|
|
6556
|
+
|
|
6173
6557
|
@builtins.property
|
|
6174
6558
|
@jsii.member(jsii_name="cfnProperties")
|
|
6175
6559
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
6176
6560
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
6177
6561
|
|
|
6562
|
+
@builtins.property
|
|
6563
|
+
@jsii.member(jsii_name="objectTypeRef")
|
|
6564
|
+
def object_type_ref(self) -> _ObjectTypeReference_55463b5f:
|
|
6565
|
+
'''A reference to a ObjectType resource.'''
|
|
6566
|
+
return typing.cast(_ObjectTypeReference_55463b5f, jsii.get(self, "objectTypeRef"))
|
|
6567
|
+
|
|
6178
6568
|
@builtins.property
|
|
6179
6569
|
@jsii.member(jsii_name="tags")
|
|
6180
6570
|
def tags(self) -> _TagManager_0a598cb3:
|
|
@@ -6300,6 +6690,19 @@ class CfnObjectType(
|
|
|
6300
6690
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6301
6691
|
jsii.set(self, "keys", value) # pyright: ignore[reportArgumentType]
|
|
6302
6692
|
|
|
6693
|
+
@builtins.property
|
|
6694
|
+
@jsii.member(jsii_name="maxProfileObjectCount")
|
|
6695
|
+
def max_profile_object_count(self) -> typing.Optional[jsii.Number]:
|
|
6696
|
+
'''The amount of profile object max count assigned to the object type.'''
|
|
6697
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxProfileObjectCount"))
|
|
6698
|
+
|
|
6699
|
+
@max_profile_object_count.setter
|
|
6700
|
+
def max_profile_object_count(self, value: typing.Optional[jsii.Number]) -> None:
|
|
6701
|
+
if __debug__:
|
|
6702
|
+
type_hints = typing.get_type_hints(_typecheckingstub__edf9f4ddaedd0b5a755b294f08376889d206a0ce1a397886e2483e9471c6b184)
|
|
6703
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6704
|
+
jsii.set(self, "maxProfileObjectCount", value) # pyright: ignore[reportArgumentType]
|
|
6705
|
+
|
|
6303
6706
|
@builtins.property
|
|
6304
6707
|
@jsii.member(jsii_name="sourceLastUpdatedTimestampFormat")
|
|
6305
6708
|
def source_last_updated_timestamp_format(self) -> typing.Optional[builtins.str]:
|
|
@@ -6678,6 +7081,7 @@ class CfnObjectType(
|
|
|
6678
7081
|
"expiration_days": "expirationDays",
|
|
6679
7082
|
"fields": "fields",
|
|
6680
7083
|
"keys": "keys",
|
|
7084
|
+
"max_profile_object_count": "maxProfileObjectCount",
|
|
6681
7085
|
"source_last_updated_timestamp_format": "sourceLastUpdatedTimestampFormat",
|
|
6682
7086
|
"tags": "tags",
|
|
6683
7087
|
"template_id": "templateId",
|
|
@@ -6695,6 +7099,7 @@ class CfnObjectTypeProps:
|
|
|
6695
7099
|
expiration_days: typing.Optional[jsii.Number] = None,
|
|
6696
7100
|
fields: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnObjectType.FieldMapProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6697
7101
|
keys: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnObjectType.KeyMapProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
7102
|
+
max_profile_object_count: typing.Optional[jsii.Number] = None,
|
|
6698
7103
|
source_last_updated_timestamp_format: typing.Optional[builtins.str] = None,
|
|
6699
7104
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6700
7105
|
template_id: typing.Optional[builtins.str] = None,
|
|
@@ -6709,6 +7114,7 @@ class CfnObjectTypeProps:
|
|
|
6709
7114
|
:param expiration_days: The number of days until the data of this type expires.
|
|
6710
7115
|
:param fields: A list of field definitions for the object type mapping.
|
|
6711
7116
|
:param keys: A list of keys that can be used to map data to the profile or search for the profile.
|
|
7117
|
+
:param max_profile_object_count: The amount of profile object max count assigned to the object type.
|
|
6712
7118
|
:param source_last_updated_timestamp_format: The format of your sourceLastUpdatedTimestamp that was previously set up.
|
|
6713
7119
|
:param tags: The tags used to organize, track, or control access for this resource.
|
|
6714
7120
|
:param template_id: A unique identifier for the template mapping. This can be used instead of specifying the Keys and Fields properties directly.
|
|
@@ -6746,6 +7152,7 @@ class CfnObjectTypeProps:
|
|
|
6746
7152
|
standard_identifiers=["standardIdentifiers"]
|
|
6747
7153
|
)]
|
|
6748
7154
|
)],
|
|
7155
|
+
max_profile_object_count=123,
|
|
6749
7156
|
source_last_updated_timestamp_format="sourceLastUpdatedTimestampFormat",
|
|
6750
7157
|
tags=[CfnTag(
|
|
6751
7158
|
key="key",
|
|
@@ -6764,6 +7171,7 @@ class CfnObjectTypeProps:
|
|
|
6764
7171
|
check_type(argname="argument expiration_days", value=expiration_days, expected_type=type_hints["expiration_days"])
|
|
6765
7172
|
check_type(argname="argument fields", value=fields, expected_type=type_hints["fields"])
|
|
6766
7173
|
check_type(argname="argument keys", value=keys, expected_type=type_hints["keys"])
|
|
7174
|
+
check_type(argname="argument max_profile_object_count", value=max_profile_object_count, expected_type=type_hints["max_profile_object_count"])
|
|
6767
7175
|
check_type(argname="argument source_last_updated_timestamp_format", value=source_last_updated_timestamp_format, expected_type=type_hints["source_last_updated_timestamp_format"])
|
|
6768
7176
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
6769
7177
|
check_type(argname="argument template_id", value=template_id, expected_type=type_hints["template_id"])
|
|
@@ -6782,6 +7190,8 @@ class CfnObjectTypeProps:
|
|
|
6782
7190
|
self._values["fields"] = fields
|
|
6783
7191
|
if keys is not None:
|
|
6784
7192
|
self._values["keys"] = keys
|
|
7193
|
+
if max_profile_object_count is not None:
|
|
7194
|
+
self._values["max_profile_object_count"] = max_profile_object_count
|
|
6785
7195
|
if source_last_updated_timestamp_format is not None:
|
|
6786
7196
|
self._values["source_last_updated_timestamp_format"] = source_last_updated_timestamp_format
|
|
6787
7197
|
if tags is not None:
|
|
@@ -6874,6 +7284,15 @@ class CfnObjectTypeProps:
|
|
|
6874
7284
|
result = self._values.get("keys")
|
|
6875
7285
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnObjectType.KeyMapProperty]]]], result)
|
|
6876
7286
|
|
|
7287
|
+
@builtins.property
|
|
7288
|
+
def max_profile_object_count(self) -> typing.Optional[jsii.Number]:
|
|
7289
|
+
'''The amount of profile object max count assigned to the object type.
|
|
7290
|
+
|
|
7291
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html#cfn-customerprofiles-objecttype-maxprofileobjectcount
|
|
7292
|
+
'''
|
|
7293
|
+
result = self._values.get("max_profile_object_count")
|
|
7294
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
7295
|
+
|
|
6877
7296
|
@builtins.property
|
|
6878
7297
|
def source_last_updated_timestamp_format(self) -> typing.Optional[builtins.str]:
|
|
6879
7298
|
'''The format of your sourceLastUpdatedTimestamp that was previously set up.
|
|
@@ -6915,7 +7334,7 @@ class CfnObjectTypeProps:
|
|
|
6915
7334
|
)
|
|
6916
7335
|
|
|
6917
7336
|
|
|
6918
|
-
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
7337
|
+
@jsii.implements(_IInspectable_c2943556, _ISegmentDefinitionRef_fb9739e9, _ITaggableV2_4e6798f8)
|
|
6919
7338
|
class CfnSegmentDefinition(
|
|
6920
7339
|
_CfnResource_9df397a6,
|
|
6921
7340
|
metaclass=jsii.JSIIMeta,
|
|
@@ -7106,6 +7525,10 @@ class CfnSegmentDefinition(
|
|
|
7106
7525
|
dimension_type="dimensionType",
|
|
7107
7526
|
values=["values"]
|
|
7108
7527
|
),
|
|
7528
|
+
profile_type=customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty(
|
|
7529
|
+
dimension_type="dimensionType",
|
|
7530
|
+
values=["values"]
|
|
7531
|
+
),
|
|
7109
7532
|
shipping_address=customerprofiles.CfnSegmentDefinition.AddressDimensionProperty(
|
|
7110
7533
|
city=customerprofiles.CfnSegmentDefinition.ProfileDimensionProperty(
|
|
7111
7534
|
dimension_type="dimensionType",
|
|
@@ -7164,7 +7587,8 @@ class CfnSegmentDefinition(
|
|
|
7164
7587
|
description: typing.Optional[builtins.str] = None,
|
|
7165
7588
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7166
7589
|
) -> None:
|
|
7167
|
-
'''
|
|
7590
|
+
'''Create a new ``AWS::CustomerProfiles::SegmentDefinition``.
|
|
7591
|
+
|
|
7168
7592
|
:param scope: Scope in which this resource is defined.
|
|
7169
7593
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
7170
7594
|
:param display_name: Display name of the segment definition.
|
|
@@ -7248,6 +7672,12 @@ class CfnSegmentDefinition(
|
|
|
7248
7672
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
7249
7673
|
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
7250
7674
|
|
|
7675
|
+
@builtins.property
|
|
7676
|
+
@jsii.member(jsii_name="segmentDefinitionRef")
|
|
7677
|
+
def segment_definition_ref(self) -> _SegmentDefinitionReference_019ca800:
|
|
7678
|
+
'''A reference to a SegmentDefinition resource.'''
|
|
7679
|
+
return typing.cast(_SegmentDefinitionReference_019ca800, jsii.get(self, "segmentDefinitionRef"))
|
|
7680
|
+
|
|
7251
7681
|
@builtins.property
|
|
7252
7682
|
@jsii.member(jsii_name="displayName")
|
|
7253
7683
|
def display_name(self) -> builtins.str:
|
|
@@ -8001,6 +8431,10 @@ class CfnSegmentDefinition(
|
|
|
8001
8431
|
dimension_type="dimensionType",
|
|
8002
8432
|
values=["values"]
|
|
8003
8433
|
),
|
|
8434
|
+
profile_type=customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty(
|
|
8435
|
+
dimension_type="dimensionType",
|
|
8436
|
+
values=["values"]
|
|
8437
|
+
),
|
|
8004
8438
|
shipping_address=customerprofiles.CfnSegmentDefinition.AddressDimensionProperty(
|
|
8005
8439
|
city=customerprofiles.CfnSegmentDefinition.ProfileDimensionProperty(
|
|
8006
8440
|
dimension_type="dimensionType",
|
|
@@ -8347,6 +8781,10 @@ class CfnSegmentDefinition(
|
|
|
8347
8781
|
dimension_type="dimensionType",
|
|
8348
8782
|
values=["values"]
|
|
8349
8783
|
),
|
|
8784
|
+
profile_type=customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty(
|
|
8785
|
+
dimension_type="dimensionType",
|
|
8786
|
+
values=["values"]
|
|
8787
|
+
),
|
|
8350
8788
|
shipping_address=customerprofiles.CfnSegmentDefinition.AddressDimensionProperty(
|
|
8351
8789
|
city=customerprofiles.CfnSegmentDefinition.ProfileDimensionProperty(
|
|
8352
8790
|
dimension_type="dimensionType",
|
|
@@ -8473,6 +8911,7 @@ class CfnSegmentDefinition(
|
|
|
8473
8911
|
"party_type_string": "partyTypeString",
|
|
8474
8912
|
"personal_email_address": "personalEmailAddress",
|
|
8475
8913
|
"phone_number": "phoneNumber",
|
|
8914
|
+
"profile_type": "profileType",
|
|
8476
8915
|
"shipping_address": "shippingAddress",
|
|
8477
8916
|
},
|
|
8478
8917
|
)
|
|
@@ -8500,6 +8939,7 @@ class CfnSegmentDefinition(
|
|
|
8500
8939
|
party_type_string: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSegmentDefinition.ProfileDimensionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8501
8940
|
personal_email_address: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSegmentDefinition.ProfileDimensionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8502
8941
|
phone_number: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSegmentDefinition.ProfileDimensionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8942
|
+
profile_type: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSegmentDefinition.ProfileTypeDimensionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8503
8943
|
shipping_address: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSegmentDefinition.AddressDimensionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8504
8944
|
) -> None:
|
|
8505
8945
|
'''The object used to segment on attributes within the customer profile.
|
|
@@ -8524,6 +8964,7 @@ class CfnSegmentDefinition(
|
|
|
8524
8964
|
:param party_type_string: A field to describe values to segment on within partyTypeString.
|
|
8525
8965
|
:param personal_email_address: A field to describe values to segment on within personal email address.
|
|
8526
8966
|
:param phone_number: A field to describe values to segment on within phone number.
|
|
8967
|
+
:param profile_type: The type of profile.
|
|
8527
8968
|
:param shipping_address: A field to describe values to segment on within shipping address.
|
|
8528
8969
|
|
|
8529
8970
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profileattributes.html
|
|
@@ -8684,6 +9125,10 @@ class CfnSegmentDefinition(
|
|
|
8684
9125
|
dimension_type="dimensionType",
|
|
8685
9126
|
values=["values"]
|
|
8686
9127
|
),
|
|
9128
|
+
profile_type=customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty(
|
|
9129
|
+
dimension_type="dimensionType",
|
|
9130
|
+
values=["values"]
|
|
9131
|
+
),
|
|
8687
9132
|
shipping_address=customerprofiles.CfnSegmentDefinition.AddressDimensionProperty(
|
|
8688
9133
|
city=customerprofiles.CfnSegmentDefinition.ProfileDimensionProperty(
|
|
8689
9134
|
dimension_type="dimensionType",
|
|
@@ -8734,6 +9179,7 @@ class CfnSegmentDefinition(
|
|
|
8734
9179
|
check_type(argname="argument party_type_string", value=party_type_string, expected_type=type_hints["party_type_string"])
|
|
8735
9180
|
check_type(argname="argument personal_email_address", value=personal_email_address, expected_type=type_hints["personal_email_address"])
|
|
8736
9181
|
check_type(argname="argument phone_number", value=phone_number, expected_type=type_hints["phone_number"])
|
|
9182
|
+
check_type(argname="argument profile_type", value=profile_type, expected_type=type_hints["profile_type"])
|
|
8737
9183
|
check_type(argname="argument shipping_address", value=shipping_address, expected_type=type_hints["shipping_address"])
|
|
8738
9184
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
8739
9185
|
if account_number is not None:
|
|
@@ -8776,6 +9222,8 @@ class CfnSegmentDefinition(
|
|
|
8776
9222
|
self._values["personal_email_address"] = personal_email_address
|
|
8777
9223
|
if phone_number is not None:
|
|
8778
9224
|
self._values["phone_number"] = phone_number
|
|
9225
|
+
if profile_type is not None:
|
|
9226
|
+
self._values["profile_type"] = profile_type
|
|
8779
9227
|
if shipping_address is not None:
|
|
8780
9228
|
self._values["shipping_address"] = shipping_address
|
|
8781
9229
|
|
|
@@ -8999,6 +9447,17 @@ class CfnSegmentDefinition(
|
|
|
8999
9447
|
result = self._values.get("phone_number")
|
|
9000
9448
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSegmentDefinition.ProfileDimensionProperty"]], result)
|
|
9001
9449
|
|
|
9450
|
+
@builtins.property
|
|
9451
|
+
def profile_type(
|
|
9452
|
+
self,
|
|
9453
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSegmentDefinition.ProfileTypeDimensionProperty"]]:
|
|
9454
|
+
'''The type of profile.
|
|
9455
|
+
|
|
9456
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profileattributes.html#cfn-customerprofiles-segmentdefinition-profileattributes-profiletype
|
|
9457
|
+
'''
|
|
9458
|
+
result = self._values.get("profile_type")
|
|
9459
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSegmentDefinition.ProfileTypeDimensionProperty"]], result)
|
|
9460
|
+
|
|
9002
9461
|
@builtins.property
|
|
9003
9462
|
def shipping_address(
|
|
9004
9463
|
self,
|
|
@@ -9091,6 +9550,77 @@ class CfnSegmentDefinition(
|
|
|
9091
9550
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
9092
9551
|
)
|
|
9093
9552
|
|
|
9553
|
+
@jsii.data_type(
|
|
9554
|
+
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty",
|
|
9555
|
+
jsii_struct_bases=[],
|
|
9556
|
+
name_mapping={"dimension_type": "dimensionType", "values": "values"},
|
|
9557
|
+
)
|
|
9558
|
+
class ProfileTypeDimensionProperty:
|
|
9559
|
+
def __init__(
|
|
9560
|
+
self,
|
|
9561
|
+
*,
|
|
9562
|
+
dimension_type: builtins.str,
|
|
9563
|
+
values: typing.Sequence[builtins.str],
|
|
9564
|
+
) -> None:
|
|
9565
|
+
'''Specifies profile type based criteria for a segment.
|
|
9566
|
+
|
|
9567
|
+
:param dimension_type: The action to segment on.
|
|
9568
|
+
:param values: The values to apply the DimensionType on.
|
|
9569
|
+
|
|
9570
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html
|
|
9571
|
+
:exampleMetadata: fixture=_generated
|
|
9572
|
+
|
|
9573
|
+
Example::
|
|
9574
|
+
|
|
9575
|
+
# The code below shows an example of how to instantiate this type.
|
|
9576
|
+
# The values are placeholders you should change.
|
|
9577
|
+
from aws_cdk import aws_customerprofiles as customerprofiles
|
|
9578
|
+
|
|
9579
|
+
profile_type_dimension_property = customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty(
|
|
9580
|
+
dimension_type="dimensionType",
|
|
9581
|
+
values=["values"]
|
|
9582
|
+
)
|
|
9583
|
+
'''
|
|
9584
|
+
if __debug__:
|
|
9585
|
+
type_hints = typing.get_type_hints(_typecheckingstub__054d82d45b080caa1018b194962cae1c565d1648b07a9d3eb9b751a54d3c2b39)
|
|
9586
|
+
check_type(argname="argument dimension_type", value=dimension_type, expected_type=type_hints["dimension_type"])
|
|
9587
|
+
check_type(argname="argument values", value=values, expected_type=type_hints["values"])
|
|
9588
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
9589
|
+
"dimension_type": dimension_type,
|
|
9590
|
+
"values": values,
|
|
9591
|
+
}
|
|
9592
|
+
|
|
9593
|
+
@builtins.property
|
|
9594
|
+
def dimension_type(self) -> builtins.str:
|
|
9595
|
+
'''The action to segment on.
|
|
9596
|
+
|
|
9597
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-dimensiontype
|
|
9598
|
+
'''
|
|
9599
|
+
result = self._values.get("dimension_type")
|
|
9600
|
+
assert result is not None, "Required property 'dimension_type' is missing"
|
|
9601
|
+
return typing.cast(builtins.str, result)
|
|
9602
|
+
|
|
9603
|
+
@builtins.property
|
|
9604
|
+
def values(self) -> typing.List[builtins.str]:
|
|
9605
|
+
'''The values to apply the DimensionType on.
|
|
9606
|
+
|
|
9607
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-values
|
|
9608
|
+
'''
|
|
9609
|
+
result = self._values.get("values")
|
|
9610
|
+
assert result is not None, "Required property 'values' is missing"
|
|
9611
|
+
return typing.cast(typing.List[builtins.str], result)
|
|
9612
|
+
|
|
9613
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
9614
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
9615
|
+
|
|
9616
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
9617
|
+
return not (rhs == self)
|
|
9618
|
+
|
|
9619
|
+
def __repr__(self) -> str:
|
|
9620
|
+
return "ProfileTypeDimensionProperty(%s)" % ", ".join(
|
|
9621
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
9622
|
+
)
|
|
9623
|
+
|
|
9094
9624
|
@jsii.data_type(
|
|
9095
9625
|
jsii_type="aws-cdk-lib.aws_customerprofiles.CfnSegmentDefinition.RangeOverrideProperty",
|
|
9096
9626
|
jsii_struct_bases=[],
|
|
@@ -9374,6 +9904,10 @@ class CfnSegmentDefinition(
|
|
|
9374
9904
|
dimension_type="dimensionType",
|
|
9375
9905
|
values=["values"]
|
|
9376
9906
|
),
|
|
9907
|
+
profile_type=customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty(
|
|
9908
|
+
dimension_type="dimensionType",
|
|
9909
|
+
values=["values"]
|
|
9910
|
+
),
|
|
9377
9911
|
shipping_address=customerprofiles.CfnSegmentDefinition.AddressDimensionProperty(
|
|
9378
9912
|
city=customerprofiles.CfnSegmentDefinition.ProfileDimensionProperty(
|
|
9379
9913
|
dimension_type="dimensionType",
|
|
@@ -9722,6 +10256,10 @@ class CfnSegmentDefinitionProps:
|
|
|
9722
10256
|
dimension_type="dimensionType",
|
|
9723
10257
|
values=["values"]
|
|
9724
10258
|
),
|
|
10259
|
+
profile_type=customerprofiles.CfnSegmentDefinition.ProfileTypeDimensionProperty(
|
|
10260
|
+
dimension_type="dimensionType",
|
|
10261
|
+
values=["values"]
|
|
10262
|
+
),
|
|
9725
10263
|
shipping_address=customerprofiles.CfnSegmentDefinition.AddressDimensionProperty(
|
|
9726
10264
|
city=customerprofiles.CfnSegmentDefinition.ProfileDimensionProperty(
|
|
9727
10265
|
dimension_type="dimensionType",
|
|
@@ -9889,6 +10427,7 @@ def _typecheckingstub__3a09ab96caa4db6cfa4ebb0207c025a7f976cac18f814d69b882506cf
|
|
|
9889
10427
|
description: typing.Optional[builtins.str] = None,
|
|
9890
10428
|
display_name: typing.Optional[builtins.str] = None,
|
|
9891
10429
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10430
|
+
use_historical_data: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
9892
10431
|
) -> None:
|
|
9893
10432
|
"""Type checking stubs"""
|
|
9894
10433
|
pass
|
|
@@ -9953,6 +10492,12 @@ def _typecheckingstub__66b41ae1f61b2d451c01e8a6b3eabc1ef1fe6f0e51c71a264d46a9df8
|
|
|
9953
10492
|
"""Type checking stubs"""
|
|
9954
10493
|
pass
|
|
9955
10494
|
|
|
10495
|
+
def _typecheckingstub__7ab1072a749050ba2fecfbba8cc52cbc745e52869b7164a97ab6eb2dcdf582c4(
|
|
10496
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
10497
|
+
) -> None:
|
|
10498
|
+
"""Type checking stubs"""
|
|
10499
|
+
pass
|
|
10500
|
+
|
|
9956
10501
|
def _typecheckingstub__6241b1471123a742a03d1b24e69021bc3c2c3b4a805094f7a6176be6f76da07a(
|
|
9957
10502
|
*,
|
|
9958
10503
|
attributes: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCalculatedAttributeDefinition.AttributeItemProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
@@ -9980,7 +10525,18 @@ def _typecheckingstub__d5d5606a68f168622e019935c1cfd2eb8821e95f36c66313b2a6f7a38
|
|
|
9980
10525
|
def _typecheckingstub__4567eb83ac5620aa6be36cbd0e38cdba257d259743e1017616dbc2252fc66f9d(
|
|
9981
10526
|
*,
|
|
9982
10527
|
unit: builtins.str,
|
|
9983
|
-
|
|
10528
|
+
timestamp_format: typing.Optional[builtins.str] = None,
|
|
10529
|
+
timestamp_source: typing.Optional[builtins.str] = None,
|
|
10530
|
+
value: typing.Optional[jsii.Number] = None,
|
|
10531
|
+
value_range: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCalculatedAttributeDefinition.ValueRangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10532
|
+
) -> None:
|
|
10533
|
+
"""Type checking stubs"""
|
|
10534
|
+
pass
|
|
10535
|
+
|
|
10536
|
+
def _typecheckingstub__0bc0a3c3468a435a5677e162145a9ef5e062a4e72fd921895d645bd1056af4e3(
|
|
10537
|
+
*,
|
|
10538
|
+
message: typing.Optional[builtins.str] = None,
|
|
10539
|
+
progress_percentage: typing.Optional[jsii.Number] = None,
|
|
9984
10540
|
) -> None:
|
|
9985
10541
|
"""Type checking stubs"""
|
|
9986
10542
|
pass
|
|
@@ -9993,6 +10549,14 @@ def _typecheckingstub__dcc19afa2a314e3392b1f8004f5ce5593298e226e89f8bb3424dc57ce
|
|
|
9993
10549
|
"""Type checking stubs"""
|
|
9994
10550
|
pass
|
|
9995
10551
|
|
|
10552
|
+
def _typecheckingstub__4d18b8118549ce586fc14b0cc15f51e9a520330684bb4d883bbf10b82b000c5a(
|
|
10553
|
+
*,
|
|
10554
|
+
end: jsii.Number,
|
|
10555
|
+
start: jsii.Number,
|
|
10556
|
+
) -> None:
|
|
10557
|
+
"""Type checking stubs"""
|
|
10558
|
+
pass
|
|
10559
|
+
|
|
9996
10560
|
def _typecheckingstub__b490cf412d8b10ddc1ddbf98b6d852a5446deca7e9befe3439df8de5169c37dd(
|
|
9997
10561
|
*,
|
|
9998
10562
|
attribute_details: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCalculatedAttributeDefinition.AttributeDetailsProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
@@ -10003,6 +10567,7 @@ def _typecheckingstub__b490cf412d8b10ddc1ddbf98b6d852a5446deca7e9befe3439df8de51
|
|
|
10003
10567
|
description: typing.Optional[builtins.str] = None,
|
|
10004
10568
|
display_name: typing.Optional[builtins.str] = None,
|
|
10005
10569
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10570
|
+
use_historical_data: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
10006
10571
|
) -> None:
|
|
10007
10572
|
"""Type checking stubs"""
|
|
10008
10573
|
pass
|
|
@@ -10022,6 +10587,14 @@ def _typecheckingstub__6cc1e612474254ea8edde86de3e08226c0c50e450782b3a99c92e87c3
|
|
|
10022
10587
|
"""Type checking stubs"""
|
|
10023
10588
|
pass
|
|
10024
10589
|
|
|
10590
|
+
def _typecheckingstub__fd06f1031d674322ba6de287a0e9b6f98bcf7c1e63ca71ee399b0962fde84df9(
|
|
10591
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10592
|
+
id: builtins.str,
|
|
10593
|
+
domain_name: builtins.str,
|
|
10594
|
+
) -> None:
|
|
10595
|
+
"""Type checking stubs"""
|
|
10596
|
+
pass
|
|
10597
|
+
|
|
10025
10598
|
def _typecheckingstub__2bd90568f369097b5d7a19088e675226c1257ad9e9ac30f3a478e941435aaaf5(
|
|
10026
10599
|
inspector: _TreeInspector_488e0dd5,
|
|
10027
10600
|
) -> None:
|
|
@@ -10625,6 +11198,7 @@ def _typecheckingstub__e58419cb0a7694b5c554275a8721df95dc40489e742a23c76f7830ca5
|
|
|
10625
11198
|
expiration_days: typing.Optional[jsii.Number] = None,
|
|
10626
11199
|
fields: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnObjectType.FieldMapProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10627
11200
|
keys: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnObjectType.KeyMapProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
11201
|
+
max_profile_object_count: typing.Optional[jsii.Number] = None,
|
|
10628
11202
|
source_last_updated_timestamp_format: typing.Optional[builtins.str] = None,
|
|
10629
11203
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10630
11204
|
template_id: typing.Optional[builtins.str] = None,
|
|
@@ -10692,6 +11266,12 @@ def _typecheckingstub__521c1a4bfa097c3b1f3951ecd6980736e1de35a3bfe50227b262534c5
|
|
|
10692
11266
|
"""Type checking stubs"""
|
|
10693
11267
|
pass
|
|
10694
11268
|
|
|
11269
|
+
def _typecheckingstub__edf9f4ddaedd0b5a755b294f08376889d206a0ce1a397886e2483e9471c6b184(
|
|
11270
|
+
value: typing.Optional[jsii.Number],
|
|
11271
|
+
) -> None:
|
|
11272
|
+
"""Type checking stubs"""
|
|
11273
|
+
pass
|
|
11274
|
+
|
|
10695
11275
|
def _typecheckingstub__bc577e5c0fd1bd47194e04599a6df995f066e809b7c98cb3b2e9ef839eaca0bc(
|
|
10696
11276
|
value: typing.Optional[builtins.str],
|
|
10697
11277
|
) -> None:
|
|
@@ -10753,6 +11333,7 @@ def _typecheckingstub__674aff1f8e16a6059ac0e56bfd831b21c20b3b3358878f53ea82ff2ee
|
|
|
10753
11333
|
expiration_days: typing.Optional[jsii.Number] = None,
|
|
10754
11334
|
fields: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnObjectType.FieldMapProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10755
11335
|
keys: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnObjectType.KeyMapProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
11336
|
+
max_profile_object_count: typing.Optional[jsii.Number] = None,
|
|
10756
11337
|
source_last_updated_timestamp_format: typing.Optional[builtins.str] = None,
|
|
10757
11338
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10758
11339
|
template_id: typing.Optional[builtins.str] = None,
|
|
@@ -10914,6 +11495,7 @@ def _typecheckingstub__2d3744d80b787b304270031bc1ba903495b3abb0c8edddf7fdffa3603
|
|
|
10914
11495
|
party_type_string: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSegmentDefinition.ProfileDimensionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10915
11496
|
personal_email_address: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSegmentDefinition.ProfileDimensionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10916
11497
|
phone_number: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSegmentDefinition.ProfileDimensionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11498
|
+
profile_type: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSegmentDefinition.ProfileTypeDimensionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10917
11499
|
shipping_address: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSegmentDefinition.AddressDimensionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10918
11500
|
) -> None:
|
|
10919
11501
|
"""Type checking stubs"""
|
|
@@ -10927,6 +11509,14 @@ def _typecheckingstub__007e452519747d631a7d676cfec00290dff2452d6eaac4a54fc80925a
|
|
|
10927
11509
|
"""Type checking stubs"""
|
|
10928
11510
|
pass
|
|
10929
11511
|
|
|
11512
|
+
def _typecheckingstub__054d82d45b080caa1018b194962cae1c565d1648b07a9d3eb9b751a54d3c2b39(
|
|
11513
|
+
*,
|
|
11514
|
+
dimension_type: builtins.str,
|
|
11515
|
+
values: typing.Sequence[builtins.str],
|
|
11516
|
+
) -> None:
|
|
11517
|
+
"""Type checking stubs"""
|
|
11518
|
+
pass
|
|
11519
|
+
|
|
10930
11520
|
def _typecheckingstub__ca238704a173f3c1cf142a9086e33976f93d4c9bf252b6a1aac82208186ef3e5(
|
|
10931
11521
|
*,
|
|
10932
11522
|
start: jsii.Number,
|