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,1829 @@
|
|
|
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.data_type(
|
|
38
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.AcceptedPortfolioShareReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={"accepted_portfolio_share_id": "acceptedPortfolioShareId"},
|
|
41
|
+
)
|
|
42
|
+
class AcceptedPortfolioShareReference:
|
|
43
|
+
def __init__(self, *, accepted_portfolio_share_id: builtins.str) -> None:
|
|
44
|
+
'''A reference to a AcceptedPortfolioShare resource.
|
|
45
|
+
|
|
46
|
+
:param accepted_portfolio_share_id: The Id of the AcceptedPortfolioShare resource.
|
|
47
|
+
|
|
48
|
+
:exampleMetadata: fixture=_generated
|
|
49
|
+
|
|
50
|
+
Example::
|
|
51
|
+
|
|
52
|
+
# The code below shows an example of how to instantiate this type.
|
|
53
|
+
# The values are placeholders you should change.
|
|
54
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
55
|
+
|
|
56
|
+
accepted_portfolio_share_reference = interfaces_aws_servicecatalog.AcceptedPortfolioShareReference(
|
|
57
|
+
accepted_portfolio_share_id="acceptedPortfolioShareId"
|
|
58
|
+
)
|
|
59
|
+
'''
|
|
60
|
+
if __debug__:
|
|
61
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b6326f3888119e6783b8c2f3210c345520ccc67dd5064e23514085258059f2c2)
|
|
62
|
+
check_type(argname="argument accepted_portfolio_share_id", value=accepted_portfolio_share_id, expected_type=type_hints["accepted_portfolio_share_id"])
|
|
63
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
64
|
+
"accepted_portfolio_share_id": accepted_portfolio_share_id,
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@builtins.property
|
|
68
|
+
def accepted_portfolio_share_id(self) -> builtins.str:
|
|
69
|
+
'''The Id of the AcceptedPortfolioShare resource.'''
|
|
70
|
+
result = self._values.get("accepted_portfolio_share_id")
|
|
71
|
+
assert result is not None, "Required property 'accepted_portfolio_share_id' is missing"
|
|
72
|
+
return typing.cast(builtins.str, result)
|
|
73
|
+
|
|
74
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
75
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
76
|
+
|
|
77
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
78
|
+
return not (rhs == self)
|
|
79
|
+
|
|
80
|
+
def __repr__(self) -> str:
|
|
81
|
+
return "AcceptedPortfolioShareReference(%s)" % ", ".join(
|
|
82
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@jsii.data_type(
|
|
87
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.CloudFormationProductReference",
|
|
88
|
+
jsii_struct_bases=[],
|
|
89
|
+
name_mapping={"cloud_formation_product_id": "cloudFormationProductId"},
|
|
90
|
+
)
|
|
91
|
+
class CloudFormationProductReference:
|
|
92
|
+
def __init__(self, *, cloud_formation_product_id: builtins.str) -> None:
|
|
93
|
+
'''A reference to a CloudFormationProduct resource.
|
|
94
|
+
|
|
95
|
+
:param cloud_formation_product_id: The Id of the CloudFormationProduct resource.
|
|
96
|
+
|
|
97
|
+
:exampleMetadata: fixture=_generated
|
|
98
|
+
|
|
99
|
+
Example::
|
|
100
|
+
|
|
101
|
+
# The code below shows an example of how to instantiate this type.
|
|
102
|
+
# The values are placeholders you should change.
|
|
103
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
104
|
+
|
|
105
|
+
cloud_formation_product_reference = interfaces_aws_servicecatalog.CloudFormationProductReference(
|
|
106
|
+
cloud_formation_product_id="cloudFormationProductId"
|
|
107
|
+
)
|
|
108
|
+
'''
|
|
109
|
+
if __debug__:
|
|
110
|
+
type_hints = typing.get_type_hints(_typecheckingstub__62967c3e411db25daf0417852c200a39e2e4dd0f789a69eec9bdab47433f04fc)
|
|
111
|
+
check_type(argname="argument cloud_formation_product_id", value=cloud_formation_product_id, expected_type=type_hints["cloud_formation_product_id"])
|
|
112
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
113
|
+
"cloud_formation_product_id": cloud_formation_product_id,
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@builtins.property
|
|
117
|
+
def cloud_formation_product_id(self) -> builtins.str:
|
|
118
|
+
'''The Id of the CloudFormationProduct resource.'''
|
|
119
|
+
result = self._values.get("cloud_formation_product_id")
|
|
120
|
+
assert result is not None, "Required property 'cloud_formation_product_id' is missing"
|
|
121
|
+
return typing.cast(builtins.str, result)
|
|
122
|
+
|
|
123
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
124
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
125
|
+
|
|
126
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
127
|
+
return not (rhs == self)
|
|
128
|
+
|
|
129
|
+
def __repr__(self) -> str:
|
|
130
|
+
return "CloudFormationProductReference(%s)" % ", ".join(
|
|
131
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
132
|
+
)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
@jsii.data_type(
|
|
136
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.CloudFormationProvisionedProductReference",
|
|
137
|
+
jsii_struct_bases=[],
|
|
138
|
+
name_mapping={"provisioned_product_id": "provisionedProductId"},
|
|
139
|
+
)
|
|
140
|
+
class CloudFormationProvisionedProductReference:
|
|
141
|
+
def __init__(self, *, provisioned_product_id: builtins.str) -> None:
|
|
142
|
+
'''A reference to a CloudFormationProvisionedProduct resource.
|
|
143
|
+
|
|
144
|
+
:param provisioned_product_id: The ProvisionedProductId of the CloudFormationProvisionedProduct resource.
|
|
145
|
+
|
|
146
|
+
:exampleMetadata: fixture=_generated
|
|
147
|
+
|
|
148
|
+
Example::
|
|
149
|
+
|
|
150
|
+
# The code below shows an example of how to instantiate this type.
|
|
151
|
+
# The values are placeholders you should change.
|
|
152
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
153
|
+
|
|
154
|
+
cloud_formation_provisioned_product_reference = interfaces_aws_servicecatalog.CloudFormationProvisionedProductReference(
|
|
155
|
+
provisioned_product_id="provisionedProductId"
|
|
156
|
+
)
|
|
157
|
+
'''
|
|
158
|
+
if __debug__:
|
|
159
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5b6367dc67edf9798c223a04eeb171c5fa2b7131fb4c3aa71d7434b4efd2ebdc)
|
|
160
|
+
check_type(argname="argument provisioned_product_id", value=provisioned_product_id, expected_type=type_hints["provisioned_product_id"])
|
|
161
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
162
|
+
"provisioned_product_id": provisioned_product_id,
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
@builtins.property
|
|
166
|
+
def provisioned_product_id(self) -> builtins.str:
|
|
167
|
+
'''The ProvisionedProductId of the CloudFormationProvisionedProduct resource.'''
|
|
168
|
+
result = self._values.get("provisioned_product_id")
|
|
169
|
+
assert result is not None, "Required property 'provisioned_product_id' is missing"
|
|
170
|
+
return typing.cast(builtins.str, result)
|
|
171
|
+
|
|
172
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
173
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
174
|
+
|
|
175
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
176
|
+
return not (rhs == self)
|
|
177
|
+
|
|
178
|
+
def __repr__(self) -> str:
|
|
179
|
+
return "CloudFormationProvisionedProductReference(%s)" % ", ".join(
|
|
180
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
181
|
+
)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
@jsii.interface(
|
|
185
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IAcceptedPortfolioShareRef"
|
|
186
|
+
)
|
|
187
|
+
class IAcceptedPortfolioShareRef(
|
|
188
|
+
_constructs_77d1e7e8.IConstruct,
|
|
189
|
+
_IEnvironmentAware_f39049ee,
|
|
190
|
+
typing_extensions.Protocol,
|
|
191
|
+
):
|
|
192
|
+
'''(experimental) Indicates that this resource can be referenced as a AcceptedPortfolioShare.
|
|
193
|
+
|
|
194
|
+
:stability: experimental
|
|
195
|
+
'''
|
|
196
|
+
|
|
197
|
+
@builtins.property
|
|
198
|
+
@jsii.member(jsii_name="acceptedPortfolioShareRef")
|
|
199
|
+
def accepted_portfolio_share_ref(self) -> AcceptedPortfolioShareReference:
|
|
200
|
+
'''(experimental) A reference to a AcceptedPortfolioShare resource.
|
|
201
|
+
|
|
202
|
+
:stability: experimental
|
|
203
|
+
'''
|
|
204
|
+
...
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
class _IAcceptedPortfolioShareRefProxy(
|
|
208
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
209
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
210
|
+
):
|
|
211
|
+
'''(experimental) Indicates that this resource can be referenced as a AcceptedPortfolioShare.
|
|
212
|
+
|
|
213
|
+
:stability: experimental
|
|
214
|
+
'''
|
|
215
|
+
|
|
216
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IAcceptedPortfolioShareRef"
|
|
217
|
+
|
|
218
|
+
@builtins.property
|
|
219
|
+
@jsii.member(jsii_name="acceptedPortfolioShareRef")
|
|
220
|
+
def accepted_portfolio_share_ref(self) -> AcceptedPortfolioShareReference:
|
|
221
|
+
'''(experimental) A reference to a AcceptedPortfolioShare resource.
|
|
222
|
+
|
|
223
|
+
:stability: experimental
|
|
224
|
+
'''
|
|
225
|
+
return typing.cast(AcceptedPortfolioShareReference, jsii.get(self, "acceptedPortfolioShareRef"))
|
|
226
|
+
|
|
227
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
228
|
+
typing.cast(typing.Any, IAcceptedPortfolioShareRef).__jsii_proxy_class__ = lambda : _IAcceptedPortfolioShareRefProxy
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
@jsii.interface(
|
|
232
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ICloudFormationProductRef"
|
|
233
|
+
)
|
|
234
|
+
class ICloudFormationProductRef(
|
|
235
|
+
_constructs_77d1e7e8.IConstruct,
|
|
236
|
+
_IEnvironmentAware_f39049ee,
|
|
237
|
+
typing_extensions.Protocol,
|
|
238
|
+
):
|
|
239
|
+
'''(experimental) Indicates that this resource can be referenced as a CloudFormationProduct.
|
|
240
|
+
|
|
241
|
+
:stability: experimental
|
|
242
|
+
'''
|
|
243
|
+
|
|
244
|
+
@builtins.property
|
|
245
|
+
@jsii.member(jsii_name="cloudFormationProductRef")
|
|
246
|
+
def cloud_formation_product_ref(self) -> CloudFormationProductReference:
|
|
247
|
+
'''(experimental) A reference to a CloudFormationProduct resource.
|
|
248
|
+
|
|
249
|
+
:stability: experimental
|
|
250
|
+
'''
|
|
251
|
+
...
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
class _ICloudFormationProductRefProxy(
|
|
255
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
256
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
257
|
+
):
|
|
258
|
+
'''(experimental) Indicates that this resource can be referenced as a CloudFormationProduct.
|
|
259
|
+
|
|
260
|
+
:stability: experimental
|
|
261
|
+
'''
|
|
262
|
+
|
|
263
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.ICloudFormationProductRef"
|
|
264
|
+
|
|
265
|
+
@builtins.property
|
|
266
|
+
@jsii.member(jsii_name="cloudFormationProductRef")
|
|
267
|
+
def cloud_formation_product_ref(self) -> CloudFormationProductReference:
|
|
268
|
+
'''(experimental) A reference to a CloudFormationProduct resource.
|
|
269
|
+
|
|
270
|
+
:stability: experimental
|
|
271
|
+
'''
|
|
272
|
+
return typing.cast(CloudFormationProductReference, jsii.get(self, "cloudFormationProductRef"))
|
|
273
|
+
|
|
274
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
275
|
+
typing.cast(typing.Any, ICloudFormationProductRef).__jsii_proxy_class__ = lambda : _ICloudFormationProductRefProxy
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
@jsii.interface(
|
|
279
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ICloudFormationProvisionedProductRef"
|
|
280
|
+
)
|
|
281
|
+
class ICloudFormationProvisionedProductRef(
|
|
282
|
+
_constructs_77d1e7e8.IConstruct,
|
|
283
|
+
_IEnvironmentAware_f39049ee,
|
|
284
|
+
typing_extensions.Protocol,
|
|
285
|
+
):
|
|
286
|
+
'''(experimental) Indicates that this resource can be referenced as a CloudFormationProvisionedProduct.
|
|
287
|
+
|
|
288
|
+
:stability: experimental
|
|
289
|
+
'''
|
|
290
|
+
|
|
291
|
+
@builtins.property
|
|
292
|
+
@jsii.member(jsii_name="cloudFormationProvisionedProductRef")
|
|
293
|
+
def cloud_formation_provisioned_product_ref(
|
|
294
|
+
self,
|
|
295
|
+
) -> CloudFormationProvisionedProductReference:
|
|
296
|
+
'''(experimental) A reference to a CloudFormationProvisionedProduct resource.
|
|
297
|
+
|
|
298
|
+
:stability: experimental
|
|
299
|
+
'''
|
|
300
|
+
...
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
class _ICloudFormationProvisionedProductRefProxy(
|
|
304
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
305
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
306
|
+
):
|
|
307
|
+
'''(experimental) Indicates that this resource can be referenced as a CloudFormationProvisionedProduct.
|
|
308
|
+
|
|
309
|
+
:stability: experimental
|
|
310
|
+
'''
|
|
311
|
+
|
|
312
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.ICloudFormationProvisionedProductRef"
|
|
313
|
+
|
|
314
|
+
@builtins.property
|
|
315
|
+
@jsii.member(jsii_name="cloudFormationProvisionedProductRef")
|
|
316
|
+
def cloud_formation_provisioned_product_ref(
|
|
317
|
+
self,
|
|
318
|
+
) -> CloudFormationProvisionedProductReference:
|
|
319
|
+
'''(experimental) A reference to a CloudFormationProvisionedProduct resource.
|
|
320
|
+
|
|
321
|
+
:stability: experimental
|
|
322
|
+
'''
|
|
323
|
+
return typing.cast(CloudFormationProvisionedProductReference, jsii.get(self, "cloudFormationProvisionedProductRef"))
|
|
324
|
+
|
|
325
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
326
|
+
typing.cast(typing.Any, ICloudFormationProvisionedProductRef).__jsii_proxy_class__ = lambda : _ICloudFormationProvisionedProductRefProxy
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
@jsii.interface(
|
|
330
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ILaunchNotificationConstraintRef"
|
|
331
|
+
)
|
|
332
|
+
class ILaunchNotificationConstraintRef(
|
|
333
|
+
_constructs_77d1e7e8.IConstruct,
|
|
334
|
+
_IEnvironmentAware_f39049ee,
|
|
335
|
+
typing_extensions.Protocol,
|
|
336
|
+
):
|
|
337
|
+
'''(experimental) Indicates that this resource can be referenced as a LaunchNotificationConstraint.
|
|
338
|
+
|
|
339
|
+
:stability: experimental
|
|
340
|
+
'''
|
|
341
|
+
|
|
342
|
+
@builtins.property
|
|
343
|
+
@jsii.member(jsii_name="launchNotificationConstraintRef")
|
|
344
|
+
def launch_notification_constraint_ref(
|
|
345
|
+
self,
|
|
346
|
+
) -> "LaunchNotificationConstraintReference":
|
|
347
|
+
'''(experimental) A reference to a LaunchNotificationConstraint resource.
|
|
348
|
+
|
|
349
|
+
:stability: experimental
|
|
350
|
+
'''
|
|
351
|
+
...
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
class _ILaunchNotificationConstraintRefProxy(
|
|
355
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
356
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
357
|
+
):
|
|
358
|
+
'''(experimental) Indicates that this resource can be referenced as a LaunchNotificationConstraint.
|
|
359
|
+
|
|
360
|
+
:stability: experimental
|
|
361
|
+
'''
|
|
362
|
+
|
|
363
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.ILaunchNotificationConstraintRef"
|
|
364
|
+
|
|
365
|
+
@builtins.property
|
|
366
|
+
@jsii.member(jsii_name="launchNotificationConstraintRef")
|
|
367
|
+
def launch_notification_constraint_ref(
|
|
368
|
+
self,
|
|
369
|
+
) -> "LaunchNotificationConstraintReference":
|
|
370
|
+
'''(experimental) A reference to a LaunchNotificationConstraint resource.
|
|
371
|
+
|
|
372
|
+
:stability: experimental
|
|
373
|
+
'''
|
|
374
|
+
return typing.cast("LaunchNotificationConstraintReference", jsii.get(self, "launchNotificationConstraintRef"))
|
|
375
|
+
|
|
376
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
377
|
+
typing.cast(typing.Any, ILaunchNotificationConstraintRef).__jsii_proxy_class__ = lambda : _ILaunchNotificationConstraintRefProxy
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
@jsii.interface(
|
|
381
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ILaunchRoleConstraintRef"
|
|
382
|
+
)
|
|
383
|
+
class ILaunchRoleConstraintRef(
|
|
384
|
+
_constructs_77d1e7e8.IConstruct,
|
|
385
|
+
_IEnvironmentAware_f39049ee,
|
|
386
|
+
typing_extensions.Protocol,
|
|
387
|
+
):
|
|
388
|
+
'''(experimental) Indicates that this resource can be referenced as a LaunchRoleConstraint.
|
|
389
|
+
|
|
390
|
+
:stability: experimental
|
|
391
|
+
'''
|
|
392
|
+
|
|
393
|
+
@builtins.property
|
|
394
|
+
@jsii.member(jsii_name="launchRoleConstraintRef")
|
|
395
|
+
def launch_role_constraint_ref(self) -> "LaunchRoleConstraintReference":
|
|
396
|
+
'''(experimental) A reference to a LaunchRoleConstraint resource.
|
|
397
|
+
|
|
398
|
+
:stability: experimental
|
|
399
|
+
'''
|
|
400
|
+
...
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
class _ILaunchRoleConstraintRefProxy(
|
|
404
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
405
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
406
|
+
):
|
|
407
|
+
'''(experimental) Indicates that this resource can be referenced as a LaunchRoleConstraint.
|
|
408
|
+
|
|
409
|
+
:stability: experimental
|
|
410
|
+
'''
|
|
411
|
+
|
|
412
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.ILaunchRoleConstraintRef"
|
|
413
|
+
|
|
414
|
+
@builtins.property
|
|
415
|
+
@jsii.member(jsii_name="launchRoleConstraintRef")
|
|
416
|
+
def launch_role_constraint_ref(self) -> "LaunchRoleConstraintReference":
|
|
417
|
+
'''(experimental) A reference to a LaunchRoleConstraint resource.
|
|
418
|
+
|
|
419
|
+
:stability: experimental
|
|
420
|
+
'''
|
|
421
|
+
return typing.cast("LaunchRoleConstraintReference", jsii.get(self, "launchRoleConstraintRef"))
|
|
422
|
+
|
|
423
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
424
|
+
typing.cast(typing.Any, ILaunchRoleConstraintRef).__jsii_proxy_class__ = lambda : _ILaunchRoleConstraintRefProxy
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
@jsii.interface(
|
|
428
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ILaunchTemplateConstraintRef"
|
|
429
|
+
)
|
|
430
|
+
class ILaunchTemplateConstraintRef(
|
|
431
|
+
_constructs_77d1e7e8.IConstruct,
|
|
432
|
+
_IEnvironmentAware_f39049ee,
|
|
433
|
+
typing_extensions.Protocol,
|
|
434
|
+
):
|
|
435
|
+
'''(experimental) Indicates that this resource can be referenced as a LaunchTemplateConstraint.
|
|
436
|
+
|
|
437
|
+
:stability: experimental
|
|
438
|
+
'''
|
|
439
|
+
|
|
440
|
+
@builtins.property
|
|
441
|
+
@jsii.member(jsii_name="launchTemplateConstraintRef")
|
|
442
|
+
def launch_template_constraint_ref(self) -> "LaunchTemplateConstraintReference":
|
|
443
|
+
'''(experimental) A reference to a LaunchTemplateConstraint resource.
|
|
444
|
+
|
|
445
|
+
:stability: experimental
|
|
446
|
+
'''
|
|
447
|
+
...
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
class _ILaunchTemplateConstraintRefProxy(
|
|
451
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
452
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
453
|
+
):
|
|
454
|
+
'''(experimental) Indicates that this resource can be referenced as a LaunchTemplateConstraint.
|
|
455
|
+
|
|
456
|
+
:stability: experimental
|
|
457
|
+
'''
|
|
458
|
+
|
|
459
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.ILaunchTemplateConstraintRef"
|
|
460
|
+
|
|
461
|
+
@builtins.property
|
|
462
|
+
@jsii.member(jsii_name="launchTemplateConstraintRef")
|
|
463
|
+
def launch_template_constraint_ref(self) -> "LaunchTemplateConstraintReference":
|
|
464
|
+
'''(experimental) A reference to a LaunchTemplateConstraint resource.
|
|
465
|
+
|
|
466
|
+
:stability: experimental
|
|
467
|
+
'''
|
|
468
|
+
return typing.cast("LaunchTemplateConstraintReference", jsii.get(self, "launchTemplateConstraintRef"))
|
|
469
|
+
|
|
470
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
471
|
+
typing.cast(typing.Any, ILaunchTemplateConstraintRef).__jsii_proxy_class__ = lambda : _ILaunchTemplateConstraintRefProxy
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
@jsii.interface(
|
|
475
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioPrincipalAssociationRef"
|
|
476
|
+
)
|
|
477
|
+
class IPortfolioPrincipalAssociationRef(
|
|
478
|
+
_constructs_77d1e7e8.IConstruct,
|
|
479
|
+
_IEnvironmentAware_f39049ee,
|
|
480
|
+
typing_extensions.Protocol,
|
|
481
|
+
):
|
|
482
|
+
'''(experimental) Indicates that this resource can be referenced as a PortfolioPrincipalAssociation.
|
|
483
|
+
|
|
484
|
+
:stability: experimental
|
|
485
|
+
'''
|
|
486
|
+
|
|
487
|
+
@builtins.property
|
|
488
|
+
@jsii.member(jsii_name="portfolioPrincipalAssociationRef")
|
|
489
|
+
def portfolio_principal_association_ref(
|
|
490
|
+
self,
|
|
491
|
+
) -> "PortfolioPrincipalAssociationReference":
|
|
492
|
+
'''(experimental) A reference to a PortfolioPrincipalAssociation resource.
|
|
493
|
+
|
|
494
|
+
:stability: experimental
|
|
495
|
+
'''
|
|
496
|
+
...
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
class _IPortfolioPrincipalAssociationRefProxy(
|
|
500
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
501
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
502
|
+
):
|
|
503
|
+
'''(experimental) Indicates that this resource can be referenced as a PortfolioPrincipalAssociation.
|
|
504
|
+
|
|
505
|
+
:stability: experimental
|
|
506
|
+
'''
|
|
507
|
+
|
|
508
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioPrincipalAssociationRef"
|
|
509
|
+
|
|
510
|
+
@builtins.property
|
|
511
|
+
@jsii.member(jsii_name="portfolioPrincipalAssociationRef")
|
|
512
|
+
def portfolio_principal_association_ref(
|
|
513
|
+
self,
|
|
514
|
+
) -> "PortfolioPrincipalAssociationReference":
|
|
515
|
+
'''(experimental) A reference to a PortfolioPrincipalAssociation resource.
|
|
516
|
+
|
|
517
|
+
:stability: experimental
|
|
518
|
+
'''
|
|
519
|
+
return typing.cast("PortfolioPrincipalAssociationReference", jsii.get(self, "portfolioPrincipalAssociationRef"))
|
|
520
|
+
|
|
521
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
522
|
+
typing.cast(typing.Any, IPortfolioPrincipalAssociationRef).__jsii_proxy_class__ = lambda : _IPortfolioPrincipalAssociationRefProxy
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
@jsii.interface(
|
|
526
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioProductAssociationRef"
|
|
527
|
+
)
|
|
528
|
+
class IPortfolioProductAssociationRef(
|
|
529
|
+
_constructs_77d1e7e8.IConstruct,
|
|
530
|
+
_IEnvironmentAware_f39049ee,
|
|
531
|
+
typing_extensions.Protocol,
|
|
532
|
+
):
|
|
533
|
+
'''(experimental) Indicates that this resource can be referenced as a PortfolioProductAssociation.
|
|
534
|
+
|
|
535
|
+
:stability: experimental
|
|
536
|
+
'''
|
|
537
|
+
|
|
538
|
+
@builtins.property
|
|
539
|
+
@jsii.member(jsii_name="portfolioProductAssociationRef")
|
|
540
|
+
def portfolio_product_association_ref(
|
|
541
|
+
self,
|
|
542
|
+
) -> "PortfolioProductAssociationReference":
|
|
543
|
+
'''(experimental) A reference to a PortfolioProductAssociation resource.
|
|
544
|
+
|
|
545
|
+
:stability: experimental
|
|
546
|
+
'''
|
|
547
|
+
...
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
class _IPortfolioProductAssociationRefProxy(
|
|
551
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
552
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
553
|
+
):
|
|
554
|
+
'''(experimental) Indicates that this resource can be referenced as a PortfolioProductAssociation.
|
|
555
|
+
|
|
556
|
+
:stability: experimental
|
|
557
|
+
'''
|
|
558
|
+
|
|
559
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioProductAssociationRef"
|
|
560
|
+
|
|
561
|
+
@builtins.property
|
|
562
|
+
@jsii.member(jsii_name="portfolioProductAssociationRef")
|
|
563
|
+
def portfolio_product_association_ref(
|
|
564
|
+
self,
|
|
565
|
+
) -> "PortfolioProductAssociationReference":
|
|
566
|
+
'''(experimental) A reference to a PortfolioProductAssociation resource.
|
|
567
|
+
|
|
568
|
+
:stability: experimental
|
|
569
|
+
'''
|
|
570
|
+
return typing.cast("PortfolioProductAssociationReference", jsii.get(self, "portfolioProductAssociationRef"))
|
|
571
|
+
|
|
572
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
573
|
+
typing.cast(typing.Any, IPortfolioProductAssociationRef).__jsii_proxy_class__ = lambda : _IPortfolioProductAssociationRefProxy
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioRef")
|
|
577
|
+
class IPortfolioRef(
|
|
578
|
+
_constructs_77d1e7e8.IConstruct,
|
|
579
|
+
_IEnvironmentAware_f39049ee,
|
|
580
|
+
typing_extensions.Protocol,
|
|
581
|
+
):
|
|
582
|
+
'''(experimental) Indicates that this resource can be referenced as a Portfolio.
|
|
583
|
+
|
|
584
|
+
:stability: experimental
|
|
585
|
+
'''
|
|
586
|
+
|
|
587
|
+
@builtins.property
|
|
588
|
+
@jsii.member(jsii_name="portfolioRef")
|
|
589
|
+
def portfolio_ref(self) -> "PortfolioReference":
|
|
590
|
+
'''(experimental) A reference to a Portfolio resource.
|
|
591
|
+
|
|
592
|
+
:stability: experimental
|
|
593
|
+
'''
|
|
594
|
+
...
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
class _IPortfolioRefProxy(
|
|
598
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
599
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
600
|
+
):
|
|
601
|
+
'''(experimental) Indicates that this resource can be referenced as a Portfolio.
|
|
602
|
+
|
|
603
|
+
:stability: experimental
|
|
604
|
+
'''
|
|
605
|
+
|
|
606
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioRef"
|
|
607
|
+
|
|
608
|
+
@builtins.property
|
|
609
|
+
@jsii.member(jsii_name="portfolioRef")
|
|
610
|
+
def portfolio_ref(self) -> "PortfolioReference":
|
|
611
|
+
'''(experimental) A reference to a Portfolio resource.
|
|
612
|
+
|
|
613
|
+
:stability: experimental
|
|
614
|
+
'''
|
|
615
|
+
return typing.cast("PortfolioReference", jsii.get(self, "portfolioRef"))
|
|
616
|
+
|
|
617
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
618
|
+
typing.cast(typing.Any, IPortfolioRef).__jsii_proxy_class__ = lambda : _IPortfolioRefProxy
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
@jsii.interface(
|
|
622
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioShareRef"
|
|
623
|
+
)
|
|
624
|
+
class IPortfolioShareRef(
|
|
625
|
+
_constructs_77d1e7e8.IConstruct,
|
|
626
|
+
_IEnvironmentAware_f39049ee,
|
|
627
|
+
typing_extensions.Protocol,
|
|
628
|
+
):
|
|
629
|
+
'''(experimental) Indicates that this resource can be referenced as a PortfolioShare.
|
|
630
|
+
|
|
631
|
+
:stability: experimental
|
|
632
|
+
'''
|
|
633
|
+
|
|
634
|
+
@builtins.property
|
|
635
|
+
@jsii.member(jsii_name="portfolioShareRef")
|
|
636
|
+
def portfolio_share_ref(self) -> "PortfolioShareReference":
|
|
637
|
+
'''(experimental) A reference to a PortfolioShare resource.
|
|
638
|
+
|
|
639
|
+
:stability: experimental
|
|
640
|
+
'''
|
|
641
|
+
...
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
class _IPortfolioShareRefProxy(
|
|
645
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
646
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
647
|
+
):
|
|
648
|
+
'''(experimental) Indicates that this resource can be referenced as a PortfolioShare.
|
|
649
|
+
|
|
650
|
+
:stability: experimental
|
|
651
|
+
'''
|
|
652
|
+
|
|
653
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IPortfolioShareRef"
|
|
654
|
+
|
|
655
|
+
@builtins.property
|
|
656
|
+
@jsii.member(jsii_name="portfolioShareRef")
|
|
657
|
+
def portfolio_share_ref(self) -> "PortfolioShareReference":
|
|
658
|
+
'''(experimental) A reference to a PortfolioShare resource.
|
|
659
|
+
|
|
660
|
+
:stability: experimental
|
|
661
|
+
'''
|
|
662
|
+
return typing.cast("PortfolioShareReference", jsii.get(self, "portfolioShareRef"))
|
|
663
|
+
|
|
664
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
665
|
+
typing.cast(typing.Any, IPortfolioShareRef).__jsii_proxy_class__ = lambda : _IPortfolioShareRefProxy
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
@jsii.interface(
|
|
669
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IResourceUpdateConstraintRef"
|
|
670
|
+
)
|
|
671
|
+
class IResourceUpdateConstraintRef(
|
|
672
|
+
_constructs_77d1e7e8.IConstruct,
|
|
673
|
+
_IEnvironmentAware_f39049ee,
|
|
674
|
+
typing_extensions.Protocol,
|
|
675
|
+
):
|
|
676
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceUpdateConstraint.
|
|
677
|
+
|
|
678
|
+
:stability: experimental
|
|
679
|
+
'''
|
|
680
|
+
|
|
681
|
+
@builtins.property
|
|
682
|
+
@jsii.member(jsii_name="resourceUpdateConstraintRef")
|
|
683
|
+
def resource_update_constraint_ref(self) -> "ResourceUpdateConstraintReference":
|
|
684
|
+
'''(experimental) A reference to a ResourceUpdateConstraint resource.
|
|
685
|
+
|
|
686
|
+
:stability: experimental
|
|
687
|
+
'''
|
|
688
|
+
...
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
class _IResourceUpdateConstraintRefProxy(
|
|
692
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
693
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
694
|
+
):
|
|
695
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceUpdateConstraint.
|
|
696
|
+
|
|
697
|
+
:stability: experimental
|
|
698
|
+
'''
|
|
699
|
+
|
|
700
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IResourceUpdateConstraintRef"
|
|
701
|
+
|
|
702
|
+
@builtins.property
|
|
703
|
+
@jsii.member(jsii_name="resourceUpdateConstraintRef")
|
|
704
|
+
def resource_update_constraint_ref(self) -> "ResourceUpdateConstraintReference":
|
|
705
|
+
'''(experimental) A reference to a ResourceUpdateConstraint resource.
|
|
706
|
+
|
|
707
|
+
:stability: experimental
|
|
708
|
+
'''
|
|
709
|
+
return typing.cast("ResourceUpdateConstraintReference", jsii.get(self, "resourceUpdateConstraintRef"))
|
|
710
|
+
|
|
711
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
712
|
+
typing.cast(typing.Any, IResourceUpdateConstraintRef).__jsii_proxy_class__ = lambda : _IResourceUpdateConstraintRefProxy
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
@jsii.interface(
|
|
716
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IServiceActionAssociationRef"
|
|
717
|
+
)
|
|
718
|
+
class IServiceActionAssociationRef(
|
|
719
|
+
_constructs_77d1e7e8.IConstruct,
|
|
720
|
+
_IEnvironmentAware_f39049ee,
|
|
721
|
+
typing_extensions.Protocol,
|
|
722
|
+
):
|
|
723
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceActionAssociation.
|
|
724
|
+
|
|
725
|
+
:stability: experimental
|
|
726
|
+
'''
|
|
727
|
+
|
|
728
|
+
@builtins.property
|
|
729
|
+
@jsii.member(jsii_name="serviceActionAssociationRef")
|
|
730
|
+
def service_action_association_ref(self) -> "ServiceActionAssociationReference":
|
|
731
|
+
'''(experimental) A reference to a ServiceActionAssociation resource.
|
|
732
|
+
|
|
733
|
+
:stability: experimental
|
|
734
|
+
'''
|
|
735
|
+
...
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
class _IServiceActionAssociationRefProxy(
|
|
739
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
740
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
741
|
+
):
|
|
742
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceActionAssociation.
|
|
743
|
+
|
|
744
|
+
:stability: experimental
|
|
745
|
+
'''
|
|
746
|
+
|
|
747
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IServiceActionAssociationRef"
|
|
748
|
+
|
|
749
|
+
@builtins.property
|
|
750
|
+
@jsii.member(jsii_name="serviceActionAssociationRef")
|
|
751
|
+
def service_action_association_ref(self) -> "ServiceActionAssociationReference":
|
|
752
|
+
'''(experimental) A reference to a ServiceActionAssociation resource.
|
|
753
|
+
|
|
754
|
+
:stability: experimental
|
|
755
|
+
'''
|
|
756
|
+
return typing.cast("ServiceActionAssociationReference", jsii.get(self, "serviceActionAssociationRef"))
|
|
757
|
+
|
|
758
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
759
|
+
typing.cast(typing.Any, IServiceActionAssociationRef).__jsii_proxy_class__ = lambda : _IServiceActionAssociationRefProxy
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
@jsii.interface(
|
|
763
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IServiceActionRef"
|
|
764
|
+
)
|
|
765
|
+
class IServiceActionRef(
|
|
766
|
+
_constructs_77d1e7e8.IConstruct,
|
|
767
|
+
_IEnvironmentAware_f39049ee,
|
|
768
|
+
typing_extensions.Protocol,
|
|
769
|
+
):
|
|
770
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceAction.
|
|
771
|
+
|
|
772
|
+
:stability: experimental
|
|
773
|
+
'''
|
|
774
|
+
|
|
775
|
+
@builtins.property
|
|
776
|
+
@jsii.member(jsii_name="serviceActionRef")
|
|
777
|
+
def service_action_ref(self) -> "ServiceActionReference":
|
|
778
|
+
'''(experimental) A reference to a ServiceAction resource.
|
|
779
|
+
|
|
780
|
+
:stability: experimental
|
|
781
|
+
'''
|
|
782
|
+
...
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
class _IServiceActionRefProxy(
|
|
786
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
787
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
788
|
+
):
|
|
789
|
+
'''(experimental) Indicates that this resource can be referenced as a ServiceAction.
|
|
790
|
+
|
|
791
|
+
:stability: experimental
|
|
792
|
+
'''
|
|
793
|
+
|
|
794
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IServiceActionRef"
|
|
795
|
+
|
|
796
|
+
@builtins.property
|
|
797
|
+
@jsii.member(jsii_name="serviceActionRef")
|
|
798
|
+
def service_action_ref(self) -> "ServiceActionReference":
|
|
799
|
+
'''(experimental) A reference to a ServiceAction resource.
|
|
800
|
+
|
|
801
|
+
:stability: experimental
|
|
802
|
+
'''
|
|
803
|
+
return typing.cast("ServiceActionReference", jsii.get(self, "serviceActionRef"))
|
|
804
|
+
|
|
805
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
806
|
+
typing.cast(typing.Any, IServiceActionRef).__jsii_proxy_class__ = lambda : _IServiceActionRefProxy
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
@jsii.interface(
|
|
810
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.IStackSetConstraintRef"
|
|
811
|
+
)
|
|
812
|
+
class IStackSetConstraintRef(
|
|
813
|
+
_constructs_77d1e7e8.IConstruct,
|
|
814
|
+
_IEnvironmentAware_f39049ee,
|
|
815
|
+
typing_extensions.Protocol,
|
|
816
|
+
):
|
|
817
|
+
'''(experimental) Indicates that this resource can be referenced as a StackSetConstraint.
|
|
818
|
+
|
|
819
|
+
:stability: experimental
|
|
820
|
+
'''
|
|
821
|
+
|
|
822
|
+
@builtins.property
|
|
823
|
+
@jsii.member(jsii_name="stackSetConstraintRef")
|
|
824
|
+
def stack_set_constraint_ref(self) -> "StackSetConstraintReference":
|
|
825
|
+
'''(experimental) A reference to a StackSetConstraint resource.
|
|
826
|
+
|
|
827
|
+
:stability: experimental
|
|
828
|
+
'''
|
|
829
|
+
...
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
class _IStackSetConstraintRefProxy(
|
|
833
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
834
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
835
|
+
):
|
|
836
|
+
'''(experimental) Indicates that this resource can be referenced as a StackSetConstraint.
|
|
837
|
+
|
|
838
|
+
:stability: experimental
|
|
839
|
+
'''
|
|
840
|
+
|
|
841
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.IStackSetConstraintRef"
|
|
842
|
+
|
|
843
|
+
@builtins.property
|
|
844
|
+
@jsii.member(jsii_name="stackSetConstraintRef")
|
|
845
|
+
def stack_set_constraint_ref(self) -> "StackSetConstraintReference":
|
|
846
|
+
'''(experimental) A reference to a StackSetConstraint resource.
|
|
847
|
+
|
|
848
|
+
:stability: experimental
|
|
849
|
+
'''
|
|
850
|
+
return typing.cast("StackSetConstraintReference", jsii.get(self, "stackSetConstraintRef"))
|
|
851
|
+
|
|
852
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
853
|
+
typing.cast(typing.Any, IStackSetConstraintRef).__jsii_proxy_class__ = lambda : _IStackSetConstraintRefProxy
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
@jsii.interface(
|
|
857
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ITagOptionAssociationRef"
|
|
858
|
+
)
|
|
859
|
+
class ITagOptionAssociationRef(
|
|
860
|
+
_constructs_77d1e7e8.IConstruct,
|
|
861
|
+
_IEnvironmentAware_f39049ee,
|
|
862
|
+
typing_extensions.Protocol,
|
|
863
|
+
):
|
|
864
|
+
'''(experimental) Indicates that this resource can be referenced as a TagOptionAssociation.
|
|
865
|
+
|
|
866
|
+
:stability: experimental
|
|
867
|
+
'''
|
|
868
|
+
|
|
869
|
+
@builtins.property
|
|
870
|
+
@jsii.member(jsii_name="tagOptionAssociationRef")
|
|
871
|
+
def tag_option_association_ref(self) -> "TagOptionAssociationReference":
|
|
872
|
+
'''(experimental) A reference to a TagOptionAssociation resource.
|
|
873
|
+
|
|
874
|
+
:stability: experimental
|
|
875
|
+
'''
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
class _ITagOptionAssociationRefProxy(
|
|
880
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
881
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
882
|
+
):
|
|
883
|
+
'''(experimental) Indicates that this resource can be referenced as a TagOptionAssociation.
|
|
884
|
+
|
|
885
|
+
:stability: experimental
|
|
886
|
+
'''
|
|
887
|
+
|
|
888
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.ITagOptionAssociationRef"
|
|
889
|
+
|
|
890
|
+
@builtins.property
|
|
891
|
+
@jsii.member(jsii_name="tagOptionAssociationRef")
|
|
892
|
+
def tag_option_association_ref(self) -> "TagOptionAssociationReference":
|
|
893
|
+
'''(experimental) A reference to a TagOptionAssociation resource.
|
|
894
|
+
|
|
895
|
+
:stability: experimental
|
|
896
|
+
'''
|
|
897
|
+
return typing.cast("TagOptionAssociationReference", jsii.get(self, "tagOptionAssociationRef"))
|
|
898
|
+
|
|
899
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
900
|
+
typing.cast(typing.Any, ITagOptionAssociationRef).__jsii_proxy_class__ = lambda : _ITagOptionAssociationRefProxy
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ITagOptionRef")
|
|
904
|
+
class ITagOptionRef(
|
|
905
|
+
_constructs_77d1e7e8.IConstruct,
|
|
906
|
+
_IEnvironmentAware_f39049ee,
|
|
907
|
+
typing_extensions.Protocol,
|
|
908
|
+
):
|
|
909
|
+
'''(experimental) Indicates that this resource can be referenced as a TagOption.
|
|
910
|
+
|
|
911
|
+
:stability: experimental
|
|
912
|
+
'''
|
|
913
|
+
|
|
914
|
+
@builtins.property
|
|
915
|
+
@jsii.member(jsii_name="tagOptionRef")
|
|
916
|
+
def tag_option_ref(self) -> "TagOptionReference":
|
|
917
|
+
'''(experimental) A reference to a TagOption resource.
|
|
918
|
+
|
|
919
|
+
:stability: experimental
|
|
920
|
+
'''
|
|
921
|
+
...
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
class _ITagOptionRefProxy(
|
|
925
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
926
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
927
|
+
):
|
|
928
|
+
'''(experimental) Indicates that this resource can be referenced as a TagOption.
|
|
929
|
+
|
|
930
|
+
:stability: experimental
|
|
931
|
+
'''
|
|
932
|
+
|
|
933
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_servicecatalog.ITagOptionRef"
|
|
934
|
+
|
|
935
|
+
@builtins.property
|
|
936
|
+
@jsii.member(jsii_name="tagOptionRef")
|
|
937
|
+
def tag_option_ref(self) -> "TagOptionReference":
|
|
938
|
+
'''(experimental) A reference to a TagOption resource.
|
|
939
|
+
|
|
940
|
+
:stability: experimental
|
|
941
|
+
'''
|
|
942
|
+
return typing.cast("TagOptionReference", jsii.get(self, "tagOptionRef"))
|
|
943
|
+
|
|
944
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
945
|
+
typing.cast(typing.Any, ITagOptionRef).__jsii_proxy_class__ = lambda : _ITagOptionRefProxy
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
@jsii.data_type(
|
|
949
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.LaunchNotificationConstraintReference",
|
|
950
|
+
jsii_struct_bases=[],
|
|
951
|
+
name_mapping={
|
|
952
|
+
"launch_notification_constraint_id": "launchNotificationConstraintId",
|
|
953
|
+
},
|
|
954
|
+
)
|
|
955
|
+
class LaunchNotificationConstraintReference:
|
|
956
|
+
def __init__(self, *, launch_notification_constraint_id: builtins.str) -> None:
|
|
957
|
+
'''A reference to a LaunchNotificationConstraint resource.
|
|
958
|
+
|
|
959
|
+
:param launch_notification_constraint_id: The Id of the LaunchNotificationConstraint resource.
|
|
960
|
+
|
|
961
|
+
:exampleMetadata: fixture=_generated
|
|
962
|
+
|
|
963
|
+
Example::
|
|
964
|
+
|
|
965
|
+
# The code below shows an example of how to instantiate this type.
|
|
966
|
+
# The values are placeholders you should change.
|
|
967
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
968
|
+
|
|
969
|
+
launch_notification_constraint_reference = interfaces_aws_servicecatalog.LaunchNotificationConstraintReference(
|
|
970
|
+
launch_notification_constraint_id="launchNotificationConstraintId"
|
|
971
|
+
)
|
|
972
|
+
'''
|
|
973
|
+
if __debug__:
|
|
974
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d23d73f6bfcf8369dd83ca8779e9cebde80cf4d1b701bbe1a19f27df378d2919)
|
|
975
|
+
check_type(argname="argument launch_notification_constraint_id", value=launch_notification_constraint_id, expected_type=type_hints["launch_notification_constraint_id"])
|
|
976
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
977
|
+
"launch_notification_constraint_id": launch_notification_constraint_id,
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
@builtins.property
|
|
981
|
+
def launch_notification_constraint_id(self) -> builtins.str:
|
|
982
|
+
'''The Id of the LaunchNotificationConstraint resource.'''
|
|
983
|
+
result = self._values.get("launch_notification_constraint_id")
|
|
984
|
+
assert result is not None, "Required property 'launch_notification_constraint_id' is missing"
|
|
985
|
+
return typing.cast(builtins.str, result)
|
|
986
|
+
|
|
987
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
988
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
989
|
+
|
|
990
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
991
|
+
return not (rhs == self)
|
|
992
|
+
|
|
993
|
+
def __repr__(self) -> str:
|
|
994
|
+
return "LaunchNotificationConstraintReference(%s)" % ", ".join(
|
|
995
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
996
|
+
)
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
@jsii.data_type(
|
|
1000
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.LaunchRoleConstraintReference",
|
|
1001
|
+
jsii_struct_bases=[],
|
|
1002
|
+
name_mapping={"launch_role_constraint_id": "launchRoleConstraintId"},
|
|
1003
|
+
)
|
|
1004
|
+
class LaunchRoleConstraintReference:
|
|
1005
|
+
def __init__(self, *, launch_role_constraint_id: builtins.str) -> None:
|
|
1006
|
+
'''A reference to a LaunchRoleConstraint resource.
|
|
1007
|
+
|
|
1008
|
+
:param launch_role_constraint_id: The Id of the LaunchRoleConstraint resource.
|
|
1009
|
+
|
|
1010
|
+
:exampleMetadata: fixture=_generated
|
|
1011
|
+
|
|
1012
|
+
Example::
|
|
1013
|
+
|
|
1014
|
+
# The code below shows an example of how to instantiate this type.
|
|
1015
|
+
# The values are placeholders you should change.
|
|
1016
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1017
|
+
|
|
1018
|
+
launch_role_constraint_reference = interfaces_aws_servicecatalog.LaunchRoleConstraintReference(
|
|
1019
|
+
launch_role_constraint_id="launchRoleConstraintId"
|
|
1020
|
+
)
|
|
1021
|
+
'''
|
|
1022
|
+
if __debug__:
|
|
1023
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0c2c57a260f4b58d42cf5470f1bad68aca6463764ced7236f80e5e204fe9b261)
|
|
1024
|
+
check_type(argname="argument launch_role_constraint_id", value=launch_role_constraint_id, expected_type=type_hints["launch_role_constraint_id"])
|
|
1025
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1026
|
+
"launch_role_constraint_id": launch_role_constraint_id,
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
@builtins.property
|
|
1030
|
+
def launch_role_constraint_id(self) -> builtins.str:
|
|
1031
|
+
'''The Id of the LaunchRoleConstraint resource.'''
|
|
1032
|
+
result = self._values.get("launch_role_constraint_id")
|
|
1033
|
+
assert result is not None, "Required property 'launch_role_constraint_id' is missing"
|
|
1034
|
+
return typing.cast(builtins.str, result)
|
|
1035
|
+
|
|
1036
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1037
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1038
|
+
|
|
1039
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1040
|
+
return not (rhs == self)
|
|
1041
|
+
|
|
1042
|
+
def __repr__(self) -> str:
|
|
1043
|
+
return "LaunchRoleConstraintReference(%s)" % ", ".join(
|
|
1044
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1045
|
+
)
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
@jsii.data_type(
|
|
1049
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.LaunchTemplateConstraintReference",
|
|
1050
|
+
jsii_struct_bases=[],
|
|
1051
|
+
name_mapping={"launch_template_constraint_id": "launchTemplateConstraintId"},
|
|
1052
|
+
)
|
|
1053
|
+
class LaunchTemplateConstraintReference:
|
|
1054
|
+
def __init__(self, *, launch_template_constraint_id: builtins.str) -> None:
|
|
1055
|
+
'''A reference to a LaunchTemplateConstraint resource.
|
|
1056
|
+
|
|
1057
|
+
:param launch_template_constraint_id: The Id of the LaunchTemplateConstraint resource.
|
|
1058
|
+
|
|
1059
|
+
:exampleMetadata: fixture=_generated
|
|
1060
|
+
|
|
1061
|
+
Example::
|
|
1062
|
+
|
|
1063
|
+
# The code below shows an example of how to instantiate this type.
|
|
1064
|
+
# The values are placeholders you should change.
|
|
1065
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1066
|
+
|
|
1067
|
+
launch_template_constraint_reference = interfaces_aws_servicecatalog.LaunchTemplateConstraintReference(
|
|
1068
|
+
launch_template_constraint_id="launchTemplateConstraintId"
|
|
1069
|
+
)
|
|
1070
|
+
'''
|
|
1071
|
+
if __debug__:
|
|
1072
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1397b1bb181bb13d3d4aaa76f85fb268a9d24ee93f9173cdc449f320d8b0fc40)
|
|
1073
|
+
check_type(argname="argument launch_template_constraint_id", value=launch_template_constraint_id, expected_type=type_hints["launch_template_constraint_id"])
|
|
1074
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1075
|
+
"launch_template_constraint_id": launch_template_constraint_id,
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
@builtins.property
|
|
1079
|
+
def launch_template_constraint_id(self) -> builtins.str:
|
|
1080
|
+
'''The Id of the LaunchTemplateConstraint resource.'''
|
|
1081
|
+
result = self._values.get("launch_template_constraint_id")
|
|
1082
|
+
assert result is not None, "Required property 'launch_template_constraint_id' is missing"
|
|
1083
|
+
return typing.cast(builtins.str, result)
|
|
1084
|
+
|
|
1085
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1086
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1087
|
+
|
|
1088
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1089
|
+
return not (rhs == self)
|
|
1090
|
+
|
|
1091
|
+
def __repr__(self) -> str:
|
|
1092
|
+
return "LaunchTemplateConstraintReference(%s)" % ", ".join(
|
|
1093
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1094
|
+
)
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
@jsii.data_type(
|
|
1098
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.PortfolioPrincipalAssociationReference",
|
|
1099
|
+
jsii_struct_bases=[],
|
|
1100
|
+
name_mapping={"portfolio_id": "portfolioId", "principal_arn": "principalArn"},
|
|
1101
|
+
)
|
|
1102
|
+
class PortfolioPrincipalAssociationReference:
|
|
1103
|
+
def __init__(
|
|
1104
|
+
self,
|
|
1105
|
+
*,
|
|
1106
|
+
portfolio_id: builtins.str,
|
|
1107
|
+
principal_arn: builtins.str,
|
|
1108
|
+
) -> None:
|
|
1109
|
+
'''A reference to a PortfolioPrincipalAssociation resource.
|
|
1110
|
+
|
|
1111
|
+
:param portfolio_id: The PortfolioId of the PortfolioPrincipalAssociation resource.
|
|
1112
|
+
:param principal_arn: The PrincipalARN of the PortfolioPrincipalAssociation resource.
|
|
1113
|
+
|
|
1114
|
+
:exampleMetadata: fixture=_generated
|
|
1115
|
+
|
|
1116
|
+
Example::
|
|
1117
|
+
|
|
1118
|
+
# The code below shows an example of how to instantiate this type.
|
|
1119
|
+
# The values are placeholders you should change.
|
|
1120
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1121
|
+
|
|
1122
|
+
portfolio_principal_association_reference = interfaces_aws_servicecatalog.PortfolioPrincipalAssociationReference(
|
|
1123
|
+
portfolio_id="portfolioId",
|
|
1124
|
+
principal_arn="principalArn"
|
|
1125
|
+
)
|
|
1126
|
+
'''
|
|
1127
|
+
if __debug__:
|
|
1128
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6329e48ce6818b8186ead3569a441ee7acab931e0635be0e1b27be1604987726)
|
|
1129
|
+
check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
|
|
1130
|
+
check_type(argname="argument principal_arn", value=principal_arn, expected_type=type_hints["principal_arn"])
|
|
1131
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1132
|
+
"portfolio_id": portfolio_id,
|
|
1133
|
+
"principal_arn": principal_arn,
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
@builtins.property
|
|
1137
|
+
def portfolio_id(self) -> builtins.str:
|
|
1138
|
+
'''The PortfolioId of the PortfolioPrincipalAssociation resource.'''
|
|
1139
|
+
result = self._values.get("portfolio_id")
|
|
1140
|
+
assert result is not None, "Required property 'portfolio_id' is missing"
|
|
1141
|
+
return typing.cast(builtins.str, result)
|
|
1142
|
+
|
|
1143
|
+
@builtins.property
|
|
1144
|
+
def principal_arn(self) -> builtins.str:
|
|
1145
|
+
'''The PrincipalARN of the PortfolioPrincipalAssociation resource.'''
|
|
1146
|
+
result = self._values.get("principal_arn")
|
|
1147
|
+
assert result is not None, "Required property 'principal_arn' is missing"
|
|
1148
|
+
return typing.cast(builtins.str, result)
|
|
1149
|
+
|
|
1150
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1151
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1152
|
+
|
|
1153
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1154
|
+
return not (rhs == self)
|
|
1155
|
+
|
|
1156
|
+
def __repr__(self) -> str:
|
|
1157
|
+
return "PortfolioPrincipalAssociationReference(%s)" % ", ".join(
|
|
1158
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1159
|
+
)
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
@jsii.data_type(
|
|
1163
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.PortfolioProductAssociationReference",
|
|
1164
|
+
jsii_struct_bases=[],
|
|
1165
|
+
name_mapping={"portfolio_id": "portfolioId", "product_id": "productId"},
|
|
1166
|
+
)
|
|
1167
|
+
class PortfolioProductAssociationReference:
|
|
1168
|
+
def __init__(self, *, portfolio_id: builtins.str, product_id: builtins.str) -> None:
|
|
1169
|
+
'''A reference to a PortfolioProductAssociation resource.
|
|
1170
|
+
|
|
1171
|
+
:param portfolio_id: The PortfolioId of the PortfolioProductAssociation resource.
|
|
1172
|
+
:param product_id: The ProductId of the PortfolioProductAssociation resource.
|
|
1173
|
+
|
|
1174
|
+
:exampleMetadata: fixture=_generated
|
|
1175
|
+
|
|
1176
|
+
Example::
|
|
1177
|
+
|
|
1178
|
+
# The code below shows an example of how to instantiate this type.
|
|
1179
|
+
# The values are placeholders you should change.
|
|
1180
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1181
|
+
|
|
1182
|
+
portfolio_product_association_reference = interfaces_aws_servicecatalog.PortfolioProductAssociationReference(
|
|
1183
|
+
portfolio_id="portfolioId",
|
|
1184
|
+
product_id="productId"
|
|
1185
|
+
)
|
|
1186
|
+
'''
|
|
1187
|
+
if __debug__:
|
|
1188
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a73688126d00eb08b21f732051540f4b33a20693c610ec4510cecdf691da400c)
|
|
1189
|
+
check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
|
|
1190
|
+
check_type(argname="argument product_id", value=product_id, expected_type=type_hints["product_id"])
|
|
1191
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1192
|
+
"portfolio_id": portfolio_id,
|
|
1193
|
+
"product_id": product_id,
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
@builtins.property
|
|
1197
|
+
def portfolio_id(self) -> builtins.str:
|
|
1198
|
+
'''The PortfolioId of the PortfolioProductAssociation resource.'''
|
|
1199
|
+
result = self._values.get("portfolio_id")
|
|
1200
|
+
assert result is not None, "Required property 'portfolio_id' is missing"
|
|
1201
|
+
return typing.cast(builtins.str, result)
|
|
1202
|
+
|
|
1203
|
+
@builtins.property
|
|
1204
|
+
def product_id(self) -> builtins.str:
|
|
1205
|
+
'''The ProductId of the PortfolioProductAssociation resource.'''
|
|
1206
|
+
result = self._values.get("product_id")
|
|
1207
|
+
assert result is not None, "Required property 'product_id' is missing"
|
|
1208
|
+
return typing.cast(builtins.str, result)
|
|
1209
|
+
|
|
1210
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1211
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1212
|
+
|
|
1213
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1214
|
+
return not (rhs == self)
|
|
1215
|
+
|
|
1216
|
+
def __repr__(self) -> str:
|
|
1217
|
+
return "PortfolioProductAssociationReference(%s)" % ", ".join(
|
|
1218
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1219
|
+
)
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
@jsii.data_type(
|
|
1223
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.PortfolioReference",
|
|
1224
|
+
jsii_struct_bases=[],
|
|
1225
|
+
name_mapping={"portfolio_id": "portfolioId"},
|
|
1226
|
+
)
|
|
1227
|
+
class PortfolioReference:
|
|
1228
|
+
def __init__(self, *, portfolio_id: builtins.str) -> None:
|
|
1229
|
+
'''A reference to a Portfolio resource.
|
|
1230
|
+
|
|
1231
|
+
:param portfolio_id: The Id of the Portfolio resource.
|
|
1232
|
+
|
|
1233
|
+
:exampleMetadata: fixture=_generated
|
|
1234
|
+
|
|
1235
|
+
Example::
|
|
1236
|
+
|
|
1237
|
+
# The code below shows an example of how to instantiate this type.
|
|
1238
|
+
# The values are placeholders you should change.
|
|
1239
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1240
|
+
|
|
1241
|
+
portfolio_reference = interfaces_aws_servicecatalog.PortfolioReference(
|
|
1242
|
+
portfolio_id="portfolioId"
|
|
1243
|
+
)
|
|
1244
|
+
'''
|
|
1245
|
+
if __debug__:
|
|
1246
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6e2a1a05c6f45cbcc6e26bc8e9ba31df37e50441bd062936d3f6d9f121dfba97)
|
|
1247
|
+
check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
|
|
1248
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1249
|
+
"portfolio_id": portfolio_id,
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
@builtins.property
|
|
1253
|
+
def portfolio_id(self) -> builtins.str:
|
|
1254
|
+
'''The Id of the Portfolio resource.'''
|
|
1255
|
+
result = self._values.get("portfolio_id")
|
|
1256
|
+
assert result is not None, "Required property 'portfolio_id' is missing"
|
|
1257
|
+
return typing.cast(builtins.str, result)
|
|
1258
|
+
|
|
1259
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1260
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1261
|
+
|
|
1262
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1263
|
+
return not (rhs == self)
|
|
1264
|
+
|
|
1265
|
+
def __repr__(self) -> str:
|
|
1266
|
+
return "PortfolioReference(%s)" % ", ".join(
|
|
1267
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1268
|
+
)
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
@jsii.data_type(
|
|
1272
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.PortfolioShareReference",
|
|
1273
|
+
jsii_struct_bases=[],
|
|
1274
|
+
name_mapping={"account_id": "accountId", "portfolio_id": "portfolioId"},
|
|
1275
|
+
)
|
|
1276
|
+
class PortfolioShareReference:
|
|
1277
|
+
def __init__(self, *, account_id: builtins.str, portfolio_id: builtins.str) -> None:
|
|
1278
|
+
'''A reference to a PortfolioShare resource.
|
|
1279
|
+
|
|
1280
|
+
:param account_id: The AccountId of the PortfolioShare resource.
|
|
1281
|
+
:param portfolio_id: The PortfolioId of the PortfolioShare resource.
|
|
1282
|
+
|
|
1283
|
+
:exampleMetadata: fixture=_generated
|
|
1284
|
+
|
|
1285
|
+
Example::
|
|
1286
|
+
|
|
1287
|
+
# The code below shows an example of how to instantiate this type.
|
|
1288
|
+
# The values are placeholders you should change.
|
|
1289
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1290
|
+
|
|
1291
|
+
portfolio_share_reference = interfaces_aws_servicecatalog.PortfolioShareReference(
|
|
1292
|
+
account_id="accountId",
|
|
1293
|
+
portfolio_id="portfolioId"
|
|
1294
|
+
)
|
|
1295
|
+
'''
|
|
1296
|
+
if __debug__:
|
|
1297
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e2c1792d5771696524059cc9a437c824b7a47315a76f5c196151ace03bb43b7c)
|
|
1298
|
+
check_type(argname="argument account_id", value=account_id, expected_type=type_hints["account_id"])
|
|
1299
|
+
check_type(argname="argument portfolio_id", value=portfolio_id, expected_type=type_hints["portfolio_id"])
|
|
1300
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1301
|
+
"account_id": account_id,
|
|
1302
|
+
"portfolio_id": portfolio_id,
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
@builtins.property
|
|
1306
|
+
def account_id(self) -> builtins.str:
|
|
1307
|
+
'''The AccountId of the PortfolioShare resource.'''
|
|
1308
|
+
result = self._values.get("account_id")
|
|
1309
|
+
assert result is not None, "Required property 'account_id' is missing"
|
|
1310
|
+
return typing.cast(builtins.str, result)
|
|
1311
|
+
|
|
1312
|
+
@builtins.property
|
|
1313
|
+
def portfolio_id(self) -> builtins.str:
|
|
1314
|
+
'''The PortfolioId of the PortfolioShare resource.'''
|
|
1315
|
+
result = self._values.get("portfolio_id")
|
|
1316
|
+
assert result is not None, "Required property 'portfolio_id' is missing"
|
|
1317
|
+
return typing.cast(builtins.str, result)
|
|
1318
|
+
|
|
1319
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1320
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1321
|
+
|
|
1322
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1323
|
+
return not (rhs == self)
|
|
1324
|
+
|
|
1325
|
+
def __repr__(self) -> str:
|
|
1326
|
+
return "PortfolioShareReference(%s)" % ", ".join(
|
|
1327
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1328
|
+
)
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
@jsii.data_type(
|
|
1332
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ResourceUpdateConstraintReference",
|
|
1333
|
+
jsii_struct_bases=[],
|
|
1334
|
+
name_mapping={"resource_update_constraint_id": "resourceUpdateConstraintId"},
|
|
1335
|
+
)
|
|
1336
|
+
class ResourceUpdateConstraintReference:
|
|
1337
|
+
def __init__(self, *, resource_update_constraint_id: builtins.str) -> None:
|
|
1338
|
+
'''A reference to a ResourceUpdateConstraint resource.
|
|
1339
|
+
|
|
1340
|
+
:param resource_update_constraint_id: The Id of the ResourceUpdateConstraint resource.
|
|
1341
|
+
|
|
1342
|
+
:exampleMetadata: fixture=_generated
|
|
1343
|
+
|
|
1344
|
+
Example::
|
|
1345
|
+
|
|
1346
|
+
# The code below shows an example of how to instantiate this type.
|
|
1347
|
+
# The values are placeholders you should change.
|
|
1348
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1349
|
+
|
|
1350
|
+
resource_update_constraint_reference = interfaces_aws_servicecatalog.ResourceUpdateConstraintReference(
|
|
1351
|
+
resource_update_constraint_id="resourceUpdateConstraintId"
|
|
1352
|
+
)
|
|
1353
|
+
'''
|
|
1354
|
+
if __debug__:
|
|
1355
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be0eeeb2b4a37db981dfc6b0b6f1a522cc98ae2529b7d6c33cf31933696eeef7)
|
|
1356
|
+
check_type(argname="argument resource_update_constraint_id", value=resource_update_constraint_id, expected_type=type_hints["resource_update_constraint_id"])
|
|
1357
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1358
|
+
"resource_update_constraint_id": resource_update_constraint_id,
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
@builtins.property
|
|
1362
|
+
def resource_update_constraint_id(self) -> builtins.str:
|
|
1363
|
+
'''The Id of the ResourceUpdateConstraint resource.'''
|
|
1364
|
+
result = self._values.get("resource_update_constraint_id")
|
|
1365
|
+
assert result is not None, "Required property 'resource_update_constraint_id' is missing"
|
|
1366
|
+
return typing.cast(builtins.str, result)
|
|
1367
|
+
|
|
1368
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1369
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1370
|
+
|
|
1371
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1372
|
+
return not (rhs == self)
|
|
1373
|
+
|
|
1374
|
+
def __repr__(self) -> str:
|
|
1375
|
+
return "ResourceUpdateConstraintReference(%s)" % ", ".join(
|
|
1376
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1377
|
+
)
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
@jsii.data_type(
|
|
1381
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ServiceActionAssociationReference",
|
|
1382
|
+
jsii_struct_bases=[],
|
|
1383
|
+
name_mapping={
|
|
1384
|
+
"product_id": "productId",
|
|
1385
|
+
"provisioning_artifact_id": "provisioningArtifactId",
|
|
1386
|
+
"service_action_id": "serviceActionId",
|
|
1387
|
+
},
|
|
1388
|
+
)
|
|
1389
|
+
class ServiceActionAssociationReference:
|
|
1390
|
+
def __init__(
|
|
1391
|
+
self,
|
|
1392
|
+
*,
|
|
1393
|
+
product_id: builtins.str,
|
|
1394
|
+
provisioning_artifact_id: builtins.str,
|
|
1395
|
+
service_action_id: builtins.str,
|
|
1396
|
+
) -> None:
|
|
1397
|
+
'''A reference to a ServiceActionAssociation resource.
|
|
1398
|
+
|
|
1399
|
+
:param product_id: The ProductId of the ServiceActionAssociation resource.
|
|
1400
|
+
:param provisioning_artifact_id: The ProvisioningArtifactId of the ServiceActionAssociation resource.
|
|
1401
|
+
:param service_action_id: The ServiceActionId of the ServiceActionAssociation resource.
|
|
1402
|
+
|
|
1403
|
+
:exampleMetadata: fixture=_generated
|
|
1404
|
+
|
|
1405
|
+
Example::
|
|
1406
|
+
|
|
1407
|
+
# The code below shows an example of how to instantiate this type.
|
|
1408
|
+
# The values are placeholders you should change.
|
|
1409
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1410
|
+
|
|
1411
|
+
service_action_association_reference = interfaces_aws_servicecatalog.ServiceActionAssociationReference(
|
|
1412
|
+
product_id="productId",
|
|
1413
|
+
provisioning_artifact_id="provisioningArtifactId",
|
|
1414
|
+
service_action_id="serviceActionId"
|
|
1415
|
+
)
|
|
1416
|
+
'''
|
|
1417
|
+
if __debug__:
|
|
1418
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4c7ff9aea497f318ecdfdd96d1694ada3828eefde0f3be173df54639473ceeda)
|
|
1419
|
+
check_type(argname="argument product_id", value=product_id, expected_type=type_hints["product_id"])
|
|
1420
|
+
check_type(argname="argument provisioning_artifact_id", value=provisioning_artifact_id, expected_type=type_hints["provisioning_artifact_id"])
|
|
1421
|
+
check_type(argname="argument service_action_id", value=service_action_id, expected_type=type_hints["service_action_id"])
|
|
1422
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1423
|
+
"product_id": product_id,
|
|
1424
|
+
"provisioning_artifact_id": provisioning_artifact_id,
|
|
1425
|
+
"service_action_id": service_action_id,
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
@builtins.property
|
|
1429
|
+
def product_id(self) -> builtins.str:
|
|
1430
|
+
'''The ProductId of the ServiceActionAssociation resource.'''
|
|
1431
|
+
result = self._values.get("product_id")
|
|
1432
|
+
assert result is not None, "Required property 'product_id' is missing"
|
|
1433
|
+
return typing.cast(builtins.str, result)
|
|
1434
|
+
|
|
1435
|
+
@builtins.property
|
|
1436
|
+
def provisioning_artifact_id(self) -> builtins.str:
|
|
1437
|
+
'''The ProvisioningArtifactId of the ServiceActionAssociation resource.'''
|
|
1438
|
+
result = self._values.get("provisioning_artifact_id")
|
|
1439
|
+
assert result is not None, "Required property 'provisioning_artifact_id' is missing"
|
|
1440
|
+
return typing.cast(builtins.str, result)
|
|
1441
|
+
|
|
1442
|
+
@builtins.property
|
|
1443
|
+
def service_action_id(self) -> builtins.str:
|
|
1444
|
+
'''The ServiceActionId of the ServiceActionAssociation resource.'''
|
|
1445
|
+
result = self._values.get("service_action_id")
|
|
1446
|
+
assert result is not None, "Required property 'service_action_id' is missing"
|
|
1447
|
+
return typing.cast(builtins.str, result)
|
|
1448
|
+
|
|
1449
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1450
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1451
|
+
|
|
1452
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1453
|
+
return not (rhs == self)
|
|
1454
|
+
|
|
1455
|
+
def __repr__(self) -> str:
|
|
1456
|
+
return "ServiceActionAssociationReference(%s)" % ", ".join(
|
|
1457
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1458
|
+
)
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
@jsii.data_type(
|
|
1462
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.ServiceActionReference",
|
|
1463
|
+
jsii_struct_bases=[],
|
|
1464
|
+
name_mapping={"service_action_id": "serviceActionId"},
|
|
1465
|
+
)
|
|
1466
|
+
class ServiceActionReference:
|
|
1467
|
+
def __init__(self, *, service_action_id: builtins.str) -> None:
|
|
1468
|
+
'''A reference to a ServiceAction resource.
|
|
1469
|
+
|
|
1470
|
+
:param service_action_id: The Id of the ServiceAction resource.
|
|
1471
|
+
|
|
1472
|
+
:exampleMetadata: fixture=_generated
|
|
1473
|
+
|
|
1474
|
+
Example::
|
|
1475
|
+
|
|
1476
|
+
# The code below shows an example of how to instantiate this type.
|
|
1477
|
+
# The values are placeholders you should change.
|
|
1478
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1479
|
+
|
|
1480
|
+
service_action_reference = interfaces_aws_servicecatalog.ServiceActionReference(
|
|
1481
|
+
service_action_id="serviceActionId"
|
|
1482
|
+
)
|
|
1483
|
+
'''
|
|
1484
|
+
if __debug__:
|
|
1485
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4fa108cd4bbb228b6de17863a92fe1a38df9682a71cfbcb03f1c9f565bddd10f)
|
|
1486
|
+
check_type(argname="argument service_action_id", value=service_action_id, expected_type=type_hints["service_action_id"])
|
|
1487
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1488
|
+
"service_action_id": service_action_id,
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
@builtins.property
|
|
1492
|
+
def service_action_id(self) -> builtins.str:
|
|
1493
|
+
'''The Id of the ServiceAction resource.'''
|
|
1494
|
+
result = self._values.get("service_action_id")
|
|
1495
|
+
assert result is not None, "Required property 'service_action_id' is missing"
|
|
1496
|
+
return typing.cast(builtins.str, result)
|
|
1497
|
+
|
|
1498
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1499
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1500
|
+
|
|
1501
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1502
|
+
return not (rhs == self)
|
|
1503
|
+
|
|
1504
|
+
def __repr__(self) -> str:
|
|
1505
|
+
return "ServiceActionReference(%s)" % ", ".join(
|
|
1506
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1507
|
+
)
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
@jsii.data_type(
|
|
1511
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.StackSetConstraintReference",
|
|
1512
|
+
jsii_struct_bases=[],
|
|
1513
|
+
name_mapping={"stack_set_constraint_id": "stackSetConstraintId"},
|
|
1514
|
+
)
|
|
1515
|
+
class StackSetConstraintReference:
|
|
1516
|
+
def __init__(self, *, stack_set_constraint_id: builtins.str) -> None:
|
|
1517
|
+
'''A reference to a StackSetConstraint resource.
|
|
1518
|
+
|
|
1519
|
+
:param stack_set_constraint_id: The Id of the StackSetConstraint resource.
|
|
1520
|
+
|
|
1521
|
+
:exampleMetadata: fixture=_generated
|
|
1522
|
+
|
|
1523
|
+
Example::
|
|
1524
|
+
|
|
1525
|
+
# The code below shows an example of how to instantiate this type.
|
|
1526
|
+
# The values are placeholders you should change.
|
|
1527
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1528
|
+
|
|
1529
|
+
stack_set_constraint_reference = interfaces_aws_servicecatalog.StackSetConstraintReference(
|
|
1530
|
+
stack_set_constraint_id="stackSetConstraintId"
|
|
1531
|
+
)
|
|
1532
|
+
'''
|
|
1533
|
+
if __debug__:
|
|
1534
|
+
type_hints = typing.get_type_hints(_typecheckingstub__20539a60ac78bce6dc8f9f7b2cfbd96ee6732b5b4b6cc9f9720d710656231b14)
|
|
1535
|
+
check_type(argname="argument stack_set_constraint_id", value=stack_set_constraint_id, expected_type=type_hints["stack_set_constraint_id"])
|
|
1536
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1537
|
+
"stack_set_constraint_id": stack_set_constraint_id,
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
@builtins.property
|
|
1541
|
+
def stack_set_constraint_id(self) -> builtins.str:
|
|
1542
|
+
'''The Id of the StackSetConstraint resource.'''
|
|
1543
|
+
result = self._values.get("stack_set_constraint_id")
|
|
1544
|
+
assert result is not None, "Required property 'stack_set_constraint_id' is missing"
|
|
1545
|
+
return typing.cast(builtins.str, result)
|
|
1546
|
+
|
|
1547
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1548
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1549
|
+
|
|
1550
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1551
|
+
return not (rhs == self)
|
|
1552
|
+
|
|
1553
|
+
def __repr__(self) -> str:
|
|
1554
|
+
return "StackSetConstraintReference(%s)" % ", ".join(
|
|
1555
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1556
|
+
)
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
@jsii.data_type(
|
|
1560
|
+
jsii_type="aws-cdk-lib.interfaces.aws_servicecatalog.TagOptionAssociationReference",
|
|
1561
|
+
jsii_struct_bases=[],
|
|
1562
|
+
name_mapping={"resource_id": "resourceId", "tag_option_id": "tagOptionId"},
|
|
1563
|
+
)
|
|
1564
|
+
class TagOptionAssociationReference:
|
|
1565
|
+
def __init__(
|
|
1566
|
+
self,
|
|
1567
|
+
*,
|
|
1568
|
+
resource_id: builtins.str,
|
|
1569
|
+
tag_option_id: builtins.str,
|
|
1570
|
+
) -> None:
|
|
1571
|
+
'''A reference to a TagOptionAssociation resource.
|
|
1572
|
+
|
|
1573
|
+
:param resource_id: The ResourceId of the TagOptionAssociation resource.
|
|
1574
|
+
:param tag_option_id: The TagOptionId of the TagOptionAssociation 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_servicecatalog as interfaces_aws_servicecatalog
|
|
1583
|
+
|
|
1584
|
+
tag_option_association_reference = interfaces_aws_servicecatalog.TagOptionAssociationReference(
|
|
1585
|
+
resource_id="resourceId",
|
|
1586
|
+
tag_option_id="tagOptionId"
|
|
1587
|
+
)
|
|
1588
|
+
'''
|
|
1589
|
+
if __debug__:
|
|
1590
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ce84a4c975f0b55dc777c14f90bce899e703adebfbfe13c4a9c19b71819877df)
|
|
1591
|
+
check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
|
|
1592
|
+
check_type(argname="argument tag_option_id", value=tag_option_id, expected_type=type_hints["tag_option_id"])
|
|
1593
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1594
|
+
"resource_id": resource_id,
|
|
1595
|
+
"tag_option_id": tag_option_id,
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
@builtins.property
|
|
1599
|
+
def resource_id(self) -> builtins.str:
|
|
1600
|
+
'''The ResourceId of the TagOptionAssociation resource.'''
|
|
1601
|
+
result = self._values.get("resource_id")
|
|
1602
|
+
assert result is not None, "Required property 'resource_id' is missing"
|
|
1603
|
+
return typing.cast(builtins.str, result)
|
|
1604
|
+
|
|
1605
|
+
@builtins.property
|
|
1606
|
+
def tag_option_id(self) -> builtins.str:
|
|
1607
|
+
'''The TagOptionId of the TagOptionAssociation resource.'''
|
|
1608
|
+
result = self._values.get("tag_option_id")
|
|
1609
|
+
assert result is not None, "Required property 'tag_option_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 "TagOptionAssociationReference(%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_servicecatalog.TagOptionReference",
|
|
1626
|
+
jsii_struct_bases=[],
|
|
1627
|
+
name_mapping={"tag_option_id": "tagOptionId"},
|
|
1628
|
+
)
|
|
1629
|
+
class TagOptionReference:
|
|
1630
|
+
def __init__(self, *, tag_option_id: builtins.str) -> None:
|
|
1631
|
+
'''A reference to a TagOption resource.
|
|
1632
|
+
|
|
1633
|
+
:param tag_option_id: The Id of the TagOption resource.
|
|
1634
|
+
|
|
1635
|
+
:exampleMetadata: fixture=_generated
|
|
1636
|
+
|
|
1637
|
+
Example::
|
|
1638
|
+
|
|
1639
|
+
# The code below shows an example of how to instantiate this type.
|
|
1640
|
+
# The values are placeholders you should change.
|
|
1641
|
+
from aws_cdk.interfaces import aws_servicecatalog as interfaces_aws_servicecatalog
|
|
1642
|
+
|
|
1643
|
+
tag_option_reference = interfaces_aws_servicecatalog.TagOptionReference(
|
|
1644
|
+
tag_option_id="tagOptionId"
|
|
1645
|
+
)
|
|
1646
|
+
'''
|
|
1647
|
+
if __debug__:
|
|
1648
|
+
type_hints = typing.get_type_hints(_typecheckingstub__47d8abc47d9ddd060282a0a556fe7f0fe1923d2e898d128ad587f8b031ce749e)
|
|
1649
|
+
check_type(argname="argument tag_option_id", value=tag_option_id, expected_type=type_hints["tag_option_id"])
|
|
1650
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1651
|
+
"tag_option_id": tag_option_id,
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
@builtins.property
|
|
1655
|
+
def tag_option_id(self) -> builtins.str:
|
|
1656
|
+
'''The Id of the TagOption resource.'''
|
|
1657
|
+
result = self._values.get("tag_option_id")
|
|
1658
|
+
assert result is not None, "Required property 'tag_option_id' is missing"
|
|
1659
|
+
return typing.cast(builtins.str, result)
|
|
1660
|
+
|
|
1661
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1662
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1663
|
+
|
|
1664
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1665
|
+
return not (rhs == self)
|
|
1666
|
+
|
|
1667
|
+
def __repr__(self) -> str:
|
|
1668
|
+
return "TagOptionReference(%s)" % ", ".join(
|
|
1669
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1670
|
+
)
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
__all__ = [
|
|
1674
|
+
"AcceptedPortfolioShareReference",
|
|
1675
|
+
"CloudFormationProductReference",
|
|
1676
|
+
"CloudFormationProvisionedProductReference",
|
|
1677
|
+
"IAcceptedPortfolioShareRef",
|
|
1678
|
+
"ICloudFormationProductRef",
|
|
1679
|
+
"ICloudFormationProvisionedProductRef",
|
|
1680
|
+
"ILaunchNotificationConstraintRef",
|
|
1681
|
+
"ILaunchRoleConstraintRef",
|
|
1682
|
+
"ILaunchTemplateConstraintRef",
|
|
1683
|
+
"IPortfolioPrincipalAssociationRef",
|
|
1684
|
+
"IPortfolioProductAssociationRef",
|
|
1685
|
+
"IPortfolioRef",
|
|
1686
|
+
"IPortfolioShareRef",
|
|
1687
|
+
"IResourceUpdateConstraintRef",
|
|
1688
|
+
"IServiceActionAssociationRef",
|
|
1689
|
+
"IServiceActionRef",
|
|
1690
|
+
"IStackSetConstraintRef",
|
|
1691
|
+
"ITagOptionAssociationRef",
|
|
1692
|
+
"ITagOptionRef",
|
|
1693
|
+
"LaunchNotificationConstraintReference",
|
|
1694
|
+
"LaunchRoleConstraintReference",
|
|
1695
|
+
"LaunchTemplateConstraintReference",
|
|
1696
|
+
"PortfolioPrincipalAssociationReference",
|
|
1697
|
+
"PortfolioProductAssociationReference",
|
|
1698
|
+
"PortfolioReference",
|
|
1699
|
+
"PortfolioShareReference",
|
|
1700
|
+
"ResourceUpdateConstraintReference",
|
|
1701
|
+
"ServiceActionAssociationReference",
|
|
1702
|
+
"ServiceActionReference",
|
|
1703
|
+
"StackSetConstraintReference",
|
|
1704
|
+
"TagOptionAssociationReference",
|
|
1705
|
+
"TagOptionReference",
|
|
1706
|
+
]
|
|
1707
|
+
|
|
1708
|
+
publication.publish()
|
|
1709
|
+
|
|
1710
|
+
def _typecheckingstub__b6326f3888119e6783b8c2f3210c345520ccc67dd5064e23514085258059f2c2(
|
|
1711
|
+
*,
|
|
1712
|
+
accepted_portfolio_share_id: builtins.str,
|
|
1713
|
+
) -> None:
|
|
1714
|
+
"""Type checking stubs"""
|
|
1715
|
+
pass
|
|
1716
|
+
|
|
1717
|
+
def _typecheckingstub__62967c3e411db25daf0417852c200a39e2e4dd0f789a69eec9bdab47433f04fc(
|
|
1718
|
+
*,
|
|
1719
|
+
cloud_formation_product_id: builtins.str,
|
|
1720
|
+
) -> None:
|
|
1721
|
+
"""Type checking stubs"""
|
|
1722
|
+
pass
|
|
1723
|
+
|
|
1724
|
+
def _typecheckingstub__5b6367dc67edf9798c223a04eeb171c5fa2b7131fb4c3aa71d7434b4efd2ebdc(
|
|
1725
|
+
*,
|
|
1726
|
+
provisioned_product_id: builtins.str,
|
|
1727
|
+
) -> None:
|
|
1728
|
+
"""Type checking stubs"""
|
|
1729
|
+
pass
|
|
1730
|
+
|
|
1731
|
+
def _typecheckingstub__d23d73f6bfcf8369dd83ca8779e9cebde80cf4d1b701bbe1a19f27df378d2919(
|
|
1732
|
+
*,
|
|
1733
|
+
launch_notification_constraint_id: builtins.str,
|
|
1734
|
+
) -> None:
|
|
1735
|
+
"""Type checking stubs"""
|
|
1736
|
+
pass
|
|
1737
|
+
|
|
1738
|
+
def _typecheckingstub__0c2c57a260f4b58d42cf5470f1bad68aca6463764ced7236f80e5e204fe9b261(
|
|
1739
|
+
*,
|
|
1740
|
+
launch_role_constraint_id: builtins.str,
|
|
1741
|
+
) -> None:
|
|
1742
|
+
"""Type checking stubs"""
|
|
1743
|
+
pass
|
|
1744
|
+
|
|
1745
|
+
def _typecheckingstub__1397b1bb181bb13d3d4aaa76f85fb268a9d24ee93f9173cdc449f320d8b0fc40(
|
|
1746
|
+
*,
|
|
1747
|
+
launch_template_constraint_id: builtins.str,
|
|
1748
|
+
) -> None:
|
|
1749
|
+
"""Type checking stubs"""
|
|
1750
|
+
pass
|
|
1751
|
+
|
|
1752
|
+
def _typecheckingstub__6329e48ce6818b8186ead3569a441ee7acab931e0635be0e1b27be1604987726(
|
|
1753
|
+
*,
|
|
1754
|
+
portfolio_id: builtins.str,
|
|
1755
|
+
principal_arn: builtins.str,
|
|
1756
|
+
) -> None:
|
|
1757
|
+
"""Type checking stubs"""
|
|
1758
|
+
pass
|
|
1759
|
+
|
|
1760
|
+
def _typecheckingstub__a73688126d00eb08b21f732051540f4b33a20693c610ec4510cecdf691da400c(
|
|
1761
|
+
*,
|
|
1762
|
+
portfolio_id: builtins.str,
|
|
1763
|
+
product_id: builtins.str,
|
|
1764
|
+
) -> None:
|
|
1765
|
+
"""Type checking stubs"""
|
|
1766
|
+
pass
|
|
1767
|
+
|
|
1768
|
+
def _typecheckingstub__6e2a1a05c6f45cbcc6e26bc8e9ba31df37e50441bd062936d3f6d9f121dfba97(
|
|
1769
|
+
*,
|
|
1770
|
+
portfolio_id: builtins.str,
|
|
1771
|
+
) -> None:
|
|
1772
|
+
"""Type checking stubs"""
|
|
1773
|
+
pass
|
|
1774
|
+
|
|
1775
|
+
def _typecheckingstub__e2c1792d5771696524059cc9a437c824b7a47315a76f5c196151ace03bb43b7c(
|
|
1776
|
+
*,
|
|
1777
|
+
account_id: builtins.str,
|
|
1778
|
+
portfolio_id: builtins.str,
|
|
1779
|
+
) -> None:
|
|
1780
|
+
"""Type checking stubs"""
|
|
1781
|
+
pass
|
|
1782
|
+
|
|
1783
|
+
def _typecheckingstub__be0eeeb2b4a37db981dfc6b0b6f1a522cc98ae2529b7d6c33cf31933696eeef7(
|
|
1784
|
+
*,
|
|
1785
|
+
resource_update_constraint_id: builtins.str,
|
|
1786
|
+
) -> None:
|
|
1787
|
+
"""Type checking stubs"""
|
|
1788
|
+
pass
|
|
1789
|
+
|
|
1790
|
+
def _typecheckingstub__4c7ff9aea497f318ecdfdd96d1694ada3828eefde0f3be173df54639473ceeda(
|
|
1791
|
+
*,
|
|
1792
|
+
product_id: builtins.str,
|
|
1793
|
+
provisioning_artifact_id: builtins.str,
|
|
1794
|
+
service_action_id: builtins.str,
|
|
1795
|
+
) -> None:
|
|
1796
|
+
"""Type checking stubs"""
|
|
1797
|
+
pass
|
|
1798
|
+
|
|
1799
|
+
def _typecheckingstub__4fa108cd4bbb228b6de17863a92fe1a38df9682a71cfbcb03f1c9f565bddd10f(
|
|
1800
|
+
*,
|
|
1801
|
+
service_action_id: builtins.str,
|
|
1802
|
+
) -> None:
|
|
1803
|
+
"""Type checking stubs"""
|
|
1804
|
+
pass
|
|
1805
|
+
|
|
1806
|
+
def _typecheckingstub__20539a60ac78bce6dc8f9f7b2cfbd96ee6732b5b4b6cc9f9720d710656231b14(
|
|
1807
|
+
*,
|
|
1808
|
+
stack_set_constraint_id: builtins.str,
|
|
1809
|
+
) -> None:
|
|
1810
|
+
"""Type checking stubs"""
|
|
1811
|
+
pass
|
|
1812
|
+
|
|
1813
|
+
def _typecheckingstub__ce84a4c975f0b55dc777c14f90bce899e703adebfbfe13c4a9c19b71819877df(
|
|
1814
|
+
*,
|
|
1815
|
+
resource_id: builtins.str,
|
|
1816
|
+
tag_option_id: builtins.str,
|
|
1817
|
+
) -> None:
|
|
1818
|
+
"""Type checking stubs"""
|
|
1819
|
+
pass
|
|
1820
|
+
|
|
1821
|
+
def _typecheckingstub__47d8abc47d9ddd060282a0a556fe7f0fe1923d2e898d128ad587f8b031ce749e(
|
|
1822
|
+
*,
|
|
1823
|
+
tag_option_id: builtins.str,
|
|
1824
|
+
) -> None:
|
|
1825
|
+
"""Type checking stubs"""
|
|
1826
|
+
pass
|
|
1827
|
+
|
|
1828
|
+
for cls in [IAcceptedPortfolioShareRef, ICloudFormationProductRef, ICloudFormationProvisionedProductRef, ILaunchNotificationConstraintRef, ILaunchRoleConstraintRef, ILaunchTemplateConstraintRef, IPortfolioPrincipalAssociationRef, IPortfolioProductAssociationRef, IPortfolioRef, IPortfolioShareRef, IResourceUpdateConstraintRef, IServiceActionAssociationRef, IServiceActionRef, IStackSetConstraintRef, ITagOptionAssociationRef, ITagOptionRef]:
|
|
1829
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|