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
|
@@ -0,0 +1,1929 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
import typeguard
|
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
+
|
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
+
else:
|
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
+
pass
|
|
24
|
+
else:
|
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
+
else:
|
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
+
|
|
31
|
+
from ..._jsii import *
|
|
32
|
+
|
|
33
|
+
import constructs as _constructs_77d1e7e8
|
|
34
|
+
from .. import IEnvironmentAware as _IEnvironmentAware_f39049ee
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
@jsii.interface(
|
|
38
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IIdentityPoolPrincipalTagRef"
|
|
39
|
+
)
|
|
40
|
+
class IIdentityPoolPrincipalTagRef(
|
|
41
|
+
_constructs_77d1e7e8.IConstruct,
|
|
42
|
+
_IEnvironmentAware_f39049ee,
|
|
43
|
+
typing_extensions.Protocol,
|
|
44
|
+
):
|
|
45
|
+
'''(experimental) Indicates that this resource can be referenced as a IdentityPoolPrincipalTag.
|
|
46
|
+
|
|
47
|
+
:stability: experimental
|
|
48
|
+
'''
|
|
49
|
+
|
|
50
|
+
@builtins.property
|
|
51
|
+
@jsii.member(jsii_name="identityPoolPrincipalTagRef")
|
|
52
|
+
def identity_pool_principal_tag_ref(self) -> "IdentityPoolPrincipalTagReference":
|
|
53
|
+
'''(experimental) A reference to a IdentityPoolPrincipalTag resource.
|
|
54
|
+
|
|
55
|
+
:stability: experimental
|
|
56
|
+
'''
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
class _IIdentityPoolPrincipalTagRefProxy(
|
|
61
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
62
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
63
|
+
):
|
|
64
|
+
'''(experimental) Indicates that this resource can be referenced as a IdentityPoolPrincipalTag.
|
|
65
|
+
|
|
66
|
+
:stability: experimental
|
|
67
|
+
'''
|
|
68
|
+
|
|
69
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IIdentityPoolPrincipalTagRef"
|
|
70
|
+
|
|
71
|
+
@builtins.property
|
|
72
|
+
@jsii.member(jsii_name="identityPoolPrincipalTagRef")
|
|
73
|
+
def identity_pool_principal_tag_ref(self) -> "IdentityPoolPrincipalTagReference":
|
|
74
|
+
'''(experimental) A reference to a IdentityPoolPrincipalTag resource.
|
|
75
|
+
|
|
76
|
+
:stability: experimental
|
|
77
|
+
'''
|
|
78
|
+
return typing.cast("IdentityPoolPrincipalTagReference", jsii.get(self, "identityPoolPrincipalTagRef"))
|
|
79
|
+
|
|
80
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
81
|
+
typing.cast(typing.Any, IIdentityPoolPrincipalTagRef).__jsii_proxy_class__ = lambda : _IIdentityPoolPrincipalTagRefProxy
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_cognito.IIdentityPoolRef")
|
|
85
|
+
class IIdentityPoolRef(
|
|
86
|
+
_constructs_77d1e7e8.IConstruct,
|
|
87
|
+
_IEnvironmentAware_f39049ee,
|
|
88
|
+
typing_extensions.Protocol,
|
|
89
|
+
):
|
|
90
|
+
'''(experimental) Indicates that this resource can be referenced as a IdentityPool.
|
|
91
|
+
|
|
92
|
+
:stability: experimental
|
|
93
|
+
'''
|
|
94
|
+
|
|
95
|
+
@builtins.property
|
|
96
|
+
@jsii.member(jsii_name="identityPoolRef")
|
|
97
|
+
def identity_pool_ref(self) -> "IdentityPoolReference":
|
|
98
|
+
'''(experimental) A reference to a IdentityPool resource.
|
|
99
|
+
|
|
100
|
+
:stability: experimental
|
|
101
|
+
'''
|
|
102
|
+
...
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class _IIdentityPoolRefProxy(
|
|
106
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
107
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
108
|
+
):
|
|
109
|
+
'''(experimental) Indicates that this resource can be referenced as a IdentityPool.
|
|
110
|
+
|
|
111
|
+
:stability: experimental
|
|
112
|
+
'''
|
|
113
|
+
|
|
114
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IIdentityPoolRef"
|
|
115
|
+
|
|
116
|
+
@builtins.property
|
|
117
|
+
@jsii.member(jsii_name="identityPoolRef")
|
|
118
|
+
def identity_pool_ref(self) -> "IdentityPoolReference":
|
|
119
|
+
'''(experimental) A reference to a IdentityPool resource.
|
|
120
|
+
|
|
121
|
+
:stability: experimental
|
|
122
|
+
'''
|
|
123
|
+
return typing.cast("IdentityPoolReference", jsii.get(self, "identityPoolRef"))
|
|
124
|
+
|
|
125
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
126
|
+
typing.cast(typing.Any, IIdentityPoolRef).__jsii_proxy_class__ = lambda : _IIdentityPoolRefProxy
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
@jsii.interface(
|
|
130
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IIdentityPoolRoleAttachmentRef"
|
|
131
|
+
)
|
|
132
|
+
class IIdentityPoolRoleAttachmentRef(
|
|
133
|
+
_constructs_77d1e7e8.IConstruct,
|
|
134
|
+
_IEnvironmentAware_f39049ee,
|
|
135
|
+
typing_extensions.Protocol,
|
|
136
|
+
):
|
|
137
|
+
'''(experimental) Indicates that this resource can be referenced as a IdentityPoolRoleAttachment.
|
|
138
|
+
|
|
139
|
+
:stability: experimental
|
|
140
|
+
'''
|
|
141
|
+
|
|
142
|
+
@builtins.property
|
|
143
|
+
@jsii.member(jsii_name="identityPoolRoleAttachmentRef")
|
|
144
|
+
def identity_pool_role_attachment_ref(
|
|
145
|
+
self,
|
|
146
|
+
) -> "IdentityPoolRoleAttachmentReference":
|
|
147
|
+
'''(experimental) A reference to a IdentityPoolRoleAttachment resource.
|
|
148
|
+
|
|
149
|
+
:stability: experimental
|
|
150
|
+
'''
|
|
151
|
+
...
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
class _IIdentityPoolRoleAttachmentRefProxy(
|
|
155
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
156
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
157
|
+
):
|
|
158
|
+
'''(experimental) Indicates that this resource can be referenced as a IdentityPoolRoleAttachment.
|
|
159
|
+
|
|
160
|
+
:stability: experimental
|
|
161
|
+
'''
|
|
162
|
+
|
|
163
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IIdentityPoolRoleAttachmentRef"
|
|
164
|
+
|
|
165
|
+
@builtins.property
|
|
166
|
+
@jsii.member(jsii_name="identityPoolRoleAttachmentRef")
|
|
167
|
+
def identity_pool_role_attachment_ref(
|
|
168
|
+
self,
|
|
169
|
+
) -> "IdentityPoolRoleAttachmentReference":
|
|
170
|
+
'''(experimental) A reference to a IdentityPoolRoleAttachment resource.
|
|
171
|
+
|
|
172
|
+
:stability: experimental
|
|
173
|
+
'''
|
|
174
|
+
return typing.cast("IdentityPoolRoleAttachmentReference", jsii.get(self, "identityPoolRoleAttachmentRef"))
|
|
175
|
+
|
|
176
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
177
|
+
typing.cast(typing.Any, IIdentityPoolRoleAttachmentRef).__jsii_proxy_class__ = lambda : _IIdentityPoolRoleAttachmentRefProxy
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
@jsii.interface(
|
|
181
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.ILogDeliveryConfigurationRef"
|
|
182
|
+
)
|
|
183
|
+
class ILogDeliveryConfigurationRef(
|
|
184
|
+
_constructs_77d1e7e8.IConstruct,
|
|
185
|
+
_IEnvironmentAware_f39049ee,
|
|
186
|
+
typing_extensions.Protocol,
|
|
187
|
+
):
|
|
188
|
+
'''(experimental) Indicates that this resource can be referenced as a LogDeliveryConfiguration.
|
|
189
|
+
|
|
190
|
+
:stability: experimental
|
|
191
|
+
'''
|
|
192
|
+
|
|
193
|
+
@builtins.property
|
|
194
|
+
@jsii.member(jsii_name="logDeliveryConfigurationRef")
|
|
195
|
+
def log_delivery_configuration_ref(self) -> "LogDeliveryConfigurationReference":
|
|
196
|
+
'''(experimental) A reference to a LogDeliveryConfiguration resource.
|
|
197
|
+
|
|
198
|
+
:stability: experimental
|
|
199
|
+
'''
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
class _ILogDeliveryConfigurationRefProxy(
|
|
204
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
205
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
206
|
+
):
|
|
207
|
+
'''(experimental) Indicates that this resource can be referenced as a LogDeliveryConfiguration.
|
|
208
|
+
|
|
209
|
+
:stability: experimental
|
|
210
|
+
'''
|
|
211
|
+
|
|
212
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.ILogDeliveryConfigurationRef"
|
|
213
|
+
|
|
214
|
+
@builtins.property
|
|
215
|
+
@jsii.member(jsii_name="logDeliveryConfigurationRef")
|
|
216
|
+
def log_delivery_configuration_ref(self) -> "LogDeliveryConfigurationReference":
|
|
217
|
+
'''(experimental) A reference to a LogDeliveryConfiguration resource.
|
|
218
|
+
|
|
219
|
+
:stability: experimental
|
|
220
|
+
'''
|
|
221
|
+
return typing.cast("LogDeliveryConfigurationReference", jsii.get(self, "logDeliveryConfigurationRef"))
|
|
222
|
+
|
|
223
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
224
|
+
typing.cast(typing.Any, ILogDeliveryConfigurationRef).__jsii_proxy_class__ = lambda : _ILogDeliveryConfigurationRefProxy
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
@jsii.interface(
|
|
228
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IManagedLoginBrandingRef"
|
|
229
|
+
)
|
|
230
|
+
class IManagedLoginBrandingRef(
|
|
231
|
+
_constructs_77d1e7e8.IConstruct,
|
|
232
|
+
_IEnvironmentAware_f39049ee,
|
|
233
|
+
typing_extensions.Protocol,
|
|
234
|
+
):
|
|
235
|
+
'''(experimental) Indicates that this resource can be referenced as a ManagedLoginBranding.
|
|
236
|
+
|
|
237
|
+
:stability: experimental
|
|
238
|
+
'''
|
|
239
|
+
|
|
240
|
+
@builtins.property
|
|
241
|
+
@jsii.member(jsii_name="managedLoginBrandingRef")
|
|
242
|
+
def managed_login_branding_ref(self) -> "ManagedLoginBrandingReference":
|
|
243
|
+
'''(experimental) A reference to a ManagedLoginBranding resource.
|
|
244
|
+
|
|
245
|
+
:stability: experimental
|
|
246
|
+
'''
|
|
247
|
+
...
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
class _IManagedLoginBrandingRefProxy(
|
|
251
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
252
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
253
|
+
):
|
|
254
|
+
'''(experimental) Indicates that this resource can be referenced as a ManagedLoginBranding.
|
|
255
|
+
|
|
256
|
+
:stability: experimental
|
|
257
|
+
'''
|
|
258
|
+
|
|
259
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IManagedLoginBrandingRef"
|
|
260
|
+
|
|
261
|
+
@builtins.property
|
|
262
|
+
@jsii.member(jsii_name="managedLoginBrandingRef")
|
|
263
|
+
def managed_login_branding_ref(self) -> "ManagedLoginBrandingReference":
|
|
264
|
+
'''(experimental) A reference to a ManagedLoginBranding resource.
|
|
265
|
+
|
|
266
|
+
:stability: experimental
|
|
267
|
+
'''
|
|
268
|
+
return typing.cast("ManagedLoginBrandingReference", jsii.get(self, "managedLoginBrandingRef"))
|
|
269
|
+
|
|
270
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
271
|
+
typing.cast(typing.Any, IManagedLoginBrandingRef).__jsii_proxy_class__ = lambda : _IManagedLoginBrandingRefProxy
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_cognito.ITermsRef")
|
|
275
|
+
class ITermsRef(
|
|
276
|
+
_constructs_77d1e7e8.IConstruct,
|
|
277
|
+
_IEnvironmentAware_f39049ee,
|
|
278
|
+
typing_extensions.Protocol,
|
|
279
|
+
):
|
|
280
|
+
'''(experimental) Indicates that this resource can be referenced as a Terms.
|
|
281
|
+
|
|
282
|
+
:stability: experimental
|
|
283
|
+
'''
|
|
284
|
+
|
|
285
|
+
@builtins.property
|
|
286
|
+
@jsii.member(jsii_name="termsRef")
|
|
287
|
+
def terms_ref(self) -> "TermsReference":
|
|
288
|
+
'''(experimental) A reference to a Terms resource.
|
|
289
|
+
|
|
290
|
+
:stability: experimental
|
|
291
|
+
'''
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
class _ITermsRefProxy(
|
|
296
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
297
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
298
|
+
):
|
|
299
|
+
'''(experimental) Indicates that this resource can be referenced as a Terms.
|
|
300
|
+
|
|
301
|
+
:stability: experimental
|
|
302
|
+
'''
|
|
303
|
+
|
|
304
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.ITermsRef"
|
|
305
|
+
|
|
306
|
+
@builtins.property
|
|
307
|
+
@jsii.member(jsii_name="termsRef")
|
|
308
|
+
def terms_ref(self) -> "TermsReference":
|
|
309
|
+
'''(experimental) A reference to a Terms resource.
|
|
310
|
+
|
|
311
|
+
:stability: experimental
|
|
312
|
+
'''
|
|
313
|
+
return typing.cast("TermsReference", jsii.get(self, "termsRef"))
|
|
314
|
+
|
|
315
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
316
|
+
typing.cast(typing.Any, ITermsRef).__jsii_proxy_class__ = lambda : _ITermsRefProxy
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolClientRef")
|
|
320
|
+
class IUserPoolClientRef(
|
|
321
|
+
_constructs_77d1e7e8.IConstruct,
|
|
322
|
+
_IEnvironmentAware_f39049ee,
|
|
323
|
+
typing_extensions.Protocol,
|
|
324
|
+
):
|
|
325
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolClient.
|
|
326
|
+
|
|
327
|
+
:stability: experimental
|
|
328
|
+
'''
|
|
329
|
+
|
|
330
|
+
@builtins.property
|
|
331
|
+
@jsii.member(jsii_name="userPoolClientRef")
|
|
332
|
+
def user_pool_client_ref(self) -> "UserPoolClientReference":
|
|
333
|
+
'''(experimental) A reference to a UserPoolClient resource.
|
|
334
|
+
|
|
335
|
+
:stability: experimental
|
|
336
|
+
'''
|
|
337
|
+
...
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
class _IUserPoolClientRefProxy(
|
|
341
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
342
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
343
|
+
):
|
|
344
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolClient.
|
|
345
|
+
|
|
346
|
+
:stability: experimental
|
|
347
|
+
'''
|
|
348
|
+
|
|
349
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolClientRef"
|
|
350
|
+
|
|
351
|
+
@builtins.property
|
|
352
|
+
@jsii.member(jsii_name="userPoolClientRef")
|
|
353
|
+
def user_pool_client_ref(self) -> "UserPoolClientReference":
|
|
354
|
+
'''(experimental) A reference to a UserPoolClient resource.
|
|
355
|
+
|
|
356
|
+
:stability: experimental
|
|
357
|
+
'''
|
|
358
|
+
return typing.cast("UserPoolClientReference", jsii.get(self, "userPoolClientRef"))
|
|
359
|
+
|
|
360
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
361
|
+
typing.cast(typing.Any, IUserPoolClientRef).__jsii_proxy_class__ = lambda : _IUserPoolClientRefProxy
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolDomainRef")
|
|
365
|
+
class IUserPoolDomainRef(
|
|
366
|
+
_constructs_77d1e7e8.IConstruct,
|
|
367
|
+
_IEnvironmentAware_f39049ee,
|
|
368
|
+
typing_extensions.Protocol,
|
|
369
|
+
):
|
|
370
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolDomain.
|
|
371
|
+
|
|
372
|
+
:stability: experimental
|
|
373
|
+
'''
|
|
374
|
+
|
|
375
|
+
@builtins.property
|
|
376
|
+
@jsii.member(jsii_name="userPoolDomainRef")
|
|
377
|
+
def user_pool_domain_ref(self) -> "UserPoolDomainReference":
|
|
378
|
+
'''(experimental) A reference to a UserPoolDomain resource.
|
|
379
|
+
|
|
380
|
+
:stability: experimental
|
|
381
|
+
'''
|
|
382
|
+
...
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
class _IUserPoolDomainRefProxy(
|
|
386
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
387
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
388
|
+
):
|
|
389
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolDomain.
|
|
390
|
+
|
|
391
|
+
:stability: experimental
|
|
392
|
+
'''
|
|
393
|
+
|
|
394
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolDomainRef"
|
|
395
|
+
|
|
396
|
+
@builtins.property
|
|
397
|
+
@jsii.member(jsii_name="userPoolDomainRef")
|
|
398
|
+
def user_pool_domain_ref(self) -> "UserPoolDomainReference":
|
|
399
|
+
'''(experimental) A reference to a UserPoolDomain resource.
|
|
400
|
+
|
|
401
|
+
:stability: experimental
|
|
402
|
+
'''
|
|
403
|
+
return typing.cast("UserPoolDomainReference", jsii.get(self, "userPoolDomainRef"))
|
|
404
|
+
|
|
405
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
406
|
+
typing.cast(typing.Any, IUserPoolDomainRef).__jsii_proxy_class__ = lambda : _IUserPoolDomainRefProxy
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolGroupRef")
|
|
410
|
+
class IUserPoolGroupRef(
|
|
411
|
+
_constructs_77d1e7e8.IConstruct,
|
|
412
|
+
_IEnvironmentAware_f39049ee,
|
|
413
|
+
typing_extensions.Protocol,
|
|
414
|
+
):
|
|
415
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolGroup.
|
|
416
|
+
|
|
417
|
+
:stability: experimental
|
|
418
|
+
'''
|
|
419
|
+
|
|
420
|
+
@builtins.property
|
|
421
|
+
@jsii.member(jsii_name="userPoolGroupRef")
|
|
422
|
+
def user_pool_group_ref(self) -> "UserPoolGroupReference":
|
|
423
|
+
'''(experimental) A reference to a UserPoolGroup resource.
|
|
424
|
+
|
|
425
|
+
:stability: experimental
|
|
426
|
+
'''
|
|
427
|
+
...
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
class _IUserPoolGroupRefProxy(
|
|
431
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
432
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
433
|
+
):
|
|
434
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolGroup.
|
|
435
|
+
|
|
436
|
+
:stability: experimental
|
|
437
|
+
'''
|
|
438
|
+
|
|
439
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolGroupRef"
|
|
440
|
+
|
|
441
|
+
@builtins.property
|
|
442
|
+
@jsii.member(jsii_name="userPoolGroupRef")
|
|
443
|
+
def user_pool_group_ref(self) -> "UserPoolGroupReference":
|
|
444
|
+
'''(experimental) A reference to a UserPoolGroup resource.
|
|
445
|
+
|
|
446
|
+
:stability: experimental
|
|
447
|
+
'''
|
|
448
|
+
return typing.cast("UserPoolGroupReference", jsii.get(self, "userPoolGroupRef"))
|
|
449
|
+
|
|
450
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
451
|
+
typing.cast(typing.Any, IUserPoolGroupRef).__jsii_proxy_class__ = lambda : _IUserPoolGroupRefProxy
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
@jsii.interface(
|
|
455
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolIdentityProviderRef"
|
|
456
|
+
)
|
|
457
|
+
class IUserPoolIdentityProviderRef(
|
|
458
|
+
_constructs_77d1e7e8.IConstruct,
|
|
459
|
+
_IEnvironmentAware_f39049ee,
|
|
460
|
+
typing_extensions.Protocol,
|
|
461
|
+
):
|
|
462
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolIdentityProvider.
|
|
463
|
+
|
|
464
|
+
:stability: experimental
|
|
465
|
+
'''
|
|
466
|
+
|
|
467
|
+
@builtins.property
|
|
468
|
+
@jsii.member(jsii_name="userPoolIdentityProviderRef")
|
|
469
|
+
def user_pool_identity_provider_ref(self) -> "UserPoolIdentityProviderReference":
|
|
470
|
+
'''(experimental) A reference to a UserPoolIdentityProvider resource.
|
|
471
|
+
|
|
472
|
+
:stability: experimental
|
|
473
|
+
'''
|
|
474
|
+
...
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
class _IUserPoolIdentityProviderRefProxy(
|
|
478
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
479
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
480
|
+
):
|
|
481
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolIdentityProvider.
|
|
482
|
+
|
|
483
|
+
:stability: experimental
|
|
484
|
+
'''
|
|
485
|
+
|
|
486
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolIdentityProviderRef"
|
|
487
|
+
|
|
488
|
+
@builtins.property
|
|
489
|
+
@jsii.member(jsii_name="userPoolIdentityProviderRef")
|
|
490
|
+
def user_pool_identity_provider_ref(self) -> "UserPoolIdentityProviderReference":
|
|
491
|
+
'''(experimental) A reference to a UserPoolIdentityProvider resource.
|
|
492
|
+
|
|
493
|
+
:stability: experimental
|
|
494
|
+
'''
|
|
495
|
+
return typing.cast("UserPoolIdentityProviderReference", jsii.get(self, "userPoolIdentityProviderRef"))
|
|
496
|
+
|
|
497
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
498
|
+
typing.cast(typing.Any, IUserPoolIdentityProviderRef).__jsii_proxy_class__ = lambda : _IUserPoolIdentityProviderRefProxy
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolRef")
|
|
502
|
+
class IUserPoolRef(
|
|
503
|
+
_constructs_77d1e7e8.IConstruct,
|
|
504
|
+
_IEnvironmentAware_f39049ee,
|
|
505
|
+
typing_extensions.Protocol,
|
|
506
|
+
):
|
|
507
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPool.
|
|
508
|
+
|
|
509
|
+
:stability: experimental
|
|
510
|
+
'''
|
|
511
|
+
|
|
512
|
+
@builtins.property
|
|
513
|
+
@jsii.member(jsii_name="userPoolRef")
|
|
514
|
+
def user_pool_ref(self) -> "UserPoolReference":
|
|
515
|
+
'''(experimental) A reference to a UserPool resource.
|
|
516
|
+
|
|
517
|
+
:stability: experimental
|
|
518
|
+
'''
|
|
519
|
+
...
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
class _IUserPoolRefProxy(
|
|
523
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
524
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
525
|
+
):
|
|
526
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPool.
|
|
527
|
+
|
|
528
|
+
:stability: experimental
|
|
529
|
+
'''
|
|
530
|
+
|
|
531
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolRef"
|
|
532
|
+
|
|
533
|
+
@builtins.property
|
|
534
|
+
@jsii.member(jsii_name="userPoolRef")
|
|
535
|
+
def user_pool_ref(self) -> "UserPoolReference":
|
|
536
|
+
'''(experimental) A reference to a UserPool resource.
|
|
537
|
+
|
|
538
|
+
:stability: experimental
|
|
539
|
+
'''
|
|
540
|
+
return typing.cast("UserPoolReference", jsii.get(self, "userPoolRef"))
|
|
541
|
+
|
|
542
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
543
|
+
typing.cast(typing.Any, IUserPoolRef).__jsii_proxy_class__ = lambda : _IUserPoolRefProxy
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
@jsii.interface(
|
|
547
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolResourceServerRef"
|
|
548
|
+
)
|
|
549
|
+
class IUserPoolResourceServerRef(
|
|
550
|
+
_constructs_77d1e7e8.IConstruct,
|
|
551
|
+
_IEnvironmentAware_f39049ee,
|
|
552
|
+
typing_extensions.Protocol,
|
|
553
|
+
):
|
|
554
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolResourceServer.
|
|
555
|
+
|
|
556
|
+
:stability: experimental
|
|
557
|
+
'''
|
|
558
|
+
|
|
559
|
+
@builtins.property
|
|
560
|
+
@jsii.member(jsii_name="userPoolResourceServerRef")
|
|
561
|
+
def user_pool_resource_server_ref(self) -> "UserPoolResourceServerReference":
|
|
562
|
+
'''(experimental) A reference to a UserPoolResourceServer resource.
|
|
563
|
+
|
|
564
|
+
:stability: experimental
|
|
565
|
+
'''
|
|
566
|
+
...
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
class _IUserPoolResourceServerRefProxy(
|
|
570
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
571
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
572
|
+
):
|
|
573
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolResourceServer.
|
|
574
|
+
|
|
575
|
+
:stability: experimental
|
|
576
|
+
'''
|
|
577
|
+
|
|
578
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolResourceServerRef"
|
|
579
|
+
|
|
580
|
+
@builtins.property
|
|
581
|
+
@jsii.member(jsii_name="userPoolResourceServerRef")
|
|
582
|
+
def user_pool_resource_server_ref(self) -> "UserPoolResourceServerReference":
|
|
583
|
+
'''(experimental) A reference to a UserPoolResourceServer resource.
|
|
584
|
+
|
|
585
|
+
:stability: experimental
|
|
586
|
+
'''
|
|
587
|
+
return typing.cast("UserPoolResourceServerReference", jsii.get(self, "userPoolResourceServerRef"))
|
|
588
|
+
|
|
589
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
590
|
+
typing.cast(typing.Any, IUserPoolResourceServerRef).__jsii_proxy_class__ = lambda : _IUserPoolResourceServerRefProxy
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
@jsii.interface(
|
|
594
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolRiskConfigurationAttachmentRef"
|
|
595
|
+
)
|
|
596
|
+
class IUserPoolRiskConfigurationAttachmentRef(
|
|
597
|
+
_constructs_77d1e7e8.IConstruct,
|
|
598
|
+
_IEnvironmentAware_f39049ee,
|
|
599
|
+
typing_extensions.Protocol,
|
|
600
|
+
):
|
|
601
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolRiskConfigurationAttachment.
|
|
602
|
+
|
|
603
|
+
:stability: experimental
|
|
604
|
+
'''
|
|
605
|
+
|
|
606
|
+
@builtins.property
|
|
607
|
+
@jsii.member(jsii_name="userPoolRiskConfigurationAttachmentRef")
|
|
608
|
+
def user_pool_risk_configuration_attachment_ref(
|
|
609
|
+
self,
|
|
610
|
+
) -> "UserPoolRiskConfigurationAttachmentReference":
|
|
611
|
+
'''(experimental) A reference to a UserPoolRiskConfigurationAttachment resource.
|
|
612
|
+
|
|
613
|
+
:stability: experimental
|
|
614
|
+
'''
|
|
615
|
+
...
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
class _IUserPoolRiskConfigurationAttachmentRefProxy(
|
|
619
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
620
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
621
|
+
):
|
|
622
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolRiskConfigurationAttachment.
|
|
623
|
+
|
|
624
|
+
:stability: experimental
|
|
625
|
+
'''
|
|
626
|
+
|
|
627
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolRiskConfigurationAttachmentRef"
|
|
628
|
+
|
|
629
|
+
@builtins.property
|
|
630
|
+
@jsii.member(jsii_name="userPoolRiskConfigurationAttachmentRef")
|
|
631
|
+
def user_pool_risk_configuration_attachment_ref(
|
|
632
|
+
self,
|
|
633
|
+
) -> "UserPoolRiskConfigurationAttachmentReference":
|
|
634
|
+
'''(experimental) A reference to a UserPoolRiskConfigurationAttachment resource.
|
|
635
|
+
|
|
636
|
+
:stability: experimental
|
|
637
|
+
'''
|
|
638
|
+
return typing.cast("UserPoolRiskConfigurationAttachmentReference", jsii.get(self, "userPoolRiskConfigurationAttachmentRef"))
|
|
639
|
+
|
|
640
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
641
|
+
typing.cast(typing.Any, IUserPoolRiskConfigurationAttachmentRef).__jsii_proxy_class__ = lambda : _IUserPoolRiskConfigurationAttachmentRefProxy
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
@jsii.interface(
|
|
645
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolUICustomizationAttachmentRef"
|
|
646
|
+
)
|
|
647
|
+
class IUserPoolUICustomizationAttachmentRef(
|
|
648
|
+
_constructs_77d1e7e8.IConstruct,
|
|
649
|
+
_IEnvironmentAware_f39049ee,
|
|
650
|
+
typing_extensions.Protocol,
|
|
651
|
+
):
|
|
652
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolUICustomizationAttachment.
|
|
653
|
+
|
|
654
|
+
:stability: experimental
|
|
655
|
+
'''
|
|
656
|
+
|
|
657
|
+
@builtins.property
|
|
658
|
+
@jsii.member(jsii_name="userPoolUiCustomizationAttachmentRef")
|
|
659
|
+
def user_pool_ui_customization_attachment_ref(
|
|
660
|
+
self,
|
|
661
|
+
) -> "UserPoolUICustomizationAttachmentReference":
|
|
662
|
+
'''(experimental) A reference to a UserPoolUICustomizationAttachment resource.
|
|
663
|
+
|
|
664
|
+
:stability: experimental
|
|
665
|
+
'''
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
class _IUserPoolUICustomizationAttachmentRefProxy(
|
|
670
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
671
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
672
|
+
):
|
|
673
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolUICustomizationAttachment.
|
|
674
|
+
|
|
675
|
+
:stability: experimental
|
|
676
|
+
'''
|
|
677
|
+
|
|
678
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolUICustomizationAttachmentRef"
|
|
679
|
+
|
|
680
|
+
@builtins.property
|
|
681
|
+
@jsii.member(jsii_name="userPoolUiCustomizationAttachmentRef")
|
|
682
|
+
def user_pool_ui_customization_attachment_ref(
|
|
683
|
+
self,
|
|
684
|
+
) -> "UserPoolUICustomizationAttachmentReference":
|
|
685
|
+
'''(experimental) A reference to a UserPoolUICustomizationAttachment resource.
|
|
686
|
+
|
|
687
|
+
:stability: experimental
|
|
688
|
+
'''
|
|
689
|
+
return typing.cast("UserPoolUICustomizationAttachmentReference", jsii.get(self, "userPoolUiCustomizationAttachmentRef"))
|
|
690
|
+
|
|
691
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
692
|
+
typing.cast(typing.Any, IUserPoolUICustomizationAttachmentRef).__jsii_proxy_class__ = lambda : _IUserPoolUICustomizationAttachmentRefProxy
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolUserRef")
|
|
696
|
+
class IUserPoolUserRef(
|
|
697
|
+
_constructs_77d1e7e8.IConstruct,
|
|
698
|
+
_IEnvironmentAware_f39049ee,
|
|
699
|
+
typing_extensions.Protocol,
|
|
700
|
+
):
|
|
701
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolUser.
|
|
702
|
+
|
|
703
|
+
:stability: experimental
|
|
704
|
+
'''
|
|
705
|
+
|
|
706
|
+
@builtins.property
|
|
707
|
+
@jsii.member(jsii_name="userPoolUserRef")
|
|
708
|
+
def user_pool_user_ref(self) -> "UserPoolUserReference":
|
|
709
|
+
'''(experimental) A reference to a UserPoolUser resource.
|
|
710
|
+
|
|
711
|
+
:stability: experimental
|
|
712
|
+
'''
|
|
713
|
+
...
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
class _IUserPoolUserRefProxy(
|
|
717
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
718
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
719
|
+
):
|
|
720
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolUser.
|
|
721
|
+
|
|
722
|
+
:stability: experimental
|
|
723
|
+
'''
|
|
724
|
+
|
|
725
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolUserRef"
|
|
726
|
+
|
|
727
|
+
@builtins.property
|
|
728
|
+
@jsii.member(jsii_name="userPoolUserRef")
|
|
729
|
+
def user_pool_user_ref(self) -> "UserPoolUserReference":
|
|
730
|
+
'''(experimental) A reference to a UserPoolUser resource.
|
|
731
|
+
|
|
732
|
+
:stability: experimental
|
|
733
|
+
'''
|
|
734
|
+
return typing.cast("UserPoolUserReference", jsii.get(self, "userPoolUserRef"))
|
|
735
|
+
|
|
736
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
737
|
+
typing.cast(typing.Any, IUserPoolUserRef).__jsii_proxy_class__ = lambda : _IUserPoolUserRefProxy
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
@jsii.interface(
|
|
741
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IUserPoolUserToGroupAttachmentRef"
|
|
742
|
+
)
|
|
743
|
+
class IUserPoolUserToGroupAttachmentRef(
|
|
744
|
+
_constructs_77d1e7e8.IConstruct,
|
|
745
|
+
_IEnvironmentAware_f39049ee,
|
|
746
|
+
typing_extensions.Protocol,
|
|
747
|
+
):
|
|
748
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolUserToGroupAttachment.
|
|
749
|
+
|
|
750
|
+
:stability: experimental
|
|
751
|
+
'''
|
|
752
|
+
|
|
753
|
+
@builtins.property
|
|
754
|
+
@jsii.member(jsii_name="userPoolUserToGroupAttachmentRef")
|
|
755
|
+
def user_pool_user_to_group_attachment_ref(
|
|
756
|
+
self,
|
|
757
|
+
) -> "UserPoolUserToGroupAttachmentReference":
|
|
758
|
+
'''(experimental) A reference to a UserPoolUserToGroupAttachment resource.
|
|
759
|
+
|
|
760
|
+
:stability: experimental
|
|
761
|
+
'''
|
|
762
|
+
...
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
class _IUserPoolUserToGroupAttachmentRefProxy(
|
|
766
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
767
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
768
|
+
):
|
|
769
|
+
'''(experimental) Indicates that this resource can be referenced as a UserPoolUserToGroupAttachment.
|
|
770
|
+
|
|
771
|
+
:stability: experimental
|
|
772
|
+
'''
|
|
773
|
+
|
|
774
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_cognito.IUserPoolUserToGroupAttachmentRef"
|
|
775
|
+
|
|
776
|
+
@builtins.property
|
|
777
|
+
@jsii.member(jsii_name="userPoolUserToGroupAttachmentRef")
|
|
778
|
+
def user_pool_user_to_group_attachment_ref(
|
|
779
|
+
self,
|
|
780
|
+
) -> "UserPoolUserToGroupAttachmentReference":
|
|
781
|
+
'''(experimental) A reference to a UserPoolUserToGroupAttachment resource.
|
|
782
|
+
|
|
783
|
+
:stability: experimental
|
|
784
|
+
'''
|
|
785
|
+
return typing.cast("UserPoolUserToGroupAttachmentReference", jsii.get(self, "userPoolUserToGroupAttachmentRef"))
|
|
786
|
+
|
|
787
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
788
|
+
typing.cast(typing.Any, IUserPoolUserToGroupAttachmentRef).__jsii_proxy_class__ = lambda : _IUserPoolUserToGroupAttachmentRefProxy
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
@jsii.data_type(
|
|
792
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IdentityPoolPrincipalTagReference",
|
|
793
|
+
jsii_struct_bases=[],
|
|
794
|
+
name_mapping={
|
|
795
|
+
"identity_pool_id": "identityPoolId",
|
|
796
|
+
"identity_provider_name": "identityProviderName",
|
|
797
|
+
},
|
|
798
|
+
)
|
|
799
|
+
class IdentityPoolPrincipalTagReference:
|
|
800
|
+
def __init__(
|
|
801
|
+
self,
|
|
802
|
+
*,
|
|
803
|
+
identity_pool_id: builtins.str,
|
|
804
|
+
identity_provider_name: builtins.str,
|
|
805
|
+
) -> None:
|
|
806
|
+
'''A reference to a IdentityPoolPrincipalTag resource.
|
|
807
|
+
|
|
808
|
+
:param identity_pool_id: The IdentityPoolId of the IdentityPoolPrincipalTag resource.
|
|
809
|
+
:param identity_provider_name: The IdentityProviderName of the IdentityPoolPrincipalTag resource.
|
|
810
|
+
|
|
811
|
+
:exampleMetadata: fixture=_generated
|
|
812
|
+
|
|
813
|
+
Example::
|
|
814
|
+
|
|
815
|
+
# The code below shows an example of how to instantiate this type.
|
|
816
|
+
# The values are placeholders you should change.
|
|
817
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
818
|
+
|
|
819
|
+
identity_pool_principal_tag_reference = interfaces_aws_cognito.IdentityPoolPrincipalTagReference(
|
|
820
|
+
identity_pool_id="identityPoolId",
|
|
821
|
+
identity_provider_name="identityProviderName"
|
|
822
|
+
)
|
|
823
|
+
'''
|
|
824
|
+
if __debug__:
|
|
825
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6cc5a043298fe466acf5a276ca3b197ad62c5bcb18683941cbbaa8c09e911e32)
|
|
826
|
+
check_type(argname="argument identity_pool_id", value=identity_pool_id, expected_type=type_hints["identity_pool_id"])
|
|
827
|
+
check_type(argname="argument identity_provider_name", value=identity_provider_name, expected_type=type_hints["identity_provider_name"])
|
|
828
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
829
|
+
"identity_pool_id": identity_pool_id,
|
|
830
|
+
"identity_provider_name": identity_provider_name,
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
@builtins.property
|
|
834
|
+
def identity_pool_id(self) -> builtins.str:
|
|
835
|
+
'''The IdentityPoolId of the IdentityPoolPrincipalTag resource.'''
|
|
836
|
+
result = self._values.get("identity_pool_id")
|
|
837
|
+
assert result is not None, "Required property 'identity_pool_id' is missing"
|
|
838
|
+
return typing.cast(builtins.str, result)
|
|
839
|
+
|
|
840
|
+
@builtins.property
|
|
841
|
+
def identity_provider_name(self) -> builtins.str:
|
|
842
|
+
'''The IdentityProviderName of the IdentityPoolPrincipalTag resource.'''
|
|
843
|
+
result = self._values.get("identity_provider_name")
|
|
844
|
+
assert result is not None, "Required property 'identity_provider_name' is missing"
|
|
845
|
+
return typing.cast(builtins.str, result)
|
|
846
|
+
|
|
847
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
848
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
849
|
+
|
|
850
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
851
|
+
return not (rhs == self)
|
|
852
|
+
|
|
853
|
+
def __repr__(self) -> str:
|
|
854
|
+
return "IdentityPoolPrincipalTagReference(%s)" % ", ".join(
|
|
855
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
856
|
+
)
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
@jsii.data_type(
|
|
860
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IdentityPoolReference",
|
|
861
|
+
jsii_struct_bases=[],
|
|
862
|
+
name_mapping={"identity_pool_id": "identityPoolId"},
|
|
863
|
+
)
|
|
864
|
+
class IdentityPoolReference:
|
|
865
|
+
def __init__(self, *, identity_pool_id: builtins.str) -> None:
|
|
866
|
+
'''A reference to a IdentityPool resource.
|
|
867
|
+
|
|
868
|
+
:param identity_pool_id: The Id of the IdentityPool resource.
|
|
869
|
+
|
|
870
|
+
:exampleMetadata: fixture=_generated
|
|
871
|
+
|
|
872
|
+
Example::
|
|
873
|
+
|
|
874
|
+
# The code below shows an example of how to instantiate this type.
|
|
875
|
+
# The values are placeholders you should change.
|
|
876
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
877
|
+
|
|
878
|
+
identity_pool_reference = interfaces_aws_cognito.IdentityPoolReference(
|
|
879
|
+
identity_pool_id="identityPoolId"
|
|
880
|
+
)
|
|
881
|
+
'''
|
|
882
|
+
if __debug__:
|
|
883
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3218cf924075cf055c20b0abfab4803c9f0051b2030ff12c6e597bc58427dfb7)
|
|
884
|
+
check_type(argname="argument identity_pool_id", value=identity_pool_id, expected_type=type_hints["identity_pool_id"])
|
|
885
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
886
|
+
"identity_pool_id": identity_pool_id,
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
@builtins.property
|
|
890
|
+
def identity_pool_id(self) -> builtins.str:
|
|
891
|
+
'''The Id of the IdentityPool resource.'''
|
|
892
|
+
result = self._values.get("identity_pool_id")
|
|
893
|
+
assert result is not None, "Required property 'identity_pool_id' is missing"
|
|
894
|
+
return typing.cast(builtins.str, result)
|
|
895
|
+
|
|
896
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
897
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
898
|
+
|
|
899
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
900
|
+
return not (rhs == self)
|
|
901
|
+
|
|
902
|
+
def __repr__(self) -> str:
|
|
903
|
+
return "IdentityPoolReference(%s)" % ", ".join(
|
|
904
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
905
|
+
)
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
@jsii.data_type(
|
|
909
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.IdentityPoolRoleAttachmentReference",
|
|
910
|
+
jsii_struct_bases=[],
|
|
911
|
+
name_mapping={"identity_pool_role_attachment_id": "identityPoolRoleAttachmentId"},
|
|
912
|
+
)
|
|
913
|
+
class IdentityPoolRoleAttachmentReference:
|
|
914
|
+
def __init__(self, *, identity_pool_role_attachment_id: builtins.str) -> None:
|
|
915
|
+
'''A reference to a IdentityPoolRoleAttachment resource.
|
|
916
|
+
|
|
917
|
+
:param identity_pool_role_attachment_id: The Id of the IdentityPoolRoleAttachment resource.
|
|
918
|
+
|
|
919
|
+
:exampleMetadata: fixture=_generated
|
|
920
|
+
|
|
921
|
+
Example::
|
|
922
|
+
|
|
923
|
+
# The code below shows an example of how to instantiate this type.
|
|
924
|
+
# The values are placeholders you should change.
|
|
925
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
926
|
+
|
|
927
|
+
identity_pool_role_attachment_reference = interfaces_aws_cognito.IdentityPoolRoleAttachmentReference(
|
|
928
|
+
identity_pool_role_attachment_id="identityPoolRoleAttachmentId"
|
|
929
|
+
)
|
|
930
|
+
'''
|
|
931
|
+
if __debug__:
|
|
932
|
+
type_hints = typing.get_type_hints(_typecheckingstub__34190b77eaab913a78d5fd3a05321ad0a4a80ef5dad716132f2829a4f41b7e84)
|
|
933
|
+
check_type(argname="argument identity_pool_role_attachment_id", value=identity_pool_role_attachment_id, expected_type=type_hints["identity_pool_role_attachment_id"])
|
|
934
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
935
|
+
"identity_pool_role_attachment_id": identity_pool_role_attachment_id,
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
@builtins.property
|
|
939
|
+
def identity_pool_role_attachment_id(self) -> builtins.str:
|
|
940
|
+
'''The Id of the IdentityPoolRoleAttachment resource.'''
|
|
941
|
+
result = self._values.get("identity_pool_role_attachment_id")
|
|
942
|
+
assert result is not None, "Required property 'identity_pool_role_attachment_id' is missing"
|
|
943
|
+
return typing.cast(builtins.str, result)
|
|
944
|
+
|
|
945
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
946
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
947
|
+
|
|
948
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
949
|
+
return not (rhs == self)
|
|
950
|
+
|
|
951
|
+
def __repr__(self) -> str:
|
|
952
|
+
return "IdentityPoolRoleAttachmentReference(%s)" % ", ".join(
|
|
953
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
954
|
+
)
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
@jsii.data_type(
|
|
958
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.LogDeliveryConfigurationReference",
|
|
959
|
+
jsii_struct_bases=[],
|
|
960
|
+
name_mapping={"log_delivery_configuration_id": "logDeliveryConfigurationId"},
|
|
961
|
+
)
|
|
962
|
+
class LogDeliveryConfigurationReference:
|
|
963
|
+
def __init__(self, *, log_delivery_configuration_id: builtins.str) -> None:
|
|
964
|
+
'''A reference to a LogDeliveryConfiguration resource.
|
|
965
|
+
|
|
966
|
+
:param log_delivery_configuration_id: The Id of the LogDeliveryConfiguration resource.
|
|
967
|
+
|
|
968
|
+
:exampleMetadata: fixture=_generated
|
|
969
|
+
|
|
970
|
+
Example::
|
|
971
|
+
|
|
972
|
+
# The code below shows an example of how to instantiate this type.
|
|
973
|
+
# The values are placeholders you should change.
|
|
974
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
975
|
+
|
|
976
|
+
log_delivery_configuration_reference = interfaces_aws_cognito.LogDeliveryConfigurationReference(
|
|
977
|
+
log_delivery_configuration_id="logDeliveryConfigurationId"
|
|
978
|
+
)
|
|
979
|
+
'''
|
|
980
|
+
if __debug__:
|
|
981
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f875a38af4eb1dc456934c1548d778b55e784e77c015e50066366dbd0c9fdf49)
|
|
982
|
+
check_type(argname="argument log_delivery_configuration_id", value=log_delivery_configuration_id, expected_type=type_hints["log_delivery_configuration_id"])
|
|
983
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
984
|
+
"log_delivery_configuration_id": log_delivery_configuration_id,
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
@builtins.property
|
|
988
|
+
def log_delivery_configuration_id(self) -> builtins.str:
|
|
989
|
+
'''The Id of the LogDeliveryConfiguration resource.'''
|
|
990
|
+
result = self._values.get("log_delivery_configuration_id")
|
|
991
|
+
assert result is not None, "Required property 'log_delivery_configuration_id' is missing"
|
|
992
|
+
return typing.cast(builtins.str, result)
|
|
993
|
+
|
|
994
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
995
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
996
|
+
|
|
997
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
998
|
+
return not (rhs == self)
|
|
999
|
+
|
|
1000
|
+
def __repr__(self) -> str:
|
|
1001
|
+
return "LogDeliveryConfigurationReference(%s)" % ", ".join(
|
|
1002
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1003
|
+
)
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
@jsii.data_type(
|
|
1007
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.ManagedLoginBrandingReference",
|
|
1008
|
+
jsii_struct_bases=[],
|
|
1009
|
+
name_mapping={
|
|
1010
|
+
"managed_login_branding_id": "managedLoginBrandingId",
|
|
1011
|
+
"user_pool_id": "userPoolId",
|
|
1012
|
+
},
|
|
1013
|
+
)
|
|
1014
|
+
class ManagedLoginBrandingReference:
|
|
1015
|
+
def __init__(
|
|
1016
|
+
self,
|
|
1017
|
+
*,
|
|
1018
|
+
managed_login_branding_id: builtins.str,
|
|
1019
|
+
user_pool_id: builtins.str,
|
|
1020
|
+
) -> None:
|
|
1021
|
+
'''A reference to a ManagedLoginBranding resource.
|
|
1022
|
+
|
|
1023
|
+
:param managed_login_branding_id: The ManagedLoginBrandingId of the ManagedLoginBranding resource.
|
|
1024
|
+
:param user_pool_id: The UserPoolId of the ManagedLoginBranding resource.
|
|
1025
|
+
|
|
1026
|
+
:exampleMetadata: fixture=_generated
|
|
1027
|
+
|
|
1028
|
+
Example::
|
|
1029
|
+
|
|
1030
|
+
# The code below shows an example of how to instantiate this type.
|
|
1031
|
+
# The values are placeholders you should change.
|
|
1032
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1033
|
+
|
|
1034
|
+
managed_login_branding_reference = interfaces_aws_cognito.ManagedLoginBrandingReference(
|
|
1035
|
+
managed_login_branding_id="managedLoginBrandingId",
|
|
1036
|
+
user_pool_id="userPoolId"
|
|
1037
|
+
)
|
|
1038
|
+
'''
|
|
1039
|
+
if __debug__:
|
|
1040
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ac1ad7162157086c02de85b312a0a8bf64727f6ae88085d5c5c83cc3e3a7cba6)
|
|
1041
|
+
check_type(argname="argument managed_login_branding_id", value=managed_login_branding_id, expected_type=type_hints["managed_login_branding_id"])
|
|
1042
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1043
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1044
|
+
"managed_login_branding_id": managed_login_branding_id,
|
|
1045
|
+
"user_pool_id": user_pool_id,
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
@builtins.property
|
|
1049
|
+
def managed_login_branding_id(self) -> builtins.str:
|
|
1050
|
+
'''The ManagedLoginBrandingId of the ManagedLoginBranding resource.'''
|
|
1051
|
+
result = self._values.get("managed_login_branding_id")
|
|
1052
|
+
assert result is not None, "Required property 'managed_login_branding_id' is missing"
|
|
1053
|
+
return typing.cast(builtins.str, result)
|
|
1054
|
+
|
|
1055
|
+
@builtins.property
|
|
1056
|
+
def user_pool_id(self) -> builtins.str:
|
|
1057
|
+
'''The UserPoolId of the ManagedLoginBranding resource.'''
|
|
1058
|
+
result = self._values.get("user_pool_id")
|
|
1059
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1060
|
+
return typing.cast(builtins.str, result)
|
|
1061
|
+
|
|
1062
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1063
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1064
|
+
|
|
1065
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1066
|
+
return not (rhs == self)
|
|
1067
|
+
|
|
1068
|
+
def __repr__(self) -> str:
|
|
1069
|
+
return "ManagedLoginBrandingReference(%s)" % ", ".join(
|
|
1070
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1071
|
+
)
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
@jsii.data_type(
|
|
1075
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.TermsReference",
|
|
1076
|
+
jsii_struct_bases=[],
|
|
1077
|
+
name_mapping={"terms_id": "termsId", "user_pool_id": "userPoolId"},
|
|
1078
|
+
)
|
|
1079
|
+
class TermsReference:
|
|
1080
|
+
def __init__(self, *, terms_id: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1081
|
+
'''A reference to a Terms resource.
|
|
1082
|
+
|
|
1083
|
+
:param terms_id: The TermsId of the Terms resource.
|
|
1084
|
+
:param user_pool_id: The UserPoolId of the Terms resource.
|
|
1085
|
+
|
|
1086
|
+
:exampleMetadata: fixture=_generated
|
|
1087
|
+
|
|
1088
|
+
Example::
|
|
1089
|
+
|
|
1090
|
+
# The code below shows an example of how to instantiate this type.
|
|
1091
|
+
# The values are placeholders you should change.
|
|
1092
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1093
|
+
|
|
1094
|
+
terms_reference = interfaces_aws_cognito.TermsReference(
|
|
1095
|
+
terms_id="termsId",
|
|
1096
|
+
user_pool_id="userPoolId"
|
|
1097
|
+
)
|
|
1098
|
+
'''
|
|
1099
|
+
if __debug__:
|
|
1100
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e6ddddddef6f9c7269efe22a766f1ea54ea3dc4aaa13214f7e0825ea9ad0b54c)
|
|
1101
|
+
check_type(argname="argument terms_id", value=terms_id, expected_type=type_hints["terms_id"])
|
|
1102
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1103
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1104
|
+
"terms_id": terms_id,
|
|
1105
|
+
"user_pool_id": user_pool_id,
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
@builtins.property
|
|
1109
|
+
def terms_id(self) -> builtins.str:
|
|
1110
|
+
'''The TermsId of the Terms resource.'''
|
|
1111
|
+
result = self._values.get("terms_id")
|
|
1112
|
+
assert result is not None, "Required property 'terms_id' is missing"
|
|
1113
|
+
return typing.cast(builtins.str, result)
|
|
1114
|
+
|
|
1115
|
+
@builtins.property
|
|
1116
|
+
def user_pool_id(self) -> builtins.str:
|
|
1117
|
+
'''The UserPoolId of the Terms resource.'''
|
|
1118
|
+
result = self._values.get("user_pool_id")
|
|
1119
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1120
|
+
return typing.cast(builtins.str, result)
|
|
1121
|
+
|
|
1122
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1123
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1124
|
+
|
|
1125
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1126
|
+
return not (rhs == self)
|
|
1127
|
+
|
|
1128
|
+
def __repr__(self) -> str:
|
|
1129
|
+
return "TermsReference(%s)" % ", ".join(
|
|
1130
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1131
|
+
)
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
@jsii.data_type(
|
|
1135
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolClientReference",
|
|
1136
|
+
jsii_struct_bases=[],
|
|
1137
|
+
name_mapping={"client_id": "clientId", "user_pool_id": "userPoolId"},
|
|
1138
|
+
)
|
|
1139
|
+
class UserPoolClientReference:
|
|
1140
|
+
def __init__(self, *, client_id: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1141
|
+
'''A reference to a UserPoolClient resource.
|
|
1142
|
+
|
|
1143
|
+
:param client_id: The ClientId of the UserPoolClient resource.
|
|
1144
|
+
:param user_pool_id: The UserPoolId of the UserPoolClient resource.
|
|
1145
|
+
|
|
1146
|
+
:exampleMetadata: fixture=_generated
|
|
1147
|
+
|
|
1148
|
+
Example::
|
|
1149
|
+
|
|
1150
|
+
# The code below shows an example of how to instantiate this type.
|
|
1151
|
+
# The values are placeholders you should change.
|
|
1152
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1153
|
+
|
|
1154
|
+
user_pool_client_reference = interfaces_aws_cognito.UserPoolClientReference(
|
|
1155
|
+
client_id="clientId",
|
|
1156
|
+
user_pool_id="userPoolId"
|
|
1157
|
+
)
|
|
1158
|
+
'''
|
|
1159
|
+
if __debug__:
|
|
1160
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a613d0899cb76353a656d3984ed3afd3693b73b15de1734d391036c385914ab5)
|
|
1161
|
+
check_type(argname="argument client_id", value=client_id, expected_type=type_hints["client_id"])
|
|
1162
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1163
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1164
|
+
"client_id": client_id,
|
|
1165
|
+
"user_pool_id": user_pool_id,
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
@builtins.property
|
|
1169
|
+
def client_id(self) -> builtins.str:
|
|
1170
|
+
'''The ClientId of the UserPoolClient resource.'''
|
|
1171
|
+
result = self._values.get("client_id")
|
|
1172
|
+
assert result is not None, "Required property 'client_id' is missing"
|
|
1173
|
+
return typing.cast(builtins.str, result)
|
|
1174
|
+
|
|
1175
|
+
@builtins.property
|
|
1176
|
+
def user_pool_id(self) -> builtins.str:
|
|
1177
|
+
'''The UserPoolId of the UserPoolClient resource.'''
|
|
1178
|
+
result = self._values.get("user_pool_id")
|
|
1179
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1180
|
+
return typing.cast(builtins.str, result)
|
|
1181
|
+
|
|
1182
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1183
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1184
|
+
|
|
1185
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1186
|
+
return not (rhs == self)
|
|
1187
|
+
|
|
1188
|
+
def __repr__(self) -> str:
|
|
1189
|
+
return "UserPoolClientReference(%s)" % ", ".join(
|
|
1190
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1191
|
+
)
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
@jsii.data_type(
|
|
1195
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolDomainReference",
|
|
1196
|
+
jsii_struct_bases=[],
|
|
1197
|
+
name_mapping={"domain": "domain", "user_pool_id": "userPoolId"},
|
|
1198
|
+
)
|
|
1199
|
+
class UserPoolDomainReference:
|
|
1200
|
+
def __init__(self, *, domain: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1201
|
+
'''A reference to a UserPoolDomain resource.
|
|
1202
|
+
|
|
1203
|
+
:param domain: The Domain of the UserPoolDomain resource.
|
|
1204
|
+
:param user_pool_id: The UserPoolId of the UserPoolDomain resource.
|
|
1205
|
+
|
|
1206
|
+
:exampleMetadata: fixture=_generated
|
|
1207
|
+
|
|
1208
|
+
Example::
|
|
1209
|
+
|
|
1210
|
+
# The code below shows an example of how to instantiate this type.
|
|
1211
|
+
# The values are placeholders you should change.
|
|
1212
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1213
|
+
|
|
1214
|
+
user_pool_domain_reference = interfaces_aws_cognito.UserPoolDomainReference(
|
|
1215
|
+
domain="domain",
|
|
1216
|
+
user_pool_id="userPoolId"
|
|
1217
|
+
)
|
|
1218
|
+
'''
|
|
1219
|
+
if __debug__:
|
|
1220
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e04d3660137d2f7a094f9306f113279cc5683cf64083351968c05af3ff23911f)
|
|
1221
|
+
check_type(argname="argument domain", value=domain, expected_type=type_hints["domain"])
|
|
1222
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1223
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1224
|
+
"domain": domain,
|
|
1225
|
+
"user_pool_id": user_pool_id,
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
@builtins.property
|
|
1229
|
+
def domain(self) -> builtins.str:
|
|
1230
|
+
'''The Domain of the UserPoolDomain resource.'''
|
|
1231
|
+
result = self._values.get("domain")
|
|
1232
|
+
assert result is not None, "Required property 'domain' is missing"
|
|
1233
|
+
return typing.cast(builtins.str, result)
|
|
1234
|
+
|
|
1235
|
+
@builtins.property
|
|
1236
|
+
def user_pool_id(self) -> builtins.str:
|
|
1237
|
+
'''The UserPoolId of the UserPoolDomain resource.'''
|
|
1238
|
+
result = self._values.get("user_pool_id")
|
|
1239
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1240
|
+
return typing.cast(builtins.str, result)
|
|
1241
|
+
|
|
1242
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1243
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1244
|
+
|
|
1245
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1246
|
+
return not (rhs == self)
|
|
1247
|
+
|
|
1248
|
+
def __repr__(self) -> str:
|
|
1249
|
+
return "UserPoolDomainReference(%s)" % ", ".join(
|
|
1250
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1251
|
+
)
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
@jsii.data_type(
|
|
1255
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolGroupReference",
|
|
1256
|
+
jsii_struct_bases=[],
|
|
1257
|
+
name_mapping={"group_name": "groupName", "user_pool_id": "userPoolId"},
|
|
1258
|
+
)
|
|
1259
|
+
class UserPoolGroupReference:
|
|
1260
|
+
def __init__(self, *, group_name: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1261
|
+
'''A reference to a UserPoolGroup resource.
|
|
1262
|
+
|
|
1263
|
+
:param group_name: The GroupName of the UserPoolGroup resource.
|
|
1264
|
+
:param user_pool_id: The UserPoolId of the UserPoolGroup resource.
|
|
1265
|
+
|
|
1266
|
+
:exampleMetadata: fixture=_generated
|
|
1267
|
+
|
|
1268
|
+
Example::
|
|
1269
|
+
|
|
1270
|
+
# The code below shows an example of how to instantiate this type.
|
|
1271
|
+
# The values are placeholders you should change.
|
|
1272
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1273
|
+
|
|
1274
|
+
user_pool_group_reference = interfaces_aws_cognito.UserPoolGroupReference(
|
|
1275
|
+
group_name="groupName",
|
|
1276
|
+
user_pool_id="userPoolId"
|
|
1277
|
+
)
|
|
1278
|
+
'''
|
|
1279
|
+
if __debug__:
|
|
1280
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4c6ca4225c5a7c5b388611fc0b563c1763787a7fa970bdd53d66d8be5649e2d1)
|
|
1281
|
+
check_type(argname="argument group_name", value=group_name, expected_type=type_hints["group_name"])
|
|
1282
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1283
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1284
|
+
"group_name": group_name,
|
|
1285
|
+
"user_pool_id": user_pool_id,
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
@builtins.property
|
|
1289
|
+
def group_name(self) -> builtins.str:
|
|
1290
|
+
'''The GroupName of the UserPoolGroup resource.'''
|
|
1291
|
+
result = self._values.get("group_name")
|
|
1292
|
+
assert result is not None, "Required property 'group_name' is missing"
|
|
1293
|
+
return typing.cast(builtins.str, result)
|
|
1294
|
+
|
|
1295
|
+
@builtins.property
|
|
1296
|
+
def user_pool_id(self) -> builtins.str:
|
|
1297
|
+
'''The UserPoolId of the UserPoolGroup resource.'''
|
|
1298
|
+
result = self._values.get("user_pool_id")
|
|
1299
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1300
|
+
return typing.cast(builtins.str, result)
|
|
1301
|
+
|
|
1302
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1303
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1304
|
+
|
|
1305
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1306
|
+
return not (rhs == self)
|
|
1307
|
+
|
|
1308
|
+
def __repr__(self) -> str:
|
|
1309
|
+
return "UserPoolGroupReference(%s)" % ", ".join(
|
|
1310
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1311
|
+
)
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
@jsii.data_type(
|
|
1315
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolIdentityProviderReference",
|
|
1316
|
+
jsii_struct_bases=[],
|
|
1317
|
+
name_mapping={"provider_name": "providerName", "user_pool_id": "userPoolId"},
|
|
1318
|
+
)
|
|
1319
|
+
class UserPoolIdentityProviderReference:
|
|
1320
|
+
def __init__(
|
|
1321
|
+
self,
|
|
1322
|
+
*,
|
|
1323
|
+
provider_name: builtins.str,
|
|
1324
|
+
user_pool_id: builtins.str,
|
|
1325
|
+
) -> None:
|
|
1326
|
+
'''A reference to a UserPoolIdentityProvider resource.
|
|
1327
|
+
|
|
1328
|
+
:param provider_name: The ProviderName of the UserPoolIdentityProvider resource.
|
|
1329
|
+
:param user_pool_id: The UserPoolId of the UserPoolIdentityProvider resource.
|
|
1330
|
+
|
|
1331
|
+
:exampleMetadata: fixture=_generated
|
|
1332
|
+
|
|
1333
|
+
Example::
|
|
1334
|
+
|
|
1335
|
+
# The code below shows an example of how to instantiate this type.
|
|
1336
|
+
# The values are placeholders you should change.
|
|
1337
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1338
|
+
|
|
1339
|
+
user_pool_identity_provider_reference = interfaces_aws_cognito.UserPoolIdentityProviderReference(
|
|
1340
|
+
provider_name="providerName",
|
|
1341
|
+
user_pool_id="userPoolId"
|
|
1342
|
+
)
|
|
1343
|
+
'''
|
|
1344
|
+
if __debug__:
|
|
1345
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5e38e75f1e049595e40dc4aee48f5d7f28836252b51b4773600008ee5bfea87e)
|
|
1346
|
+
check_type(argname="argument provider_name", value=provider_name, expected_type=type_hints["provider_name"])
|
|
1347
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1348
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1349
|
+
"provider_name": provider_name,
|
|
1350
|
+
"user_pool_id": user_pool_id,
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
@builtins.property
|
|
1354
|
+
def provider_name(self) -> builtins.str:
|
|
1355
|
+
'''The ProviderName of the UserPoolIdentityProvider resource.'''
|
|
1356
|
+
result = self._values.get("provider_name")
|
|
1357
|
+
assert result is not None, "Required property 'provider_name' is missing"
|
|
1358
|
+
return typing.cast(builtins.str, result)
|
|
1359
|
+
|
|
1360
|
+
@builtins.property
|
|
1361
|
+
def user_pool_id(self) -> builtins.str:
|
|
1362
|
+
'''The UserPoolId of the UserPoolIdentityProvider resource.'''
|
|
1363
|
+
result = self._values.get("user_pool_id")
|
|
1364
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1365
|
+
return typing.cast(builtins.str, result)
|
|
1366
|
+
|
|
1367
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1368
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1369
|
+
|
|
1370
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1371
|
+
return not (rhs == self)
|
|
1372
|
+
|
|
1373
|
+
def __repr__(self) -> str:
|
|
1374
|
+
return "UserPoolIdentityProviderReference(%s)" % ", ".join(
|
|
1375
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1376
|
+
)
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
@jsii.data_type(
|
|
1380
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolReference",
|
|
1381
|
+
jsii_struct_bases=[],
|
|
1382
|
+
name_mapping={"user_pool_arn": "userPoolArn", "user_pool_id": "userPoolId"},
|
|
1383
|
+
)
|
|
1384
|
+
class UserPoolReference:
|
|
1385
|
+
def __init__(
|
|
1386
|
+
self,
|
|
1387
|
+
*,
|
|
1388
|
+
user_pool_arn: builtins.str,
|
|
1389
|
+
user_pool_id: builtins.str,
|
|
1390
|
+
) -> None:
|
|
1391
|
+
'''A reference to a UserPool resource.
|
|
1392
|
+
|
|
1393
|
+
:param user_pool_arn: The ARN of the UserPool resource.
|
|
1394
|
+
:param user_pool_id: The UserPoolId of the UserPool resource.
|
|
1395
|
+
|
|
1396
|
+
:exampleMetadata: fixture=_generated
|
|
1397
|
+
|
|
1398
|
+
Example::
|
|
1399
|
+
|
|
1400
|
+
# The code below shows an example of how to instantiate this type.
|
|
1401
|
+
# The values are placeholders you should change.
|
|
1402
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1403
|
+
|
|
1404
|
+
user_pool_reference = interfaces_aws_cognito.UserPoolReference(
|
|
1405
|
+
user_pool_arn="userPoolArn",
|
|
1406
|
+
user_pool_id="userPoolId"
|
|
1407
|
+
)
|
|
1408
|
+
'''
|
|
1409
|
+
if __debug__:
|
|
1410
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eb2f639967e545264e9cd8ee88d1759d350388a6ebe4c5e79dbdf64e91462521)
|
|
1411
|
+
check_type(argname="argument user_pool_arn", value=user_pool_arn, expected_type=type_hints["user_pool_arn"])
|
|
1412
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1413
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1414
|
+
"user_pool_arn": user_pool_arn,
|
|
1415
|
+
"user_pool_id": user_pool_id,
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
@builtins.property
|
|
1419
|
+
def user_pool_arn(self) -> builtins.str:
|
|
1420
|
+
'''The ARN of the UserPool resource.'''
|
|
1421
|
+
result = self._values.get("user_pool_arn")
|
|
1422
|
+
assert result is not None, "Required property 'user_pool_arn' is missing"
|
|
1423
|
+
return typing.cast(builtins.str, result)
|
|
1424
|
+
|
|
1425
|
+
@builtins.property
|
|
1426
|
+
def user_pool_id(self) -> builtins.str:
|
|
1427
|
+
'''The UserPoolId of the UserPool resource.'''
|
|
1428
|
+
result = self._values.get("user_pool_id")
|
|
1429
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1430
|
+
return typing.cast(builtins.str, result)
|
|
1431
|
+
|
|
1432
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1433
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1434
|
+
|
|
1435
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1436
|
+
return not (rhs == self)
|
|
1437
|
+
|
|
1438
|
+
def __repr__(self) -> str:
|
|
1439
|
+
return "UserPoolReference(%s)" % ", ".join(
|
|
1440
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1441
|
+
)
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
@jsii.data_type(
|
|
1445
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolResourceServerReference",
|
|
1446
|
+
jsii_struct_bases=[],
|
|
1447
|
+
name_mapping={"identifier": "identifier", "user_pool_id": "userPoolId"},
|
|
1448
|
+
)
|
|
1449
|
+
class UserPoolResourceServerReference:
|
|
1450
|
+
def __init__(self, *, identifier: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1451
|
+
'''A reference to a UserPoolResourceServer resource.
|
|
1452
|
+
|
|
1453
|
+
:param identifier: The Identifier of the UserPoolResourceServer resource.
|
|
1454
|
+
:param user_pool_id: The UserPoolId of the UserPoolResourceServer resource.
|
|
1455
|
+
|
|
1456
|
+
:exampleMetadata: fixture=_generated
|
|
1457
|
+
|
|
1458
|
+
Example::
|
|
1459
|
+
|
|
1460
|
+
# The code below shows an example of how to instantiate this type.
|
|
1461
|
+
# The values are placeholders you should change.
|
|
1462
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1463
|
+
|
|
1464
|
+
user_pool_resource_server_reference = interfaces_aws_cognito.UserPoolResourceServerReference(
|
|
1465
|
+
identifier="identifier",
|
|
1466
|
+
user_pool_id="userPoolId"
|
|
1467
|
+
)
|
|
1468
|
+
'''
|
|
1469
|
+
if __debug__:
|
|
1470
|
+
type_hints = typing.get_type_hints(_typecheckingstub__45d481ebf1e9de348fb61a77e52f94542b582a07364ac6ca57e3a32db6daf21b)
|
|
1471
|
+
check_type(argname="argument identifier", value=identifier, expected_type=type_hints["identifier"])
|
|
1472
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1473
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1474
|
+
"identifier": identifier,
|
|
1475
|
+
"user_pool_id": user_pool_id,
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
@builtins.property
|
|
1479
|
+
def identifier(self) -> builtins.str:
|
|
1480
|
+
'''The Identifier of the UserPoolResourceServer resource.'''
|
|
1481
|
+
result = self._values.get("identifier")
|
|
1482
|
+
assert result is not None, "Required property 'identifier' is missing"
|
|
1483
|
+
return typing.cast(builtins.str, result)
|
|
1484
|
+
|
|
1485
|
+
@builtins.property
|
|
1486
|
+
def user_pool_id(self) -> builtins.str:
|
|
1487
|
+
'''The UserPoolId of the UserPoolResourceServer resource.'''
|
|
1488
|
+
result = self._values.get("user_pool_id")
|
|
1489
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1490
|
+
return typing.cast(builtins.str, result)
|
|
1491
|
+
|
|
1492
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1493
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1494
|
+
|
|
1495
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1496
|
+
return not (rhs == self)
|
|
1497
|
+
|
|
1498
|
+
def __repr__(self) -> str:
|
|
1499
|
+
return "UserPoolResourceServerReference(%s)" % ", ".join(
|
|
1500
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1501
|
+
)
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
@jsii.data_type(
|
|
1505
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolRiskConfigurationAttachmentReference",
|
|
1506
|
+
jsii_struct_bases=[],
|
|
1507
|
+
name_mapping={"client_id": "clientId", "user_pool_id": "userPoolId"},
|
|
1508
|
+
)
|
|
1509
|
+
class UserPoolRiskConfigurationAttachmentReference:
|
|
1510
|
+
def __init__(self, *, client_id: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1511
|
+
'''A reference to a UserPoolRiskConfigurationAttachment resource.
|
|
1512
|
+
|
|
1513
|
+
:param client_id: The ClientId of the UserPoolRiskConfigurationAttachment resource.
|
|
1514
|
+
:param user_pool_id: The UserPoolId of the UserPoolRiskConfigurationAttachment resource.
|
|
1515
|
+
|
|
1516
|
+
:exampleMetadata: fixture=_generated
|
|
1517
|
+
|
|
1518
|
+
Example::
|
|
1519
|
+
|
|
1520
|
+
# The code below shows an example of how to instantiate this type.
|
|
1521
|
+
# The values are placeholders you should change.
|
|
1522
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1523
|
+
|
|
1524
|
+
user_pool_risk_configuration_attachment_reference = interfaces_aws_cognito.UserPoolRiskConfigurationAttachmentReference(
|
|
1525
|
+
client_id="clientId",
|
|
1526
|
+
user_pool_id="userPoolId"
|
|
1527
|
+
)
|
|
1528
|
+
'''
|
|
1529
|
+
if __debug__:
|
|
1530
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e89abfe80fc6ed500e877a7f0b753fff7e2ea69d20ea8301b0f5c95cc443ac3e)
|
|
1531
|
+
check_type(argname="argument client_id", value=client_id, expected_type=type_hints["client_id"])
|
|
1532
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1533
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1534
|
+
"client_id": client_id,
|
|
1535
|
+
"user_pool_id": user_pool_id,
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
@builtins.property
|
|
1539
|
+
def client_id(self) -> builtins.str:
|
|
1540
|
+
'''The ClientId of the UserPoolRiskConfigurationAttachment resource.'''
|
|
1541
|
+
result = self._values.get("client_id")
|
|
1542
|
+
assert result is not None, "Required property 'client_id' is missing"
|
|
1543
|
+
return typing.cast(builtins.str, result)
|
|
1544
|
+
|
|
1545
|
+
@builtins.property
|
|
1546
|
+
def user_pool_id(self) -> builtins.str:
|
|
1547
|
+
'''The UserPoolId of the UserPoolRiskConfigurationAttachment resource.'''
|
|
1548
|
+
result = self._values.get("user_pool_id")
|
|
1549
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1550
|
+
return typing.cast(builtins.str, result)
|
|
1551
|
+
|
|
1552
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1553
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1554
|
+
|
|
1555
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1556
|
+
return not (rhs == self)
|
|
1557
|
+
|
|
1558
|
+
def __repr__(self) -> str:
|
|
1559
|
+
return "UserPoolRiskConfigurationAttachmentReference(%s)" % ", ".join(
|
|
1560
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1561
|
+
)
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
@jsii.data_type(
|
|
1565
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolUICustomizationAttachmentReference",
|
|
1566
|
+
jsii_struct_bases=[],
|
|
1567
|
+
name_mapping={"client_id": "clientId", "user_pool_id": "userPoolId"},
|
|
1568
|
+
)
|
|
1569
|
+
class UserPoolUICustomizationAttachmentReference:
|
|
1570
|
+
def __init__(self, *, client_id: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1571
|
+
'''A reference to a UserPoolUICustomizationAttachment resource.
|
|
1572
|
+
|
|
1573
|
+
:param client_id: The ClientId of the UserPoolUICustomizationAttachment resource.
|
|
1574
|
+
:param user_pool_id: The UserPoolId of the UserPoolUICustomizationAttachment resource.
|
|
1575
|
+
|
|
1576
|
+
:exampleMetadata: fixture=_generated
|
|
1577
|
+
|
|
1578
|
+
Example::
|
|
1579
|
+
|
|
1580
|
+
# The code below shows an example of how to instantiate this type.
|
|
1581
|
+
# The values are placeholders you should change.
|
|
1582
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1583
|
+
|
|
1584
|
+
user_pool_uICustomization_attachment_reference = interfaces_aws_cognito.UserPoolUICustomizationAttachmentReference(
|
|
1585
|
+
client_id="clientId",
|
|
1586
|
+
user_pool_id="userPoolId"
|
|
1587
|
+
)
|
|
1588
|
+
'''
|
|
1589
|
+
if __debug__:
|
|
1590
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9a0dc8ff8cccc49fdaec27f43141b983d0bbe2d7580800e65676265f6e19fbb6)
|
|
1591
|
+
check_type(argname="argument client_id", value=client_id, expected_type=type_hints["client_id"])
|
|
1592
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1593
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1594
|
+
"client_id": client_id,
|
|
1595
|
+
"user_pool_id": user_pool_id,
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
@builtins.property
|
|
1599
|
+
def client_id(self) -> builtins.str:
|
|
1600
|
+
'''The ClientId of the UserPoolUICustomizationAttachment resource.'''
|
|
1601
|
+
result = self._values.get("client_id")
|
|
1602
|
+
assert result is not None, "Required property 'client_id' is missing"
|
|
1603
|
+
return typing.cast(builtins.str, result)
|
|
1604
|
+
|
|
1605
|
+
@builtins.property
|
|
1606
|
+
def user_pool_id(self) -> builtins.str:
|
|
1607
|
+
'''The UserPoolId of the UserPoolUICustomizationAttachment resource.'''
|
|
1608
|
+
result = self._values.get("user_pool_id")
|
|
1609
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1610
|
+
return typing.cast(builtins.str, result)
|
|
1611
|
+
|
|
1612
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1613
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1614
|
+
|
|
1615
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1616
|
+
return not (rhs == self)
|
|
1617
|
+
|
|
1618
|
+
def __repr__(self) -> str:
|
|
1619
|
+
return "UserPoolUICustomizationAttachmentReference(%s)" % ", ".join(
|
|
1620
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1621
|
+
)
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
@jsii.data_type(
|
|
1625
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolUserReference",
|
|
1626
|
+
jsii_struct_bases=[],
|
|
1627
|
+
name_mapping={"username": "username", "user_pool_id": "userPoolId"},
|
|
1628
|
+
)
|
|
1629
|
+
class UserPoolUserReference:
|
|
1630
|
+
def __init__(self, *, username: builtins.str, user_pool_id: builtins.str) -> None:
|
|
1631
|
+
'''A reference to a UserPoolUser resource.
|
|
1632
|
+
|
|
1633
|
+
:param username: The Username of the UserPoolUser resource.
|
|
1634
|
+
:param user_pool_id: The UserPoolId of the UserPoolUser resource.
|
|
1635
|
+
|
|
1636
|
+
:exampleMetadata: fixture=_generated
|
|
1637
|
+
|
|
1638
|
+
Example::
|
|
1639
|
+
|
|
1640
|
+
# The code below shows an example of how to instantiate this type.
|
|
1641
|
+
# The values are placeholders you should change.
|
|
1642
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1643
|
+
|
|
1644
|
+
user_pool_user_reference = interfaces_aws_cognito.UserPoolUserReference(
|
|
1645
|
+
username="username",
|
|
1646
|
+
user_pool_id="userPoolId"
|
|
1647
|
+
)
|
|
1648
|
+
'''
|
|
1649
|
+
if __debug__:
|
|
1650
|
+
type_hints = typing.get_type_hints(_typecheckingstub__de0ef1e81a5938dc2ae0b2761d944f9880191753b1175d2e69c1d604b5a3aa4e)
|
|
1651
|
+
check_type(argname="argument username", value=username, expected_type=type_hints["username"])
|
|
1652
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1653
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1654
|
+
"username": username,
|
|
1655
|
+
"user_pool_id": user_pool_id,
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
@builtins.property
|
|
1659
|
+
def username(self) -> builtins.str:
|
|
1660
|
+
'''The Username of the UserPoolUser resource.'''
|
|
1661
|
+
result = self._values.get("username")
|
|
1662
|
+
assert result is not None, "Required property 'username' is missing"
|
|
1663
|
+
return typing.cast(builtins.str, result)
|
|
1664
|
+
|
|
1665
|
+
@builtins.property
|
|
1666
|
+
def user_pool_id(self) -> builtins.str:
|
|
1667
|
+
'''The UserPoolId of the UserPoolUser resource.'''
|
|
1668
|
+
result = self._values.get("user_pool_id")
|
|
1669
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1670
|
+
return typing.cast(builtins.str, result)
|
|
1671
|
+
|
|
1672
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1673
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1674
|
+
|
|
1675
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1676
|
+
return not (rhs == self)
|
|
1677
|
+
|
|
1678
|
+
def __repr__(self) -> str:
|
|
1679
|
+
return "UserPoolUserReference(%s)" % ", ".join(
|
|
1680
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1681
|
+
)
|
|
1682
|
+
|
|
1683
|
+
|
|
1684
|
+
@jsii.data_type(
|
|
1685
|
+
jsii_type="aws-cdk-lib.interfaces.aws_cognito.UserPoolUserToGroupAttachmentReference",
|
|
1686
|
+
jsii_struct_bases=[],
|
|
1687
|
+
name_mapping={
|
|
1688
|
+
"group_name": "groupName",
|
|
1689
|
+
"username": "username",
|
|
1690
|
+
"user_pool_id": "userPoolId",
|
|
1691
|
+
},
|
|
1692
|
+
)
|
|
1693
|
+
class UserPoolUserToGroupAttachmentReference:
|
|
1694
|
+
def __init__(
|
|
1695
|
+
self,
|
|
1696
|
+
*,
|
|
1697
|
+
group_name: builtins.str,
|
|
1698
|
+
username: builtins.str,
|
|
1699
|
+
user_pool_id: builtins.str,
|
|
1700
|
+
) -> None:
|
|
1701
|
+
'''A reference to a UserPoolUserToGroupAttachment resource.
|
|
1702
|
+
|
|
1703
|
+
:param group_name: The GroupName of the UserPoolUserToGroupAttachment resource.
|
|
1704
|
+
:param username: The Username of the UserPoolUserToGroupAttachment resource.
|
|
1705
|
+
:param user_pool_id: The UserPoolId of the UserPoolUserToGroupAttachment resource.
|
|
1706
|
+
|
|
1707
|
+
:exampleMetadata: fixture=_generated
|
|
1708
|
+
|
|
1709
|
+
Example::
|
|
1710
|
+
|
|
1711
|
+
# The code below shows an example of how to instantiate this type.
|
|
1712
|
+
# The values are placeholders you should change.
|
|
1713
|
+
from aws_cdk.interfaces import aws_cognito as interfaces_aws_cognito
|
|
1714
|
+
|
|
1715
|
+
user_pool_user_to_group_attachment_reference = interfaces_aws_cognito.UserPoolUserToGroupAttachmentReference(
|
|
1716
|
+
group_name="groupName",
|
|
1717
|
+
username="username",
|
|
1718
|
+
user_pool_id="userPoolId"
|
|
1719
|
+
)
|
|
1720
|
+
'''
|
|
1721
|
+
if __debug__:
|
|
1722
|
+
type_hints = typing.get_type_hints(_typecheckingstub__de98a26267d52b4593101085779f879caf7df79b9360db02490d4836383cb000)
|
|
1723
|
+
check_type(argname="argument group_name", value=group_name, expected_type=type_hints["group_name"])
|
|
1724
|
+
check_type(argname="argument username", value=username, expected_type=type_hints["username"])
|
|
1725
|
+
check_type(argname="argument user_pool_id", value=user_pool_id, expected_type=type_hints["user_pool_id"])
|
|
1726
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1727
|
+
"group_name": group_name,
|
|
1728
|
+
"username": username,
|
|
1729
|
+
"user_pool_id": user_pool_id,
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
@builtins.property
|
|
1733
|
+
def group_name(self) -> builtins.str:
|
|
1734
|
+
'''The GroupName of the UserPoolUserToGroupAttachment resource.'''
|
|
1735
|
+
result = self._values.get("group_name")
|
|
1736
|
+
assert result is not None, "Required property 'group_name' is missing"
|
|
1737
|
+
return typing.cast(builtins.str, result)
|
|
1738
|
+
|
|
1739
|
+
@builtins.property
|
|
1740
|
+
def username(self) -> builtins.str:
|
|
1741
|
+
'''The Username of the UserPoolUserToGroupAttachment resource.'''
|
|
1742
|
+
result = self._values.get("username")
|
|
1743
|
+
assert result is not None, "Required property 'username' is missing"
|
|
1744
|
+
return typing.cast(builtins.str, result)
|
|
1745
|
+
|
|
1746
|
+
@builtins.property
|
|
1747
|
+
def user_pool_id(self) -> builtins.str:
|
|
1748
|
+
'''The UserPoolId of the UserPoolUserToGroupAttachment resource.'''
|
|
1749
|
+
result = self._values.get("user_pool_id")
|
|
1750
|
+
assert result is not None, "Required property 'user_pool_id' is missing"
|
|
1751
|
+
return typing.cast(builtins.str, result)
|
|
1752
|
+
|
|
1753
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1754
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1755
|
+
|
|
1756
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1757
|
+
return not (rhs == self)
|
|
1758
|
+
|
|
1759
|
+
def __repr__(self) -> str:
|
|
1760
|
+
return "UserPoolUserToGroupAttachmentReference(%s)" % ", ".join(
|
|
1761
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1762
|
+
)
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
__all__ = [
|
|
1766
|
+
"IIdentityPoolPrincipalTagRef",
|
|
1767
|
+
"IIdentityPoolRef",
|
|
1768
|
+
"IIdentityPoolRoleAttachmentRef",
|
|
1769
|
+
"ILogDeliveryConfigurationRef",
|
|
1770
|
+
"IManagedLoginBrandingRef",
|
|
1771
|
+
"ITermsRef",
|
|
1772
|
+
"IUserPoolClientRef",
|
|
1773
|
+
"IUserPoolDomainRef",
|
|
1774
|
+
"IUserPoolGroupRef",
|
|
1775
|
+
"IUserPoolIdentityProviderRef",
|
|
1776
|
+
"IUserPoolRef",
|
|
1777
|
+
"IUserPoolResourceServerRef",
|
|
1778
|
+
"IUserPoolRiskConfigurationAttachmentRef",
|
|
1779
|
+
"IUserPoolUICustomizationAttachmentRef",
|
|
1780
|
+
"IUserPoolUserRef",
|
|
1781
|
+
"IUserPoolUserToGroupAttachmentRef",
|
|
1782
|
+
"IdentityPoolPrincipalTagReference",
|
|
1783
|
+
"IdentityPoolReference",
|
|
1784
|
+
"IdentityPoolRoleAttachmentReference",
|
|
1785
|
+
"LogDeliveryConfigurationReference",
|
|
1786
|
+
"ManagedLoginBrandingReference",
|
|
1787
|
+
"TermsReference",
|
|
1788
|
+
"UserPoolClientReference",
|
|
1789
|
+
"UserPoolDomainReference",
|
|
1790
|
+
"UserPoolGroupReference",
|
|
1791
|
+
"UserPoolIdentityProviderReference",
|
|
1792
|
+
"UserPoolReference",
|
|
1793
|
+
"UserPoolResourceServerReference",
|
|
1794
|
+
"UserPoolRiskConfigurationAttachmentReference",
|
|
1795
|
+
"UserPoolUICustomizationAttachmentReference",
|
|
1796
|
+
"UserPoolUserReference",
|
|
1797
|
+
"UserPoolUserToGroupAttachmentReference",
|
|
1798
|
+
]
|
|
1799
|
+
|
|
1800
|
+
publication.publish()
|
|
1801
|
+
|
|
1802
|
+
def _typecheckingstub__6cc5a043298fe466acf5a276ca3b197ad62c5bcb18683941cbbaa8c09e911e32(
|
|
1803
|
+
*,
|
|
1804
|
+
identity_pool_id: builtins.str,
|
|
1805
|
+
identity_provider_name: builtins.str,
|
|
1806
|
+
) -> None:
|
|
1807
|
+
"""Type checking stubs"""
|
|
1808
|
+
pass
|
|
1809
|
+
|
|
1810
|
+
def _typecheckingstub__3218cf924075cf055c20b0abfab4803c9f0051b2030ff12c6e597bc58427dfb7(
|
|
1811
|
+
*,
|
|
1812
|
+
identity_pool_id: builtins.str,
|
|
1813
|
+
) -> None:
|
|
1814
|
+
"""Type checking stubs"""
|
|
1815
|
+
pass
|
|
1816
|
+
|
|
1817
|
+
def _typecheckingstub__34190b77eaab913a78d5fd3a05321ad0a4a80ef5dad716132f2829a4f41b7e84(
|
|
1818
|
+
*,
|
|
1819
|
+
identity_pool_role_attachment_id: builtins.str,
|
|
1820
|
+
) -> None:
|
|
1821
|
+
"""Type checking stubs"""
|
|
1822
|
+
pass
|
|
1823
|
+
|
|
1824
|
+
def _typecheckingstub__f875a38af4eb1dc456934c1548d778b55e784e77c015e50066366dbd0c9fdf49(
|
|
1825
|
+
*,
|
|
1826
|
+
log_delivery_configuration_id: builtins.str,
|
|
1827
|
+
) -> None:
|
|
1828
|
+
"""Type checking stubs"""
|
|
1829
|
+
pass
|
|
1830
|
+
|
|
1831
|
+
def _typecheckingstub__ac1ad7162157086c02de85b312a0a8bf64727f6ae88085d5c5c83cc3e3a7cba6(
|
|
1832
|
+
*,
|
|
1833
|
+
managed_login_branding_id: builtins.str,
|
|
1834
|
+
user_pool_id: builtins.str,
|
|
1835
|
+
) -> None:
|
|
1836
|
+
"""Type checking stubs"""
|
|
1837
|
+
pass
|
|
1838
|
+
|
|
1839
|
+
def _typecheckingstub__e6ddddddef6f9c7269efe22a766f1ea54ea3dc4aaa13214f7e0825ea9ad0b54c(
|
|
1840
|
+
*,
|
|
1841
|
+
terms_id: builtins.str,
|
|
1842
|
+
user_pool_id: builtins.str,
|
|
1843
|
+
) -> None:
|
|
1844
|
+
"""Type checking stubs"""
|
|
1845
|
+
pass
|
|
1846
|
+
|
|
1847
|
+
def _typecheckingstub__a613d0899cb76353a656d3984ed3afd3693b73b15de1734d391036c385914ab5(
|
|
1848
|
+
*,
|
|
1849
|
+
client_id: builtins.str,
|
|
1850
|
+
user_pool_id: builtins.str,
|
|
1851
|
+
) -> None:
|
|
1852
|
+
"""Type checking stubs"""
|
|
1853
|
+
pass
|
|
1854
|
+
|
|
1855
|
+
def _typecheckingstub__e04d3660137d2f7a094f9306f113279cc5683cf64083351968c05af3ff23911f(
|
|
1856
|
+
*,
|
|
1857
|
+
domain: builtins.str,
|
|
1858
|
+
user_pool_id: builtins.str,
|
|
1859
|
+
) -> None:
|
|
1860
|
+
"""Type checking stubs"""
|
|
1861
|
+
pass
|
|
1862
|
+
|
|
1863
|
+
def _typecheckingstub__4c6ca4225c5a7c5b388611fc0b563c1763787a7fa970bdd53d66d8be5649e2d1(
|
|
1864
|
+
*,
|
|
1865
|
+
group_name: builtins.str,
|
|
1866
|
+
user_pool_id: builtins.str,
|
|
1867
|
+
) -> None:
|
|
1868
|
+
"""Type checking stubs"""
|
|
1869
|
+
pass
|
|
1870
|
+
|
|
1871
|
+
def _typecheckingstub__5e38e75f1e049595e40dc4aee48f5d7f28836252b51b4773600008ee5bfea87e(
|
|
1872
|
+
*,
|
|
1873
|
+
provider_name: builtins.str,
|
|
1874
|
+
user_pool_id: builtins.str,
|
|
1875
|
+
) -> None:
|
|
1876
|
+
"""Type checking stubs"""
|
|
1877
|
+
pass
|
|
1878
|
+
|
|
1879
|
+
def _typecheckingstub__eb2f639967e545264e9cd8ee88d1759d350388a6ebe4c5e79dbdf64e91462521(
|
|
1880
|
+
*,
|
|
1881
|
+
user_pool_arn: builtins.str,
|
|
1882
|
+
user_pool_id: builtins.str,
|
|
1883
|
+
) -> None:
|
|
1884
|
+
"""Type checking stubs"""
|
|
1885
|
+
pass
|
|
1886
|
+
|
|
1887
|
+
def _typecheckingstub__45d481ebf1e9de348fb61a77e52f94542b582a07364ac6ca57e3a32db6daf21b(
|
|
1888
|
+
*,
|
|
1889
|
+
identifier: builtins.str,
|
|
1890
|
+
user_pool_id: builtins.str,
|
|
1891
|
+
) -> None:
|
|
1892
|
+
"""Type checking stubs"""
|
|
1893
|
+
pass
|
|
1894
|
+
|
|
1895
|
+
def _typecheckingstub__e89abfe80fc6ed500e877a7f0b753fff7e2ea69d20ea8301b0f5c95cc443ac3e(
|
|
1896
|
+
*,
|
|
1897
|
+
client_id: builtins.str,
|
|
1898
|
+
user_pool_id: builtins.str,
|
|
1899
|
+
) -> None:
|
|
1900
|
+
"""Type checking stubs"""
|
|
1901
|
+
pass
|
|
1902
|
+
|
|
1903
|
+
def _typecheckingstub__9a0dc8ff8cccc49fdaec27f43141b983d0bbe2d7580800e65676265f6e19fbb6(
|
|
1904
|
+
*,
|
|
1905
|
+
client_id: builtins.str,
|
|
1906
|
+
user_pool_id: builtins.str,
|
|
1907
|
+
) -> None:
|
|
1908
|
+
"""Type checking stubs"""
|
|
1909
|
+
pass
|
|
1910
|
+
|
|
1911
|
+
def _typecheckingstub__de0ef1e81a5938dc2ae0b2761d944f9880191753b1175d2e69c1d604b5a3aa4e(
|
|
1912
|
+
*,
|
|
1913
|
+
username: builtins.str,
|
|
1914
|
+
user_pool_id: builtins.str,
|
|
1915
|
+
) -> None:
|
|
1916
|
+
"""Type checking stubs"""
|
|
1917
|
+
pass
|
|
1918
|
+
|
|
1919
|
+
def _typecheckingstub__de98a26267d52b4593101085779f879caf7df79b9360db02490d4836383cb000(
|
|
1920
|
+
*,
|
|
1921
|
+
group_name: builtins.str,
|
|
1922
|
+
username: builtins.str,
|
|
1923
|
+
user_pool_id: builtins.str,
|
|
1924
|
+
) -> None:
|
|
1925
|
+
"""Type checking stubs"""
|
|
1926
|
+
pass
|
|
1927
|
+
|
|
1928
|
+
for cls in [IIdentityPoolPrincipalTagRef, IIdentityPoolRef, IIdentityPoolRoleAttachmentRef, ILogDeliveryConfigurationRef, IManagedLoginBrandingRef, ITermsRef, IUserPoolClientRef, IUserPoolDomainRef, IUserPoolGroupRef, IUserPoolIdentityProviderRef, IUserPoolRef, IUserPoolResourceServerRef, IUserPoolRiskConfigurationAttachmentRef, IUserPoolUICustomizationAttachmentRef, IUserPoolUserRef, IUserPoolUserToGroupAttachmentRef]:
|
|
1929
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|