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,3483 @@
|
|
|
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_iot.AccountAuditConfigurationReference",
|
|
39
|
+
jsii_struct_bases=[],
|
|
40
|
+
name_mapping={"account_id": "accountId"},
|
|
41
|
+
)
|
|
42
|
+
class AccountAuditConfigurationReference:
|
|
43
|
+
def __init__(self, *, account_id: builtins.str) -> None:
|
|
44
|
+
'''A reference to a AccountAuditConfiguration resource.
|
|
45
|
+
|
|
46
|
+
:param account_id: The AccountId of the AccountAuditConfiguration 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_iot as interfaces_aws_iot
|
|
55
|
+
|
|
56
|
+
account_audit_configuration_reference = interfaces_aws_iot.AccountAuditConfigurationReference(
|
|
57
|
+
account_id="accountId"
|
|
58
|
+
)
|
|
59
|
+
'''
|
|
60
|
+
if __debug__:
|
|
61
|
+
type_hints = typing.get_type_hints(_typecheckingstub__146e26f046c491c18c156078309a07ab43070e0aa679f424eabb2687e3ad85d0)
|
|
62
|
+
check_type(argname="argument account_id", value=account_id, expected_type=type_hints["account_id"])
|
|
63
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
64
|
+
"account_id": account_id,
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@builtins.property
|
|
68
|
+
def account_id(self) -> builtins.str:
|
|
69
|
+
'''The AccountId of the AccountAuditConfiguration resource.'''
|
|
70
|
+
result = self._values.get("account_id")
|
|
71
|
+
assert result is not None, "Required property 'account_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 "AccountAuditConfigurationReference(%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_iot.AuthorizerReference",
|
|
88
|
+
jsii_struct_bases=[],
|
|
89
|
+
name_mapping={
|
|
90
|
+
"authorizer_arn": "authorizerArn",
|
|
91
|
+
"authorizer_name": "authorizerName",
|
|
92
|
+
},
|
|
93
|
+
)
|
|
94
|
+
class AuthorizerReference:
|
|
95
|
+
def __init__(
|
|
96
|
+
self,
|
|
97
|
+
*,
|
|
98
|
+
authorizer_arn: builtins.str,
|
|
99
|
+
authorizer_name: builtins.str,
|
|
100
|
+
) -> None:
|
|
101
|
+
'''A reference to a Authorizer resource.
|
|
102
|
+
|
|
103
|
+
:param authorizer_arn: The ARN of the Authorizer resource.
|
|
104
|
+
:param authorizer_name: The AuthorizerName of the Authorizer resource.
|
|
105
|
+
|
|
106
|
+
:exampleMetadata: fixture=_generated
|
|
107
|
+
|
|
108
|
+
Example::
|
|
109
|
+
|
|
110
|
+
# The code below shows an example of how to instantiate this type.
|
|
111
|
+
# The values are placeholders you should change.
|
|
112
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
113
|
+
|
|
114
|
+
authorizer_reference = interfaces_aws_iot.AuthorizerReference(
|
|
115
|
+
authorizer_arn="authorizerArn",
|
|
116
|
+
authorizer_name="authorizerName"
|
|
117
|
+
)
|
|
118
|
+
'''
|
|
119
|
+
if __debug__:
|
|
120
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9a589da36a530a5f515e3fd2fa870b4aa7cab41b13bb204655a59aed307070a1)
|
|
121
|
+
check_type(argname="argument authorizer_arn", value=authorizer_arn, expected_type=type_hints["authorizer_arn"])
|
|
122
|
+
check_type(argname="argument authorizer_name", value=authorizer_name, expected_type=type_hints["authorizer_name"])
|
|
123
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
124
|
+
"authorizer_arn": authorizer_arn,
|
|
125
|
+
"authorizer_name": authorizer_name,
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@builtins.property
|
|
129
|
+
def authorizer_arn(self) -> builtins.str:
|
|
130
|
+
'''The ARN of the Authorizer resource.'''
|
|
131
|
+
result = self._values.get("authorizer_arn")
|
|
132
|
+
assert result is not None, "Required property 'authorizer_arn' is missing"
|
|
133
|
+
return typing.cast(builtins.str, result)
|
|
134
|
+
|
|
135
|
+
@builtins.property
|
|
136
|
+
def authorizer_name(self) -> builtins.str:
|
|
137
|
+
'''The AuthorizerName of the Authorizer resource.'''
|
|
138
|
+
result = self._values.get("authorizer_name")
|
|
139
|
+
assert result is not None, "Required property 'authorizer_name' is missing"
|
|
140
|
+
return typing.cast(builtins.str, result)
|
|
141
|
+
|
|
142
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
143
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
144
|
+
|
|
145
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
146
|
+
return not (rhs == self)
|
|
147
|
+
|
|
148
|
+
def __repr__(self) -> str:
|
|
149
|
+
return "AuthorizerReference(%s)" % ", ".join(
|
|
150
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
151
|
+
)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
@jsii.data_type(
|
|
155
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.BillingGroupReference",
|
|
156
|
+
jsii_struct_bases=[],
|
|
157
|
+
name_mapping={
|
|
158
|
+
"billing_group_arn": "billingGroupArn",
|
|
159
|
+
"billing_group_name": "billingGroupName",
|
|
160
|
+
},
|
|
161
|
+
)
|
|
162
|
+
class BillingGroupReference:
|
|
163
|
+
def __init__(
|
|
164
|
+
self,
|
|
165
|
+
*,
|
|
166
|
+
billing_group_arn: builtins.str,
|
|
167
|
+
billing_group_name: builtins.str,
|
|
168
|
+
) -> None:
|
|
169
|
+
'''A reference to a BillingGroup resource.
|
|
170
|
+
|
|
171
|
+
:param billing_group_arn: The ARN of the BillingGroup resource.
|
|
172
|
+
:param billing_group_name: The BillingGroupName of the BillingGroup resource.
|
|
173
|
+
|
|
174
|
+
:exampleMetadata: fixture=_generated
|
|
175
|
+
|
|
176
|
+
Example::
|
|
177
|
+
|
|
178
|
+
# The code below shows an example of how to instantiate this type.
|
|
179
|
+
# The values are placeholders you should change.
|
|
180
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
181
|
+
|
|
182
|
+
billing_group_reference = interfaces_aws_iot.BillingGroupReference(
|
|
183
|
+
billing_group_arn="billingGroupArn",
|
|
184
|
+
billing_group_name="billingGroupName"
|
|
185
|
+
)
|
|
186
|
+
'''
|
|
187
|
+
if __debug__:
|
|
188
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9703280c049fd51220a0f708d3432e0c796ca6ec022914d413a76a17b8f3a4f0)
|
|
189
|
+
check_type(argname="argument billing_group_arn", value=billing_group_arn, expected_type=type_hints["billing_group_arn"])
|
|
190
|
+
check_type(argname="argument billing_group_name", value=billing_group_name, expected_type=type_hints["billing_group_name"])
|
|
191
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
192
|
+
"billing_group_arn": billing_group_arn,
|
|
193
|
+
"billing_group_name": billing_group_name,
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
@builtins.property
|
|
197
|
+
def billing_group_arn(self) -> builtins.str:
|
|
198
|
+
'''The ARN of the BillingGroup resource.'''
|
|
199
|
+
result = self._values.get("billing_group_arn")
|
|
200
|
+
assert result is not None, "Required property 'billing_group_arn' is missing"
|
|
201
|
+
return typing.cast(builtins.str, result)
|
|
202
|
+
|
|
203
|
+
@builtins.property
|
|
204
|
+
def billing_group_name(self) -> builtins.str:
|
|
205
|
+
'''The BillingGroupName of the BillingGroup resource.'''
|
|
206
|
+
result = self._values.get("billing_group_name")
|
|
207
|
+
assert result is not None, "Required property 'billing_group_name' is missing"
|
|
208
|
+
return typing.cast(builtins.str, result)
|
|
209
|
+
|
|
210
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
211
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
212
|
+
|
|
213
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
214
|
+
return not (rhs == self)
|
|
215
|
+
|
|
216
|
+
def __repr__(self) -> str:
|
|
217
|
+
return "BillingGroupReference(%s)" % ", ".join(
|
|
218
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
219
|
+
)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
@jsii.data_type(
|
|
223
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.CACertificateReference",
|
|
224
|
+
jsii_struct_bases=[],
|
|
225
|
+
name_mapping={
|
|
226
|
+
"ca_certificate_arn": "caCertificateArn",
|
|
227
|
+
"ca_certificate_id": "caCertificateId",
|
|
228
|
+
},
|
|
229
|
+
)
|
|
230
|
+
class CACertificateReference:
|
|
231
|
+
def __init__(
|
|
232
|
+
self,
|
|
233
|
+
*,
|
|
234
|
+
ca_certificate_arn: builtins.str,
|
|
235
|
+
ca_certificate_id: builtins.str,
|
|
236
|
+
) -> None:
|
|
237
|
+
'''A reference to a CACertificate resource.
|
|
238
|
+
|
|
239
|
+
:param ca_certificate_arn: The ARN of the CACertificate resource.
|
|
240
|
+
:param ca_certificate_id: The Id of the CACertificate resource.
|
|
241
|
+
|
|
242
|
+
:exampleMetadata: fixture=_generated
|
|
243
|
+
|
|
244
|
+
Example::
|
|
245
|
+
|
|
246
|
+
# The code below shows an example of how to instantiate this type.
|
|
247
|
+
# The values are placeholders you should change.
|
|
248
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
249
|
+
|
|
250
|
+
c_aCertificate_reference = interfaces_aws_iot.CACertificateReference(
|
|
251
|
+
ca_certificate_arn="caCertificateArn",
|
|
252
|
+
ca_certificate_id="caCertificateId"
|
|
253
|
+
)
|
|
254
|
+
'''
|
|
255
|
+
if __debug__:
|
|
256
|
+
type_hints = typing.get_type_hints(_typecheckingstub__85bd9181b7bb427b113fea2b8232f3f1f865da0f77891a59319ebd98727b69e2)
|
|
257
|
+
check_type(argname="argument ca_certificate_arn", value=ca_certificate_arn, expected_type=type_hints["ca_certificate_arn"])
|
|
258
|
+
check_type(argname="argument ca_certificate_id", value=ca_certificate_id, expected_type=type_hints["ca_certificate_id"])
|
|
259
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
260
|
+
"ca_certificate_arn": ca_certificate_arn,
|
|
261
|
+
"ca_certificate_id": ca_certificate_id,
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
@builtins.property
|
|
265
|
+
def ca_certificate_arn(self) -> builtins.str:
|
|
266
|
+
'''The ARN of the CACertificate resource.'''
|
|
267
|
+
result = self._values.get("ca_certificate_arn")
|
|
268
|
+
assert result is not None, "Required property 'ca_certificate_arn' is missing"
|
|
269
|
+
return typing.cast(builtins.str, result)
|
|
270
|
+
|
|
271
|
+
@builtins.property
|
|
272
|
+
def ca_certificate_id(self) -> builtins.str:
|
|
273
|
+
'''The Id of the CACertificate resource.'''
|
|
274
|
+
result = self._values.get("ca_certificate_id")
|
|
275
|
+
assert result is not None, "Required property 'ca_certificate_id' is missing"
|
|
276
|
+
return typing.cast(builtins.str, result)
|
|
277
|
+
|
|
278
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
279
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
280
|
+
|
|
281
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
282
|
+
return not (rhs == self)
|
|
283
|
+
|
|
284
|
+
def __repr__(self) -> str:
|
|
285
|
+
return "CACertificateReference(%s)" % ", ".join(
|
|
286
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
287
|
+
)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
@jsii.data_type(
|
|
291
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.CertificateProviderReference",
|
|
292
|
+
jsii_struct_bases=[],
|
|
293
|
+
name_mapping={
|
|
294
|
+
"certificate_provider_arn": "certificateProviderArn",
|
|
295
|
+
"certificate_provider_name": "certificateProviderName",
|
|
296
|
+
},
|
|
297
|
+
)
|
|
298
|
+
class CertificateProviderReference:
|
|
299
|
+
def __init__(
|
|
300
|
+
self,
|
|
301
|
+
*,
|
|
302
|
+
certificate_provider_arn: builtins.str,
|
|
303
|
+
certificate_provider_name: builtins.str,
|
|
304
|
+
) -> None:
|
|
305
|
+
'''A reference to a CertificateProvider resource.
|
|
306
|
+
|
|
307
|
+
:param certificate_provider_arn: The ARN of the CertificateProvider resource.
|
|
308
|
+
:param certificate_provider_name: The CertificateProviderName of the CertificateProvider resource.
|
|
309
|
+
|
|
310
|
+
:exampleMetadata: fixture=_generated
|
|
311
|
+
|
|
312
|
+
Example::
|
|
313
|
+
|
|
314
|
+
# The code below shows an example of how to instantiate this type.
|
|
315
|
+
# The values are placeholders you should change.
|
|
316
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
317
|
+
|
|
318
|
+
certificate_provider_reference = interfaces_aws_iot.CertificateProviderReference(
|
|
319
|
+
certificate_provider_arn="certificateProviderArn",
|
|
320
|
+
certificate_provider_name="certificateProviderName"
|
|
321
|
+
)
|
|
322
|
+
'''
|
|
323
|
+
if __debug__:
|
|
324
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1c7ece71d0f471a8be87b66e2a7c9c527cee538e2a3927e0c9a8d36386fc71d0)
|
|
325
|
+
check_type(argname="argument certificate_provider_arn", value=certificate_provider_arn, expected_type=type_hints["certificate_provider_arn"])
|
|
326
|
+
check_type(argname="argument certificate_provider_name", value=certificate_provider_name, expected_type=type_hints["certificate_provider_name"])
|
|
327
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
328
|
+
"certificate_provider_arn": certificate_provider_arn,
|
|
329
|
+
"certificate_provider_name": certificate_provider_name,
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
@builtins.property
|
|
333
|
+
def certificate_provider_arn(self) -> builtins.str:
|
|
334
|
+
'''The ARN of the CertificateProvider resource.'''
|
|
335
|
+
result = self._values.get("certificate_provider_arn")
|
|
336
|
+
assert result is not None, "Required property 'certificate_provider_arn' is missing"
|
|
337
|
+
return typing.cast(builtins.str, result)
|
|
338
|
+
|
|
339
|
+
@builtins.property
|
|
340
|
+
def certificate_provider_name(self) -> builtins.str:
|
|
341
|
+
'''The CertificateProviderName of the CertificateProvider resource.'''
|
|
342
|
+
result = self._values.get("certificate_provider_name")
|
|
343
|
+
assert result is not None, "Required property 'certificate_provider_name' is missing"
|
|
344
|
+
return typing.cast(builtins.str, result)
|
|
345
|
+
|
|
346
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
347
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
348
|
+
|
|
349
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
350
|
+
return not (rhs == self)
|
|
351
|
+
|
|
352
|
+
def __repr__(self) -> str:
|
|
353
|
+
return "CertificateProviderReference(%s)" % ", ".join(
|
|
354
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
355
|
+
)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
@jsii.data_type(
|
|
359
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.CertificateReference",
|
|
360
|
+
jsii_struct_bases=[],
|
|
361
|
+
name_mapping={
|
|
362
|
+
"certificate_arn": "certificateArn",
|
|
363
|
+
"certificate_id": "certificateId",
|
|
364
|
+
},
|
|
365
|
+
)
|
|
366
|
+
class CertificateReference:
|
|
367
|
+
def __init__(
|
|
368
|
+
self,
|
|
369
|
+
*,
|
|
370
|
+
certificate_arn: builtins.str,
|
|
371
|
+
certificate_id: builtins.str,
|
|
372
|
+
) -> None:
|
|
373
|
+
'''A reference to a Certificate resource.
|
|
374
|
+
|
|
375
|
+
:param certificate_arn: The ARN of the Certificate resource.
|
|
376
|
+
:param certificate_id: The Id of the Certificate resource.
|
|
377
|
+
|
|
378
|
+
:exampleMetadata: fixture=_generated
|
|
379
|
+
|
|
380
|
+
Example::
|
|
381
|
+
|
|
382
|
+
# The code below shows an example of how to instantiate this type.
|
|
383
|
+
# The values are placeholders you should change.
|
|
384
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
385
|
+
|
|
386
|
+
certificate_reference = interfaces_aws_iot.CertificateReference(
|
|
387
|
+
certificate_arn="certificateArn",
|
|
388
|
+
certificate_id="certificateId"
|
|
389
|
+
)
|
|
390
|
+
'''
|
|
391
|
+
if __debug__:
|
|
392
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dd41822bb856d2c4cd7bfd1b33e1f7ae9aa20fabf6771532f867575bce52ca14)
|
|
393
|
+
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
394
|
+
check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
|
|
395
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
396
|
+
"certificate_arn": certificate_arn,
|
|
397
|
+
"certificate_id": certificate_id,
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
@builtins.property
|
|
401
|
+
def certificate_arn(self) -> builtins.str:
|
|
402
|
+
'''The ARN of the Certificate resource.'''
|
|
403
|
+
result = self._values.get("certificate_arn")
|
|
404
|
+
assert result is not None, "Required property 'certificate_arn' is missing"
|
|
405
|
+
return typing.cast(builtins.str, result)
|
|
406
|
+
|
|
407
|
+
@builtins.property
|
|
408
|
+
def certificate_id(self) -> builtins.str:
|
|
409
|
+
'''The Id of the Certificate resource.'''
|
|
410
|
+
result = self._values.get("certificate_id")
|
|
411
|
+
assert result is not None, "Required property 'certificate_id' is missing"
|
|
412
|
+
return typing.cast(builtins.str, result)
|
|
413
|
+
|
|
414
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
415
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
416
|
+
|
|
417
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
418
|
+
return not (rhs == self)
|
|
419
|
+
|
|
420
|
+
def __repr__(self) -> str:
|
|
421
|
+
return "CertificateReference(%s)" % ", ".join(
|
|
422
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
423
|
+
)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
@jsii.data_type(
|
|
427
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.CommandReference",
|
|
428
|
+
jsii_struct_bases=[],
|
|
429
|
+
name_mapping={"command_arn": "commandArn", "command_id": "commandId"},
|
|
430
|
+
)
|
|
431
|
+
class CommandReference:
|
|
432
|
+
def __init__(self, *, command_arn: builtins.str, command_id: builtins.str) -> None:
|
|
433
|
+
'''A reference to a Command resource.
|
|
434
|
+
|
|
435
|
+
:param command_arn: The ARN of the Command resource.
|
|
436
|
+
:param command_id: The CommandId of the Command resource.
|
|
437
|
+
|
|
438
|
+
:exampleMetadata: fixture=_generated
|
|
439
|
+
|
|
440
|
+
Example::
|
|
441
|
+
|
|
442
|
+
# The code below shows an example of how to instantiate this type.
|
|
443
|
+
# The values are placeholders you should change.
|
|
444
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
445
|
+
|
|
446
|
+
command_reference = interfaces_aws_iot.CommandReference(
|
|
447
|
+
command_arn="commandArn",
|
|
448
|
+
command_id="commandId"
|
|
449
|
+
)
|
|
450
|
+
'''
|
|
451
|
+
if __debug__:
|
|
452
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5af71183d16426d8accbf974b433d009aa255f59da4af7ca7356d9ebd5c8b333)
|
|
453
|
+
check_type(argname="argument command_arn", value=command_arn, expected_type=type_hints["command_arn"])
|
|
454
|
+
check_type(argname="argument command_id", value=command_id, expected_type=type_hints["command_id"])
|
|
455
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
456
|
+
"command_arn": command_arn,
|
|
457
|
+
"command_id": command_id,
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
@builtins.property
|
|
461
|
+
def command_arn(self) -> builtins.str:
|
|
462
|
+
'''The ARN of the Command resource.'''
|
|
463
|
+
result = self._values.get("command_arn")
|
|
464
|
+
assert result is not None, "Required property 'command_arn' is missing"
|
|
465
|
+
return typing.cast(builtins.str, result)
|
|
466
|
+
|
|
467
|
+
@builtins.property
|
|
468
|
+
def command_id(self) -> builtins.str:
|
|
469
|
+
'''The CommandId of the Command resource.'''
|
|
470
|
+
result = self._values.get("command_id")
|
|
471
|
+
assert result is not None, "Required property 'command_id' is missing"
|
|
472
|
+
return typing.cast(builtins.str, result)
|
|
473
|
+
|
|
474
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
475
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
476
|
+
|
|
477
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
478
|
+
return not (rhs == self)
|
|
479
|
+
|
|
480
|
+
def __repr__(self) -> str:
|
|
481
|
+
return "CommandReference(%s)" % ", ".join(
|
|
482
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
483
|
+
)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
@jsii.data_type(
|
|
487
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.CustomMetricReference",
|
|
488
|
+
jsii_struct_bases=[],
|
|
489
|
+
name_mapping={"metric_name": "metricName"},
|
|
490
|
+
)
|
|
491
|
+
class CustomMetricReference:
|
|
492
|
+
def __init__(self, *, metric_name: builtins.str) -> None:
|
|
493
|
+
'''A reference to a CustomMetric resource.
|
|
494
|
+
|
|
495
|
+
:param metric_name: The MetricName of the CustomMetric resource.
|
|
496
|
+
|
|
497
|
+
:exampleMetadata: fixture=_generated
|
|
498
|
+
|
|
499
|
+
Example::
|
|
500
|
+
|
|
501
|
+
# The code below shows an example of how to instantiate this type.
|
|
502
|
+
# The values are placeholders you should change.
|
|
503
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
504
|
+
|
|
505
|
+
custom_metric_reference = interfaces_aws_iot.CustomMetricReference(
|
|
506
|
+
metric_name="metricName"
|
|
507
|
+
)
|
|
508
|
+
'''
|
|
509
|
+
if __debug__:
|
|
510
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7fc6d149631e90be2dff15aa19b30410d2c3183ced2ee13cdcb1d0ba90a3bbc8)
|
|
511
|
+
check_type(argname="argument metric_name", value=metric_name, expected_type=type_hints["metric_name"])
|
|
512
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
513
|
+
"metric_name": metric_name,
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
@builtins.property
|
|
517
|
+
def metric_name(self) -> builtins.str:
|
|
518
|
+
'''The MetricName of the CustomMetric resource.'''
|
|
519
|
+
result = self._values.get("metric_name")
|
|
520
|
+
assert result is not None, "Required property 'metric_name' is missing"
|
|
521
|
+
return typing.cast(builtins.str, result)
|
|
522
|
+
|
|
523
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
524
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
525
|
+
|
|
526
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
527
|
+
return not (rhs == self)
|
|
528
|
+
|
|
529
|
+
def __repr__(self) -> str:
|
|
530
|
+
return "CustomMetricReference(%s)" % ", ".join(
|
|
531
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
532
|
+
)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
@jsii.data_type(
|
|
536
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.DimensionReference",
|
|
537
|
+
jsii_struct_bases=[],
|
|
538
|
+
name_mapping={"dimension_arn": "dimensionArn", "dimension_name": "dimensionName"},
|
|
539
|
+
)
|
|
540
|
+
class DimensionReference:
|
|
541
|
+
def __init__(
|
|
542
|
+
self,
|
|
543
|
+
*,
|
|
544
|
+
dimension_arn: builtins.str,
|
|
545
|
+
dimension_name: builtins.str,
|
|
546
|
+
) -> None:
|
|
547
|
+
'''A reference to a Dimension resource.
|
|
548
|
+
|
|
549
|
+
:param dimension_arn: The ARN of the Dimension resource.
|
|
550
|
+
:param dimension_name: The Name of the Dimension resource.
|
|
551
|
+
|
|
552
|
+
:exampleMetadata: fixture=_generated
|
|
553
|
+
|
|
554
|
+
Example::
|
|
555
|
+
|
|
556
|
+
# The code below shows an example of how to instantiate this type.
|
|
557
|
+
# The values are placeholders you should change.
|
|
558
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
559
|
+
|
|
560
|
+
dimension_reference = interfaces_aws_iot.DimensionReference(
|
|
561
|
+
dimension_arn="dimensionArn",
|
|
562
|
+
dimension_name="dimensionName"
|
|
563
|
+
)
|
|
564
|
+
'''
|
|
565
|
+
if __debug__:
|
|
566
|
+
type_hints = typing.get_type_hints(_typecheckingstub__536bc66020b6f87b8fa03df1825e2fdd22350c7cab5f996602e34be7f5af3874)
|
|
567
|
+
check_type(argname="argument dimension_arn", value=dimension_arn, expected_type=type_hints["dimension_arn"])
|
|
568
|
+
check_type(argname="argument dimension_name", value=dimension_name, expected_type=type_hints["dimension_name"])
|
|
569
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
570
|
+
"dimension_arn": dimension_arn,
|
|
571
|
+
"dimension_name": dimension_name,
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
@builtins.property
|
|
575
|
+
def dimension_arn(self) -> builtins.str:
|
|
576
|
+
'''The ARN of the Dimension resource.'''
|
|
577
|
+
result = self._values.get("dimension_arn")
|
|
578
|
+
assert result is not None, "Required property 'dimension_arn' is missing"
|
|
579
|
+
return typing.cast(builtins.str, result)
|
|
580
|
+
|
|
581
|
+
@builtins.property
|
|
582
|
+
def dimension_name(self) -> builtins.str:
|
|
583
|
+
'''The Name of the Dimension resource.'''
|
|
584
|
+
result = self._values.get("dimension_name")
|
|
585
|
+
assert result is not None, "Required property 'dimension_name' is missing"
|
|
586
|
+
return typing.cast(builtins.str, result)
|
|
587
|
+
|
|
588
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
589
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
590
|
+
|
|
591
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
592
|
+
return not (rhs == self)
|
|
593
|
+
|
|
594
|
+
def __repr__(self) -> str:
|
|
595
|
+
return "DimensionReference(%s)" % ", ".join(
|
|
596
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
597
|
+
)
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
@jsii.data_type(
|
|
601
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.DomainConfigurationReference",
|
|
602
|
+
jsii_struct_bases=[],
|
|
603
|
+
name_mapping={
|
|
604
|
+
"domain_configuration_arn": "domainConfigurationArn",
|
|
605
|
+
"domain_configuration_name": "domainConfigurationName",
|
|
606
|
+
},
|
|
607
|
+
)
|
|
608
|
+
class DomainConfigurationReference:
|
|
609
|
+
def __init__(
|
|
610
|
+
self,
|
|
611
|
+
*,
|
|
612
|
+
domain_configuration_arn: builtins.str,
|
|
613
|
+
domain_configuration_name: builtins.str,
|
|
614
|
+
) -> None:
|
|
615
|
+
'''A reference to a DomainConfiguration resource.
|
|
616
|
+
|
|
617
|
+
:param domain_configuration_arn: The ARN of the DomainConfiguration resource.
|
|
618
|
+
:param domain_configuration_name: The DomainConfigurationName of the DomainConfiguration resource.
|
|
619
|
+
|
|
620
|
+
:exampleMetadata: fixture=_generated
|
|
621
|
+
|
|
622
|
+
Example::
|
|
623
|
+
|
|
624
|
+
# The code below shows an example of how to instantiate this type.
|
|
625
|
+
# The values are placeholders you should change.
|
|
626
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
627
|
+
|
|
628
|
+
domain_configuration_reference = interfaces_aws_iot.DomainConfigurationReference(
|
|
629
|
+
domain_configuration_arn="domainConfigurationArn",
|
|
630
|
+
domain_configuration_name="domainConfigurationName"
|
|
631
|
+
)
|
|
632
|
+
'''
|
|
633
|
+
if __debug__:
|
|
634
|
+
type_hints = typing.get_type_hints(_typecheckingstub__072a2a0f202205af6e3de264c0d6baafb0bd344109806fb009fb406885e493b8)
|
|
635
|
+
check_type(argname="argument domain_configuration_arn", value=domain_configuration_arn, expected_type=type_hints["domain_configuration_arn"])
|
|
636
|
+
check_type(argname="argument domain_configuration_name", value=domain_configuration_name, expected_type=type_hints["domain_configuration_name"])
|
|
637
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
638
|
+
"domain_configuration_arn": domain_configuration_arn,
|
|
639
|
+
"domain_configuration_name": domain_configuration_name,
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
@builtins.property
|
|
643
|
+
def domain_configuration_arn(self) -> builtins.str:
|
|
644
|
+
'''The ARN of the DomainConfiguration resource.'''
|
|
645
|
+
result = self._values.get("domain_configuration_arn")
|
|
646
|
+
assert result is not None, "Required property 'domain_configuration_arn' is missing"
|
|
647
|
+
return typing.cast(builtins.str, result)
|
|
648
|
+
|
|
649
|
+
@builtins.property
|
|
650
|
+
def domain_configuration_name(self) -> builtins.str:
|
|
651
|
+
'''The DomainConfigurationName of the DomainConfiguration resource.'''
|
|
652
|
+
result = self._values.get("domain_configuration_name")
|
|
653
|
+
assert result is not None, "Required property 'domain_configuration_name' is missing"
|
|
654
|
+
return typing.cast(builtins.str, result)
|
|
655
|
+
|
|
656
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
657
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
658
|
+
|
|
659
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
660
|
+
return not (rhs == self)
|
|
661
|
+
|
|
662
|
+
def __repr__(self) -> str:
|
|
663
|
+
return "DomainConfigurationReference(%s)" % ", ".join(
|
|
664
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
665
|
+
)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
@jsii.data_type(
|
|
669
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.EncryptionConfigurationReference",
|
|
670
|
+
jsii_struct_bases=[],
|
|
671
|
+
name_mapping={"account_id": "accountId"},
|
|
672
|
+
)
|
|
673
|
+
class EncryptionConfigurationReference:
|
|
674
|
+
def __init__(self, *, account_id: builtins.str) -> None:
|
|
675
|
+
'''A reference to a EncryptionConfiguration resource.
|
|
676
|
+
|
|
677
|
+
:param account_id: The AccountId of the EncryptionConfiguration resource.
|
|
678
|
+
|
|
679
|
+
:exampleMetadata: fixture=_generated
|
|
680
|
+
|
|
681
|
+
Example::
|
|
682
|
+
|
|
683
|
+
# The code below shows an example of how to instantiate this type.
|
|
684
|
+
# The values are placeholders you should change.
|
|
685
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
686
|
+
|
|
687
|
+
encryption_configuration_reference = interfaces_aws_iot.EncryptionConfigurationReference(
|
|
688
|
+
account_id="accountId"
|
|
689
|
+
)
|
|
690
|
+
'''
|
|
691
|
+
if __debug__:
|
|
692
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4243e6eeb1178b52ca431a8df25777c644a24a26ede98fac89e27a981c283fdb)
|
|
693
|
+
check_type(argname="argument account_id", value=account_id, expected_type=type_hints["account_id"])
|
|
694
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
695
|
+
"account_id": account_id,
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
@builtins.property
|
|
699
|
+
def account_id(self) -> builtins.str:
|
|
700
|
+
'''The AccountId of the EncryptionConfiguration resource.'''
|
|
701
|
+
result = self._values.get("account_id")
|
|
702
|
+
assert result is not None, "Required property 'account_id' is missing"
|
|
703
|
+
return typing.cast(builtins.str, result)
|
|
704
|
+
|
|
705
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
706
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
707
|
+
|
|
708
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
709
|
+
return not (rhs == self)
|
|
710
|
+
|
|
711
|
+
def __repr__(self) -> str:
|
|
712
|
+
return "EncryptionConfigurationReference(%s)" % ", ".join(
|
|
713
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
714
|
+
)
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
@jsii.data_type(
|
|
718
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.FleetMetricReference",
|
|
719
|
+
jsii_struct_bases=[],
|
|
720
|
+
name_mapping={"metric_name": "metricName"},
|
|
721
|
+
)
|
|
722
|
+
class FleetMetricReference:
|
|
723
|
+
def __init__(self, *, metric_name: builtins.str) -> None:
|
|
724
|
+
'''A reference to a FleetMetric resource.
|
|
725
|
+
|
|
726
|
+
:param metric_name: The MetricName of the FleetMetric resource.
|
|
727
|
+
|
|
728
|
+
:exampleMetadata: fixture=_generated
|
|
729
|
+
|
|
730
|
+
Example::
|
|
731
|
+
|
|
732
|
+
# The code below shows an example of how to instantiate this type.
|
|
733
|
+
# The values are placeholders you should change.
|
|
734
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
735
|
+
|
|
736
|
+
fleet_metric_reference = interfaces_aws_iot.FleetMetricReference(
|
|
737
|
+
metric_name="metricName"
|
|
738
|
+
)
|
|
739
|
+
'''
|
|
740
|
+
if __debug__:
|
|
741
|
+
type_hints = typing.get_type_hints(_typecheckingstub__87bcc885b51342fc4a7fd186621f27ba55cc31a51b3cd22d20675d422894e639)
|
|
742
|
+
check_type(argname="argument metric_name", value=metric_name, expected_type=type_hints["metric_name"])
|
|
743
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
744
|
+
"metric_name": metric_name,
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
@builtins.property
|
|
748
|
+
def metric_name(self) -> builtins.str:
|
|
749
|
+
'''The MetricName of the FleetMetric resource.'''
|
|
750
|
+
result = self._values.get("metric_name")
|
|
751
|
+
assert result is not None, "Required property 'metric_name' is missing"
|
|
752
|
+
return typing.cast(builtins.str, result)
|
|
753
|
+
|
|
754
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
755
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
756
|
+
|
|
757
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
758
|
+
return not (rhs == self)
|
|
759
|
+
|
|
760
|
+
def __repr__(self) -> str:
|
|
761
|
+
return "FleetMetricReference(%s)" % ", ".join(
|
|
762
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
763
|
+
)
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
@jsii.interface(
|
|
767
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.IAccountAuditConfigurationRef"
|
|
768
|
+
)
|
|
769
|
+
class IAccountAuditConfigurationRef(
|
|
770
|
+
_constructs_77d1e7e8.IConstruct,
|
|
771
|
+
_IEnvironmentAware_f39049ee,
|
|
772
|
+
typing_extensions.Protocol,
|
|
773
|
+
):
|
|
774
|
+
'''(experimental) Indicates that this resource can be referenced as a AccountAuditConfiguration.
|
|
775
|
+
|
|
776
|
+
:stability: experimental
|
|
777
|
+
'''
|
|
778
|
+
|
|
779
|
+
@builtins.property
|
|
780
|
+
@jsii.member(jsii_name="accountAuditConfigurationRef")
|
|
781
|
+
def account_audit_configuration_ref(self) -> AccountAuditConfigurationReference:
|
|
782
|
+
'''(experimental) A reference to a AccountAuditConfiguration resource.
|
|
783
|
+
|
|
784
|
+
:stability: experimental
|
|
785
|
+
'''
|
|
786
|
+
...
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
class _IAccountAuditConfigurationRefProxy(
|
|
790
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
791
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
792
|
+
):
|
|
793
|
+
'''(experimental) Indicates that this resource can be referenced as a AccountAuditConfiguration.
|
|
794
|
+
|
|
795
|
+
:stability: experimental
|
|
796
|
+
'''
|
|
797
|
+
|
|
798
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IAccountAuditConfigurationRef"
|
|
799
|
+
|
|
800
|
+
@builtins.property
|
|
801
|
+
@jsii.member(jsii_name="accountAuditConfigurationRef")
|
|
802
|
+
def account_audit_configuration_ref(self) -> AccountAuditConfigurationReference:
|
|
803
|
+
'''(experimental) A reference to a AccountAuditConfiguration resource.
|
|
804
|
+
|
|
805
|
+
:stability: experimental
|
|
806
|
+
'''
|
|
807
|
+
return typing.cast(AccountAuditConfigurationReference, jsii.get(self, "accountAuditConfigurationRef"))
|
|
808
|
+
|
|
809
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
810
|
+
typing.cast(typing.Any, IAccountAuditConfigurationRef).__jsii_proxy_class__ = lambda : _IAccountAuditConfigurationRefProxy
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IAuthorizerRef")
|
|
814
|
+
class IAuthorizerRef(
|
|
815
|
+
_constructs_77d1e7e8.IConstruct,
|
|
816
|
+
_IEnvironmentAware_f39049ee,
|
|
817
|
+
typing_extensions.Protocol,
|
|
818
|
+
):
|
|
819
|
+
'''(experimental) Indicates that this resource can be referenced as a Authorizer.
|
|
820
|
+
|
|
821
|
+
:stability: experimental
|
|
822
|
+
'''
|
|
823
|
+
|
|
824
|
+
@builtins.property
|
|
825
|
+
@jsii.member(jsii_name="authorizerRef")
|
|
826
|
+
def authorizer_ref(self) -> AuthorizerReference:
|
|
827
|
+
'''(experimental) A reference to a Authorizer resource.
|
|
828
|
+
|
|
829
|
+
:stability: experimental
|
|
830
|
+
'''
|
|
831
|
+
...
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
class _IAuthorizerRefProxy(
|
|
835
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
836
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
837
|
+
):
|
|
838
|
+
'''(experimental) Indicates that this resource can be referenced as a Authorizer.
|
|
839
|
+
|
|
840
|
+
:stability: experimental
|
|
841
|
+
'''
|
|
842
|
+
|
|
843
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IAuthorizerRef"
|
|
844
|
+
|
|
845
|
+
@builtins.property
|
|
846
|
+
@jsii.member(jsii_name="authorizerRef")
|
|
847
|
+
def authorizer_ref(self) -> AuthorizerReference:
|
|
848
|
+
'''(experimental) A reference to a Authorizer resource.
|
|
849
|
+
|
|
850
|
+
:stability: experimental
|
|
851
|
+
'''
|
|
852
|
+
return typing.cast(AuthorizerReference, jsii.get(self, "authorizerRef"))
|
|
853
|
+
|
|
854
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
855
|
+
typing.cast(typing.Any, IAuthorizerRef).__jsii_proxy_class__ = lambda : _IAuthorizerRefProxy
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IBillingGroupRef")
|
|
859
|
+
class IBillingGroupRef(
|
|
860
|
+
_constructs_77d1e7e8.IConstruct,
|
|
861
|
+
_IEnvironmentAware_f39049ee,
|
|
862
|
+
typing_extensions.Protocol,
|
|
863
|
+
):
|
|
864
|
+
'''(experimental) Indicates that this resource can be referenced as a BillingGroup.
|
|
865
|
+
|
|
866
|
+
:stability: experimental
|
|
867
|
+
'''
|
|
868
|
+
|
|
869
|
+
@builtins.property
|
|
870
|
+
@jsii.member(jsii_name="billingGroupRef")
|
|
871
|
+
def billing_group_ref(self) -> BillingGroupReference:
|
|
872
|
+
'''(experimental) A reference to a BillingGroup resource.
|
|
873
|
+
|
|
874
|
+
:stability: experimental
|
|
875
|
+
'''
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
class _IBillingGroupRefProxy(
|
|
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 BillingGroup.
|
|
884
|
+
|
|
885
|
+
:stability: experimental
|
|
886
|
+
'''
|
|
887
|
+
|
|
888
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IBillingGroupRef"
|
|
889
|
+
|
|
890
|
+
@builtins.property
|
|
891
|
+
@jsii.member(jsii_name="billingGroupRef")
|
|
892
|
+
def billing_group_ref(self) -> BillingGroupReference:
|
|
893
|
+
'''(experimental) A reference to a BillingGroup resource.
|
|
894
|
+
|
|
895
|
+
:stability: experimental
|
|
896
|
+
'''
|
|
897
|
+
return typing.cast(BillingGroupReference, jsii.get(self, "billingGroupRef"))
|
|
898
|
+
|
|
899
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
900
|
+
typing.cast(typing.Any, IBillingGroupRef).__jsii_proxy_class__ = lambda : _IBillingGroupRefProxy
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ICACertificateRef")
|
|
904
|
+
class ICACertificateRef(
|
|
905
|
+
_constructs_77d1e7e8.IConstruct,
|
|
906
|
+
_IEnvironmentAware_f39049ee,
|
|
907
|
+
typing_extensions.Protocol,
|
|
908
|
+
):
|
|
909
|
+
'''(experimental) Indicates that this resource can be referenced as a CACertificate.
|
|
910
|
+
|
|
911
|
+
:stability: experimental
|
|
912
|
+
'''
|
|
913
|
+
|
|
914
|
+
@builtins.property
|
|
915
|
+
@jsii.member(jsii_name="caCertificateRef")
|
|
916
|
+
def ca_certificate_ref(self) -> CACertificateReference:
|
|
917
|
+
'''(experimental) A reference to a CACertificate resource.
|
|
918
|
+
|
|
919
|
+
:stability: experimental
|
|
920
|
+
'''
|
|
921
|
+
...
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
class _ICACertificateRefProxy(
|
|
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 CACertificate.
|
|
929
|
+
|
|
930
|
+
:stability: experimental
|
|
931
|
+
'''
|
|
932
|
+
|
|
933
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ICACertificateRef"
|
|
934
|
+
|
|
935
|
+
@builtins.property
|
|
936
|
+
@jsii.member(jsii_name="caCertificateRef")
|
|
937
|
+
def ca_certificate_ref(self) -> CACertificateReference:
|
|
938
|
+
'''(experimental) A reference to a CACertificate resource.
|
|
939
|
+
|
|
940
|
+
:stability: experimental
|
|
941
|
+
'''
|
|
942
|
+
return typing.cast(CACertificateReference, jsii.get(self, "caCertificateRef"))
|
|
943
|
+
|
|
944
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
945
|
+
typing.cast(typing.Any, ICACertificateRef).__jsii_proxy_class__ = lambda : _ICACertificateRefProxy
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ICertificateProviderRef")
|
|
949
|
+
class ICertificateProviderRef(
|
|
950
|
+
_constructs_77d1e7e8.IConstruct,
|
|
951
|
+
_IEnvironmentAware_f39049ee,
|
|
952
|
+
typing_extensions.Protocol,
|
|
953
|
+
):
|
|
954
|
+
'''(experimental) Indicates that this resource can be referenced as a CertificateProvider.
|
|
955
|
+
|
|
956
|
+
:stability: experimental
|
|
957
|
+
'''
|
|
958
|
+
|
|
959
|
+
@builtins.property
|
|
960
|
+
@jsii.member(jsii_name="certificateProviderRef")
|
|
961
|
+
def certificate_provider_ref(self) -> CertificateProviderReference:
|
|
962
|
+
'''(experimental) A reference to a CertificateProvider resource.
|
|
963
|
+
|
|
964
|
+
:stability: experimental
|
|
965
|
+
'''
|
|
966
|
+
...
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
class _ICertificateProviderRefProxy(
|
|
970
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
971
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
972
|
+
):
|
|
973
|
+
'''(experimental) Indicates that this resource can be referenced as a CertificateProvider.
|
|
974
|
+
|
|
975
|
+
:stability: experimental
|
|
976
|
+
'''
|
|
977
|
+
|
|
978
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ICertificateProviderRef"
|
|
979
|
+
|
|
980
|
+
@builtins.property
|
|
981
|
+
@jsii.member(jsii_name="certificateProviderRef")
|
|
982
|
+
def certificate_provider_ref(self) -> CertificateProviderReference:
|
|
983
|
+
'''(experimental) A reference to a CertificateProvider resource.
|
|
984
|
+
|
|
985
|
+
:stability: experimental
|
|
986
|
+
'''
|
|
987
|
+
return typing.cast(CertificateProviderReference, jsii.get(self, "certificateProviderRef"))
|
|
988
|
+
|
|
989
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
990
|
+
typing.cast(typing.Any, ICertificateProviderRef).__jsii_proxy_class__ = lambda : _ICertificateProviderRefProxy
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ICertificateRef")
|
|
994
|
+
class ICertificateRef(
|
|
995
|
+
_constructs_77d1e7e8.IConstruct,
|
|
996
|
+
_IEnvironmentAware_f39049ee,
|
|
997
|
+
typing_extensions.Protocol,
|
|
998
|
+
):
|
|
999
|
+
'''(experimental) Indicates that this resource can be referenced as a Certificate.
|
|
1000
|
+
|
|
1001
|
+
:stability: experimental
|
|
1002
|
+
'''
|
|
1003
|
+
|
|
1004
|
+
@builtins.property
|
|
1005
|
+
@jsii.member(jsii_name="certificateRef")
|
|
1006
|
+
def certificate_ref(self) -> CertificateReference:
|
|
1007
|
+
'''(experimental) A reference to a Certificate resource.
|
|
1008
|
+
|
|
1009
|
+
:stability: experimental
|
|
1010
|
+
'''
|
|
1011
|
+
...
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
class _ICertificateRefProxy(
|
|
1015
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1016
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1017
|
+
):
|
|
1018
|
+
'''(experimental) Indicates that this resource can be referenced as a Certificate.
|
|
1019
|
+
|
|
1020
|
+
:stability: experimental
|
|
1021
|
+
'''
|
|
1022
|
+
|
|
1023
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ICertificateRef"
|
|
1024
|
+
|
|
1025
|
+
@builtins.property
|
|
1026
|
+
@jsii.member(jsii_name="certificateRef")
|
|
1027
|
+
def certificate_ref(self) -> CertificateReference:
|
|
1028
|
+
'''(experimental) A reference to a Certificate resource.
|
|
1029
|
+
|
|
1030
|
+
:stability: experimental
|
|
1031
|
+
'''
|
|
1032
|
+
return typing.cast(CertificateReference, jsii.get(self, "certificateRef"))
|
|
1033
|
+
|
|
1034
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1035
|
+
typing.cast(typing.Any, ICertificateRef).__jsii_proxy_class__ = lambda : _ICertificateRefProxy
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ICommandRef")
|
|
1039
|
+
class ICommandRef(
|
|
1040
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1041
|
+
_IEnvironmentAware_f39049ee,
|
|
1042
|
+
typing_extensions.Protocol,
|
|
1043
|
+
):
|
|
1044
|
+
'''(experimental) Indicates that this resource can be referenced as a Command.
|
|
1045
|
+
|
|
1046
|
+
:stability: experimental
|
|
1047
|
+
'''
|
|
1048
|
+
|
|
1049
|
+
@builtins.property
|
|
1050
|
+
@jsii.member(jsii_name="commandRef")
|
|
1051
|
+
def command_ref(self) -> CommandReference:
|
|
1052
|
+
'''(experimental) A reference to a Command resource.
|
|
1053
|
+
|
|
1054
|
+
:stability: experimental
|
|
1055
|
+
'''
|
|
1056
|
+
...
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
class _ICommandRefProxy(
|
|
1060
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1061
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1062
|
+
):
|
|
1063
|
+
'''(experimental) Indicates that this resource can be referenced as a Command.
|
|
1064
|
+
|
|
1065
|
+
:stability: experimental
|
|
1066
|
+
'''
|
|
1067
|
+
|
|
1068
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ICommandRef"
|
|
1069
|
+
|
|
1070
|
+
@builtins.property
|
|
1071
|
+
@jsii.member(jsii_name="commandRef")
|
|
1072
|
+
def command_ref(self) -> CommandReference:
|
|
1073
|
+
'''(experimental) A reference to a Command resource.
|
|
1074
|
+
|
|
1075
|
+
:stability: experimental
|
|
1076
|
+
'''
|
|
1077
|
+
return typing.cast(CommandReference, jsii.get(self, "commandRef"))
|
|
1078
|
+
|
|
1079
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1080
|
+
typing.cast(typing.Any, ICommandRef).__jsii_proxy_class__ = lambda : _ICommandRefProxy
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ICustomMetricRef")
|
|
1084
|
+
class ICustomMetricRef(
|
|
1085
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1086
|
+
_IEnvironmentAware_f39049ee,
|
|
1087
|
+
typing_extensions.Protocol,
|
|
1088
|
+
):
|
|
1089
|
+
'''(experimental) Indicates that this resource can be referenced as a CustomMetric.
|
|
1090
|
+
|
|
1091
|
+
:stability: experimental
|
|
1092
|
+
'''
|
|
1093
|
+
|
|
1094
|
+
@builtins.property
|
|
1095
|
+
@jsii.member(jsii_name="customMetricRef")
|
|
1096
|
+
def custom_metric_ref(self) -> CustomMetricReference:
|
|
1097
|
+
'''(experimental) A reference to a CustomMetric resource.
|
|
1098
|
+
|
|
1099
|
+
:stability: experimental
|
|
1100
|
+
'''
|
|
1101
|
+
...
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
class _ICustomMetricRefProxy(
|
|
1105
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1106
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1107
|
+
):
|
|
1108
|
+
'''(experimental) Indicates that this resource can be referenced as a CustomMetric.
|
|
1109
|
+
|
|
1110
|
+
:stability: experimental
|
|
1111
|
+
'''
|
|
1112
|
+
|
|
1113
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ICustomMetricRef"
|
|
1114
|
+
|
|
1115
|
+
@builtins.property
|
|
1116
|
+
@jsii.member(jsii_name="customMetricRef")
|
|
1117
|
+
def custom_metric_ref(self) -> CustomMetricReference:
|
|
1118
|
+
'''(experimental) A reference to a CustomMetric resource.
|
|
1119
|
+
|
|
1120
|
+
:stability: experimental
|
|
1121
|
+
'''
|
|
1122
|
+
return typing.cast(CustomMetricReference, jsii.get(self, "customMetricRef"))
|
|
1123
|
+
|
|
1124
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1125
|
+
typing.cast(typing.Any, ICustomMetricRef).__jsii_proxy_class__ = lambda : _ICustomMetricRefProxy
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IDimensionRef")
|
|
1129
|
+
class IDimensionRef(
|
|
1130
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1131
|
+
_IEnvironmentAware_f39049ee,
|
|
1132
|
+
typing_extensions.Protocol,
|
|
1133
|
+
):
|
|
1134
|
+
'''(experimental) Indicates that this resource can be referenced as a Dimension.
|
|
1135
|
+
|
|
1136
|
+
:stability: experimental
|
|
1137
|
+
'''
|
|
1138
|
+
|
|
1139
|
+
@builtins.property
|
|
1140
|
+
@jsii.member(jsii_name="dimensionRef")
|
|
1141
|
+
def dimension_ref(self) -> DimensionReference:
|
|
1142
|
+
'''(experimental) A reference to a Dimension resource.
|
|
1143
|
+
|
|
1144
|
+
:stability: experimental
|
|
1145
|
+
'''
|
|
1146
|
+
...
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
class _IDimensionRefProxy(
|
|
1150
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1151
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1152
|
+
):
|
|
1153
|
+
'''(experimental) Indicates that this resource can be referenced as a Dimension.
|
|
1154
|
+
|
|
1155
|
+
:stability: experimental
|
|
1156
|
+
'''
|
|
1157
|
+
|
|
1158
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IDimensionRef"
|
|
1159
|
+
|
|
1160
|
+
@builtins.property
|
|
1161
|
+
@jsii.member(jsii_name="dimensionRef")
|
|
1162
|
+
def dimension_ref(self) -> DimensionReference:
|
|
1163
|
+
'''(experimental) A reference to a Dimension resource.
|
|
1164
|
+
|
|
1165
|
+
:stability: experimental
|
|
1166
|
+
'''
|
|
1167
|
+
return typing.cast(DimensionReference, jsii.get(self, "dimensionRef"))
|
|
1168
|
+
|
|
1169
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1170
|
+
typing.cast(typing.Any, IDimensionRef).__jsii_proxy_class__ = lambda : _IDimensionRefProxy
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IDomainConfigurationRef")
|
|
1174
|
+
class IDomainConfigurationRef(
|
|
1175
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1176
|
+
_IEnvironmentAware_f39049ee,
|
|
1177
|
+
typing_extensions.Protocol,
|
|
1178
|
+
):
|
|
1179
|
+
'''(experimental) Indicates that this resource can be referenced as a DomainConfiguration.
|
|
1180
|
+
|
|
1181
|
+
:stability: experimental
|
|
1182
|
+
'''
|
|
1183
|
+
|
|
1184
|
+
@builtins.property
|
|
1185
|
+
@jsii.member(jsii_name="domainConfigurationRef")
|
|
1186
|
+
def domain_configuration_ref(self) -> DomainConfigurationReference:
|
|
1187
|
+
'''(experimental) A reference to a DomainConfiguration resource.
|
|
1188
|
+
|
|
1189
|
+
:stability: experimental
|
|
1190
|
+
'''
|
|
1191
|
+
...
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
class _IDomainConfigurationRefProxy(
|
|
1195
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1196
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1197
|
+
):
|
|
1198
|
+
'''(experimental) Indicates that this resource can be referenced as a DomainConfiguration.
|
|
1199
|
+
|
|
1200
|
+
:stability: experimental
|
|
1201
|
+
'''
|
|
1202
|
+
|
|
1203
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IDomainConfigurationRef"
|
|
1204
|
+
|
|
1205
|
+
@builtins.property
|
|
1206
|
+
@jsii.member(jsii_name="domainConfigurationRef")
|
|
1207
|
+
def domain_configuration_ref(self) -> DomainConfigurationReference:
|
|
1208
|
+
'''(experimental) A reference to a DomainConfiguration resource.
|
|
1209
|
+
|
|
1210
|
+
:stability: experimental
|
|
1211
|
+
'''
|
|
1212
|
+
return typing.cast(DomainConfigurationReference, jsii.get(self, "domainConfigurationRef"))
|
|
1213
|
+
|
|
1214
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1215
|
+
typing.cast(typing.Any, IDomainConfigurationRef).__jsii_proxy_class__ = lambda : _IDomainConfigurationRefProxy
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IEncryptionConfigurationRef")
|
|
1219
|
+
class IEncryptionConfigurationRef(
|
|
1220
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1221
|
+
_IEnvironmentAware_f39049ee,
|
|
1222
|
+
typing_extensions.Protocol,
|
|
1223
|
+
):
|
|
1224
|
+
'''(experimental) Indicates that this resource can be referenced as a EncryptionConfiguration.
|
|
1225
|
+
|
|
1226
|
+
:stability: experimental
|
|
1227
|
+
'''
|
|
1228
|
+
|
|
1229
|
+
@builtins.property
|
|
1230
|
+
@jsii.member(jsii_name="encryptionConfigurationRef")
|
|
1231
|
+
def encryption_configuration_ref(self) -> EncryptionConfigurationReference:
|
|
1232
|
+
'''(experimental) A reference to a EncryptionConfiguration resource.
|
|
1233
|
+
|
|
1234
|
+
:stability: experimental
|
|
1235
|
+
'''
|
|
1236
|
+
...
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
class _IEncryptionConfigurationRefProxy(
|
|
1240
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1241
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1242
|
+
):
|
|
1243
|
+
'''(experimental) Indicates that this resource can be referenced as a EncryptionConfiguration.
|
|
1244
|
+
|
|
1245
|
+
:stability: experimental
|
|
1246
|
+
'''
|
|
1247
|
+
|
|
1248
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IEncryptionConfigurationRef"
|
|
1249
|
+
|
|
1250
|
+
@builtins.property
|
|
1251
|
+
@jsii.member(jsii_name="encryptionConfigurationRef")
|
|
1252
|
+
def encryption_configuration_ref(self) -> EncryptionConfigurationReference:
|
|
1253
|
+
'''(experimental) A reference to a EncryptionConfiguration resource.
|
|
1254
|
+
|
|
1255
|
+
:stability: experimental
|
|
1256
|
+
'''
|
|
1257
|
+
return typing.cast(EncryptionConfigurationReference, jsii.get(self, "encryptionConfigurationRef"))
|
|
1258
|
+
|
|
1259
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1260
|
+
typing.cast(typing.Any, IEncryptionConfigurationRef).__jsii_proxy_class__ = lambda : _IEncryptionConfigurationRefProxy
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IFleetMetricRef")
|
|
1264
|
+
class IFleetMetricRef(
|
|
1265
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1266
|
+
_IEnvironmentAware_f39049ee,
|
|
1267
|
+
typing_extensions.Protocol,
|
|
1268
|
+
):
|
|
1269
|
+
'''(experimental) Indicates that this resource can be referenced as a FleetMetric.
|
|
1270
|
+
|
|
1271
|
+
:stability: experimental
|
|
1272
|
+
'''
|
|
1273
|
+
|
|
1274
|
+
@builtins.property
|
|
1275
|
+
@jsii.member(jsii_name="fleetMetricRef")
|
|
1276
|
+
def fleet_metric_ref(self) -> FleetMetricReference:
|
|
1277
|
+
'''(experimental) A reference to a FleetMetric resource.
|
|
1278
|
+
|
|
1279
|
+
:stability: experimental
|
|
1280
|
+
'''
|
|
1281
|
+
...
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
class _IFleetMetricRefProxy(
|
|
1285
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1286
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1287
|
+
):
|
|
1288
|
+
'''(experimental) Indicates that this resource can be referenced as a FleetMetric.
|
|
1289
|
+
|
|
1290
|
+
:stability: experimental
|
|
1291
|
+
'''
|
|
1292
|
+
|
|
1293
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IFleetMetricRef"
|
|
1294
|
+
|
|
1295
|
+
@builtins.property
|
|
1296
|
+
@jsii.member(jsii_name="fleetMetricRef")
|
|
1297
|
+
def fleet_metric_ref(self) -> FleetMetricReference:
|
|
1298
|
+
'''(experimental) A reference to a FleetMetric resource.
|
|
1299
|
+
|
|
1300
|
+
:stability: experimental
|
|
1301
|
+
'''
|
|
1302
|
+
return typing.cast(FleetMetricReference, jsii.get(self, "fleetMetricRef"))
|
|
1303
|
+
|
|
1304
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1305
|
+
typing.cast(typing.Any, IFleetMetricRef).__jsii_proxy_class__ = lambda : _IFleetMetricRefProxy
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IJobTemplateRef")
|
|
1309
|
+
class IJobTemplateRef(
|
|
1310
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1311
|
+
_IEnvironmentAware_f39049ee,
|
|
1312
|
+
typing_extensions.Protocol,
|
|
1313
|
+
):
|
|
1314
|
+
'''(experimental) Indicates that this resource can be referenced as a JobTemplate.
|
|
1315
|
+
|
|
1316
|
+
:stability: experimental
|
|
1317
|
+
'''
|
|
1318
|
+
|
|
1319
|
+
@builtins.property
|
|
1320
|
+
@jsii.member(jsii_name="jobTemplateRef")
|
|
1321
|
+
def job_template_ref(self) -> "JobTemplateReference":
|
|
1322
|
+
'''(experimental) A reference to a JobTemplate resource.
|
|
1323
|
+
|
|
1324
|
+
:stability: experimental
|
|
1325
|
+
'''
|
|
1326
|
+
...
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
class _IJobTemplateRefProxy(
|
|
1330
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1331
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1332
|
+
):
|
|
1333
|
+
'''(experimental) Indicates that this resource can be referenced as a JobTemplate.
|
|
1334
|
+
|
|
1335
|
+
:stability: experimental
|
|
1336
|
+
'''
|
|
1337
|
+
|
|
1338
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IJobTemplateRef"
|
|
1339
|
+
|
|
1340
|
+
@builtins.property
|
|
1341
|
+
@jsii.member(jsii_name="jobTemplateRef")
|
|
1342
|
+
def job_template_ref(self) -> "JobTemplateReference":
|
|
1343
|
+
'''(experimental) A reference to a JobTemplate resource.
|
|
1344
|
+
|
|
1345
|
+
:stability: experimental
|
|
1346
|
+
'''
|
|
1347
|
+
return typing.cast("JobTemplateReference", jsii.get(self, "jobTemplateRef"))
|
|
1348
|
+
|
|
1349
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1350
|
+
typing.cast(typing.Any, IJobTemplateRef).__jsii_proxy_class__ = lambda : _IJobTemplateRefProxy
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ILoggingRef")
|
|
1354
|
+
class ILoggingRef(
|
|
1355
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1356
|
+
_IEnvironmentAware_f39049ee,
|
|
1357
|
+
typing_extensions.Protocol,
|
|
1358
|
+
):
|
|
1359
|
+
'''(experimental) Indicates that this resource can be referenced as a Logging.
|
|
1360
|
+
|
|
1361
|
+
:stability: experimental
|
|
1362
|
+
'''
|
|
1363
|
+
|
|
1364
|
+
@builtins.property
|
|
1365
|
+
@jsii.member(jsii_name="loggingRef")
|
|
1366
|
+
def logging_ref(self) -> "LoggingReference":
|
|
1367
|
+
'''(experimental) A reference to a Logging resource.
|
|
1368
|
+
|
|
1369
|
+
:stability: experimental
|
|
1370
|
+
'''
|
|
1371
|
+
...
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
class _ILoggingRefProxy(
|
|
1375
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1376
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1377
|
+
):
|
|
1378
|
+
'''(experimental) Indicates that this resource can be referenced as a Logging.
|
|
1379
|
+
|
|
1380
|
+
:stability: experimental
|
|
1381
|
+
'''
|
|
1382
|
+
|
|
1383
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ILoggingRef"
|
|
1384
|
+
|
|
1385
|
+
@builtins.property
|
|
1386
|
+
@jsii.member(jsii_name="loggingRef")
|
|
1387
|
+
def logging_ref(self) -> "LoggingReference":
|
|
1388
|
+
'''(experimental) A reference to a Logging resource.
|
|
1389
|
+
|
|
1390
|
+
:stability: experimental
|
|
1391
|
+
'''
|
|
1392
|
+
return typing.cast("LoggingReference", jsii.get(self, "loggingRef"))
|
|
1393
|
+
|
|
1394
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1395
|
+
typing.cast(typing.Any, ILoggingRef).__jsii_proxy_class__ = lambda : _ILoggingRefProxy
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IMitigationActionRef")
|
|
1399
|
+
class IMitigationActionRef(
|
|
1400
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1401
|
+
_IEnvironmentAware_f39049ee,
|
|
1402
|
+
typing_extensions.Protocol,
|
|
1403
|
+
):
|
|
1404
|
+
'''(experimental) Indicates that this resource can be referenced as a MitigationAction.
|
|
1405
|
+
|
|
1406
|
+
:stability: experimental
|
|
1407
|
+
'''
|
|
1408
|
+
|
|
1409
|
+
@builtins.property
|
|
1410
|
+
@jsii.member(jsii_name="mitigationActionRef")
|
|
1411
|
+
def mitigation_action_ref(self) -> "MitigationActionReference":
|
|
1412
|
+
'''(experimental) A reference to a MitigationAction resource.
|
|
1413
|
+
|
|
1414
|
+
:stability: experimental
|
|
1415
|
+
'''
|
|
1416
|
+
...
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
class _IMitigationActionRefProxy(
|
|
1420
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1421
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1422
|
+
):
|
|
1423
|
+
'''(experimental) Indicates that this resource can be referenced as a MitigationAction.
|
|
1424
|
+
|
|
1425
|
+
:stability: experimental
|
|
1426
|
+
'''
|
|
1427
|
+
|
|
1428
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IMitigationActionRef"
|
|
1429
|
+
|
|
1430
|
+
@builtins.property
|
|
1431
|
+
@jsii.member(jsii_name="mitigationActionRef")
|
|
1432
|
+
def mitigation_action_ref(self) -> "MitigationActionReference":
|
|
1433
|
+
'''(experimental) A reference to a MitigationAction resource.
|
|
1434
|
+
|
|
1435
|
+
:stability: experimental
|
|
1436
|
+
'''
|
|
1437
|
+
return typing.cast("MitigationActionReference", jsii.get(self, "mitigationActionRef"))
|
|
1438
|
+
|
|
1439
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1440
|
+
typing.cast(typing.Any, IMitigationActionRef).__jsii_proxy_class__ = lambda : _IMitigationActionRefProxy
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
@jsii.interface(
|
|
1444
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.IPolicyPrincipalAttachmentRef"
|
|
1445
|
+
)
|
|
1446
|
+
class IPolicyPrincipalAttachmentRef(
|
|
1447
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1448
|
+
_IEnvironmentAware_f39049ee,
|
|
1449
|
+
typing_extensions.Protocol,
|
|
1450
|
+
):
|
|
1451
|
+
'''(experimental) Indicates that this resource can be referenced as a PolicyPrincipalAttachment.
|
|
1452
|
+
|
|
1453
|
+
:stability: experimental
|
|
1454
|
+
'''
|
|
1455
|
+
|
|
1456
|
+
@builtins.property
|
|
1457
|
+
@jsii.member(jsii_name="policyPrincipalAttachmentRef")
|
|
1458
|
+
def policy_principal_attachment_ref(self) -> "PolicyPrincipalAttachmentReference":
|
|
1459
|
+
'''(experimental) A reference to a PolicyPrincipalAttachment resource.
|
|
1460
|
+
|
|
1461
|
+
:stability: experimental
|
|
1462
|
+
'''
|
|
1463
|
+
...
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
class _IPolicyPrincipalAttachmentRefProxy(
|
|
1467
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1468
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1469
|
+
):
|
|
1470
|
+
'''(experimental) Indicates that this resource can be referenced as a PolicyPrincipalAttachment.
|
|
1471
|
+
|
|
1472
|
+
:stability: experimental
|
|
1473
|
+
'''
|
|
1474
|
+
|
|
1475
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IPolicyPrincipalAttachmentRef"
|
|
1476
|
+
|
|
1477
|
+
@builtins.property
|
|
1478
|
+
@jsii.member(jsii_name="policyPrincipalAttachmentRef")
|
|
1479
|
+
def policy_principal_attachment_ref(self) -> "PolicyPrincipalAttachmentReference":
|
|
1480
|
+
'''(experimental) A reference to a PolicyPrincipalAttachment resource.
|
|
1481
|
+
|
|
1482
|
+
:stability: experimental
|
|
1483
|
+
'''
|
|
1484
|
+
return typing.cast("PolicyPrincipalAttachmentReference", jsii.get(self, "policyPrincipalAttachmentRef"))
|
|
1485
|
+
|
|
1486
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1487
|
+
typing.cast(typing.Any, IPolicyPrincipalAttachmentRef).__jsii_proxy_class__ = lambda : _IPolicyPrincipalAttachmentRefProxy
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IPolicyRef")
|
|
1491
|
+
class IPolicyRef(
|
|
1492
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1493
|
+
_IEnvironmentAware_f39049ee,
|
|
1494
|
+
typing_extensions.Protocol,
|
|
1495
|
+
):
|
|
1496
|
+
'''(experimental) Indicates that this resource can be referenced as a Policy.
|
|
1497
|
+
|
|
1498
|
+
:stability: experimental
|
|
1499
|
+
'''
|
|
1500
|
+
|
|
1501
|
+
@builtins.property
|
|
1502
|
+
@jsii.member(jsii_name="policyRef")
|
|
1503
|
+
def policy_ref(self) -> "PolicyReference":
|
|
1504
|
+
'''(experimental) A reference to a Policy resource.
|
|
1505
|
+
|
|
1506
|
+
:stability: experimental
|
|
1507
|
+
'''
|
|
1508
|
+
...
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
class _IPolicyRefProxy(
|
|
1512
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1513
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1514
|
+
):
|
|
1515
|
+
'''(experimental) Indicates that this resource can be referenced as a Policy.
|
|
1516
|
+
|
|
1517
|
+
:stability: experimental
|
|
1518
|
+
'''
|
|
1519
|
+
|
|
1520
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IPolicyRef"
|
|
1521
|
+
|
|
1522
|
+
@builtins.property
|
|
1523
|
+
@jsii.member(jsii_name="policyRef")
|
|
1524
|
+
def policy_ref(self) -> "PolicyReference":
|
|
1525
|
+
'''(experimental) A reference to a Policy resource.
|
|
1526
|
+
|
|
1527
|
+
:stability: experimental
|
|
1528
|
+
'''
|
|
1529
|
+
return typing.cast("PolicyReference", jsii.get(self, "policyRef"))
|
|
1530
|
+
|
|
1531
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1532
|
+
typing.cast(typing.Any, IPolicyRef).__jsii_proxy_class__ = lambda : _IPolicyRefProxy
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IProvisioningTemplateRef")
|
|
1536
|
+
class IProvisioningTemplateRef(
|
|
1537
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1538
|
+
_IEnvironmentAware_f39049ee,
|
|
1539
|
+
typing_extensions.Protocol,
|
|
1540
|
+
):
|
|
1541
|
+
'''(experimental) Indicates that this resource can be referenced as a ProvisioningTemplate.
|
|
1542
|
+
|
|
1543
|
+
:stability: experimental
|
|
1544
|
+
'''
|
|
1545
|
+
|
|
1546
|
+
@builtins.property
|
|
1547
|
+
@jsii.member(jsii_name="provisioningTemplateRef")
|
|
1548
|
+
def provisioning_template_ref(self) -> "ProvisioningTemplateReference":
|
|
1549
|
+
'''(experimental) A reference to a ProvisioningTemplate resource.
|
|
1550
|
+
|
|
1551
|
+
:stability: experimental
|
|
1552
|
+
'''
|
|
1553
|
+
...
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
class _IProvisioningTemplateRefProxy(
|
|
1557
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1558
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1559
|
+
):
|
|
1560
|
+
'''(experimental) Indicates that this resource can be referenced as a ProvisioningTemplate.
|
|
1561
|
+
|
|
1562
|
+
:stability: experimental
|
|
1563
|
+
'''
|
|
1564
|
+
|
|
1565
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IProvisioningTemplateRef"
|
|
1566
|
+
|
|
1567
|
+
@builtins.property
|
|
1568
|
+
@jsii.member(jsii_name="provisioningTemplateRef")
|
|
1569
|
+
def provisioning_template_ref(self) -> "ProvisioningTemplateReference":
|
|
1570
|
+
'''(experimental) A reference to a ProvisioningTemplate resource.
|
|
1571
|
+
|
|
1572
|
+
:stability: experimental
|
|
1573
|
+
'''
|
|
1574
|
+
return typing.cast("ProvisioningTemplateReference", jsii.get(self, "provisioningTemplateRef"))
|
|
1575
|
+
|
|
1576
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1577
|
+
typing.cast(typing.Any, IProvisioningTemplateRef).__jsii_proxy_class__ = lambda : _IProvisioningTemplateRefProxy
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IResourceSpecificLoggingRef")
|
|
1581
|
+
class IResourceSpecificLoggingRef(
|
|
1582
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1583
|
+
_IEnvironmentAware_f39049ee,
|
|
1584
|
+
typing_extensions.Protocol,
|
|
1585
|
+
):
|
|
1586
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceSpecificLogging.
|
|
1587
|
+
|
|
1588
|
+
:stability: experimental
|
|
1589
|
+
'''
|
|
1590
|
+
|
|
1591
|
+
@builtins.property
|
|
1592
|
+
@jsii.member(jsii_name="resourceSpecificLoggingRef")
|
|
1593
|
+
def resource_specific_logging_ref(self) -> "ResourceSpecificLoggingReference":
|
|
1594
|
+
'''(experimental) A reference to a ResourceSpecificLogging resource.
|
|
1595
|
+
|
|
1596
|
+
:stability: experimental
|
|
1597
|
+
'''
|
|
1598
|
+
...
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
class _IResourceSpecificLoggingRefProxy(
|
|
1602
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1603
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1604
|
+
):
|
|
1605
|
+
'''(experimental) Indicates that this resource can be referenced as a ResourceSpecificLogging.
|
|
1606
|
+
|
|
1607
|
+
:stability: experimental
|
|
1608
|
+
'''
|
|
1609
|
+
|
|
1610
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IResourceSpecificLoggingRef"
|
|
1611
|
+
|
|
1612
|
+
@builtins.property
|
|
1613
|
+
@jsii.member(jsii_name="resourceSpecificLoggingRef")
|
|
1614
|
+
def resource_specific_logging_ref(self) -> "ResourceSpecificLoggingReference":
|
|
1615
|
+
'''(experimental) A reference to a ResourceSpecificLogging resource.
|
|
1616
|
+
|
|
1617
|
+
:stability: experimental
|
|
1618
|
+
'''
|
|
1619
|
+
return typing.cast("ResourceSpecificLoggingReference", jsii.get(self, "resourceSpecificLoggingRef"))
|
|
1620
|
+
|
|
1621
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1622
|
+
typing.cast(typing.Any, IResourceSpecificLoggingRef).__jsii_proxy_class__ = lambda : _IResourceSpecificLoggingRefProxy
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IRoleAliasRef")
|
|
1626
|
+
class IRoleAliasRef(
|
|
1627
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1628
|
+
_IEnvironmentAware_f39049ee,
|
|
1629
|
+
typing_extensions.Protocol,
|
|
1630
|
+
):
|
|
1631
|
+
'''(experimental) Indicates that this resource can be referenced as a RoleAlias.
|
|
1632
|
+
|
|
1633
|
+
:stability: experimental
|
|
1634
|
+
'''
|
|
1635
|
+
|
|
1636
|
+
@builtins.property
|
|
1637
|
+
@jsii.member(jsii_name="roleAliasRef")
|
|
1638
|
+
def role_alias_ref(self) -> "RoleAliasReference":
|
|
1639
|
+
'''(experimental) A reference to a RoleAlias resource.
|
|
1640
|
+
|
|
1641
|
+
:stability: experimental
|
|
1642
|
+
'''
|
|
1643
|
+
...
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
class _IRoleAliasRefProxy(
|
|
1647
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1648
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1649
|
+
):
|
|
1650
|
+
'''(experimental) Indicates that this resource can be referenced as a RoleAlias.
|
|
1651
|
+
|
|
1652
|
+
:stability: experimental
|
|
1653
|
+
'''
|
|
1654
|
+
|
|
1655
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IRoleAliasRef"
|
|
1656
|
+
|
|
1657
|
+
@builtins.property
|
|
1658
|
+
@jsii.member(jsii_name="roleAliasRef")
|
|
1659
|
+
def role_alias_ref(self) -> "RoleAliasReference":
|
|
1660
|
+
'''(experimental) A reference to a RoleAlias resource.
|
|
1661
|
+
|
|
1662
|
+
:stability: experimental
|
|
1663
|
+
'''
|
|
1664
|
+
return typing.cast("RoleAliasReference", jsii.get(self, "roleAliasRef"))
|
|
1665
|
+
|
|
1666
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1667
|
+
typing.cast(typing.Any, IRoleAliasRef).__jsii_proxy_class__ = lambda : _IRoleAliasRefProxy
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IScheduledAuditRef")
|
|
1671
|
+
class IScheduledAuditRef(
|
|
1672
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1673
|
+
_IEnvironmentAware_f39049ee,
|
|
1674
|
+
typing_extensions.Protocol,
|
|
1675
|
+
):
|
|
1676
|
+
'''(experimental) Indicates that this resource can be referenced as a ScheduledAudit.
|
|
1677
|
+
|
|
1678
|
+
:stability: experimental
|
|
1679
|
+
'''
|
|
1680
|
+
|
|
1681
|
+
@builtins.property
|
|
1682
|
+
@jsii.member(jsii_name="scheduledAuditRef")
|
|
1683
|
+
def scheduled_audit_ref(self) -> "ScheduledAuditReference":
|
|
1684
|
+
'''(experimental) A reference to a ScheduledAudit resource.
|
|
1685
|
+
|
|
1686
|
+
:stability: experimental
|
|
1687
|
+
'''
|
|
1688
|
+
...
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
class _IScheduledAuditRefProxy(
|
|
1692
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1693
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1694
|
+
):
|
|
1695
|
+
'''(experimental) Indicates that this resource can be referenced as a ScheduledAudit.
|
|
1696
|
+
|
|
1697
|
+
:stability: experimental
|
|
1698
|
+
'''
|
|
1699
|
+
|
|
1700
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IScheduledAuditRef"
|
|
1701
|
+
|
|
1702
|
+
@builtins.property
|
|
1703
|
+
@jsii.member(jsii_name="scheduledAuditRef")
|
|
1704
|
+
def scheduled_audit_ref(self) -> "ScheduledAuditReference":
|
|
1705
|
+
'''(experimental) A reference to a ScheduledAudit resource.
|
|
1706
|
+
|
|
1707
|
+
:stability: experimental
|
|
1708
|
+
'''
|
|
1709
|
+
return typing.cast("ScheduledAuditReference", jsii.get(self, "scheduledAuditRef"))
|
|
1710
|
+
|
|
1711
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1712
|
+
typing.cast(typing.Any, IScheduledAuditRef).__jsii_proxy_class__ = lambda : _IScheduledAuditRefProxy
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ISecurityProfileRef")
|
|
1716
|
+
class ISecurityProfileRef(
|
|
1717
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1718
|
+
_IEnvironmentAware_f39049ee,
|
|
1719
|
+
typing_extensions.Protocol,
|
|
1720
|
+
):
|
|
1721
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityProfile.
|
|
1722
|
+
|
|
1723
|
+
:stability: experimental
|
|
1724
|
+
'''
|
|
1725
|
+
|
|
1726
|
+
@builtins.property
|
|
1727
|
+
@jsii.member(jsii_name="securityProfileRef")
|
|
1728
|
+
def security_profile_ref(self) -> "SecurityProfileReference":
|
|
1729
|
+
'''(experimental) A reference to a SecurityProfile resource.
|
|
1730
|
+
|
|
1731
|
+
:stability: experimental
|
|
1732
|
+
'''
|
|
1733
|
+
...
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
class _ISecurityProfileRefProxy(
|
|
1737
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1738
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1739
|
+
):
|
|
1740
|
+
'''(experimental) Indicates that this resource can be referenced as a SecurityProfile.
|
|
1741
|
+
|
|
1742
|
+
:stability: experimental
|
|
1743
|
+
'''
|
|
1744
|
+
|
|
1745
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ISecurityProfileRef"
|
|
1746
|
+
|
|
1747
|
+
@builtins.property
|
|
1748
|
+
@jsii.member(jsii_name="securityProfileRef")
|
|
1749
|
+
def security_profile_ref(self) -> "SecurityProfileReference":
|
|
1750
|
+
'''(experimental) A reference to a SecurityProfile resource.
|
|
1751
|
+
|
|
1752
|
+
:stability: experimental
|
|
1753
|
+
'''
|
|
1754
|
+
return typing.cast("SecurityProfileReference", jsii.get(self, "securityProfileRef"))
|
|
1755
|
+
|
|
1756
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1757
|
+
typing.cast(typing.Any, ISecurityProfileRef).__jsii_proxy_class__ = lambda : _ISecurityProfileRefProxy
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ISoftwarePackageRef")
|
|
1761
|
+
class ISoftwarePackageRef(
|
|
1762
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1763
|
+
_IEnvironmentAware_f39049ee,
|
|
1764
|
+
typing_extensions.Protocol,
|
|
1765
|
+
):
|
|
1766
|
+
'''(experimental) Indicates that this resource can be referenced as a SoftwarePackage.
|
|
1767
|
+
|
|
1768
|
+
:stability: experimental
|
|
1769
|
+
'''
|
|
1770
|
+
|
|
1771
|
+
@builtins.property
|
|
1772
|
+
@jsii.member(jsii_name="softwarePackageRef")
|
|
1773
|
+
def software_package_ref(self) -> "SoftwarePackageReference":
|
|
1774
|
+
'''(experimental) A reference to a SoftwarePackage resource.
|
|
1775
|
+
|
|
1776
|
+
:stability: experimental
|
|
1777
|
+
'''
|
|
1778
|
+
...
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
class _ISoftwarePackageRefProxy(
|
|
1782
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1783
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1784
|
+
):
|
|
1785
|
+
'''(experimental) Indicates that this resource can be referenced as a SoftwarePackage.
|
|
1786
|
+
|
|
1787
|
+
:stability: experimental
|
|
1788
|
+
'''
|
|
1789
|
+
|
|
1790
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ISoftwarePackageRef"
|
|
1791
|
+
|
|
1792
|
+
@builtins.property
|
|
1793
|
+
@jsii.member(jsii_name="softwarePackageRef")
|
|
1794
|
+
def software_package_ref(self) -> "SoftwarePackageReference":
|
|
1795
|
+
'''(experimental) A reference to a SoftwarePackage resource.
|
|
1796
|
+
|
|
1797
|
+
:stability: experimental
|
|
1798
|
+
'''
|
|
1799
|
+
return typing.cast("SoftwarePackageReference", jsii.get(self, "softwarePackageRef"))
|
|
1800
|
+
|
|
1801
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1802
|
+
typing.cast(typing.Any, ISoftwarePackageRef).__jsii_proxy_class__ = lambda : _ISoftwarePackageRefProxy
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ISoftwarePackageVersionRef")
|
|
1806
|
+
class ISoftwarePackageVersionRef(
|
|
1807
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1808
|
+
_IEnvironmentAware_f39049ee,
|
|
1809
|
+
typing_extensions.Protocol,
|
|
1810
|
+
):
|
|
1811
|
+
'''(experimental) Indicates that this resource can be referenced as a SoftwarePackageVersion.
|
|
1812
|
+
|
|
1813
|
+
:stability: experimental
|
|
1814
|
+
'''
|
|
1815
|
+
|
|
1816
|
+
@builtins.property
|
|
1817
|
+
@jsii.member(jsii_name="softwarePackageVersionRef")
|
|
1818
|
+
def software_package_version_ref(self) -> "SoftwarePackageVersionReference":
|
|
1819
|
+
'''(experimental) A reference to a SoftwarePackageVersion resource.
|
|
1820
|
+
|
|
1821
|
+
:stability: experimental
|
|
1822
|
+
'''
|
|
1823
|
+
...
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
class _ISoftwarePackageVersionRefProxy(
|
|
1827
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1828
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1829
|
+
):
|
|
1830
|
+
'''(experimental) Indicates that this resource can be referenced as a SoftwarePackageVersion.
|
|
1831
|
+
|
|
1832
|
+
:stability: experimental
|
|
1833
|
+
'''
|
|
1834
|
+
|
|
1835
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ISoftwarePackageVersionRef"
|
|
1836
|
+
|
|
1837
|
+
@builtins.property
|
|
1838
|
+
@jsii.member(jsii_name="softwarePackageVersionRef")
|
|
1839
|
+
def software_package_version_ref(self) -> "SoftwarePackageVersionReference":
|
|
1840
|
+
'''(experimental) A reference to a SoftwarePackageVersion resource.
|
|
1841
|
+
|
|
1842
|
+
:stability: experimental
|
|
1843
|
+
'''
|
|
1844
|
+
return typing.cast("SoftwarePackageVersionReference", jsii.get(self, "softwarePackageVersionRef"))
|
|
1845
|
+
|
|
1846
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1847
|
+
typing.cast(typing.Any, ISoftwarePackageVersionRef).__jsii_proxy_class__ = lambda : _ISoftwarePackageVersionRefProxy
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IThingGroupRef")
|
|
1851
|
+
class IThingGroupRef(
|
|
1852
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1853
|
+
_IEnvironmentAware_f39049ee,
|
|
1854
|
+
typing_extensions.Protocol,
|
|
1855
|
+
):
|
|
1856
|
+
'''(experimental) Indicates that this resource can be referenced as a ThingGroup.
|
|
1857
|
+
|
|
1858
|
+
:stability: experimental
|
|
1859
|
+
'''
|
|
1860
|
+
|
|
1861
|
+
@builtins.property
|
|
1862
|
+
@jsii.member(jsii_name="thingGroupRef")
|
|
1863
|
+
def thing_group_ref(self) -> "ThingGroupReference":
|
|
1864
|
+
'''(experimental) A reference to a ThingGroup resource.
|
|
1865
|
+
|
|
1866
|
+
:stability: experimental
|
|
1867
|
+
'''
|
|
1868
|
+
...
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
class _IThingGroupRefProxy(
|
|
1872
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1873
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1874
|
+
):
|
|
1875
|
+
'''(experimental) Indicates that this resource can be referenced as a ThingGroup.
|
|
1876
|
+
|
|
1877
|
+
:stability: experimental
|
|
1878
|
+
'''
|
|
1879
|
+
|
|
1880
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IThingGroupRef"
|
|
1881
|
+
|
|
1882
|
+
@builtins.property
|
|
1883
|
+
@jsii.member(jsii_name="thingGroupRef")
|
|
1884
|
+
def thing_group_ref(self) -> "ThingGroupReference":
|
|
1885
|
+
'''(experimental) A reference to a ThingGroup resource.
|
|
1886
|
+
|
|
1887
|
+
:stability: experimental
|
|
1888
|
+
'''
|
|
1889
|
+
return typing.cast("ThingGroupReference", jsii.get(self, "thingGroupRef"))
|
|
1890
|
+
|
|
1891
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1892
|
+
typing.cast(typing.Any, IThingGroupRef).__jsii_proxy_class__ = lambda : _IThingGroupRefProxy
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
@jsii.interface(
|
|
1896
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.IThingPrincipalAttachmentRef"
|
|
1897
|
+
)
|
|
1898
|
+
class IThingPrincipalAttachmentRef(
|
|
1899
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1900
|
+
_IEnvironmentAware_f39049ee,
|
|
1901
|
+
typing_extensions.Protocol,
|
|
1902
|
+
):
|
|
1903
|
+
'''(experimental) Indicates that this resource can be referenced as a ThingPrincipalAttachment.
|
|
1904
|
+
|
|
1905
|
+
:stability: experimental
|
|
1906
|
+
'''
|
|
1907
|
+
|
|
1908
|
+
@builtins.property
|
|
1909
|
+
@jsii.member(jsii_name="thingPrincipalAttachmentRef")
|
|
1910
|
+
def thing_principal_attachment_ref(self) -> "ThingPrincipalAttachmentReference":
|
|
1911
|
+
'''(experimental) A reference to a ThingPrincipalAttachment resource.
|
|
1912
|
+
|
|
1913
|
+
:stability: experimental
|
|
1914
|
+
'''
|
|
1915
|
+
...
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
class _IThingPrincipalAttachmentRefProxy(
|
|
1919
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1920
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1921
|
+
):
|
|
1922
|
+
'''(experimental) Indicates that this resource can be referenced as a ThingPrincipalAttachment.
|
|
1923
|
+
|
|
1924
|
+
:stability: experimental
|
|
1925
|
+
'''
|
|
1926
|
+
|
|
1927
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IThingPrincipalAttachmentRef"
|
|
1928
|
+
|
|
1929
|
+
@builtins.property
|
|
1930
|
+
@jsii.member(jsii_name="thingPrincipalAttachmentRef")
|
|
1931
|
+
def thing_principal_attachment_ref(self) -> "ThingPrincipalAttachmentReference":
|
|
1932
|
+
'''(experimental) A reference to a ThingPrincipalAttachment resource.
|
|
1933
|
+
|
|
1934
|
+
:stability: experimental
|
|
1935
|
+
'''
|
|
1936
|
+
return typing.cast("ThingPrincipalAttachmentReference", jsii.get(self, "thingPrincipalAttachmentRef"))
|
|
1937
|
+
|
|
1938
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1939
|
+
typing.cast(typing.Any, IThingPrincipalAttachmentRef).__jsii_proxy_class__ = lambda : _IThingPrincipalAttachmentRefProxy
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IThingRef")
|
|
1943
|
+
class IThingRef(
|
|
1944
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1945
|
+
_IEnvironmentAware_f39049ee,
|
|
1946
|
+
typing_extensions.Protocol,
|
|
1947
|
+
):
|
|
1948
|
+
'''(experimental) Indicates that this resource can be referenced as a Thing.
|
|
1949
|
+
|
|
1950
|
+
:stability: experimental
|
|
1951
|
+
'''
|
|
1952
|
+
|
|
1953
|
+
@builtins.property
|
|
1954
|
+
@jsii.member(jsii_name="thingRef")
|
|
1955
|
+
def thing_ref(self) -> "ThingReference":
|
|
1956
|
+
'''(experimental) A reference to a Thing resource.
|
|
1957
|
+
|
|
1958
|
+
:stability: experimental
|
|
1959
|
+
'''
|
|
1960
|
+
...
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
class _IThingRefProxy(
|
|
1964
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
1965
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
1966
|
+
):
|
|
1967
|
+
'''(experimental) Indicates that this resource can be referenced as a Thing.
|
|
1968
|
+
|
|
1969
|
+
:stability: experimental
|
|
1970
|
+
'''
|
|
1971
|
+
|
|
1972
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IThingRef"
|
|
1973
|
+
|
|
1974
|
+
@builtins.property
|
|
1975
|
+
@jsii.member(jsii_name="thingRef")
|
|
1976
|
+
def thing_ref(self) -> "ThingReference":
|
|
1977
|
+
'''(experimental) A reference to a Thing resource.
|
|
1978
|
+
|
|
1979
|
+
:stability: experimental
|
|
1980
|
+
'''
|
|
1981
|
+
return typing.cast("ThingReference", jsii.get(self, "thingRef"))
|
|
1982
|
+
|
|
1983
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
1984
|
+
typing.cast(typing.Any, IThingRef).__jsii_proxy_class__ = lambda : _IThingRefProxy
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.IThingTypeRef")
|
|
1988
|
+
class IThingTypeRef(
|
|
1989
|
+
_constructs_77d1e7e8.IConstruct,
|
|
1990
|
+
_IEnvironmentAware_f39049ee,
|
|
1991
|
+
typing_extensions.Protocol,
|
|
1992
|
+
):
|
|
1993
|
+
'''(experimental) Indicates that this resource can be referenced as a ThingType.
|
|
1994
|
+
|
|
1995
|
+
:stability: experimental
|
|
1996
|
+
'''
|
|
1997
|
+
|
|
1998
|
+
@builtins.property
|
|
1999
|
+
@jsii.member(jsii_name="thingTypeRef")
|
|
2000
|
+
def thing_type_ref(self) -> "ThingTypeReference":
|
|
2001
|
+
'''(experimental) A reference to a ThingType resource.
|
|
2002
|
+
|
|
2003
|
+
:stability: experimental
|
|
2004
|
+
'''
|
|
2005
|
+
...
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
class _IThingTypeRefProxy(
|
|
2009
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2010
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2011
|
+
):
|
|
2012
|
+
'''(experimental) Indicates that this resource can be referenced as a ThingType.
|
|
2013
|
+
|
|
2014
|
+
:stability: experimental
|
|
2015
|
+
'''
|
|
2016
|
+
|
|
2017
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.IThingTypeRef"
|
|
2018
|
+
|
|
2019
|
+
@builtins.property
|
|
2020
|
+
@jsii.member(jsii_name="thingTypeRef")
|
|
2021
|
+
def thing_type_ref(self) -> "ThingTypeReference":
|
|
2022
|
+
'''(experimental) A reference to a ThingType resource.
|
|
2023
|
+
|
|
2024
|
+
:stability: experimental
|
|
2025
|
+
'''
|
|
2026
|
+
return typing.cast("ThingTypeReference", jsii.get(self, "thingTypeRef"))
|
|
2027
|
+
|
|
2028
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2029
|
+
typing.cast(typing.Any, IThingTypeRef).__jsii_proxy_class__ = lambda : _IThingTypeRefProxy
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ITopicRuleDestinationRef")
|
|
2033
|
+
class ITopicRuleDestinationRef(
|
|
2034
|
+
_constructs_77d1e7e8.IConstruct,
|
|
2035
|
+
_IEnvironmentAware_f39049ee,
|
|
2036
|
+
typing_extensions.Protocol,
|
|
2037
|
+
):
|
|
2038
|
+
'''(experimental) Indicates that this resource can be referenced as a TopicRuleDestination.
|
|
2039
|
+
|
|
2040
|
+
:stability: experimental
|
|
2041
|
+
'''
|
|
2042
|
+
|
|
2043
|
+
@builtins.property
|
|
2044
|
+
@jsii.member(jsii_name="topicRuleDestinationRef")
|
|
2045
|
+
def topic_rule_destination_ref(self) -> "TopicRuleDestinationReference":
|
|
2046
|
+
'''(experimental) A reference to a TopicRuleDestination resource.
|
|
2047
|
+
|
|
2048
|
+
:stability: experimental
|
|
2049
|
+
'''
|
|
2050
|
+
...
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
class _ITopicRuleDestinationRefProxy(
|
|
2054
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2055
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2056
|
+
):
|
|
2057
|
+
'''(experimental) Indicates that this resource can be referenced as a TopicRuleDestination.
|
|
2058
|
+
|
|
2059
|
+
:stability: experimental
|
|
2060
|
+
'''
|
|
2061
|
+
|
|
2062
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ITopicRuleDestinationRef"
|
|
2063
|
+
|
|
2064
|
+
@builtins.property
|
|
2065
|
+
@jsii.member(jsii_name="topicRuleDestinationRef")
|
|
2066
|
+
def topic_rule_destination_ref(self) -> "TopicRuleDestinationReference":
|
|
2067
|
+
'''(experimental) A reference to a TopicRuleDestination resource.
|
|
2068
|
+
|
|
2069
|
+
:stability: experimental
|
|
2070
|
+
'''
|
|
2071
|
+
return typing.cast("TopicRuleDestinationReference", jsii.get(self, "topicRuleDestinationRef"))
|
|
2072
|
+
|
|
2073
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2074
|
+
typing.cast(typing.Any, ITopicRuleDestinationRef).__jsii_proxy_class__ = lambda : _ITopicRuleDestinationRefProxy
|
|
2075
|
+
|
|
2076
|
+
|
|
2077
|
+
@jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_iot.ITopicRuleRef")
|
|
2078
|
+
class ITopicRuleRef(
|
|
2079
|
+
_constructs_77d1e7e8.IConstruct,
|
|
2080
|
+
_IEnvironmentAware_f39049ee,
|
|
2081
|
+
typing_extensions.Protocol,
|
|
2082
|
+
):
|
|
2083
|
+
'''(experimental) Indicates that this resource can be referenced as a TopicRule.
|
|
2084
|
+
|
|
2085
|
+
:stability: experimental
|
|
2086
|
+
'''
|
|
2087
|
+
|
|
2088
|
+
@builtins.property
|
|
2089
|
+
@jsii.member(jsii_name="topicRuleRef")
|
|
2090
|
+
def topic_rule_ref(self) -> "TopicRuleReference":
|
|
2091
|
+
'''(experimental) A reference to a TopicRule resource.
|
|
2092
|
+
|
|
2093
|
+
:stability: experimental
|
|
2094
|
+
'''
|
|
2095
|
+
...
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
class _ITopicRuleRefProxy(
|
|
2099
|
+
jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
|
|
2100
|
+
jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
|
|
2101
|
+
):
|
|
2102
|
+
'''(experimental) Indicates that this resource can be referenced as a TopicRule.
|
|
2103
|
+
|
|
2104
|
+
:stability: experimental
|
|
2105
|
+
'''
|
|
2106
|
+
|
|
2107
|
+
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_iot.ITopicRuleRef"
|
|
2108
|
+
|
|
2109
|
+
@builtins.property
|
|
2110
|
+
@jsii.member(jsii_name="topicRuleRef")
|
|
2111
|
+
def topic_rule_ref(self) -> "TopicRuleReference":
|
|
2112
|
+
'''(experimental) A reference to a TopicRule resource.
|
|
2113
|
+
|
|
2114
|
+
:stability: experimental
|
|
2115
|
+
'''
|
|
2116
|
+
return typing.cast("TopicRuleReference", jsii.get(self, "topicRuleRef"))
|
|
2117
|
+
|
|
2118
|
+
# Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
|
|
2119
|
+
typing.cast(typing.Any, ITopicRuleRef).__jsii_proxy_class__ = lambda : _ITopicRuleRefProxy
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
@jsii.data_type(
|
|
2123
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.JobTemplateReference",
|
|
2124
|
+
jsii_struct_bases=[],
|
|
2125
|
+
name_mapping={
|
|
2126
|
+
"job_template_arn": "jobTemplateArn",
|
|
2127
|
+
"job_template_id": "jobTemplateId",
|
|
2128
|
+
},
|
|
2129
|
+
)
|
|
2130
|
+
class JobTemplateReference:
|
|
2131
|
+
def __init__(
|
|
2132
|
+
self,
|
|
2133
|
+
*,
|
|
2134
|
+
job_template_arn: builtins.str,
|
|
2135
|
+
job_template_id: builtins.str,
|
|
2136
|
+
) -> None:
|
|
2137
|
+
'''A reference to a JobTemplate resource.
|
|
2138
|
+
|
|
2139
|
+
:param job_template_arn: The ARN of the JobTemplate resource.
|
|
2140
|
+
:param job_template_id: The JobTemplateId of the JobTemplate resource.
|
|
2141
|
+
|
|
2142
|
+
:exampleMetadata: fixture=_generated
|
|
2143
|
+
|
|
2144
|
+
Example::
|
|
2145
|
+
|
|
2146
|
+
# The code below shows an example of how to instantiate this type.
|
|
2147
|
+
# The values are placeholders you should change.
|
|
2148
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2149
|
+
|
|
2150
|
+
job_template_reference = interfaces_aws_iot.JobTemplateReference(
|
|
2151
|
+
job_template_arn="jobTemplateArn",
|
|
2152
|
+
job_template_id="jobTemplateId"
|
|
2153
|
+
)
|
|
2154
|
+
'''
|
|
2155
|
+
if __debug__:
|
|
2156
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cffd41be04fe17710e1be7db9d085434eb15f2abdfafdc430d120ed83c4ec4aa)
|
|
2157
|
+
check_type(argname="argument job_template_arn", value=job_template_arn, expected_type=type_hints["job_template_arn"])
|
|
2158
|
+
check_type(argname="argument job_template_id", value=job_template_id, expected_type=type_hints["job_template_id"])
|
|
2159
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2160
|
+
"job_template_arn": job_template_arn,
|
|
2161
|
+
"job_template_id": job_template_id,
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
@builtins.property
|
|
2165
|
+
def job_template_arn(self) -> builtins.str:
|
|
2166
|
+
'''The ARN of the JobTemplate resource.'''
|
|
2167
|
+
result = self._values.get("job_template_arn")
|
|
2168
|
+
assert result is not None, "Required property 'job_template_arn' is missing"
|
|
2169
|
+
return typing.cast(builtins.str, result)
|
|
2170
|
+
|
|
2171
|
+
@builtins.property
|
|
2172
|
+
def job_template_id(self) -> builtins.str:
|
|
2173
|
+
'''The JobTemplateId of the JobTemplate resource.'''
|
|
2174
|
+
result = self._values.get("job_template_id")
|
|
2175
|
+
assert result is not None, "Required property 'job_template_id' is missing"
|
|
2176
|
+
return typing.cast(builtins.str, result)
|
|
2177
|
+
|
|
2178
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2179
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2180
|
+
|
|
2181
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2182
|
+
return not (rhs == self)
|
|
2183
|
+
|
|
2184
|
+
def __repr__(self) -> str:
|
|
2185
|
+
return "JobTemplateReference(%s)" % ", ".join(
|
|
2186
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2187
|
+
)
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
@jsii.data_type(
|
|
2191
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.LoggingReference",
|
|
2192
|
+
jsii_struct_bases=[],
|
|
2193
|
+
name_mapping={"account_id": "accountId"},
|
|
2194
|
+
)
|
|
2195
|
+
class LoggingReference:
|
|
2196
|
+
def __init__(self, *, account_id: builtins.str) -> None:
|
|
2197
|
+
'''A reference to a Logging resource.
|
|
2198
|
+
|
|
2199
|
+
:param account_id: The AccountId of the Logging resource.
|
|
2200
|
+
|
|
2201
|
+
:exampleMetadata: fixture=_generated
|
|
2202
|
+
|
|
2203
|
+
Example::
|
|
2204
|
+
|
|
2205
|
+
# The code below shows an example of how to instantiate this type.
|
|
2206
|
+
# The values are placeholders you should change.
|
|
2207
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2208
|
+
|
|
2209
|
+
logging_reference = interfaces_aws_iot.LoggingReference(
|
|
2210
|
+
account_id="accountId"
|
|
2211
|
+
)
|
|
2212
|
+
'''
|
|
2213
|
+
if __debug__:
|
|
2214
|
+
type_hints = typing.get_type_hints(_typecheckingstub__77f6f67c551d1d6d5b9be87e433d3ac8b37687437ee923fe545bbabcfdaadd98)
|
|
2215
|
+
check_type(argname="argument account_id", value=account_id, expected_type=type_hints["account_id"])
|
|
2216
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2217
|
+
"account_id": account_id,
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
@builtins.property
|
|
2221
|
+
def account_id(self) -> builtins.str:
|
|
2222
|
+
'''The AccountId of the Logging resource.'''
|
|
2223
|
+
result = self._values.get("account_id")
|
|
2224
|
+
assert result is not None, "Required property 'account_id' is missing"
|
|
2225
|
+
return typing.cast(builtins.str, result)
|
|
2226
|
+
|
|
2227
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2228
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2229
|
+
|
|
2230
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2231
|
+
return not (rhs == self)
|
|
2232
|
+
|
|
2233
|
+
def __repr__(self) -> str:
|
|
2234
|
+
return "LoggingReference(%s)" % ", ".join(
|
|
2235
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2236
|
+
)
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
@jsii.data_type(
|
|
2240
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.MitigationActionReference",
|
|
2241
|
+
jsii_struct_bases=[],
|
|
2242
|
+
name_mapping={
|
|
2243
|
+
"action_name": "actionName",
|
|
2244
|
+
"mitigation_action_arn": "mitigationActionArn",
|
|
2245
|
+
},
|
|
2246
|
+
)
|
|
2247
|
+
class MitigationActionReference:
|
|
2248
|
+
def __init__(
|
|
2249
|
+
self,
|
|
2250
|
+
*,
|
|
2251
|
+
action_name: builtins.str,
|
|
2252
|
+
mitigation_action_arn: builtins.str,
|
|
2253
|
+
) -> None:
|
|
2254
|
+
'''A reference to a MitigationAction resource.
|
|
2255
|
+
|
|
2256
|
+
:param action_name: The ActionName of the MitigationAction resource.
|
|
2257
|
+
:param mitigation_action_arn: The ARN of the MitigationAction resource.
|
|
2258
|
+
|
|
2259
|
+
:exampleMetadata: fixture=_generated
|
|
2260
|
+
|
|
2261
|
+
Example::
|
|
2262
|
+
|
|
2263
|
+
# The code below shows an example of how to instantiate this type.
|
|
2264
|
+
# The values are placeholders you should change.
|
|
2265
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2266
|
+
|
|
2267
|
+
mitigation_action_reference = interfaces_aws_iot.MitigationActionReference(
|
|
2268
|
+
action_name="actionName",
|
|
2269
|
+
mitigation_action_arn="mitigationActionArn"
|
|
2270
|
+
)
|
|
2271
|
+
'''
|
|
2272
|
+
if __debug__:
|
|
2273
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2ab56eb3d521febcf038be8ef1e03908bd95582acb3cf3b9cac5d7c92db5e09f)
|
|
2274
|
+
check_type(argname="argument action_name", value=action_name, expected_type=type_hints["action_name"])
|
|
2275
|
+
check_type(argname="argument mitigation_action_arn", value=mitigation_action_arn, expected_type=type_hints["mitigation_action_arn"])
|
|
2276
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2277
|
+
"action_name": action_name,
|
|
2278
|
+
"mitigation_action_arn": mitigation_action_arn,
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
@builtins.property
|
|
2282
|
+
def action_name(self) -> builtins.str:
|
|
2283
|
+
'''The ActionName of the MitigationAction resource.'''
|
|
2284
|
+
result = self._values.get("action_name")
|
|
2285
|
+
assert result is not None, "Required property 'action_name' is missing"
|
|
2286
|
+
return typing.cast(builtins.str, result)
|
|
2287
|
+
|
|
2288
|
+
@builtins.property
|
|
2289
|
+
def mitigation_action_arn(self) -> builtins.str:
|
|
2290
|
+
'''The ARN of the MitigationAction resource.'''
|
|
2291
|
+
result = self._values.get("mitigation_action_arn")
|
|
2292
|
+
assert result is not None, "Required property 'mitigation_action_arn' is missing"
|
|
2293
|
+
return typing.cast(builtins.str, result)
|
|
2294
|
+
|
|
2295
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2296
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2297
|
+
|
|
2298
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2299
|
+
return not (rhs == self)
|
|
2300
|
+
|
|
2301
|
+
def __repr__(self) -> str:
|
|
2302
|
+
return "MitigationActionReference(%s)" % ", ".join(
|
|
2303
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2304
|
+
)
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
@jsii.data_type(
|
|
2308
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.PolicyPrincipalAttachmentReference",
|
|
2309
|
+
jsii_struct_bases=[],
|
|
2310
|
+
name_mapping={"policy_principal_attachment_id": "policyPrincipalAttachmentId"},
|
|
2311
|
+
)
|
|
2312
|
+
class PolicyPrincipalAttachmentReference:
|
|
2313
|
+
def __init__(self, *, policy_principal_attachment_id: builtins.str) -> None:
|
|
2314
|
+
'''A reference to a PolicyPrincipalAttachment resource.
|
|
2315
|
+
|
|
2316
|
+
:param policy_principal_attachment_id: The Id of the PolicyPrincipalAttachment resource.
|
|
2317
|
+
|
|
2318
|
+
:exampleMetadata: fixture=_generated
|
|
2319
|
+
|
|
2320
|
+
Example::
|
|
2321
|
+
|
|
2322
|
+
# The code below shows an example of how to instantiate this type.
|
|
2323
|
+
# The values are placeholders you should change.
|
|
2324
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2325
|
+
|
|
2326
|
+
policy_principal_attachment_reference = interfaces_aws_iot.PolicyPrincipalAttachmentReference(
|
|
2327
|
+
policy_principal_attachment_id="policyPrincipalAttachmentId"
|
|
2328
|
+
)
|
|
2329
|
+
'''
|
|
2330
|
+
if __debug__:
|
|
2331
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2c433b17a937fb1b126780e6e4b459921a745c39de25b681aa6e87feb4111932)
|
|
2332
|
+
check_type(argname="argument policy_principal_attachment_id", value=policy_principal_attachment_id, expected_type=type_hints["policy_principal_attachment_id"])
|
|
2333
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2334
|
+
"policy_principal_attachment_id": policy_principal_attachment_id,
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
@builtins.property
|
|
2338
|
+
def policy_principal_attachment_id(self) -> builtins.str:
|
|
2339
|
+
'''The Id of the PolicyPrincipalAttachment resource.'''
|
|
2340
|
+
result = self._values.get("policy_principal_attachment_id")
|
|
2341
|
+
assert result is not None, "Required property 'policy_principal_attachment_id' is missing"
|
|
2342
|
+
return typing.cast(builtins.str, result)
|
|
2343
|
+
|
|
2344
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2345
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2346
|
+
|
|
2347
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2348
|
+
return not (rhs == self)
|
|
2349
|
+
|
|
2350
|
+
def __repr__(self) -> str:
|
|
2351
|
+
return "PolicyPrincipalAttachmentReference(%s)" % ", ".join(
|
|
2352
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2353
|
+
)
|
|
2354
|
+
|
|
2355
|
+
|
|
2356
|
+
@jsii.data_type(
|
|
2357
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.PolicyReference",
|
|
2358
|
+
jsii_struct_bases=[],
|
|
2359
|
+
name_mapping={"policy_arn": "policyArn", "policy_id": "policyId"},
|
|
2360
|
+
)
|
|
2361
|
+
class PolicyReference:
|
|
2362
|
+
def __init__(self, *, policy_arn: builtins.str, policy_id: builtins.str) -> None:
|
|
2363
|
+
'''A reference to a Policy resource.
|
|
2364
|
+
|
|
2365
|
+
:param policy_arn: The ARN of the Policy resource.
|
|
2366
|
+
:param policy_id: The Id of the Policy resource.
|
|
2367
|
+
|
|
2368
|
+
:exampleMetadata: fixture=_generated
|
|
2369
|
+
|
|
2370
|
+
Example::
|
|
2371
|
+
|
|
2372
|
+
# The code below shows an example of how to instantiate this type.
|
|
2373
|
+
# The values are placeholders you should change.
|
|
2374
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2375
|
+
|
|
2376
|
+
policy_reference = interfaces_aws_iot.PolicyReference(
|
|
2377
|
+
policy_arn="policyArn",
|
|
2378
|
+
policy_id="policyId"
|
|
2379
|
+
)
|
|
2380
|
+
'''
|
|
2381
|
+
if __debug__:
|
|
2382
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b627d7889748208bffcd4d74e49d11968847654f52f8d4d0b508b1333b01f6aa)
|
|
2383
|
+
check_type(argname="argument policy_arn", value=policy_arn, expected_type=type_hints["policy_arn"])
|
|
2384
|
+
check_type(argname="argument policy_id", value=policy_id, expected_type=type_hints["policy_id"])
|
|
2385
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2386
|
+
"policy_arn": policy_arn,
|
|
2387
|
+
"policy_id": policy_id,
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
@builtins.property
|
|
2391
|
+
def policy_arn(self) -> builtins.str:
|
|
2392
|
+
'''The ARN of the Policy resource.'''
|
|
2393
|
+
result = self._values.get("policy_arn")
|
|
2394
|
+
assert result is not None, "Required property 'policy_arn' is missing"
|
|
2395
|
+
return typing.cast(builtins.str, result)
|
|
2396
|
+
|
|
2397
|
+
@builtins.property
|
|
2398
|
+
def policy_id(self) -> builtins.str:
|
|
2399
|
+
'''The Id of the Policy resource.'''
|
|
2400
|
+
result = self._values.get("policy_id")
|
|
2401
|
+
assert result is not None, "Required property 'policy_id' is missing"
|
|
2402
|
+
return typing.cast(builtins.str, result)
|
|
2403
|
+
|
|
2404
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2405
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2406
|
+
|
|
2407
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2408
|
+
return not (rhs == self)
|
|
2409
|
+
|
|
2410
|
+
def __repr__(self) -> str:
|
|
2411
|
+
return "PolicyReference(%s)" % ", ".join(
|
|
2412
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2413
|
+
)
|
|
2414
|
+
|
|
2415
|
+
|
|
2416
|
+
@jsii.data_type(
|
|
2417
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.ProvisioningTemplateReference",
|
|
2418
|
+
jsii_struct_bases=[],
|
|
2419
|
+
name_mapping={"template_name": "templateName"},
|
|
2420
|
+
)
|
|
2421
|
+
class ProvisioningTemplateReference:
|
|
2422
|
+
def __init__(self, *, template_name: builtins.str) -> None:
|
|
2423
|
+
'''A reference to a ProvisioningTemplate resource.
|
|
2424
|
+
|
|
2425
|
+
:param template_name: The TemplateName of the ProvisioningTemplate resource.
|
|
2426
|
+
|
|
2427
|
+
:exampleMetadata: fixture=_generated
|
|
2428
|
+
|
|
2429
|
+
Example::
|
|
2430
|
+
|
|
2431
|
+
# The code below shows an example of how to instantiate this type.
|
|
2432
|
+
# The values are placeholders you should change.
|
|
2433
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2434
|
+
|
|
2435
|
+
provisioning_template_reference = interfaces_aws_iot.ProvisioningTemplateReference(
|
|
2436
|
+
template_name="templateName"
|
|
2437
|
+
)
|
|
2438
|
+
'''
|
|
2439
|
+
if __debug__:
|
|
2440
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c9039c63005bab6ff59546e15433165533243c424a4b0053c5aef2e6ff1affb7)
|
|
2441
|
+
check_type(argname="argument template_name", value=template_name, expected_type=type_hints["template_name"])
|
|
2442
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2443
|
+
"template_name": template_name,
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
@builtins.property
|
|
2447
|
+
def template_name(self) -> builtins.str:
|
|
2448
|
+
'''The TemplateName of the ProvisioningTemplate resource.'''
|
|
2449
|
+
result = self._values.get("template_name")
|
|
2450
|
+
assert result is not None, "Required property 'template_name' is missing"
|
|
2451
|
+
return typing.cast(builtins.str, result)
|
|
2452
|
+
|
|
2453
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2454
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2455
|
+
|
|
2456
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2457
|
+
return not (rhs == self)
|
|
2458
|
+
|
|
2459
|
+
def __repr__(self) -> str:
|
|
2460
|
+
return "ProvisioningTemplateReference(%s)" % ", ".join(
|
|
2461
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2462
|
+
)
|
|
2463
|
+
|
|
2464
|
+
|
|
2465
|
+
@jsii.data_type(
|
|
2466
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.ResourceSpecificLoggingReference",
|
|
2467
|
+
jsii_struct_bases=[],
|
|
2468
|
+
name_mapping={"target_id": "targetId"},
|
|
2469
|
+
)
|
|
2470
|
+
class ResourceSpecificLoggingReference:
|
|
2471
|
+
def __init__(self, *, target_id: builtins.str) -> None:
|
|
2472
|
+
'''A reference to a ResourceSpecificLogging resource.
|
|
2473
|
+
|
|
2474
|
+
:param target_id: The TargetId of the ResourceSpecificLogging resource.
|
|
2475
|
+
|
|
2476
|
+
:exampleMetadata: fixture=_generated
|
|
2477
|
+
|
|
2478
|
+
Example::
|
|
2479
|
+
|
|
2480
|
+
# The code below shows an example of how to instantiate this type.
|
|
2481
|
+
# The values are placeholders you should change.
|
|
2482
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2483
|
+
|
|
2484
|
+
resource_specific_logging_reference = interfaces_aws_iot.ResourceSpecificLoggingReference(
|
|
2485
|
+
target_id="targetId"
|
|
2486
|
+
)
|
|
2487
|
+
'''
|
|
2488
|
+
if __debug__:
|
|
2489
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4ebce77dbfe0456eff9639b6385561d6943a5d17fba95d1f552eed0e95bbf6b0)
|
|
2490
|
+
check_type(argname="argument target_id", value=target_id, expected_type=type_hints["target_id"])
|
|
2491
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2492
|
+
"target_id": target_id,
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
@builtins.property
|
|
2496
|
+
def target_id(self) -> builtins.str:
|
|
2497
|
+
'''The TargetId of the ResourceSpecificLogging resource.'''
|
|
2498
|
+
result = self._values.get("target_id")
|
|
2499
|
+
assert result is not None, "Required property 'target_id' is missing"
|
|
2500
|
+
return typing.cast(builtins.str, result)
|
|
2501
|
+
|
|
2502
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2503
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2504
|
+
|
|
2505
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2506
|
+
return not (rhs == self)
|
|
2507
|
+
|
|
2508
|
+
def __repr__(self) -> str:
|
|
2509
|
+
return "ResourceSpecificLoggingReference(%s)" % ", ".join(
|
|
2510
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2511
|
+
)
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
@jsii.data_type(
|
|
2515
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.RoleAliasReference",
|
|
2516
|
+
jsii_struct_bases=[],
|
|
2517
|
+
name_mapping={"role_alias": "roleAlias", "role_alias_arn": "roleAliasArn"},
|
|
2518
|
+
)
|
|
2519
|
+
class RoleAliasReference:
|
|
2520
|
+
def __init__(
|
|
2521
|
+
self,
|
|
2522
|
+
*,
|
|
2523
|
+
role_alias: builtins.str,
|
|
2524
|
+
role_alias_arn: builtins.str,
|
|
2525
|
+
) -> None:
|
|
2526
|
+
'''A reference to a RoleAlias resource.
|
|
2527
|
+
|
|
2528
|
+
:param role_alias: The RoleAlias of the RoleAlias resource.
|
|
2529
|
+
:param role_alias_arn: The ARN of the RoleAlias resource.
|
|
2530
|
+
|
|
2531
|
+
:exampleMetadata: fixture=_generated
|
|
2532
|
+
|
|
2533
|
+
Example::
|
|
2534
|
+
|
|
2535
|
+
# The code below shows an example of how to instantiate this type.
|
|
2536
|
+
# The values are placeholders you should change.
|
|
2537
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2538
|
+
|
|
2539
|
+
role_alias_reference = interfaces_aws_iot.RoleAliasReference(
|
|
2540
|
+
role_alias="roleAlias",
|
|
2541
|
+
role_alias_arn="roleAliasArn"
|
|
2542
|
+
)
|
|
2543
|
+
'''
|
|
2544
|
+
if __debug__:
|
|
2545
|
+
type_hints = typing.get_type_hints(_typecheckingstub__40a120b8f8d83a7dded11d9f9de72d69d5ca598d6ec190c3d6340acb452f28b5)
|
|
2546
|
+
check_type(argname="argument role_alias", value=role_alias, expected_type=type_hints["role_alias"])
|
|
2547
|
+
check_type(argname="argument role_alias_arn", value=role_alias_arn, expected_type=type_hints["role_alias_arn"])
|
|
2548
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2549
|
+
"role_alias": role_alias,
|
|
2550
|
+
"role_alias_arn": role_alias_arn,
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
@builtins.property
|
|
2554
|
+
def role_alias(self) -> builtins.str:
|
|
2555
|
+
'''The RoleAlias of the RoleAlias resource.'''
|
|
2556
|
+
result = self._values.get("role_alias")
|
|
2557
|
+
assert result is not None, "Required property 'role_alias' is missing"
|
|
2558
|
+
return typing.cast(builtins.str, result)
|
|
2559
|
+
|
|
2560
|
+
@builtins.property
|
|
2561
|
+
def role_alias_arn(self) -> builtins.str:
|
|
2562
|
+
'''The ARN of the RoleAlias resource.'''
|
|
2563
|
+
result = self._values.get("role_alias_arn")
|
|
2564
|
+
assert result is not None, "Required property 'role_alias_arn' is missing"
|
|
2565
|
+
return typing.cast(builtins.str, result)
|
|
2566
|
+
|
|
2567
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2568
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2569
|
+
|
|
2570
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2571
|
+
return not (rhs == self)
|
|
2572
|
+
|
|
2573
|
+
def __repr__(self) -> str:
|
|
2574
|
+
return "RoleAliasReference(%s)" % ", ".join(
|
|
2575
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2576
|
+
)
|
|
2577
|
+
|
|
2578
|
+
|
|
2579
|
+
@jsii.data_type(
|
|
2580
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.ScheduledAuditReference",
|
|
2581
|
+
jsii_struct_bases=[],
|
|
2582
|
+
name_mapping={
|
|
2583
|
+
"scheduled_audit_arn": "scheduledAuditArn",
|
|
2584
|
+
"scheduled_audit_name": "scheduledAuditName",
|
|
2585
|
+
},
|
|
2586
|
+
)
|
|
2587
|
+
class ScheduledAuditReference:
|
|
2588
|
+
def __init__(
|
|
2589
|
+
self,
|
|
2590
|
+
*,
|
|
2591
|
+
scheduled_audit_arn: builtins.str,
|
|
2592
|
+
scheduled_audit_name: builtins.str,
|
|
2593
|
+
) -> None:
|
|
2594
|
+
'''A reference to a ScheduledAudit resource.
|
|
2595
|
+
|
|
2596
|
+
:param scheduled_audit_arn: The ARN of the ScheduledAudit resource.
|
|
2597
|
+
:param scheduled_audit_name: The ScheduledAuditName of the ScheduledAudit resource.
|
|
2598
|
+
|
|
2599
|
+
:exampleMetadata: fixture=_generated
|
|
2600
|
+
|
|
2601
|
+
Example::
|
|
2602
|
+
|
|
2603
|
+
# The code below shows an example of how to instantiate this type.
|
|
2604
|
+
# The values are placeholders you should change.
|
|
2605
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2606
|
+
|
|
2607
|
+
scheduled_audit_reference = interfaces_aws_iot.ScheduledAuditReference(
|
|
2608
|
+
scheduled_audit_arn="scheduledAuditArn",
|
|
2609
|
+
scheduled_audit_name="scheduledAuditName"
|
|
2610
|
+
)
|
|
2611
|
+
'''
|
|
2612
|
+
if __debug__:
|
|
2613
|
+
type_hints = typing.get_type_hints(_typecheckingstub__60d8201b72f88cdd64cd19128a2c60aeded5bd7dc74179f5252602f226054061)
|
|
2614
|
+
check_type(argname="argument scheduled_audit_arn", value=scheduled_audit_arn, expected_type=type_hints["scheduled_audit_arn"])
|
|
2615
|
+
check_type(argname="argument scheduled_audit_name", value=scheduled_audit_name, expected_type=type_hints["scheduled_audit_name"])
|
|
2616
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2617
|
+
"scheduled_audit_arn": scheduled_audit_arn,
|
|
2618
|
+
"scheduled_audit_name": scheduled_audit_name,
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
@builtins.property
|
|
2622
|
+
def scheduled_audit_arn(self) -> builtins.str:
|
|
2623
|
+
'''The ARN of the ScheduledAudit resource.'''
|
|
2624
|
+
result = self._values.get("scheduled_audit_arn")
|
|
2625
|
+
assert result is not None, "Required property 'scheduled_audit_arn' is missing"
|
|
2626
|
+
return typing.cast(builtins.str, result)
|
|
2627
|
+
|
|
2628
|
+
@builtins.property
|
|
2629
|
+
def scheduled_audit_name(self) -> builtins.str:
|
|
2630
|
+
'''The ScheduledAuditName of the ScheduledAudit resource.'''
|
|
2631
|
+
result = self._values.get("scheduled_audit_name")
|
|
2632
|
+
assert result is not None, "Required property 'scheduled_audit_name' is missing"
|
|
2633
|
+
return typing.cast(builtins.str, result)
|
|
2634
|
+
|
|
2635
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2636
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2637
|
+
|
|
2638
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2639
|
+
return not (rhs == self)
|
|
2640
|
+
|
|
2641
|
+
def __repr__(self) -> str:
|
|
2642
|
+
return "ScheduledAuditReference(%s)" % ", ".join(
|
|
2643
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2644
|
+
)
|
|
2645
|
+
|
|
2646
|
+
|
|
2647
|
+
@jsii.data_type(
|
|
2648
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.SecurityProfileReference",
|
|
2649
|
+
jsii_struct_bases=[],
|
|
2650
|
+
name_mapping={
|
|
2651
|
+
"security_profile_arn": "securityProfileArn",
|
|
2652
|
+
"security_profile_name": "securityProfileName",
|
|
2653
|
+
},
|
|
2654
|
+
)
|
|
2655
|
+
class SecurityProfileReference:
|
|
2656
|
+
def __init__(
|
|
2657
|
+
self,
|
|
2658
|
+
*,
|
|
2659
|
+
security_profile_arn: builtins.str,
|
|
2660
|
+
security_profile_name: builtins.str,
|
|
2661
|
+
) -> None:
|
|
2662
|
+
'''A reference to a SecurityProfile resource.
|
|
2663
|
+
|
|
2664
|
+
:param security_profile_arn: The ARN of the SecurityProfile resource.
|
|
2665
|
+
:param security_profile_name: The SecurityProfileName of the SecurityProfile resource.
|
|
2666
|
+
|
|
2667
|
+
:exampleMetadata: fixture=_generated
|
|
2668
|
+
|
|
2669
|
+
Example::
|
|
2670
|
+
|
|
2671
|
+
# The code below shows an example of how to instantiate this type.
|
|
2672
|
+
# The values are placeholders you should change.
|
|
2673
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2674
|
+
|
|
2675
|
+
security_profile_reference = interfaces_aws_iot.SecurityProfileReference(
|
|
2676
|
+
security_profile_arn="securityProfileArn",
|
|
2677
|
+
security_profile_name="securityProfileName"
|
|
2678
|
+
)
|
|
2679
|
+
'''
|
|
2680
|
+
if __debug__:
|
|
2681
|
+
type_hints = typing.get_type_hints(_typecheckingstub__abf43e9f4ab30ee59ab380489311b985cbddf07f1dc8cdccc91ca1cf38ce9637)
|
|
2682
|
+
check_type(argname="argument security_profile_arn", value=security_profile_arn, expected_type=type_hints["security_profile_arn"])
|
|
2683
|
+
check_type(argname="argument security_profile_name", value=security_profile_name, expected_type=type_hints["security_profile_name"])
|
|
2684
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2685
|
+
"security_profile_arn": security_profile_arn,
|
|
2686
|
+
"security_profile_name": security_profile_name,
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
@builtins.property
|
|
2690
|
+
def security_profile_arn(self) -> builtins.str:
|
|
2691
|
+
'''The ARN of the SecurityProfile resource.'''
|
|
2692
|
+
result = self._values.get("security_profile_arn")
|
|
2693
|
+
assert result is not None, "Required property 'security_profile_arn' is missing"
|
|
2694
|
+
return typing.cast(builtins.str, result)
|
|
2695
|
+
|
|
2696
|
+
@builtins.property
|
|
2697
|
+
def security_profile_name(self) -> builtins.str:
|
|
2698
|
+
'''The SecurityProfileName of the SecurityProfile resource.'''
|
|
2699
|
+
result = self._values.get("security_profile_name")
|
|
2700
|
+
assert result is not None, "Required property 'security_profile_name' is missing"
|
|
2701
|
+
return typing.cast(builtins.str, result)
|
|
2702
|
+
|
|
2703
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2704
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2705
|
+
|
|
2706
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2707
|
+
return not (rhs == self)
|
|
2708
|
+
|
|
2709
|
+
def __repr__(self) -> str:
|
|
2710
|
+
return "SecurityProfileReference(%s)" % ", ".join(
|
|
2711
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2712
|
+
)
|
|
2713
|
+
|
|
2714
|
+
|
|
2715
|
+
@jsii.data_type(
|
|
2716
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.SoftwarePackageReference",
|
|
2717
|
+
jsii_struct_bases=[],
|
|
2718
|
+
name_mapping={"package_name": "packageName"},
|
|
2719
|
+
)
|
|
2720
|
+
class SoftwarePackageReference:
|
|
2721
|
+
def __init__(self, *, package_name: builtins.str) -> None:
|
|
2722
|
+
'''A reference to a SoftwarePackage resource.
|
|
2723
|
+
|
|
2724
|
+
:param package_name: The PackageName of the SoftwarePackage resource.
|
|
2725
|
+
|
|
2726
|
+
:exampleMetadata: fixture=_generated
|
|
2727
|
+
|
|
2728
|
+
Example::
|
|
2729
|
+
|
|
2730
|
+
# The code below shows an example of how to instantiate this type.
|
|
2731
|
+
# The values are placeholders you should change.
|
|
2732
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2733
|
+
|
|
2734
|
+
software_package_reference = interfaces_aws_iot.SoftwarePackageReference(
|
|
2735
|
+
package_name="packageName"
|
|
2736
|
+
)
|
|
2737
|
+
'''
|
|
2738
|
+
if __debug__:
|
|
2739
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cb6ad3330b82f009179276f80acdee16561cdc42f31b2d0af96bfb331b6421f9)
|
|
2740
|
+
check_type(argname="argument package_name", value=package_name, expected_type=type_hints["package_name"])
|
|
2741
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2742
|
+
"package_name": package_name,
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
@builtins.property
|
|
2746
|
+
def package_name(self) -> builtins.str:
|
|
2747
|
+
'''The PackageName of the SoftwarePackage resource.'''
|
|
2748
|
+
result = self._values.get("package_name")
|
|
2749
|
+
assert result is not None, "Required property 'package_name' is missing"
|
|
2750
|
+
return typing.cast(builtins.str, result)
|
|
2751
|
+
|
|
2752
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2753
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2754
|
+
|
|
2755
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2756
|
+
return not (rhs == self)
|
|
2757
|
+
|
|
2758
|
+
def __repr__(self) -> str:
|
|
2759
|
+
return "SoftwarePackageReference(%s)" % ", ".join(
|
|
2760
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2761
|
+
)
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
@jsii.data_type(
|
|
2765
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.SoftwarePackageVersionReference",
|
|
2766
|
+
jsii_struct_bases=[],
|
|
2767
|
+
name_mapping={"package_name": "packageName", "version_name": "versionName"},
|
|
2768
|
+
)
|
|
2769
|
+
class SoftwarePackageVersionReference:
|
|
2770
|
+
def __init__(
|
|
2771
|
+
self,
|
|
2772
|
+
*,
|
|
2773
|
+
package_name: builtins.str,
|
|
2774
|
+
version_name: builtins.str,
|
|
2775
|
+
) -> None:
|
|
2776
|
+
'''A reference to a SoftwarePackageVersion resource.
|
|
2777
|
+
|
|
2778
|
+
:param package_name: The PackageName of the SoftwarePackageVersion resource.
|
|
2779
|
+
:param version_name: The VersionName of the SoftwarePackageVersion resource.
|
|
2780
|
+
|
|
2781
|
+
:exampleMetadata: fixture=_generated
|
|
2782
|
+
|
|
2783
|
+
Example::
|
|
2784
|
+
|
|
2785
|
+
# The code below shows an example of how to instantiate this type.
|
|
2786
|
+
# The values are placeholders you should change.
|
|
2787
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2788
|
+
|
|
2789
|
+
software_package_version_reference = interfaces_aws_iot.SoftwarePackageVersionReference(
|
|
2790
|
+
package_name="packageName",
|
|
2791
|
+
version_name="versionName"
|
|
2792
|
+
)
|
|
2793
|
+
'''
|
|
2794
|
+
if __debug__:
|
|
2795
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8549067511c3dd9b2931691a58ae4f172a4d90a25349fe4ef5b45920e28a073e)
|
|
2796
|
+
check_type(argname="argument package_name", value=package_name, expected_type=type_hints["package_name"])
|
|
2797
|
+
check_type(argname="argument version_name", value=version_name, expected_type=type_hints["version_name"])
|
|
2798
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2799
|
+
"package_name": package_name,
|
|
2800
|
+
"version_name": version_name,
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2803
|
+
@builtins.property
|
|
2804
|
+
def package_name(self) -> builtins.str:
|
|
2805
|
+
'''The PackageName of the SoftwarePackageVersion resource.'''
|
|
2806
|
+
result = self._values.get("package_name")
|
|
2807
|
+
assert result is not None, "Required property 'package_name' is missing"
|
|
2808
|
+
return typing.cast(builtins.str, result)
|
|
2809
|
+
|
|
2810
|
+
@builtins.property
|
|
2811
|
+
def version_name(self) -> builtins.str:
|
|
2812
|
+
'''The VersionName of the SoftwarePackageVersion resource.'''
|
|
2813
|
+
result = self._values.get("version_name")
|
|
2814
|
+
assert result is not None, "Required property 'version_name' is missing"
|
|
2815
|
+
return typing.cast(builtins.str, result)
|
|
2816
|
+
|
|
2817
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2818
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2819
|
+
|
|
2820
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2821
|
+
return not (rhs == self)
|
|
2822
|
+
|
|
2823
|
+
def __repr__(self) -> str:
|
|
2824
|
+
return "SoftwarePackageVersionReference(%s)" % ", ".join(
|
|
2825
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2826
|
+
)
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
@jsii.data_type(
|
|
2830
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.ThingGroupReference",
|
|
2831
|
+
jsii_struct_bases=[],
|
|
2832
|
+
name_mapping={
|
|
2833
|
+
"thing_group_arn": "thingGroupArn",
|
|
2834
|
+
"thing_group_name": "thingGroupName",
|
|
2835
|
+
},
|
|
2836
|
+
)
|
|
2837
|
+
class ThingGroupReference:
|
|
2838
|
+
def __init__(
|
|
2839
|
+
self,
|
|
2840
|
+
*,
|
|
2841
|
+
thing_group_arn: builtins.str,
|
|
2842
|
+
thing_group_name: builtins.str,
|
|
2843
|
+
) -> None:
|
|
2844
|
+
'''A reference to a ThingGroup resource.
|
|
2845
|
+
|
|
2846
|
+
:param thing_group_arn: The ARN of the ThingGroup resource.
|
|
2847
|
+
:param thing_group_name: The ThingGroupName of the ThingGroup resource.
|
|
2848
|
+
|
|
2849
|
+
:exampleMetadata: fixture=_generated
|
|
2850
|
+
|
|
2851
|
+
Example::
|
|
2852
|
+
|
|
2853
|
+
# The code below shows an example of how to instantiate this type.
|
|
2854
|
+
# The values are placeholders you should change.
|
|
2855
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2856
|
+
|
|
2857
|
+
thing_group_reference = interfaces_aws_iot.ThingGroupReference(
|
|
2858
|
+
thing_group_arn="thingGroupArn",
|
|
2859
|
+
thing_group_name="thingGroupName"
|
|
2860
|
+
)
|
|
2861
|
+
'''
|
|
2862
|
+
if __debug__:
|
|
2863
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bf577bbf82c8129b7cff9884cac80e23395d69657fd40c3d65bef791576507a6)
|
|
2864
|
+
check_type(argname="argument thing_group_arn", value=thing_group_arn, expected_type=type_hints["thing_group_arn"])
|
|
2865
|
+
check_type(argname="argument thing_group_name", value=thing_group_name, expected_type=type_hints["thing_group_name"])
|
|
2866
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2867
|
+
"thing_group_arn": thing_group_arn,
|
|
2868
|
+
"thing_group_name": thing_group_name,
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
@builtins.property
|
|
2872
|
+
def thing_group_arn(self) -> builtins.str:
|
|
2873
|
+
'''The ARN of the ThingGroup resource.'''
|
|
2874
|
+
result = self._values.get("thing_group_arn")
|
|
2875
|
+
assert result is not None, "Required property 'thing_group_arn' is missing"
|
|
2876
|
+
return typing.cast(builtins.str, result)
|
|
2877
|
+
|
|
2878
|
+
@builtins.property
|
|
2879
|
+
def thing_group_name(self) -> builtins.str:
|
|
2880
|
+
'''The ThingGroupName of the ThingGroup resource.'''
|
|
2881
|
+
result = self._values.get("thing_group_name")
|
|
2882
|
+
assert result is not None, "Required property 'thing_group_name' is missing"
|
|
2883
|
+
return typing.cast(builtins.str, result)
|
|
2884
|
+
|
|
2885
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2886
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2887
|
+
|
|
2888
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2889
|
+
return not (rhs == self)
|
|
2890
|
+
|
|
2891
|
+
def __repr__(self) -> str:
|
|
2892
|
+
return "ThingGroupReference(%s)" % ", ".join(
|
|
2893
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2894
|
+
)
|
|
2895
|
+
|
|
2896
|
+
|
|
2897
|
+
@jsii.data_type(
|
|
2898
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.ThingPrincipalAttachmentReference",
|
|
2899
|
+
jsii_struct_bases=[],
|
|
2900
|
+
name_mapping={"thing_principal_attachment_id": "thingPrincipalAttachmentId"},
|
|
2901
|
+
)
|
|
2902
|
+
class ThingPrincipalAttachmentReference:
|
|
2903
|
+
def __init__(self, *, thing_principal_attachment_id: builtins.str) -> None:
|
|
2904
|
+
'''A reference to a ThingPrincipalAttachment resource.
|
|
2905
|
+
|
|
2906
|
+
:param thing_principal_attachment_id: The Id of the ThingPrincipalAttachment resource.
|
|
2907
|
+
|
|
2908
|
+
:exampleMetadata: fixture=_generated
|
|
2909
|
+
|
|
2910
|
+
Example::
|
|
2911
|
+
|
|
2912
|
+
# The code below shows an example of how to instantiate this type.
|
|
2913
|
+
# The values are placeholders you should change.
|
|
2914
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2915
|
+
|
|
2916
|
+
thing_principal_attachment_reference = interfaces_aws_iot.ThingPrincipalAttachmentReference(
|
|
2917
|
+
thing_principal_attachment_id="thingPrincipalAttachmentId"
|
|
2918
|
+
)
|
|
2919
|
+
'''
|
|
2920
|
+
if __debug__:
|
|
2921
|
+
type_hints = typing.get_type_hints(_typecheckingstub__43efd3fd743ae12945fd439b22b4a32cf10787e7ffe3bb66b57eb430a483d631)
|
|
2922
|
+
check_type(argname="argument thing_principal_attachment_id", value=thing_principal_attachment_id, expected_type=type_hints["thing_principal_attachment_id"])
|
|
2923
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2924
|
+
"thing_principal_attachment_id": thing_principal_attachment_id,
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
@builtins.property
|
|
2928
|
+
def thing_principal_attachment_id(self) -> builtins.str:
|
|
2929
|
+
'''The Id of the ThingPrincipalAttachment resource.'''
|
|
2930
|
+
result = self._values.get("thing_principal_attachment_id")
|
|
2931
|
+
assert result is not None, "Required property 'thing_principal_attachment_id' is missing"
|
|
2932
|
+
return typing.cast(builtins.str, result)
|
|
2933
|
+
|
|
2934
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2935
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2936
|
+
|
|
2937
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2938
|
+
return not (rhs == self)
|
|
2939
|
+
|
|
2940
|
+
def __repr__(self) -> str:
|
|
2941
|
+
return "ThingPrincipalAttachmentReference(%s)" % ", ".join(
|
|
2942
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2943
|
+
)
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
@jsii.data_type(
|
|
2947
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.ThingReference",
|
|
2948
|
+
jsii_struct_bases=[],
|
|
2949
|
+
name_mapping={"thing_arn": "thingArn", "thing_name": "thingName"},
|
|
2950
|
+
)
|
|
2951
|
+
class ThingReference:
|
|
2952
|
+
def __init__(self, *, thing_arn: builtins.str, thing_name: builtins.str) -> None:
|
|
2953
|
+
'''A reference to a Thing resource.
|
|
2954
|
+
|
|
2955
|
+
:param thing_arn: The ARN of the Thing resource.
|
|
2956
|
+
:param thing_name: The ThingName of the Thing resource.
|
|
2957
|
+
|
|
2958
|
+
:exampleMetadata: fixture=_generated
|
|
2959
|
+
|
|
2960
|
+
Example::
|
|
2961
|
+
|
|
2962
|
+
# The code below shows an example of how to instantiate this type.
|
|
2963
|
+
# The values are placeholders you should change.
|
|
2964
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
2965
|
+
|
|
2966
|
+
thing_reference = interfaces_aws_iot.ThingReference(
|
|
2967
|
+
thing_arn="thingArn",
|
|
2968
|
+
thing_name="thingName"
|
|
2969
|
+
)
|
|
2970
|
+
'''
|
|
2971
|
+
if __debug__:
|
|
2972
|
+
type_hints = typing.get_type_hints(_typecheckingstub__94282163e56abff7455704452ffdb9ea32a695f0a0a1add365fa6d4b15af02ab)
|
|
2973
|
+
check_type(argname="argument thing_arn", value=thing_arn, expected_type=type_hints["thing_arn"])
|
|
2974
|
+
check_type(argname="argument thing_name", value=thing_name, expected_type=type_hints["thing_name"])
|
|
2975
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2976
|
+
"thing_arn": thing_arn,
|
|
2977
|
+
"thing_name": thing_name,
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
@builtins.property
|
|
2981
|
+
def thing_arn(self) -> builtins.str:
|
|
2982
|
+
'''The ARN of the Thing resource.'''
|
|
2983
|
+
result = self._values.get("thing_arn")
|
|
2984
|
+
assert result is not None, "Required property 'thing_arn' is missing"
|
|
2985
|
+
return typing.cast(builtins.str, result)
|
|
2986
|
+
|
|
2987
|
+
@builtins.property
|
|
2988
|
+
def thing_name(self) -> builtins.str:
|
|
2989
|
+
'''The ThingName of the Thing resource.'''
|
|
2990
|
+
result = self._values.get("thing_name")
|
|
2991
|
+
assert result is not None, "Required property 'thing_name' is missing"
|
|
2992
|
+
return typing.cast(builtins.str, result)
|
|
2993
|
+
|
|
2994
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2995
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2996
|
+
|
|
2997
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2998
|
+
return not (rhs == self)
|
|
2999
|
+
|
|
3000
|
+
def __repr__(self) -> str:
|
|
3001
|
+
return "ThingReference(%s)" % ", ".join(
|
|
3002
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3003
|
+
)
|
|
3004
|
+
|
|
3005
|
+
|
|
3006
|
+
@jsii.data_type(
|
|
3007
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.ThingTypeReference",
|
|
3008
|
+
jsii_struct_bases=[],
|
|
3009
|
+
name_mapping={
|
|
3010
|
+
"thing_type_arn": "thingTypeArn",
|
|
3011
|
+
"thing_type_name": "thingTypeName",
|
|
3012
|
+
},
|
|
3013
|
+
)
|
|
3014
|
+
class ThingTypeReference:
|
|
3015
|
+
def __init__(
|
|
3016
|
+
self,
|
|
3017
|
+
*,
|
|
3018
|
+
thing_type_arn: builtins.str,
|
|
3019
|
+
thing_type_name: builtins.str,
|
|
3020
|
+
) -> None:
|
|
3021
|
+
'''A reference to a ThingType resource.
|
|
3022
|
+
|
|
3023
|
+
:param thing_type_arn: The ARN of the ThingType resource.
|
|
3024
|
+
:param thing_type_name: The ThingTypeName of the ThingType resource.
|
|
3025
|
+
|
|
3026
|
+
:exampleMetadata: fixture=_generated
|
|
3027
|
+
|
|
3028
|
+
Example::
|
|
3029
|
+
|
|
3030
|
+
# The code below shows an example of how to instantiate this type.
|
|
3031
|
+
# The values are placeholders you should change.
|
|
3032
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
3033
|
+
|
|
3034
|
+
thing_type_reference = interfaces_aws_iot.ThingTypeReference(
|
|
3035
|
+
thing_type_arn="thingTypeArn",
|
|
3036
|
+
thing_type_name="thingTypeName"
|
|
3037
|
+
)
|
|
3038
|
+
'''
|
|
3039
|
+
if __debug__:
|
|
3040
|
+
type_hints = typing.get_type_hints(_typecheckingstub__292b49d0fadd16c5715ae5ae5da4c61db1f6938820c0abd38301fc02146dc02e)
|
|
3041
|
+
check_type(argname="argument thing_type_arn", value=thing_type_arn, expected_type=type_hints["thing_type_arn"])
|
|
3042
|
+
check_type(argname="argument thing_type_name", value=thing_type_name, expected_type=type_hints["thing_type_name"])
|
|
3043
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3044
|
+
"thing_type_arn": thing_type_arn,
|
|
3045
|
+
"thing_type_name": thing_type_name,
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
@builtins.property
|
|
3049
|
+
def thing_type_arn(self) -> builtins.str:
|
|
3050
|
+
'''The ARN of the ThingType resource.'''
|
|
3051
|
+
result = self._values.get("thing_type_arn")
|
|
3052
|
+
assert result is not None, "Required property 'thing_type_arn' is missing"
|
|
3053
|
+
return typing.cast(builtins.str, result)
|
|
3054
|
+
|
|
3055
|
+
@builtins.property
|
|
3056
|
+
def thing_type_name(self) -> builtins.str:
|
|
3057
|
+
'''The ThingTypeName of the ThingType resource.'''
|
|
3058
|
+
result = self._values.get("thing_type_name")
|
|
3059
|
+
assert result is not None, "Required property 'thing_type_name' is missing"
|
|
3060
|
+
return typing.cast(builtins.str, result)
|
|
3061
|
+
|
|
3062
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3063
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3064
|
+
|
|
3065
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3066
|
+
return not (rhs == self)
|
|
3067
|
+
|
|
3068
|
+
def __repr__(self) -> str:
|
|
3069
|
+
return "ThingTypeReference(%s)" % ", ".join(
|
|
3070
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3071
|
+
)
|
|
3072
|
+
|
|
3073
|
+
|
|
3074
|
+
@jsii.data_type(
|
|
3075
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.TopicRuleDestinationReference",
|
|
3076
|
+
jsii_struct_bases=[],
|
|
3077
|
+
name_mapping={"topic_rule_destination_arn": "topicRuleDestinationArn"},
|
|
3078
|
+
)
|
|
3079
|
+
class TopicRuleDestinationReference:
|
|
3080
|
+
def __init__(self, *, topic_rule_destination_arn: builtins.str) -> None:
|
|
3081
|
+
'''A reference to a TopicRuleDestination resource.
|
|
3082
|
+
|
|
3083
|
+
:param topic_rule_destination_arn: The Arn of the TopicRuleDestination resource.
|
|
3084
|
+
|
|
3085
|
+
:exampleMetadata: fixture=_generated
|
|
3086
|
+
|
|
3087
|
+
Example::
|
|
3088
|
+
|
|
3089
|
+
# The code below shows an example of how to instantiate this type.
|
|
3090
|
+
# The values are placeholders you should change.
|
|
3091
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
3092
|
+
|
|
3093
|
+
topic_rule_destination_reference = interfaces_aws_iot.TopicRuleDestinationReference(
|
|
3094
|
+
topic_rule_destination_arn="topicRuleDestinationArn"
|
|
3095
|
+
)
|
|
3096
|
+
'''
|
|
3097
|
+
if __debug__:
|
|
3098
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e74d82455f870901ea2e2fbfbe2edb86ed538ee10667e8514ee1fa6b73ddfc43)
|
|
3099
|
+
check_type(argname="argument topic_rule_destination_arn", value=topic_rule_destination_arn, expected_type=type_hints["topic_rule_destination_arn"])
|
|
3100
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3101
|
+
"topic_rule_destination_arn": topic_rule_destination_arn,
|
|
3102
|
+
}
|
|
3103
|
+
|
|
3104
|
+
@builtins.property
|
|
3105
|
+
def topic_rule_destination_arn(self) -> builtins.str:
|
|
3106
|
+
'''The Arn of the TopicRuleDestination resource.'''
|
|
3107
|
+
result = self._values.get("topic_rule_destination_arn")
|
|
3108
|
+
assert result is not None, "Required property 'topic_rule_destination_arn' is missing"
|
|
3109
|
+
return typing.cast(builtins.str, result)
|
|
3110
|
+
|
|
3111
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3112
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3113
|
+
|
|
3114
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3115
|
+
return not (rhs == self)
|
|
3116
|
+
|
|
3117
|
+
def __repr__(self) -> str:
|
|
3118
|
+
return "TopicRuleDestinationReference(%s)" % ", ".join(
|
|
3119
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3120
|
+
)
|
|
3121
|
+
|
|
3122
|
+
|
|
3123
|
+
@jsii.data_type(
|
|
3124
|
+
jsii_type="aws-cdk-lib.interfaces.aws_iot.TopicRuleReference",
|
|
3125
|
+
jsii_struct_bases=[],
|
|
3126
|
+
name_mapping={"rule_name": "ruleName", "topic_rule_arn": "topicRuleArn"},
|
|
3127
|
+
)
|
|
3128
|
+
class TopicRuleReference:
|
|
3129
|
+
def __init__(
|
|
3130
|
+
self,
|
|
3131
|
+
*,
|
|
3132
|
+
rule_name: builtins.str,
|
|
3133
|
+
topic_rule_arn: builtins.str,
|
|
3134
|
+
) -> None:
|
|
3135
|
+
'''A reference to a TopicRule resource.
|
|
3136
|
+
|
|
3137
|
+
:param rule_name: The RuleName of the TopicRule resource.
|
|
3138
|
+
:param topic_rule_arn: The ARN of the TopicRule resource.
|
|
3139
|
+
|
|
3140
|
+
:exampleMetadata: fixture=_generated
|
|
3141
|
+
|
|
3142
|
+
Example::
|
|
3143
|
+
|
|
3144
|
+
# The code below shows an example of how to instantiate this type.
|
|
3145
|
+
# The values are placeholders you should change.
|
|
3146
|
+
from aws_cdk.interfaces import aws_iot as interfaces_aws_iot
|
|
3147
|
+
|
|
3148
|
+
topic_rule_reference = interfaces_aws_iot.TopicRuleReference(
|
|
3149
|
+
rule_name="ruleName",
|
|
3150
|
+
topic_rule_arn="topicRuleArn"
|
|
3151
|
+
)
|
|
3152
|
+
'''
|
|
3153
|
+
if __debug__:
|
|
3154
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eedeb429f63d21682b03ce0a579ac335118e4919a1318e377d4376db9481ee96)
|
|
3155
|
+
check_type(argname="argument rule_name", value=rule_name, expected_type=type_hints["rule_name"])
|
|
3156
|
+
check_type(argname="argument topic_rule_arn", value=topic_rule_arn, expected_type=type_hints["topic_rule_arn"])
|
|
3157
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3158
|
+
"rule_name": rule_name,
|
|
3159
|
+
"topic_rule_arn": topic_rule_arn,
|
|
3160
|
+
}
|
|
3161
|
+
|
|
3162
|
+
@builtins.property
|
|
3163
|
+
def rule_name(self) -> builtins.str:
|
|
3164
|
+
'''The RuleName of the TopicRule resource.'''
|
|
3165
|
+
result = self._values.get("rule_name")
|
|
3166
|
+
assert result is not None, "Required property 'rule_name' is missing"
|
|
3167
|
+
return typing.cast(builtins.str, result)
|
|
3168
|
+
|
|
3169
|
+
@builtins.property
|
|
3170
|
+
def topic_rule_arn(self) -> builtins.str:
|
|
3171
|
+
'''The ARN of the TopicRule resource.'''
|
|
3172
|
+
result = self._values.get("topic_rule_arn")
|
|
3173
|
+
assert result is not None, "Required property 'topic_rule_arn' is missing"
|
|
3174
|
+
return typing.cast(builtins.str, result)
|
|
3175
|
+
|
|
3176
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3177
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3178
|
+
|
|
3179
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3180
|
+
return not (rhs == self)
|
|
3181
|
+
|
|
3182
|
+
def __repr__(self) -> str:
|
|
3183
|
+
return "TopicRuleReference(%s)" % ", ".join(
|
|
3184
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3185
|
+
)
|
|
3186
|
+
|
|
3187
|
+
|
|
3188
|
+
__all__ = [
|
|
3189
|
+
"AccountAuditConfigurationReference",
|
|
3190
|
+
"AuthorizerReference",
|
|
3191
|
+
"BillingGroupReference",
|
|
3192
|
+
"CACertificateReference",
|
|
3193
|
+
"CertificateProviderReference",
|
|
3194
|
+
"CertificateReference",
|
|
3195
|
+
"CommandReference",
|
|
3196
|
+
"CustomMetricReference",
|
|
3197
|
+
"DimensionReference",
|
|
3198
|
+
"DomainConfigurationReference",
|
|
3199
|
+
"EncryptionConfigurationReference",
|
|
3200
|
+
"FleetMetricReference",
|
|
3201
|
+
"IAccountAuditConfigurationRef",
|
|
3202
|
+
"IAuthorizerRef",
|
|
3203
|
+
"IBillingGroupRef",
|
|
3204
|
+
"ICACertificateRef",
|
|
3205
|
+
"ICertificateProviderRef",
|
|
3206
|
+
"ICertificateRef",
|
|
3207
|
+
"ICommandRef",
|
|
3208
|
+
"ICustomMetricRef",
|
|
3209
|
+
"IDimensionRef",
|
|
3210
|
+
"IDomainConfigurationRef",
|
|
3211
|
+
"IEncryptionConfigurationRef",
|
|
3212
|
+
"IFleetMetricRef",
|
|
3213
|
+
"IJobTemplateRef",
|
|
3214
|
+
"ILoggingRef",
|
|
3215
|
+
"IMitigationActionRef",
|
|
3216
|
+
"IPolicyPrincipalAttachmentRef",
|
|
3217
|
+
"IPolicyRef",
|
|
3218
|
+
"IProvisioningTemplateRef",
|
|
3219
|
+
"IResourceSpecificLoggingRef",
|
|
3220
|
+
"IRoleAliasRef",
|
|
3221
|
+
"IScheduledAuditRef",
|
|
3222
|
+
"ISecurityProfileRef",
|
|
3223
|
+
"ISoftwarePackageRef",
|
|
3224
|
+
"ISoftwarePackageVersionRef",
|
|
3225
|
+
"IThingGroupRef",
|
|
3226
|
+
"IThingPrincipalAttachmentRef",
|
|
3227
|
+
"IThingRef",
|
|
3228
|
+
"IThingTypeRef",
|
|
3229
|
+
"ITopicRuleDestinationRef",
|
|
3230
|
+
"ITopicRuleRef",
|
|
3231
|
+
"JobTemplateReference",
|
|
3232
|
+
"LoggingReference",
|
|
3233
|
+
"MitigationActionReference",
|
|
3234
|
+
"PolicyPrincipalAttachmentReference",
|
|
3235
|
+
"PolicyReference",
|
|
3236
|
+
"ProvisioningTemplateReference",
|
|
3237
|
+
"ResourceSpecificLoggingReference",
|
|
3238
|
+
"RoleAliasReference",
|
|
3239
|
+
"ScheduledAuditReference",
|
|
3240
|
+
"SecurityProfileReference",
|
|
3241
|
+
"SoftwarePackageReference",
|
|
3242
|
+
"SoftwarePackageVersionReference",
|
|
3243
|
+
"ThingGroupReference",
|
|
3244
|
+
"ThingPrincipalAttachmentReference",
|
|
3245
|
+
"ThingReference",
|
|
3246
|
+
"ThingTypeReference",
|
|
3247
|
+
"TopicRuleDestinationReference",
|
|
3248
|
+
"TopicRuleReference",
|
|
3249
|
+
]
|
|
3250
|
+
|
|
3251
|
+
publication.publish()
|
|
3252
|
+
|
|
3253
|
+
def _typecheckingstub__146e26f046c491c18c156078309a07ab43070e0aa679f424eabb2687e3ad85d0(
|
|
3254
|
+
*,
|
|
3255
|
+
account_id: builtins.str,
|
|
3256
|
+
) -> None:
|
|
3257
|
+
"""Type checking stubs"""
|
|
3258
|
+
pass
|
|
3259
|
+
|
|
3260
|
+
def _typecheckingstub__9a589da36a530a5f515e3fd2fa870b4aa7cab41b13bb204655a59aed307070a1(
|
|
3261
|
+
*,
|
|
3262
|
+
authorizer_arn: builtins.str,
|
|
3263
|
+
authorizer_name: builtins.str,
|
|
3264
|
+
) -> None:
|
|
3265
|
+
"""Type checking stubs"""
|
|
3266
|
+
pass
|
|
3267
|
+
|
|
3268
|
+
def _typecheckingstub__9703280c049fd51220a0f708d3432e0c796ca6ec022914d413a76a17b8f3a4f0(
|
|
3269
|
+
*,
|
|
3270
|
+
billing_group_arn: builtins.str,
|
|
3271
|
+
billing_group_name: builtins.str,
|
|
3272
|
+
) -> None:
|
|
3273
|
+
"""Type checking stubs"""
|
|
3274
|
+
pass
|
|
3275
|
+
|
|
3276
|
+
def _typecheckingstub__85bd9181b7bb427b113fea2b8232f3f1f865da0f77891a59319ebd98727b69e2(
|
|
3277
|
+
*,
|
|
3278
|
+
ca_certificate_arn: builtins.str,
|
|
3279
|
+
ca_certificate_id: builtins.str,
|
|
3280
|
+
) -> None:
|
|
3281
|
+
"""Type checking stubs"""
|
|
3282
|
+
pass
|
|
3283
|
+
|
|
3284
|
+
def _typecheckingstub__1c7ece71d0f471a8be87b66e2a7c9c527cee538e2a3927e0c9a8d36386fc71d0(
|
|
3285
|
+
*,
|
|
3286
|
+
certificate_provider_arn: builtins.str,
|
|
3287
|
+
certificate_provider_name: builtins.str,
|
|
3288
|
+
) -> None:
|
|
3289
|
+
"""Type checking stubs"""
|
|
3290
|
+
pass
|
|
3291
|
+
|
|
3292
|
+
def _typecheckingstub__dd41822bb856d2c4cd7bfd1b33e1f7ae9aa20fabf6771532f867575bce52ca14(
|
|
3293
|
+
*,
|
|
3294
|
+
certificate_arn: builtins.str,
|
|
3295
|
+
certificate_id: builtins.str,
|
|
3296
|
+
) -> None:
|
|
3297
|
+
"""Type checking stubs"""
|
|
3298
|
+
pass
|
|
3299
|
+
|
|
3300
|
+
def _typecheckingstub__5af71183d16426d8accbf974b433d009aa255f59da4af7ca7356d9ebd5c8b333(
|
|
3301
|
+
*,
|
|
3302
|
+
command_arn: builtins.str,
|
|
3303
|
+
command_id: builtins.str,
|
|
3304
|
+
) -> None:
|
|
3305
|
+
"""Type checking stubs"""
|
|
3306
|
+
pass
|
|
3307
|
+
|
|
3308
|
+
def _typecheckingstub__7fc6d149631e90be2dff15aa19b30410d2c3183ced2ee13cdcb1d0ba90a3bbc8(
|
|
3309
|
+
*,
|
|
3310
|
+
metric_name: builtins.str,
|
|
3311
|
+
) -> None:
|
|
3312
|
+
"""Type checking stubs"""
|
|
3313
|
+
pass
|
|
3314
|
+
|
|
3315
|
+
def _typecheckingstub__536bc66020b6f87b8fa03df1825e2fdd22350c7cab5f996602e34be7f5af3874(
|
|
3316
|
+
*,
|
|
3317
|
+
dimension_arn: builtins.str,
|
|
3318
|
+
dimension_name: builtins.str,
|
|
3319
|
+
) -> None:
|
|
3320
|
+
"""Type checking stubs"""
|
|
3321
|
+
pass
|
|
3322
|
+
|
|
3323
|
+
def _typecheckingstub__072a2a0f202205af6e3de264c0d6baafb0bd344109806fb009fb406885e493b8(
|
|
3324
|
+
*,
|
|
3325
|
+
domain_configuration_arn: builtins.str,
|
|
3326
|
+
domain_configuration_name: builtins.str,
|
|
3327
|
+
) -> None:
|
|
3328
|
+
"""Type checking stubs"""
|
|
3329
|
+
pass
|
|
3330
|
+
|
|
3331
|
+
def _typecheckingstub__4243e6eeb1178b52ca431a8df25777c644a24a26ede98fac89e27a981c283fdb(
|
|
3332
|
+
*,
|
|
3333
|
+
account_id: builtins.str,
|
|
3334
|
+
) -> None:
|
|
3335
|
+
"""Type checking stubs"""
|
|
3336
|
+
pass
|
|
3337
|
+
|
|
3338
|
+
def _typecheckingstub__87bcc885b51342fc4a7fd186621f27ba55cc31a51b3cd22d20675d422894e639(
|
|
3339
|
+
*,
|
|
3340
|
+
metric_name: builtins.str,
|
|
3341
|
+
) -> None:
|
|
3342
|
+
"""Type checking stubs"""
|
|
3343
|
+
pass
|
|
3344
|
+
|
|
3345
|
+
def _typecheckingstub__cffd41be04fe17710e1be7db9d085434eb15f2abdfafdc430d120ed83c4ec4aa(
|
|
3346
|
+
*,
|
|
3347
|
+
job_template_arn: builtins.str,
|
|
3348
|
+
job_template_id: builtins.str,
|
|
3349
|
+
) -> None:
|
|
3350
|
+
"""Type checking stubs"""
|
|
3351
|
+
pass
|
|
3352
|
+
|
|
3353
|
+
def _typecheckingstub__77f6f67c551d1d6d5b9be87e433d3ac8b37687437ee923fe545bbabcfdaadd98(
|
|
3354
|
+
*,
|
|
3355
|
+
account_id: builtins.str,
|
|
3356
|
+
) -> None:
|
|
3357
|
+
"""Type checking stubs"""
|
|
3358
|
+
pass
|
|
3359
|
+
|
|
3360
|
+
def _typecheckingstub__2ab56eb3d521febcf038be8ef1e03908bd95582acb3cf3b9cac5d7c92db5e09f(
|
|
3361
|
+
*,
|
|
3362
|
+
action_name: builtins.str,
|
|
3363
|
+
mitigation_action_arn: builtins.str,
|
|
3364
|
+
) -> None:
|
|
3365
|
+
"""Type checking stubs"""
|
|
3366
|
+
pass
|
|
3367
|
+
|
|
3368
|
+
def _typecheckingstub__2c433b17a937fb1b126780e6e4b459921a745c39de25b681aa6e87feb4111932(
|
|
3369
|
+
*,
|
|
3370
|
+
policy_principal_attachment_id: builtins.str,
|
|
3371
|
+
) -> None:
|
|
3372
|
+
"""Type checking stubs"""
|
|
3373
|
+
pass
|
|
3374
|
+
|
|
3375
|
+
def _typecheckingstub__b627d7889748208bffcd4d74e49d11968847654f52f8d4d0b508b1333b01f6aa(
|
|
3376
|
+
*,
|
|
3377
|
+
policy_arn: builtins.str,
|
|
3378
|
+
policy_id: builtins.str,
|
|
3379
|
+
) -> None:
|
|
3380
|
+
"""Type checking stubs"""
|
|
3381
|
+
pass
|
|
3382
|
+
|
|
3383
|
+
def _typecheckingstub__c9039c63005bab6ff59546e15433165533243c424a4b0053c5aef2e6ff1affb7(
|
|
3384
|
+
*,
|
|
3385
|
+
template_name: builtins.str,
|
|
3386
|
+
) -> None:
|
|
3387
|
+
"""Type checking stubs"""
|
|
3388
|
+
pass
|
|
3389
|
+
|
|
3390
|
+
def _typecheckingstub__4ebce77dbfe0456eff9639b6385561d6943a5d17fba95d1f552eed0e95bbf6b0(
|
|
3391
|
+
*,
|
|
3392
|
+
target_id: builtins.str,
|
|
3393
|
+
) -> None:
|
|
3394
|
+
"""Type checking stubs"""
|
|
3395
|
+
pass
|
|
3396
|
+
|
|
3397
|
+
def _typecheckingstub__40a120b8f8d83a7dded11d9f9de72d69d5ca598d6ec190c3d6340acb452f28b5(
|
|
3398
|
+
*,
|
|
3399
|
+
role_alias: builtins.str,
|
|
3400
|
+
role_alias_arn: builtins.str,
|
|
3401
|
+
) -> None:
|
|
3402
|
+
"""Type checking stubs"""
|
|
3403
|
+
pass
|
|
3404
|
+
|
|
3405
|
+
def _typecheckingstub__60d8201b72f88cdd64cd19128a2c60aeded5bd7dc74179f5252602f226054061(
|
|
3406
|
+
*,
|
|
3407
|
+
scheduled_audit_arn: builtins.str,
|
|
3408
|
+
scheduled_audit_name: builtins.str,
|
|
3409
|
+
) -> None:
|
|
3410
|
+
"""Type checking stubs"""
|
|
3411
|
+
pass
|
|
3412
|
+
|
|
3413
|
+
def _typecheckingstub__abf43e9f4ab30ee59ab380489311b985cbddf07f1dc8cdccc91ca1cf38ce9637(
|
|
3414
|
+
*,
|
|
3415
|
+
security_profile_arn: builtins.str,
|
|
3416
|
+
security_profile_name: builtins.str,
|
|
3417
|
+
) -> None:
|
|
3418
|
+
"""Type checking stubs"""
|
|
3419
|
+
pass
|
|
3420
|
+
|
|
3421
|
+
def _typecheckingstub__cb6ad3330b82f009179276f80acdee16561cdc42f31b2d0af96bfb331b6421f9(
|
|
3422
|
+
*,
|
|
3423
|
+
package_name: builtins.str,
|
|
3424
|
+
) -> None:
|
|
3425
|
+
"""Type checking stubs"""
|
|
3426
|
+
pass
|
|
3427
|
+
|
|
3428
|
+
def _typecheckingstub__8549067511c3dd9b2931691a58ae4f172a4d90a25349fe4ef5b45920e28a073e(
|
|
3429
|
+
*,
|
|
3430
|
+
package_name: builtins.str,
|
|
3431
|
+
version_name: builtins.str,
|
|
3432
|
+
) -> None:
|
|
3433
|
+
"""Type checking stubs"""
|
|
3434
|
+
pass
|
|
3435
|
+
|
|
3436
|
+
def _typecheckingstub__bf577bbf82c8129b7cff9884cac80e23395d69657fd40c3d65bef791576507a6(
|
|
3437
|
+
*,
|
|
3438
|
+
thing_group_arn: builtins.str,
|
|
3439
|
+
thing_group_name: builtins.str,
|
|
3440
|
+
) -> None:
|
|
3441
|
+
"""Type checking stubs"""
|
|
3442
|
+
pass
|
|
3443
|
+
|
|
3444
|
+
def _typecheckingstub__43efd3fd743ae12945fd439b22b4a32cf10787e7ffe3bb66b57eb430a483d631(
|
|
3445
|
+
*,
|
|
3446
|
+
thing_principal_attachment_id: builtins.str,
|
|
3447
|
+
) -> None:
|
|
3448
|
+
"""Type checking stubs"""
|
|
3449
|
+
pass
|
|
3450
|
+
|
|
3451
|
+
def _typecheckingstub__94282163e56abff7455704452ffdb9ea32a695f0a0a1add365fa6d4b15af02ab(
|
|
3452
|
+
*,
|
|
3453
|
+
thing_arn: builtins.str,
|
|
3454
|
+
thing_name: builtins.str,
|
|
3455
|
+
) -> None:
|
|
3456
|
+
"""Type checking stubs"""
|
|
3457
|
+
pass
|
|
3458
|
+
|
|
3459
|
+
def _typecheckingstub__292b49d0fadd16c5715ae5ae5da4c61db1f6938820c0abd38301fc02146dc02e(
|
|
3460
|
+
*,
|
|
3461
|
+
thing_type_arn: builtins.str,
|
|
3462
|
+
thing_type_name: builtins.str,
|
|
3463
|
+
) -> None:
|
|
3464
|
+
"""Type checking stubs"""
|
|
3465
|
+
pass
|
|
3466
|
+
|
|
3467
|
+
def _typecheckingstub__e74d82455f870901ea2e2fbfbe2edb86ed538ee10667e8514ee1fa6b73ddfc43(
|
|
3468
|
+
*,
|
|
3469
|
+
topic_rule_destination_arn: builtins.str,
|
|
3470
|
+
) -> None:
|
|
3471
|
+
"""Type checking stubs"""
|
|
3472
|
+
pass
|
|
3473
|
+
|
|
3474
|
+
def _typecheckingstub__eedeb429f63d21682b03ce0a579ac335118e4919a1318e377d4376db9481ee96(
|
|
3475
|
+
*,
|
|
3476
|
+
rule_name: builtins.str,
|
|
3477
|
+
topic_rule_arn: builtins.str,
|
|
3478
|
+
) -> None:
|
|
3479
|
+
"""Type checking stubs"""
|
|
3480
|
+
pass
|
|
3481
|
+
|
|
3482
|
+
for cls in [IAccountAuditConfigurationRef, IAuthorizerRef, IBillingGroupRef, ICACertificateRef, ICertificateProviderRef, ICertificateRef, ICommandRef, ICustomMetricRef, IDimensionRef, IDomainConfigurationRef, IEncryptionConfigurationRef, IFleetMetricRef, IJobTemplateRef, ILoggingRef, IMitigationActionRef, IPolicyPrincipalAttachmentRef, IPolicyRef, IProvisioningTemplateRef, IResourceSpecificLoggingRef, IRoleAliasRef, IScheduledAuditRef, ISecurityProfileRef, ISoftwarePackageRef, ISoftwarePackageVersionRef, IThingGroupRef, IThingPrincipalAttachmentRef, IThingRef, IThingTypeRef, ITopicRuleDestinationRef, ITopicRuleRef]:
|
|
3483
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|