aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.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 +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_iam/__init__.py
CHANGED
|
@@ -1265,7 +1265,7 @@ class CfnAccessKey(
|
|
|
1265
1265
|
if __debug__:
|
|
1266
1266
|
type_hints = typing.get_type_hints(_typecheckingstub__3405535e039979434b63eda6cd780e7a68f3036e83c19773aa4cce38e62cfcc0)
|
|
1267
1267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1268
|
-
jsii.set(self, "userName", value)
|
|
1268
|
+
jsii.set(self, "userName", value) # pyright: ignore[reportArgumentType]
|
|
1269
1269
|
|
|
1270
1270
|
@builtins.property
|
|
1271
1271
|
@jsii.member(jsii_name="serial")
|
|
@@ -1278,7 +1278,7 @@ class CfnAccessKey(
|
|
|
1278
1278
|
if __debug__:
|
|
1279
1279
|
type_hints = typing.get_type_hints(_typecheckingstub__de65be3bea4fb6cb4947339490001a6cb74c0e6991d864cd5de95395f19d977b)
|
|
1280
1280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1281
|
-
jsii.set(self, "serial", value)
|
|
1281
|
+
jsii.set(self, "serial", value) # pyright: ignore[reportArgumentType]
|
|
1282
1282
|
|
|
1283
1283
|
@builtins.property
|
|
1284
1284
|
@jsii.member(jsii_name="status")
|
|
@@ -1291,7 +1291,7 @@ class CfnAccessKey(
|
|
|
1291
1291
|
if __debug__:
|
|
1292
1292
|
type_hints = typing.get_type_hints(_typecheckingstub__0c8207c22274bc6fabc3862c3b573f9d71344e354dbd17a00318aa43fa18cb7d)
|
|
1293
1293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1294
|
-
jsii.set(self, "status", value)
|
|
1294
|
+
jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
|
|
1295
1295
|
|
|
1296
1296
|
|
|
1297
1297
|
@jsii.data_type(
|
|
@@ -1513,7 +1513,7 @@ class CfnGroup(
|
|
|
1513
1513
|
if __debug__:
|
|
1514
1514
|
type_hints = typing.get_type_hints(_typecheckingstub__01be7e8dfd9fda0df1899d3026531e8a38a22b7e1f2d6027c883cf4d505c3d51)
|
|
1515
1515
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1516
|
-
jsii.set(self, "groupName", value)
|
|
1516
|
+
jsii.set(self, "groupName", value) # pyright: ignore[reportArgumentType]
|
|
1517
1517
|
|
|
1518
1518
|
@builtins.property
|
|
1519
1519
|
@jsii.member(jsii_name="managedPolicyArns")
|
|
@@ -1529,7 +1529,7 @@ class CfnGroup(
|
|
|
1529
1529
|
if __debug__:
|
|
1530
1530
|
type_hints = typing.get_type_hints(_typecheckingstub__3a267baaf187cde3f3930ebef9cdd1a754591f3f54b47d9729cc1d9bb3a93458)
|
|
1531
1531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1532
|
-
jsii.set(self, "managedPolicyArns", value)
|
|
1532
|
+
jsii.set(self, "managedPolicyArns", value) # pyright: ignore[reportArgumentType]
|
|
1533
1533
|
|
|
1534
1534
|
@builtins.property
|
|
1535
1535
|
@jsii.member(jsii_name="path")
|
|
@@ -1545,7 +1545,7 @@ class CfnGroup(
|
|
|
1545
1545
|
if __debug__:
|
|
1546
1546
|
type_hints = typing.get_type_hints(_typecheckingstub__b014a61027fdb2afb518b56e4a64ca65934df00a511ae153c21193094d07e4ca)
|
|
1547
1547
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1548
|
-
jsii.set(self, "path", value)
|
|
1548
|
+
jsii.set(self, "path", value) # pyright: ignore[reportArgumentType]
|
|
1549
1549
|
|
|
1550
1550
|
@builtins.property
|
|
1551
1551
|
@jsii.member(jsii_name="policies")
|
|
@@ -1563,7 +1563,7 @@ class CfnGroup(
|
|
|
1563
1563
|
if __debug__:
|
|
1564
1564
|
type_hints = typing.get_type_hints(_typecheckingstub__9a23f252d3f662bbd9b85e3ee272df167b08d0ce70d4a20ac116d5b1cb15a44e)
|
|
1565
1565
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1566
|
-
jsii.set(self, "policies", value)
|
|
1566
|
+
jsii.set(self, "policies", value) # pyright: ignore[reportArgumentType]
|
|
1567
1567
|
|
|
1568
1568
|
@jsii.data_type(
|
|
1569
1569
|
jsii_type="aws-cdk-lib.aws_iam.CfnGroup.PolicyProperty",
|
|
@@ -1753,7 +1753,7 @@ class CfnGroupPolicy(
|
|
|
1753
1753
|
if __debug__:
|
|
1754
1754
|
type_hints = typing.get_type_hints(_typecheckingstub__789fa1310fa5f0c8a58c7721ec65bb7fb38294aa983f688e92a477a4ecf7a44c)
|
|
1755
1755
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1756
|
-
jsii.set(self, "groupName", value)
|
|
1756
|
+
jsii.set(self, "groupName", value) # pyright: ignore[reportArgumentType]
|
|
1757
1757
|
|
|
1758
1758
|
@builtins.property
|
|
1759
1759
|
@jsii.member(jsii_name="policyName")
|
|
@@ -1766,7 +1766,7 @@ class CfnGroupPolicy(
|
|
|
1766
1766
|
if __debug__:
|
|
1767
1767
|
type_hints = typing.get_type_hints(_typecheckingstub__98fde951f7da16e6788d849111dc918395ada4b5134156e2bc4d29caf92e119f)
|
|
1768
1768
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1769
|
-
jsii.set(self, "policyName", value)
|
|
1769
|
+
jsii.set(self, "policyName", value) # pyright: ignore[reportArgumentType]
|
|
1770
1770
|
|
|
1771
1771
|
@builtins.property
|
|
1772
1772
|
@jsii.member(jsii_name="policyDocument")
|
|
@@ -1779,7 +1779,7 @@ class CfnGroupPolicy(
|
|
|
1779
1779
|
if __debug__:
|
|
1780
1780
|
type_hints = typing.get_type_hints(_typecheckingstub__252a63b1958f4306e76e5da346149aa1087fd66fc85306f6c6c58ab5571644a4)
|
|
1781
1781
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1782
|
-
jsii.set(self, "policyDocument", value)
|
|
1782
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
1783
1783
|
|
|
1784
1784
|
|
|
1785
1785
|
@jsii.data_type(
|
|
@@ -2139,7 +2139,7 @@ class CfnInstanceProfile(
|
|
|
2139
2139
|
if __debug__:
|
|
2140
2140
|
type_hints = typing.get_type_hints(_typecheckingstub__785f95fb95c2bbe41d514dea64d18cfcbfa66bffbfa2d083ae501bdd37a0fe4f)
|
|
2141
2141
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2142
|
-
jsii.set(self, "roles", value)
|
|
2142
|
+
jsii.set(self, "roles", value) # pyright: ignore[reportArgumentType]
|
|
2143
2143
|
|
|
2144
2144
|
@builtins.property
|
|
2145
2145
|
@jsii.member(jsii_name="instanceProfileName")
|
|
@@ -2152,7 +2152,7 @@ class CfnInstanceProfile(
|
|
|
2152
2152
|
if __debug__:
|
|
2153
2153
|
type_hints = typing.get_type_hints(_typecheckingstub__94d5332482fea97767ec730f2c1930a5e4ec68efce72124dd1cfd7a7c5f40bba)
|
|
2154
2154
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2155
|
-
jsii.set(self, "instanceProfileName", value)
|
|
2155
|
+
jsii.set(self, "instanceProfileName", value) # pyright: ignore[reportArgumentType]
|
|
2156
2156
|
|
|
2157
2157
|
@builtins.property
|
|
2158
2158
|
@jsii.member(jsii_name="path")
|
|
@@ -2165,7 +2165,7 @@ class CfnInstanceProfile(
|
|
|
2165
2165
|
if __debug__:
|
|
2166
2166
|
type_hints = typing.get_type_hints(_typecheckingstub__cbfe487716a390ca26e092b03b19bce39babeaa672e667fad6be4aed43f11cf4)
|
|
2167
2167
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2168
|
-
jsii.set(self, "path", value)
|
|
2168
|
+
jsii.set(self, "path", value) # pyright: ignore[reportArgumentType]
|
|
2169
2169
|
|
|
2170
2170
|
|
|
2171
2171
|
@jsii.data_type(
|
|
@@ -2460,7 +2460,7 @@ class CfnManagedPolicy(
|
|
|
2460
2460
|
if __debug__:
|
|
2461
2461
|
type_hints = typing.get_type_hints(_typecheckingstub__57f5af0ac55173154c340115659691a27fc295c9250c8d5ca198109f64466ee8)
|
|
2462
2462
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2463
|
-
jsii.set(self, "policyDocument", value)
|
|
2463
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
2464
2464
|
|
|
2465
2465
|
@builtins.property
|
|
2466
2466
|
@jsii.member(jsii_name="description")
|
|
@@ -2473,7 +2473,7 @@ class CfnManagedPolicy(
|
|
|
2473
2473
|
if __debug__:
|
|
2474
2474
|
type_hints = typing.get_type_hints(_typecheckingstub__1cc04fd5744afbd3cf5d35eec5e89c42dc47f150557ef85988e2e74ea873c422)
|
|
2475
2475
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2476
|
-
jsii.set(self, "description", value)
|
|
2476
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2477
2477
|
|
|
2478
2478
|
@builtins.property
|
|
2479
2479
|
@jsii.member(jsii_name="groups")
|
|
@@ -2486,7 +2486,7 @@ class CfnManagedPolicy(
|
|
|
2486
2486
|
if __debug__:
|
|
2487
2487
|
type_hints = typing.get_type_hints(_typecheckingstub__bc185a3adf8688a003c343f2c7f2d2213871db292b02bf41ab584d89834d560d)
|
|
2488
2488
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2489
|
-
jsii.set(self, "groups", value)
|
|
2489
|
+
jsii.set(self, "groups", value) # pyright: ignore[reportArgumentType]
|
|
2490
2490
|
|
|
2491
2491
|
@builtins.property
|
|
2492
2492
|
@jsii.member(jsii_name="managedPolicyName")
|
|
@@ -2499,7 +2499,7 @@ class CfnManagedPolicy(
|
|
|
2499
2499
|
if __debug__:
|
|
2500
2500
|
type_hints = typing.get_type_hints(_typecheckingstub__ad4dd76c35346216139c78ee6af3ca0521328f8eeab6374f6ea5d0c3af2b9886)
|
|
2501
2501
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2502
|
-
jsii.set(self, "managedPolicyName", value)
|
|
2502
|
+
jsii.set(self, "managedPolicyName", value) # pyright: ignore[reportArgumentType]
|
|
2503
2503
|
|
|
2504
2504
|
@builtins.property
|
|
2505
2505
|
@jsii.member(jsii_name="path")
|
|
@@ -2512,7 +2512,7 @@ class CfnManagedPolicy(
|
|
|
2512
2512
|
if __debug__:
|
|
2513
2513
|
type_hints = typing.get_type_hints(_typecheckingstub__55edad48d274800976c6721903c6c5c63dd8559011473654245716943a0e2895)
|
|
2514
2514
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2515
|
-
jsii.set(self, "path", value)
|
|
2515
|
+
jsii.set(self, "path", value) # pyright: ignore[reportArgumentType]
|
|
2516
2516
|
|
|
2517
2517
|
@builtins.property
|
|
2518
2518
|
@jsii.member(jsii_name="roles")
|
|
@@ -2525,7 +2525,7 @@ class CfnManagedPolicy(
|
|
|
2525
2525
|
if __debug__:
|
|
2526
2526
|
type_hints = typing.get_type_hints(_typecheckingstub__1de9b6a5aa5082e09fb07840ea3cdfca3eb8553aa46fd492dbb181b5362f13b9)
|
|
2527
2527
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2528
|
-
jsii.set(self, "roles", value)
|
|
2528
|
+
jsii.set(self, "roles", value) # pyright: ignore[reportArgumentType]
|
|
2529
2529
|
|
|
2530
2530
|
@builtins.property
|
|
2531
2531
|
@jsii.member(jsii_name="users")
|
|
@@ -2538,7 +2538,7 @@ class CfnManagedPolicy(
|
|
|
2538
2538
|
if __debug__:
|
|
2539
2539
|
type_hints = typing.get_type_hints(_typecheckingstub__4ad59cd00d0e0ac909d310dbcbbd6e052d1f131f984c456d7dec6c6d0f890843)
|
|
2540
2540
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2541
|
-
jsii.set(self, "users", value)
|
|
2541
|
+
jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
|
|
2542
2542
|
|
|
2543
2543
|
|
|
2544
2544
|
@jsii.data_type(
|
|
@@ -2786,14 +2786,12 @@ class CfnOIDCProvider(
|
|
|
2786
2786
|
from aws_cdk import aws_iam as iam
|
|
2787
2787
|
|
|
2788
2788
|
cfn_oIDCProvider = iam.CfnOIDCProvider(self, "MyCfnOIDCProvider",
|
|
2789
|
-
thumbprint_list=["thumbprintList"],
|
|
2790
|
-
|
|
2791
|
-
# the properties below are optional
|
|
2792
2789
|
client_id_list=["clientIdList"],
|
|
2793
2790
|
tags=[CfnTag(
|
|
2794
2791
|
key="key",
|
|
2795
2792
|
value="value"
|
|
2796
2793
|
)],
|
|
2794
|
+
thumbprint_list=["thumbprintList"],
|
|
2797
2795
|
url="url"
|
|
2798
2796
|
)
|
|
2799
2797
|
'''
|
|
@@ -2803,17 +2801,17 @@ class CfnOIDCProvider(
|
|
|
2803
2801
|
scope: _constructs_77d1e7e8.Construct,
|
|
2804
2802
|
id: builtins.str,
|
|
2805
2803
|
*,
|
|
2806
|
-
thumbprint_list: typing.Sequence[builtins.str],
|
|
2807
2804
|
client_id_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2808
2805
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2806
|
+
thumbprint_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2809
2807
|
url: typing.Optional[builtins.str] = None,
|
|
2810
2808
|
) -> None:
|
|
2811
2809
|
'''
|
|
2812
2810
|
:param scope: Scope in which this resource is defined.
|
|
2813
2811
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2814
|
-
:param thumbprint_list: A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.
|
|
2815
2812
|
:param client_id_list: A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ .
|
|
2816
2813
|
:param tags: A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see `Tagging IAM resources <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html>`_ in the *IAM User Guide* .
|
|
2814
|
+
:param thumbprint_list: A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.
|
|
2817
2815
|
:param url: The URL that the IAM OIDC provider resource object is associated with. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ .
|
|
2818
2816
|
'''
|
|
2819
2817
|
if __debug__:
|
|
@@ -2821,9 +2819,9 @@ class CfnOIDCProvider(
|
|
|
2821
2819
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2822
2820
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2823
2821
|
props = CfnOIDCProviderProps(
|
|
2824
|
-
thumbprint_list=thumbprint_list,
|
|
2825
2822
|
client_id_list=client_id_list,
|
|
2826
2823
|
tags=tags,
|
|
2824
|
+
thumbprint_list=thumbprint_list,
|
|
2827
2825
|
url=url,
|
|
2828
2826
|
)
|
|
2829
2827
|
|
|
@@ -2879,19 +2877,6 @@ class CfnOIDCProvider(
|
|
|
2879
2877
|
'''Tag Manager which manages the tags for this resource.'''
|
|
2880
2878
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
2881
2879
|
|
|
2882
|
-
@builtins.property
|
|
2883
|
-
@jsii.member(jsii_name="thumbprintList")
|
|
2884
|
-
def thumbprint_list(self) -> typing.List[builtins.str]:
|
|
2885
|
-
'''A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.'''
|
|
2886
|
-
return typing.cast(typing.List[builtins.str], jsii.get(self, "thumbprintList"))
|
|
2887
|
-
|
|
2888
|
-
@thumbprint_list.setter
|
|
2889
|
-
def thumbprint_list(self, value: typing.List[builtins.str]) -> None:
|
|
2890
|
-
if __debug__:
|
|
2891
|
-
type_hints = typing.get_type_hints(_typecheckingstub__aa3ed6dd0ef0854d834aaa2a169f05db6443763c0d3f9c4bd58c44fcdac5c427)
|
|
2892
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2893
|
-
jsii.set(self, "thumbprintList", value)
|
|
2894
|
-
|
|
2895
2880
|
@builtins.property
|
|
2896
2881
|
@jsii.member(jsii_name="clientIdList")
|
|
2897
2882
|
def client_id_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -2903,7 +2888,7 @@ class CfnOIDCProvider(
|
|
|
2903
2888
|
if __debug__:
|
|
2904
2889
|
type_hints = typing.get_type_hints(_typecheckingstub__65ff0b468eb305f1d15390d9c9c9f031b03af51fdd4c6edcd5f1c7b3fabe5e02)
|
|
2905
2890
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2906
|
-
jsii.set(self, "clientIdList", value)
|
|
2891
|
+
jsii.set(self, "clientIdList", value) # pyright: ignore[reportArgumentType]
|
|
2907
2892
|
|
|
2908
2893
|
@builtins.property
|
|
2909
2894
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2916,7 +2901,23 @@ class CfnOIDCProvider(
|
|
|
2916
2901
|
if __debug__:
|
|
2917
2902
|
type_hints = typing.get_type_hints(_typecheckingstub__4db8fa394e822c865ec6e624ef31a1dd1aaba19da7971d0044ad1d1d5a060d70)
|
|
2918
2903
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2919
|
-
jsii.set(self, "tagsRaw", value)
|
|
2904
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2905
|
+
|
|
2906
|
+
@builtins.property
|
|
2907
|
+
@jsii.member(jsii_name="thumbprintList")
|
|
2908
|
+
def thumbprint_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2909
|
+
'''A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.'''
|
|
2910
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "thumbprintList"))
|
|
2911
|
+
|
|
2912
|
+
@thumbprint_list.setter
|
|
2913
|
+
def thumbprint_list(
|
|
2914
|
+
self,
|
|
2915
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
2916
|
+
) -> None:
|
|
2917
|
+
if __debug__:
|
|
2918
|
+
type_hints = typing.get_type_hints(_typecheckingstub__aa3ed6dd0ef0854d834aaa2a169f05db6443763c0d3f9c4bd58c44fcdac5c427)
|
|
2919
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2920
|
+
jsii.set(self, "thumbprintList", value) # pyright: ignore[reportArgumentType]
|
|
2920
2921
|
|
|
2921
2922
|
@builtins.property
|
|
2922
2923
|
@jsii.member(jsii_name="url")
|
|
@@ -2929,16 +2930,16 @@ class CfnOIDCProvider(
|
|
|
2929
2930
|
if __debug__:
|
|
2930
2931
|
type_hints = typing.get_type_hints(_typecheckingstub__047a9e084da3802dd407fe84ef685690e55704bff14429720999a139e667481e)
|
|
2931
2932
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2932
|
-
jsii.set(self, "url", value)
|
|
2933
|
+
jsii.set(self, "url", value) # pyright: ignore[reportArgumentType]
|
|
2933
2934
|
|
|
2934
2935
|
|
|
2935
2936
|
@jsii.data_type(
|
|
2936
2937
|
jsii_type="aws-cdk-lib.aws_iam.CfnOIDCProviderProps",
|
|
2937
2938
|
jsii_struct_bases=[],
|
|
2938
2939
|
name_mapping={
|
|
2939
|
-
"thumbprint_list": "thumbprintList",
|
|
2940
2940
|
"client_id_list": "clientIdList",
|
|
2941
2941
|
"tags": "tags",
|
|
2942
|
+
"thumbprint_list": "thumbprintList",
|
|
2942
2943
|
"url": "url",
|
|
2943
2944
|
},
|
|
2944
2945
|
)
|
|
@@ -2946,16 +2947,16 @@ class CfnOIDCProviderProps:
|
|
|
2946
2947
|
def __init__(
|
|
2947
2948
|
self,
|
|
2948
2949
|
*,
|
|
2949
|
-
thumbprint_list: typing.Sequence[builtins.str],
|
|
2950
2950
|
client_id_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2951
2951
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2952
|
+
thumbprint_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2952
2953
|
url: typing.Optional[builtins.str] = None,
|
|
2953
2954
|
) -> None:
|
|
2954
2955
|
'''Properties for defining a ``CfnOIDCProvider``.
|
|
2955
2956
|
|
|
2956
|
-
:param thumbprint_list: A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.
|
|
2957
2957
|
:param client_id_list: A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ .
|
|
2958
2958
|
:param tags: A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see `Tagging IAM resources <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html>`_ in the *IAM User Guide* .
|
|
2959
|
+
:param thumbprint_list: A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.
|
|
2959
2960
|
:param url: The URL that the IAM OIDC provider resource object is associated with. For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ .
|
|
2960
2961
|
|
|
2961
2962
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html
|
|
@@ -2968,47 +2969,31 @@ class CfnOIDCProviderProps:
|
|
|
2968
2969
|
from aws_cdk import aws_iam as iam
|
|
2969
2970
|
|
|
2970
2971
|
cfn_oIDCProvider_props = iam.CfnOIDCProviderProps(
|
|
2971
|
-
thumbprint_list=["thumbprintList"],
|
|
2972
|
-
|
|
2973
|
-
# the properties below are optional
|
|
2974
2972
|
client_id_list=["clientIdList"],
|
|
2975
2973
|
tags=[CfnTag(
|
|
2976
2974
|
key="key",
|
|
2977
2975
|
value="value"
|
|
2978
2976
|
)],
|
|
2977
|
+
thumbprint_list=["thumbprintList"],
|
|
2979
2978
|
url="url"
|
|
2980
2979
|
)
|
|
2981
2980
|
'''
|
|
2982
2981
|
if __debug__:
|
|
2983
2982
|
type_hints = typing.get_type_hints(_typecheckingstub__7712735ff8576b291ddb9c7e92ce8078bf6f1d87729109296c1be6414cb3532d)
|
|
2984
|
-
check_type(argname="argument thumbprint_list", value=thumbprint_list, expected_type=type_hints["thumbprint_list"])
|
|
2985
2983
|
check_type(argname="argument client_id_list", value=client_id_list, expected_type=type_hints["client_id_list"])
|
|
2986
2984
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2985
|
+
check_type(argname="argument thumbprint_list", value=thumbprint_list, expected_type=type_hints["thumbprint_list"])
|
|
2987
2986
|
check_type(argname="argument url", value=url, expected_type=type_hints["url"])
|
|
2988
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2989
|
-
"thumbprint_list": thumbprint_list,
|
|
2990
|
-
}
|
|
2987
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2991
2988
|
if client_id_list is not None:
|
|
2992
2989
|
self._values["client_id_list"] = client_id_list
|
|
2993
2990
|
if tags is not None:
|
|
2994
2991
|
self._values["tags"] = tags
|
|
2992
|
+
if thumbprint_list is not None:
|
|
2993
|
+
self._values["thumbprint_list"] = thumbprint_list
|
|
2995
2994
|
if url is not None:
|
|
2996
2995
|
self._values["url"] = url
|
|
2997
2996
|
|
|
2998
|
-
@builtins.property
|
|
2999
|
-
def thumbprint_list(self) -> typing.List[builtins.str]:
|
|
3000
|
-
'''A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
|
3001
|
-
|
|
3002
|
-
For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ .
|
|
3003
|
-
|
|
3004
|
-
This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.
|
|
3005
|
-
|
|
3006
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html#cfn-iam-oidcprovider-thumbprintlist
|
|
3007
|
-
'''
|
|
3008
|
-
result = self._values.get("thumbprint_list")
|
|
3009
|
-
assert result is not None, "Required property 'thumbprint_list' is missing"
|
|
3010
|
-
return typing.cast(typing.List[builtins.str], result)
|
|
3011
|
-
|
|
3012
2997
|
@builtins.property
|
|
3013
2998
|
def client_id_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
3014
2999
|
'''A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.
|
|
@@ -3031,6 +3016,19 @@ class CfnOIDCProviderProps:
|
|
|
3031
3016
|
result = self._values.get("tags")
|
|
3032
3017
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
3033
3018
|
|
|
3019
|
+
@builtins.property
|
|
3020
|
+
def thumbprint_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
3021
|
+
'''A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
|
3022
|
+
|
|
3023
|
+
For more information, see `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ .
|
|
3024
|
+
|
|
3025
|
+
This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.
|
|
3026
|
+
|
|
3027
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html#cfn-iam-oidcprovider-thumbprintlist
|
|
3028
|
+
'''
|
|
3029
|
+
result = self._values.get("thumbprint_list")
|
|
3030
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
3031
|
+
|
|
3034
3032
|
@builtins.property
|
|
3035
3033
|
def url(self) -> typing.Optional[builtins.str]:
|
|
3036
3034
|
'''The URL that the IAM OIDC provider resource object is associated with.
|
|
@@ -3188,7 +3186,7 @@ class CfnPolicy(
|
|
|
3188
3186
|
if __debug__:
|
|
3189
3187
|
type_hints = typing.get_type_hints(_typecheckingstub__06044458de4bf8f3f6bd0026d2e0c44680c55d70af59396fc7616d84dab9d26d)
|
|
3190
3188
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3191
|
-
jsii.set(self, "policyDocument", value)
|
|
3189
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
3192
3190
|
|
|
3193
3191
|
@builtins.property
|
|
3194
3192
|
@jsii.member(jsii_name="policyName")
|
|
@@ -3201,7 +3199,7 @@ class CfnPolicy(
|
|
|
3201
3199
|
if __debug__:
|
|
3202
3200
|
type_hints = typing.get_type_hints(_typecheckingstub__ecc19153b06dcc252bfb1ae6146652d56fcd1825369497489a00194a960696d5)
|
|
3203
3201
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3204
|
-
jsii.set(self, "policyName", value)
|
|
3202
|
+
jsii.set(self, "policyName", value) # pyright: ignore[reportArgumentType]
|
|
3205
3203
|
|
|
3206
3204
|
@builtins.property
|
|
3207
3205
|
@jsii.member(jsii_name="groups")
|
|
@@ -3214,7 +3212,7 @@ class CfnPolicy(
|
|
|
3214
3212
|
if __debug__:
|
|
3215
3213
|
type_hints = typing.get_type_hints(_typecheckingstub__1cb77529b0bb4edf27e46d46d8fcaedafea19611a49ee1c83bfdd3a98234745e)
|
|
3216
3214
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3217
|
-
jsii.set(self, "groups", value)
|
|
3215
|
+
jsii.set(self, "groups", value) # pyright: ignore[reportArgumentType]
|
|
3218
3216
|
|
|
3219
3217
|
@builtins.property
|
|
3220
3218
|
@jsii.member(jsii_name="roles")
|
|
@@ -3227,7 +3225,7 @@ class CfnPolicy(
|
|
|
3227
3225
|
if __debug__:
|
|
3228
3226
|
type_hints = typing.get_type_hints(_typecheckingstub__87a89a5b9d5419ceb30e8217d4489eae0857ac493147f2a7af32a527ec688a14)
|
|
3229
3227
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3230
|
-
jsii.set(self, "roles", value)
|
|
3228
|
+
jsii.set(self, "roles", value) # pyright: ignore[reportArgumentType]
|
|
3231
3229
|
|
|
3232
3230
|
@builtins.property
|
|
3233
3231
|
@jsii.member(jsii_name="users")
|
|
@@ -3240,7 +3238,7 @@ class CfnPolicy(
|
|
|
3240
3238
|
if __debug__:
|
|
3241
3239
|
type_hints = typing.get_type_hints(_typecheckingstub__c25ce8e0b5d932098589ac1c033a96eed27019fa02e7aea82f7eaacbdd509100)
|
|
3242
3240
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3243
|
-
jsii.set(self, "users", value)
|
|
3241
|
+
jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
|
|
3244
3242
|
|
|
3245
3243
|
|
|
3246
3244
|
@jsii.data_type(
|
|
@@ -3555,7 +3553,7 @@ class CfnRole(
|
|
|
3555
3553
|
if __debug__:
|
|
3556
3554
|
type_hints = typing.get_type_hints(_typecheckingstub__f64edf2fd513d8eaa71e570374ea6368333dca94e9bcd75c06e0cd57bf703237)
|
|
3557
3555
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3558
|
-
jsii.set(self, "assumeRolePolicyDocument", value)
|
|
3556
|
+
jsii.set(self, "assumeRolePolicyDocument", value) # pyright: ignore[reportArgumentType]
|
|
3559
3557
|
|
|
3560
3558
|
@builtins.property
|
|
3561
3559
|
@jsii.member(jsii_name="description")
|
|
@@ -3568,7 +3566,7 @@ class CfnRole(
|
|
|
3568
3566
|
if __debug__:
|
|
3569
3567
|
type_hints = typing.get_type_hints(_typecheckingstub__3c2a9dbc73d67aad806d2048aa4381abc22ed38266fbe7ad4d0f9363cfdac4a7)
|
|
3570
3568
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3571
|
-
jsii.set(self, "description", value)
|
|
3569
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
3572
3570
|
|
|
3573
3571
|
@builtins.property
|
|
3574
3572
|
@jsii.member(jsii_name="managedPolicyArns")
|
|
@@ -3584,7 +3582,7 @@ class CfnRole(
|
|
|
3584
3582
|
if __debug__:
|
|
3585
3583
|
type_hints = typing.get_type_hints(_typecheckingstub__84c396c36f658a4080b46dfbbcb0f9163ca138b4afaf4da438a00378beffede7)
|
|
3586
3584
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3587
|
-
jsii.set(self, "managedPolicyArns", value)
|
|
3585
|
+
jsii.set(self, "managedPolicyArns", value) # pyright: ignore[reportArgumentType]
|
|
3588
3586
|
|
|
3589
3587
|
@builtins.property
|
|
3590
3588
|
@jsii.member(jsii_name="maxSessionDuration")
|
|
@@ -3597,7 +3595,7 @@ class CfnRole(
|
|
|
3597
3595
|
if __debug__:
|
|
3598
3596
|
type_hints = typing.get_type_hints(_typecheckingstub__6431acc0b99ad558bc7b549bbfe3e581f937dce92da78253920c201c8cc22e0a)
|
|
3599
3597
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3600
|
-
jsii.set(self, "maxSessionDuration", value)
|
|
3598
|
+
jsii.set(self, "maxSessionDuration", value) # pyright: ignore[reportArgumentType]
|
|
3601
3599
|
|
|
3602
3600
|
@builtins.property
|
|
3603
3601
|
@jsii.member(jsii_name="path")
|
|
@@ -3613,7 +3611,7 @@ class CfnRole(
|
|
|
3613
3611
|
if __debug__:
|
|
3614
3612
|
type_hints = typing.get_type_hints(_typecheckingstub__1d420d46f77d7cfcfcd09009a0f2eadf9ebada83d085948137f30c8ee4abdd4b)
|
|
3615
3613
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3616
|
-
jsii.set(self, "path", value)
|
|
3614
|
+
jsii.set(self, "path", value) # pyright: ignore[reportArgumentType]
|
|
3617
3615
|
|
|
3618
3616
|
@builtins.property
|
|
3619
3617
|
@jsii.member(jsii_name="permissionsBoundary")
|
|
@@ -3626,7 +3624,7 @@ class CfnRole(
|
|
|
3626
3624
|
if __debug__:
|
|
3627
3625
|
type_hints = typing.get_type_hints(_typecheckingstub__6141e4bbefd436f5eddad46690a81845abcebab51fabb169abf1431f02795db1)
|
|
3628
3626
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3629
|
-
jsii.set(self, "permissionsBoundary", value)
|
|
3627
|
+
jsii.set(self, "permissionsBoundary", value) # pyright: ignore[reportArgumentType]
|
|
3630
3628
|
|
|
3631
3629
|
@builtins.property
|
|
3632
3630
|
@jsii.member(jsii_name="policies")
|
|
@@ -3644,7 +3642,7 @@ class CfnRole(
|
|
|
3644
3642
|
if __debug__:
|
|
3645
3643
|
type_hints = typing.get_type_hints(_typecheckingstub__de13ceb9aac4a8cea0907c7e4ba81eeca369f4f35bfc0f1d48beddf9ab76811f)
|
|
3646
3644
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3647
|
-
jsii.set(self, "policies", value)
|
|
3645
|
+
jsii.set(self, "policies", value) # pyright: ignore[reportArgumentType]
|
|
3648
3646
|
|
|
3649
3647
|
@builtins.property
|
|
3650
3648
|
@jsii.member(jsii_name="roleName")
|
|
@@ -3657,7 +3655,7 @@ class CfnRole(
|
|
|
3657
3655
|
if __debug__:
|
|
3658
3656
|
type_hints = typing.get_type_hints(_typecheckingstub__435e72316ea55d9adabad0902ac623255b110529fcd748e3ac74055cff795bef)
|
|
3659
3657
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3660
|
-
jsii.set(self, "roleName", value)
|
|
3658
|
+
jsii.set(self, "roleName", value) # pyright: ignore[reportArgumentType]
|
|
3661
3659
|
|
|
3662
3660
|
@builtins.property
|
|
3663
3661
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -3670,7 +3668,7 @@ class CfnRole(
|
|
|
3670
3668
|
if __debug__:
|
|
3671
3669
|
type_hints = typing.get_type_hints(_typecheckingstub__1c0657eba6af54757d6f74532e2ed61efbdc50fb773a54687878cfd7c7f8dda5)
|
|
3672
3670
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3673
|
-
jsii.set(self, "tagsRaw", value)
|
|
3671
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
3674
3672
|
|
|
3675
3673
|
@jsii.data_type(
|
|
3676
3674
|
jsii_type="aws-cdk-lib.aws_iam.CfnRole.PolicyProperty",
|
|
@@ -3864,7 +3862,7 @@ class CfnRolePolicy(
|
|
|
3864
3862
|
if __debug__:
|
|
3865
3863
|
type_hints = typing.get_type_hints(_typecheckingstub__7042bd66e9ba283ac19987752cc24a822d1f227ca8217dbbae1ca253f583b373)
|
|
3866
3864
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3867
|
-
jsii.set(self, "policyName", value)
|
|
3865
|
+
jsii.set(self, "policyName", value) # pyright: ignore[reportArgumentType]
|
|
3868
3866
|
|
|
3869
3867
|
@builtins.property
|
|
3870
3868
|
@jsii.member(jsii_name="roleName")
|
|
@@ -3877,7 +3875,7 @@ class CfnRolePolicy(
|
|
|
3877
3875
|
if __debug__:
|
|
3878
3876
|
type_hints = typing.get_type_hints(_typecheckingstub__c89cdd638f3704d6ca88c2e6c9c5c301322b1ed12de337f2ec3c4bfdee661f0f)
|
|
3879
3877
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3880
|
-
jsii.set(self, "roleName", value)
|
|
3878
|
+
jsii.set(self, "roleName", value) # pyright: ignore[reportArgumentType]
|
|
3881
3879
|
|
|
3882
3880
|
@builtins.property
|
|
3883
3881
|
@jsii.member(jsii_name="policyDocument")
|
|
@@ -3890,7 +3888,7 @@ class CfnRolePolicy(
|
|
|
3890
3888
|
if __debug__:
|
|
3891
3889
|
type_hints = typing.get_type_hints(_typecheckingstub__2153da01bebec26c385aa83a08c1b544e6c1e15dfda33c546698c885cbf1e9b9)
|
|
3892
3890
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3893
|
-
jsii.set(self, "policyDocument", value)
|
|
3891
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
3894
3892
|
|
|
3895
3893
|
|
|
3896
3894
|
@jsii.data_type(
|
|
@@ -4364,7 +4362,7 @@ class CfnSAMLProvider(
|
|
|
4364
4362
|
if __debug__:
|
|
4365
4363
|
type_hints = typing.get_type_hints(_typecheckingstub__6c9b70ef0e0ed94f53ecf2221518796deaf4c5a9353a14b0183e26bbe0e0d57c)
|
|
4366
4364
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4367
|
-
jsii.set(self, "samlMetadataDocument", value)
|
|
4365
|
+
jsii.set(self, "samlMetadataDocument", value) # pyright: ignore[reportArgumentType]
|
|
4368
4366
|
|
|
4369
4367
|
@builtins.property
|
|
4370
4368
|
@jsii.member(jsii_name="name")
|
|
@@ -4377,7 +4375,7 @@ class CfnSAMLProvider(
|
|
|
4377
4375
|
if __debug__:
|
|
4378
4376
|
type_hints = typing.get_type_hints(_typecheckingstub__bf699aa7d755e072f3b60499335fb6469de4ed3bdb0605652b9c3269877e220a)
|
|
4379
4377
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4380
|
-
jsii.set(self, "name", value)
|
|
4378
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
4381
4379
|
|
|
4382
4380
|
@builtins.property
|
|
4383
4381
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4390,7 +4388,7 @@ class CfnSAMLProvider(
|
|
|
4390
4388
|
if __debug__:
|
|
4391
4389
|
type_hints = typing.get_type_hints(_typecheckingstub__b139c04642da2a9b428a58eb37077beb7f9b79971517b5fd95e8c7dbfa322e67)
|
|
4392
4390
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4393
|
-
jsii.set(self, "tagsRaw", value)
|
|
4391
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4394
4392
|
|
|
4395
4393
|
|
|
4396
4394
|
@jsii.data_type(
|
|
@@ -4638,7 +4636,7 @@ class CfnServerCertificate(
|
|
|
4638
4636
|
if __debug__:
|
|
4639
4637
|
type_hints = typing.get_type_hints(_typecheckingstub__87c7211629136fb42c02f367b9448da78ab4e5abfd4d9e04ab0caad5325bb2b2)
|
|
4640
4638
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4641
|
-
jsii.set(self, "certificateBody", value)
|
|
4639
|
+
jsii.set(self, "certificateBody", value) # pyright: ignore[reportArgumentType]
|
|
4642
4640
|
|
|
4643
4641
|
@builtins.property
|
|
4644
4642
|
@jsii.member(jsii_name="certificateChain")
|
|
@@ -4651,7 +4649,7 @@ class CfnServerCertificate(
|
|
|
4651
4649
|
if __debug__:
|
|
4652
4650
|
type_hints = typing.get_type_hints(_typecheckingstub__e4ff303b49caa7890566d08d6a2a60ec1a95e65e81edd71a7aa6f85f708e4fdd)
|
|
4653
4651
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4654
|
-
jsii.set(self, "certificateChain", value)
|
|
4652
|
+
jsii.set(self, "certificateChain", value) # pyright: ignore[reportArgumentType]
|
|
4655
4653
|
|
|
4656
4654
|
@builtins.property
|
|
4657
4655
|
@jsii.member(jsii_name="path")
|
|
@@ -4664,7 +4662,7 @@ class CfnServerCertificate(
|
|
|
4664
4662
|
if __debug__:
|
|
4665
4663
|
type_hints = typing.get_type_hints(_typecheckingstub__77ad8bd4800869c88771ef98910278fbbe26e1520e96f812fdbc0837580817e8)
|
|
4666
4664
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4667
|
-
jsii.set(self, "path", value)
|
|
4665
|
+
jsii.set(self, "path", value) # pyright: ignore[reportArgumentType]
|
|
4668
4666
|
|
|
4669
4667
|
@builtins.property
|
|
4670
4668
|
@jsii.member(jsii_name="privateKey")
|
|
@@ -4677,7 +4675,7 @@ class CfnServerCertificate(
|
|
|
4677
4675
|
if __debug__:
|
|
4678
4676
|
type_hints = typing.get_type_hints(_typecheckingstub__a4203fd09b7317247f69586ca724e62c2ea809be65e02471885451dfe4324b20)
|
|
4679
4677
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4680
|
-
jsii.set(self, "privateKey", value)
|
|
4678
|
+
jsii.set(self, "privateKey", value) # pyright: ignore[reportArgumentType]
|
|
4681
4679
|
|
|
4682
4680
|
@builtins.property
|
|
4683
4681
|
@jsii.member(jsii_name="serverCertificateName")
|
|
@@ -4690,7 +4688,7 @@ class CfnServerCertificate(
|
|
|
4690
4688
|
if __debug__:
|
|
4691
4689
|
type_hints = typing.get_type_hints(_typecheckingstub__54cd160d96a28915ae295954600508a01387f155ef6c01892d38e609428f5648)
|
|
4692
4690
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4693
|
-
jsii.set(self, "serverCertificateName", value)
|
|
4691
|
+
jsii.set(self, "serverCertificateName", value) # pyright: ignore[reportArgumentType]
|
|
4694
4692
|
|
|
4695
4693
|
@builtins.property
|
|
4696
4694
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -4703,7 +4701,7 @@ class CfnServerCertificate(
|
|
|
4703
4701
|
if __debug__:
|
|
4704
4702
|
type_hints = typing.get_type_hints(_typecheckingstub__579aa0e0cc52787dc34d6f715f95942533f29fc470256c2e7e0cd454c26ae2f4)
|
|
4705
4703
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4706
|
-
jsii.set(self, "tagsRaw", value)
|
|
4704
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
4707
4705
|
|
|
4708
4706
|
|
|
4709
4707
|
@jsii.data_type(
|
|
@@ -4974,7 +4972,7 @@ class CfnServiceLinkedRole(
|
|
|
4974
4972
|
if __debug__:
|
|
4975
4973
|
type_hints = typing.get_type_hints(_typecheckingstub__894356a5067d4595c32429fb905a7c37dbca2ce428fa3c0743817d563a07b673)
|
|
4976
4974
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4977
|
-
jsii.set(self, "awsServiceName", value)
|
|
4975
|
+
jsii.set(self, "awsServiceName", value) # pyright: ignore[reportArgumentType]
|
|
4978
4976
|
|
|
4979
4977
|
@builtins.property
|
|
4980
4978
|
@jsii.member(jsii_name="customSuffix")
|
|
@@ -4987,7 +4985,7 @@ class CfnServiceLinkedRole(
|
|
|
4987
4985
|
if __debug__:
|
|
4988
4986
|
type_hints = typing.get_type_hints(_typecheckingstub__73b7c9779d86988f0dcb8c2282ce3fb8bd23b1db482b7081dbf555457bc45bdc)
|
|
4989
4987
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4990
|
-
jsii.set(self, "customSuffix", value)
|
|
4988
|
+
jsii.set(self, "customSuffix", value) # pyright: ignore[reportArgumentType]
|
|
4991
4989
|
|
|
4992
4990
|
@builtins.property
|
|
4993
4991
|
@jsii.member(jsii_name="description")
|
|
@@ -5000,7 +4998,7 @@ class CfnServiceLinkedRole(
|
|
|
5000
4998
|
if __debug__:
|
|
5001
4999
|
type_hints = typing.get_type_hints(_typecheckingstub__796fb2b9a69a72a7ee224d68a6ba88159e7107645a0f704a025f9b8bf7b3d6ce)
|
|
5002
5000
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5003
|
-
jsii.set(self, "description", value)
|
|
5001
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5004
5002
|
|
|
5005
5003
|
|
|
5006
5004
|
@jsii.data_type(
|
|
@@ -5246,7 +5244,7 @@ class CfnUser(
|
|
|
5246
5244
|
if __debug__:
|
|
5247
5245
|
type_hints = typing.get_type_hints(_typecheckingstub__a030f35db68335b8a550d10c248a4f289bc47052d3d3d7ad1feb6d43257f1398)
|
|
5248
5246
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5249
|
-
jsii.set(self, "groups", value)
|
|
5247
|
+
jsii.set(self, "groups", value) # pyright: ignore[reportArgumentType]
|
|
5250
5248
|
|
|
5251
5249
|
@builtins.property
|
|
5252
5250
|
@jsii.member(jsii_name="loginProfile")
|
|
@@ -5264,7 +5262,7 @@ class CfnUser(
|
|
|
5264
5262
|
if __debug__:
|
|
5265
5263
|
type_hints = typing.get_type_hints(_typecheckingstub__f9ec71116c53dba6fcd83f943f62c54cf4a1829d2c1fbfb773b475eb2e580e43)
|
|
5266
5264
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5267
|
-
jsii.set(self, "loginProfile", value)
|
|
5265
|
+
jsii.set(self, "loginProfile", value) # pyright: ignore[reportArgumentType]
|
|
5268
5266
|
|
|
5269
5267
|
@builtins.property
|
|
5270
5268
|
@jsii.member(jsii_name="managedPolicyArns")
|
|
@@ -5280,7 +5278,7 @@ class CfnUser(
|
|
|
5280
5278
|
if __debug__:
|
|
5281
5279
|
type_hints = typing.get_type_hints(_typecheckingstub__6d9bc7aa1272c0c2d7eca931089eb5238a71667de1dd61a5e39d1bb0d80b06ac)
|
|
5282
5280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5283
|
-
jsii.set(self, "managedPolicyArns", value)
|
|
5281
|
+
jsii.set(self, "managedPolicyArns", value) # pyright: ignore[reportArgumentType]
|
|
5284
5282
|
|
|
5285
5283
|
@builtins.property
|
|
5286
5284
|
@jsii.member(jsii_name="path")
|
|
@@ -5293,7 +5291,7 @@ class CfnUser(
|
|
|
5293
5291
|
if __debug__:
|
|
5294
5292
|
type_hints = typing.get_type_hints(_typecheckingstub__8b45a0c327fbd95f77396687ff75f3c61c77223d854a371180accaa05cec25e6)
|
|
5295
5293
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5296
|
-
jsii.set(self, "path", value)
|
|
5294
|
+
jsii.set(self, "path", value) # pyright: ignore[reportArgumentType]
|
|
5297
5295
|
|
|
5298
5296
|
@builtins.property
|
|
5299
5297
|
@jsii.member(jsii_name="permissionsBoundary")
|
|
@@ -5306,7 +5304,7 @@ class CfnUser(
|
|
|
5306
5304
|
if __debug__:
|
|
5307
5305
|
type_hints = typing.get_type_hints(_typecheckingstub__766b6286be304f39fa6308bbe3eb6a8a552712c6becdc31706c5312027885dc7)
|
|
5308
5306
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5309
|
-
jsii.set(self, "permissionsBoundary", value)
|
|
5307
|
+
jsii.set(self, "permissionsBoundary", value) # pyright: ignore[reportArgumentType]
|
|
5310
5308
|
|
|
5311
5309
|
@builtins.property
|
|
5312
5310
|
@jsii.member(jsii_name="policies")
|
|
@@ -5324,7 +5322,7 @@ class CfnUser(
|
|
|
5324
5322
|
if __debug__:
|
|
5325
5323
|
type_hints = typing.get_type_hints(_typecheckingstub__25df8a318c9f526fd31465b78f732e159102acc489b971d41ccdbe1b91ff426e)
|
|
5326
5324
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5327
|
-
jsii.set(self, "policies", value)
|
|
5325
|
+
jsii.set(self, "policies", value) # pyright: ignore[reportArgumentType]
|
|
5328
5326
|
|
|
5329
5327
|
@builtins.property
|
|
5330
5328
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -5337,7 +5335,7 @@ class CfnUser(
|
|
|
5337
5335
|
if __debug__:
|
|
5338
5336
|
type_hints = typing.get_type_hints(_typecheckingstub__68bb5e640fe8f1d3df25a029bc80e69cb1904a783dae4c75d6eb193e37389a44)
|
|
5339
5337
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5340
|
-
jsii.set(self, "tagsRaw", value)
|
|
5338
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5341
5339
|
|
|
5342
5340
|
@builtins.property
|
|
5343
5341
|
@jsii.member(jsii_name="userName")
|
|
@@ -5353,7 +5351,7 @@ class CfnUser(
|
|
|
5353
5351
|
if __debug__:
|
|
5354
5352
|
type_hints = typing.get_type_hints(_typecheckingstub__673a92f6f8c13a39a21d59717aefb8413279cd51db902ce34f4e3611efe7c1f3)
|
|
5355
5353
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5356
|
-
jsii.set(self, "userName", value)
|
|
5354
|
+
jsii.set(self, "userName", value) # pyright: ignore[reportArgumentType]
|
|
5357
5355
|
|
|
5358
5356
|
@jsii.data_type(
|
|
5359
5357
|
jsii_type="aws-cdk-lib.aws_iam.CfnUser.LoginProfileProperty",
|
|
@@ -5625,7 +5623,7 @@ class CfnUserPolicy(
|
|
|
5625
5623
|
if __debug__:
|
|
5626
5624
|
type_hints = typing.get_type_hints(_typecheckingstub__e1863a06ff9856e56ddfef1835185f36375de9aab427703c632667bf53aed26d)
|
|
5627
5625
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5628
|
-
jsii.set(self, "policyName", value)
|
|
5626
|
+
jsii.set(self, "policyName", value) # pyright: ignore[reportArgumentType]
|
|
5629
5627
|
|
|
5630
5628
|
@builtins.property
|
|
5631
5629
|
@jsii.member(jsii_name="userName")
|
|
@@ -5638,7 +5636,7 @@ class CfnUserPolicy(
|
|
|
5638
5636
|
if __debug__:
|
|
5639
5637
|
type_hints = typing.get_type_hints(_typecheckingstub__c87f136af227b9d80b9c996ebad3cd0115cf869a0b881cdc44f69822e5d676a7)
|
|
5640
5638
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5641
|
-
jsii.set(self, "userName", value)
|
|
5639
|
+
jsii.set(self, "userName", value) # pyright: ignore[reportArgumentType]
|
|
5642
5640
|
|
|
5643
5641
|
@builtins.property
|
|
5644
5642
|
@jsii.member(jsii_name="policyDocument")
|
|
@@ -5651,7 +5649,7 @@ class CfnUserPolicy(
|
|
|
5651
5649
|
if __debug__:
|
|
5652
5650
|
type_hints = typing.get_type_hints(_typecheckingstub__868920d1b0a57c789262fb64d7c1ce084d6f3da90f834b2da8cc620e6553bad8)
|
|
5653
5651
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5654
|
-
jsii.set(self, "policyDocument", value)
|
|
5652
|
+
jsii.set(self, "policyDocument", value) # pyright: ignore[reportArgumentType]
|
|
5655
5653
|
|
|
5656
5654
|
|
|
5657
5655
|
@jsii.data_type(
|
|
@@ -6087,7 +6085,7 @@ class CfnUserToGroupAddition(
|
|
|
6087
6085
|
if __debug__:
|
|
6088
6086
|
type_hints = typing.get_type_hints(_typecheckingstub__80988c0737b217a15fbc51dd191617d213752314ac76d041cba72fa2fbca3c04)
|
|
6089
6087
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6090
|
-
jsii.set(self, "groupName", value)
|
|
6088
|
+
jsii.set(self, "groupName", value) # pyright: ignore[reportArgumentType]
|
|
6091
6089
|
|
|
6092
6090
|
@builtins.property
|
|
6093
6091
|
@jsii.member(jsii_name="users")
|
|
@@ -6100,7 +6098,7 @@ class CfnUserToGroupAddition(
|
|
|
6100
6098
|
if __debug__:
|
|
6101
6099
|
type_hints = typing.get_type_hints(_typecheckingstub__9633608428e6d8df416ba93dfbf3f5248605fc8d2d8dc1be95067a291eb4223e)
|
|
6102
6100
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6103
|
-
jsii.set(self, "users", value)
|
|
6101
|
+
jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
|
|
6104
6102
|
|
|
6105
6103
|
|
|
6106
6104
|
@jsii.data_type(
|
|
@@ -6307,7 +6305,7 @@ class CfnVirtualMFADevice(
|
|
|
6307
6305
|
if __debug__:
|
|
6308
6306
|
type_hints = typing.get_type_hints(_typecheckingstub__62933eb2630cbda8cd521b55437211294e28433e9f2916bffa9f4987d4a9aa8c)
|
|
6309
6307
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6310
|
-
jsii.set(self, "users", value)
|
|
6308
|
+
jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
|
|
6311
6309
|
|
|
6312
6310
|
@builtins.property
|
|
6313
6311
|
@jsii.member(jsii_name="path")
|
|
@@ -6320,7 +6318,7 @@ class CfnVirtualMFADevice(
|
|
|
6320
6318
|
if __debug__:
|
|
6321
6319
|
type_hints = typing.get_type_hints(_typecheckingstub__0ed4aacd2a4d70c96cd36de260e15008f2e50d943134027a7f4ea4a75e1d03c8)
|
|
6322
6320
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6323
|
-
jsii.set(self, "path", value)
|
|
6321
|
+
jsii.set(self, "path", value) # pyright: ignore[reportArgumentType]
|
|
6324
6322
|
|
|
6325
6323
|
@builtins.property
|
|
6326
6324
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -6333,7 +6331,7 @@ class CfnVirtualMFADevice(
|
|
|
6333
6331
|
if __debug__:
|
|
6334
6332
|
type_hints = typing.get_type_hints(_typecheckingstub__8cf1f893827aab77cb8d7fec4a522878bd879b2f8a49198a93c51cf414124229)
|
|
6335
6333
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6336
|
-
jsii.set(self, "tagsRaw", value)
|
|
6334
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
6337
6335
|
|
|
6338
6336
|
@builtins.property
|
|
6339
6337
|
@jsii.member(jsii_name="virtualMfaDeviceName")
|
|
@@ -6346,7 +6344,7 @@ class CfnVirtualMFADevice(
|
|
|
6346
6344
|
if __debug__:
|
|
6347
6345
|
type_hints = typing.get_type_hints(_typecheckingstub__b5456135f25b9d08fb97dae8235054f6111c0d6ff6cb6ca028c6c552d38b10cd)
|
|
6348
6346
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6349
|
-
jsii.set(self, "virtualMfaDeviceName", value)
|
|
6347
|
+
jsii.set(self, "virtualMfaDeviceName", value) # pyright: ignore[reportArgumentType]
|
|
6350
6348
|
|
|
6351
6349
|
|
|
6352
6350
|
@jsii.data_type(
|
|
@@ -10393,7 +10391,7 @@ class PolicyStatement(
|
|
|
10393
10391
|
if __debug__:
|
|
10394
10392
|
type_hints = typing.get_type_hints(_typecheckingstub__0938212412c89f00c92be30674976489815687ff4590eef7d1e3a8d2b3605ff1)
|
|
10395
10393
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10396
|
-
jsii.set(self, "effect", value)
|
|
10394
|
+
jsii.set(self, "effect", value) # pyright: ignore[reportArgumentType]
|
|
10397
10395
|
|
|
10398
10396
|
@builtins.property
|
|
10399
10397
|
@jsii.member(jsii_name="sid")
|
|
@@ -10406,7 +10404,7 @@ class PolicyStatement(
|
|
|
10406
10404
|
if __debug__:
|
|
10407
10405
|
type_hints = typing.get_type_hints(_typecheckingstub__3ad1bd9e071f1c20bcba127bf551d42076cff1e619eeeecfffabbcefe7b69818)
|
|
10408
10406
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10409
|
-
jsii.set(self, "sid", value)
|
|
10407
|
+
jsii.set(self, "sid", value) # pyright: ignore[reportArgumentType]
|
|
10410
10408
|
|
|
10411
10409
|
|
|
10412
10410
|
@jsii.data_type(
|
|
@@ -15106,9 +15104,9 @@ def _typecheckingstub__5cc57bdb168ce990f6466a329942805a3eead54a8207df63d06106140
|
|
|
15106
15104
|
scope: _constructs_77d1e7e8.Construct,
|
|
15107
15105
|
id: builtins.str,
|
|
15108
15106
|
*,
|
|
15109
|
-
thumbprint_list: typing.Sequence[builtins.str],
|
|
15110
15107
|
client_id_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
15111
15108
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
15109
|
+
thumbprint_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
15112
15110
|
url: typing.Optional[builtins.str] = None,
|
|
15113
15111
|
) -> None:
|
|
15114
15112
|
"""Type checking stubs"""
|
|
@@ -15126,12 +15124,6 @@ def _typecheckingstub__4dae706f759e2af37c98017ae788d704bf61cf6db2c64c99cf832bc28
|
|
|
15126
15124
|
"""Type checking stubs"""
|
|
15127
15125
|
pass
|
|
15128
15126
|
|
|
15129
|
-
def _typecheckingstub__aa3ed6dd0ef0854d834aaa2a169f05db6443763c0d3f9c4bd58c44fcdac5c427(
|
|
15130
|
-
value: typing.List[builtins.str],
|
|
15131
|
-
) -> None:
|
|
15132
|
-
"""Type checking stubs"""
|
|
15133
|
-
pass
|
|
15134
|
-
|
|
15135
15127
|
def _typecheckingstub__65ff0b468eb305f1d15390d9c9c9f031b03af51fdd4c6edcd5f1c7b3fabe5e02(
|
|
15136
15128
|
value: typing.Optional[typing.List[builtins.str]],
|
|
15137
15129
|
) -> None:
|
|
@@ -15144,6 +15136,12 @@ def _typecheckingstub__4db8fa394e822c865ec6e624ef31a1dd1aaba19da7971d0044ad1d1d5
|
|
|
15144
15136
|
"""Type checking stubs"""
|
|
15145
15137
|
pass
|
|
15146
15138
|
|
|
15139
|
+
def _typecheckingstub__aa3ed6dd0ef0854d834aaa2a169f05db6443763c0d3f9c4bd58c44fcdac5c427(
|
|
15140
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
15141
|
+
) -> None:
|
|
15142
|
+
"""Type checking stubs"""
|
|
15143
|
+
pass
|
|
15144
|
+
|
|
15147
15145
|
def _typecheckingstub__047a9e084da3802dd407fe84ef685690e55704bff14429720999a139e667481e(
|
|
15148
15146
|
value: typing.Optional[builtins.str],
|
|
15149
15147
|
) -> None:
|
|
@@ -15152,9 +15150,9 @@ def _typecheckingstub__047a9e084da3802dd407fe84ef685690e55704bff14429720999a139e
|
|
|
15152
15150
|
|
|
15153
15151
|
def _typecheckingstub__7712735ff8576b291ddb9c7e92ce8078bf6f1d87729109296c1be6414cb3532d(
|
|
15154
15152
|
*,
|
|
15155
|
-
thumbprint_list: typing.Sequence[builtins.str],
|
|
15156
15153
|
client_id_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
15157
15154
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
15155
|
+
thumbprint_list: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
15158
15156
|
url: typing.Optional[builtins.str] = None,
|
|
15159
15157
|
) -> None:
|
|
15160
15158
|
"""Type checking stubs"""
|