@jjrawlins/cdk-ami-builder 0.0.19 → 0.0.21

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.
Files changed (305) hide show
  1. package/.jsii +3 -3
  2. package/cdk-ami-builder/jsii/jsii.go +2 -2
  3. package/cdk-ami-builder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@smithy/config-resolver/package.json +2 -2
  8. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  9. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  10. package/node_modules/@smithy/middleware-retry/package.json +3 -3
  11. package/node_modules/@smithy/node-config-provider/package.json +2 -2
  12. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/externalDataInterceptor.js +1 -0
  13. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +5 -1
  14. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +24 -2
  15. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +9 -5
  16. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  17. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +4 -0
  18. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +2 -1
  19. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +5 -1
  20. package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  21. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +5 -1
  22. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +2 -1
  23. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +2 -0
  24. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
  25. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +5 -1
  26. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +2 -1
  27. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +2 -0
  28. package/node_modules/@smithy/shared-ini-file-loader/package.json +1 -1
  29. package/node_modules/@smithy/smithy-client/package.json +2 -2
  30. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  31. package/node_modules/@smithy/util-defaults-mode-node/package.json +5 -5
  32. package/node_modules/@smithy/util-endpoints/package.json +2 -2
  33. package/node_modules/cdk-iam-floyd/.claude/settings.local.json +30 -0
  34. package/node_modules/cdk-iam-floyd/CLAUDE.md +147 -0
  35. package/node_modules/cdk-iam-floyd/README.md +4 -4
  36. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +62 -14
  37. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +124 -28
  38. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +62 -14
  39. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +63 -15
  40. package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +8 -1
  41. package/node_modules/cdk-iam-floyd/lib/generated/index.js +26 -12
  42. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/aioperations.d.ts +25 -0
  43. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/aioperations.js +39 -8
  44. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/amplify.d.ts +0 -6
  45. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/amplify.js +1 -7
  46. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagement.d.ts +26 -0
  47. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagement.js +31 -1
  48. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagementv2.d.ts +169 -5
  49. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagementv2.js +203 -8
  50. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appintegrations.d.ts +60 -0
  51. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appintegrations.js +82 -1
  52. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationmigrationservice.d.ts +12 -0
  53. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationmigrationservice.js +13 -1
  54. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationrecoverycontroller-zonalshift.d.ts +35 -0
  55. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationrecoverycontroller-zonalshift.js +42 -1
  56. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.d.ts +15 -15
  57. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.js +22 -22
  58. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appsync.d.ts +1 -1
  59. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appsync.js +5 -3
  60. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/arcregionswitch.d.ts +277 -0
  61. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/arcregionswitch.js +370 -0
  62. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/artifact.d.ts +10 -25
  63. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/artifact.js +11 -34
  64. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auditmanager.d.ts +22 -5
  65. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auditmanager.js +23 -6
  66. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auroradsql.d.ts +96 -24
  67. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auroradsql.js +121 -30
  68. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backup.d.ts +62 -1
  69. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backup.js +80 -2
  70. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backupsearch.d.ts +4 -0
  71. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backupsearch.js +5 -1
  72. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.d.ts +106 -0
  73. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.js +137 -3
  74. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.d.ts +471 -0
  75. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.js +595 -1
  76. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.d.ts +912 -0
  77. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.js +1203 -0
  78. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.d.ts +6 -0
  79. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.js +10 -1
  80. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementdashboards.d.ts +122 -0
  81. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementdashboards.js +165 -0
  82. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementrecommendedactions.d.ts +25 -0
  83. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementrecommendedactions.js +36 -0
  84. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/braket.d.ts +6 -6
  85. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/braket.js +7 -10
  86. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/budgetservice.d.ts +6 -0
  87. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/budgetservice.js +7 -1
  88. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/certificatemanager.d.ts +30 -1
  89. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/certificatemanager.js +36 -2
  90. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/chatbot.d.ts +128 -1
  91. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/chatbot.js +134 -1
  92. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanrooms.d.ts +56 -0
  93. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanrooms.js +72 -1
  94. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanroomsml.d.ts +14 -0
  95. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanroomsml.js +18 -1
  96. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloud9.d.ts +6 -8
  97. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloud9.js +8 -13
  98. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudmap.d.ts +57 -0
  99. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudmap.js +69 -1
  100. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudtrail.d.ts +20 -0
  101. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudtrail.js +27 -1
  102. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatch.d.ts +8 -0
  103. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatch.js +12 -1
  104. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchlogs.d.ts +8 -0
  105. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchlogs.js +12 -1
  106. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.d.ts +200 -9
  107. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.js +258 -14
  108. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codebuild.d.ts +1909 -4
  109. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codebuild.js +2131 -6
  110. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codepipeline.d.ts +8 -0
  111. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codepipeline.js +12 -1
  112. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.d.ts +8 -0
  113. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.js +12 -1
  114. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +44 -0
  115. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +52 -1
  116. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcases.d.ts +9 -1
  117. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcases.js +13 -2
  118. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.d.ts +106 -0
  119. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.js +142 -1
  120. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectoutboundcampaigns.d.ts +16 -0
  121. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectoutboundcampaigns.js +23 -1
  122. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/controlcatalog.d.ts +8 -0
  123. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/controlcatalog.js +12 -1
  124. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costandusagereport.d.ts +3 -0
  125. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costandusagereport.js +4 -1
  126. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.d.ts +24 -0
  127. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.js +31 -1
  128. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dataexchange.d.ts +16 -0
  129. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dataexchange.js +17 -1
  130. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.d.ts +57 -3
  131. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.js +89 -8
  132. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/deadlinecloud.d.ts +17 -0
  133. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/deadlinecloud.js +18 -1
  134. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/directoryservice.d.ts +142 -0
  135. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/directoryservice.js +173 -1
  136. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dynamodb.d.ts +16 -0
  137. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dynamodb.js +23 -1
  138. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.d.ts +521 -17
  139. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.js +580 -29
  140. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2imagebuilder.d.ts +147 -62
  141. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2imagebuilder.js +155 -70
  142. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticblockstore.d.ts +2 -2
  143. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticblockstore.js +4 -4
  144. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticcontainerservice.d.ts +1 -30
  145. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticcontainerservice.js +2 -31
  146. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +47 -0
  147. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +62 -1
  148. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancing.d.ts +1 -1
  149. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancing.js +2 -2
  150. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticmapreduce.d.ts +8 -0
  151. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticmapreduce.js +12 -1
  152. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.d.ts +55 -55
  153. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.js +56 -56
  154. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconvert.d.ts +8 -0
  155. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconvert.js +12 -1
  156. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.d.ts +2 -13
  157. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.js +3 -16
  158. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emrserverless.d.ts +8 -0
  159. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emrserverless.js +12 -1
  160. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/endusermessagingsocial.d.ts +64 -0
  161. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/endusermessagingsocial.js +91 -3
  162. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/entityresolution.d.ts +8 -0
  163. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/entityresolution.js +12 -1
  164. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eventbridge.d.ts +30 -0
  165. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eventbridge.js +38 -1
  166. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/freetier.d.ts +32 -0
  167. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/freetier.js +48 -2
  168. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/fsx.d.ts +32 -0
  169. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/fsx.js +42 -1
  170. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.d.ts +249 -0
  171. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.js +264 -1
  172. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/gluedatabrew.d.ts +16 -0
  173. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/gluedatabrew.js +17 -1
  174. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.d.ts +138 -0
  175. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.js +175 -3
  176. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthimaging.d.ts +56 -0
  177. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthimaging.js +78 -1
  178. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.d.ts +24 -51
  179. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.js +31 -70
  180. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identityandaccessmanagementiam.d.ts +40 -0
  181. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identityandaccessmanagementiam.js +45 -1
  182. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/inspector2.d.ts +179 -0
  183. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/inspector2.js +232 -1
  184. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/interactivevideoservice.d.ts +30 -0
  185. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/interactivevideoservice.js +40 -1
  186. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iot.d.ts +32 -4
  187. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iot.js +46 -9
  188. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotfleetwise.d.ts +0 -32
  189. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotfleetwise.js +1 -39
  190. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.d.ts +42 -0
  191. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.js +47 -1
  192. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotsitewise.d.ts +133 -0
  193. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotsitewise.js +178 -1
  194. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.d.ts +1 -1
  195. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.js +2 -2
  196. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keyspacesforapachecassandra.d.ts +51 -2
  197. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keyspacesforapachecassandra.js +68 -3
  198. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.d.ts +4 -0
  199. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.js +5 -1
  200. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lexv2.d.ts +16 -0
  201. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lexv2.js +23 -1
  202. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.d.ts +129 -45
  203. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.js +151 -46
  204. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacecatalog.d.ts +0 -32
  205. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacecatalog.js +3 -47
  206. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
  207. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
  208. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/memorydb.d.ts +12 -0
  209. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/memorydb.js +16 -1
  210. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mq.d.ts +6 -0
  211. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mq.js +10 -1
  212. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/multi-partyapproval.d.ts +6 -6
  213. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/multi-partyapproval.js +10 -10
  214. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/neptuneanalytics.d.ts +28 -0
  215. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/neptuneanalytics.js +35 -1
  216. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/networkfirewall.d.ts +123 -3
  217. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/networkfirewall.js +163 -5
  218. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchserverless.d.ts +38 -6
  219. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchserverless.js +51 -7
  220. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/organizations.d.ts +29 -5
  221. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/organizations.js +36 -6
  222. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/outposts.d.ts +14 -0
  223. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/outposts.js +18 -1
  224. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/parallelcomputingservice.d.ts +5 -5
  225. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/parallelcomputingservice.js +6 -6
  226. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/partnercentralselling.d.ts +18 -16
  227. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/partnercentralselling.js +19 -17
  228. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusiness.d.ts +87 -52
  229. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusiness.js +114 -73
  230. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusinessqapps.d.ts +0 -50
  231. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusinessqapps.js +1 -60
  232. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/quicksight.d.ts +25 -20
  233. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/quicksight.js +35 -23
  234. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rds.d.ts +59 -1
  235. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rds.js +65 -2
  236. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/redshift.d.ts +0 -4
  237. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/redshift.js +1 -5
  238. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/repostprivate.d.ts +48 -0
  239. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/repostprivate.js +67 -1
  240. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/resourceexplorer.d.ts +2 -2
  241. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/resourceexplorer.js +7 -5
  242. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.d.ts +187 -175
  243. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.js +202 -176
  244. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3express.d.ts +151 -2
  245. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3express.js +174 -4
  246. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3glacier.d.ts +2 -31
  247. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3glacier.js +3 -36
  248. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3vectors.d.ts +202 -0
  249. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3vectors.js +272 -0
  250. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemaker.d.ts +197 -1
  251. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemaker.js +241 -2
  252. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerwithmlflow.d.ts +54 -0
  253. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerwithmlflow.js +83 -2
  254. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/savingsplans.d.ts +1 -1
  255. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/savingsplans.js +2 -2
  256. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/secretsmanager.d.ts +22 -22
  257. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/secretsmanager.js +23 -23
  258. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityhub.d.ts +295 -6
  259. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityhub.js +375 -7
  260. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityincidentresponse.d.ts +2 -1
  261. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityincidentresponse.js +3 -2
  262. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitylake.d.ts +4 -0
  263. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitylake.js +5 -1
  264. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.d.ts +10 -0
  265. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.js +13 -1
  266. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +548 -0
  267. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.js +718 -0
  268. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/serviceformanagingawsconsoleuserexperiencecapabilities-.d.ts +41 -0
  269. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/serviceformanagingawsconsoleuserexperiencecapabilities-.js +60 -0
  270. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/servicequotas.d.ts +8 -0
  271. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/servicequotas.js +12 -1
  272. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shield.d.ts +24 -0
  273. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shield.js +34 -1
  274. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shieldnetworksecuritydirector.d.ts +89 -0
  275. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shieldnetworksecuritydirector.js +128 -0
  276. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/simpleemailservicev2.d.ts +211 -0
  277. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/simpleemailservicev2.js +256 -3
  278. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/snowdevicemanagement.d.ts +4 -0
  279. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/snowdevicemanagement.js +5 -1
  280. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +24 -0
  281. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +35 -2
  282. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanager.d.ts +27 -0
  283. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanager.js +32 -1
  284. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanagerforsap.d.ts +51 -3
  285. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanagerforsap.js +76 -8
  286. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transcribe.d.ts +27 -1
  287. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transcribe.js +28 -2
  288. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transform.d.ts +93 -8
  289. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transform.js +117 -9
  290. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usernotifications.d.ts +34 -2
  291. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usernotifications.js +51 -5
  292. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.d.ts +6 -0
  293. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.js +10 -1
  294. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.d.ts +83 -0
  295. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.js +113 -1
  296. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacessecurebrowser.d.ts +77 -0
  297. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacessecurebrowser.js +101 -1
  298. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacesthinclient.d.ts +1 -0
  299. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacesthinclient.js +2 -1
  300. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/x-ray.d.ts +35 -1
  301. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/x-ray.js +40 -2
  302. package/node_modules/cdk-iam-floyd/package.json +10 -10
  303. package/package.json +3 -3
  304. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportrecommendations.d.ts +0 -33
  305. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportrecommendations.js +0 -47
@@ -104,6 +104,20 @@ export declare class Codebuild extends PolicyStatement {
104
104
  * Possible conditions:
105
105
  * - .ifAwsRequestTag()
106
106
  * - .ifAwsTagKeys()
107
+ * - .ifImageId()
108
+ * - .ifComputeType()
109
+ * - .ifVpcConfig()
110
+ * - .ifVpcConfigVpcId()
111
+ * - .ifVpcConfigSecurityGroupIds()
112
+ * - .ifVpcConfigSubnets()
113
+ * - .ifComputeConfiguration()
114
+ * - .ifComputeConfigurationDisk()
115
+ * - .ifComputeConfigurationInstanceType()
116
+ * - .ifComputeConfigurationMachineType()
117
+ * - .ifComputeConfigurationMemory()
118
+ * - .ifComputeConfigurationVCpu()
119
+ * - .ifEnvironmentType()
120
+ * - .ifFleetServiceRole()
107
121
  *
108
122
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateFleet.html
109
123
  */
@@ -116,6 +130,90 @@ export declare class Codebuild extends PolicyStatement {
116
130
  * Possible conditions:
117
131
  * - .ifAwsRequestTag()
118
132
  * - .ifAwsTagKeys()
133
+ * - .ifAutoRetryLimit()
134
+ * - .ifConcurrentBuildLimit()
135
+ * - .ifArtifacts()
136
+ * - .ifArtifactsBucketOwnerAccess()
137
+ * - .ifArtifactsEncryptionDisabled()
138
+ * - .ifArtifactsLocation()
139
+ * - .ifSecondaryArtifacts()
140
+ * - .ifSecondaryArtifactsArtifactIdentifier()
141
+ * - .ifSecondaryArtifactsBucketOwnerAccess()
142
+ * - .ifSecondaryArtifactsEncryptionDisabled()
143
+ * - .ifSecondaryArtifactsLocation()
144
+ * - .ifSecondaryArtifacts()
145
+ * - .ifSecondaryArtifacts()
146
+ * - .ifSecondaryArtifacts()
147
+ * - .ifSource()
148
+ * - .ifSourceBuildStatusConfigTargetUrl()
149
+ * - .ifSourceBuildStatusConfigContext()
150
+ * - .ifSourceLocation()
151
+ * - .ifSourceInsecureSsl()
152
+ * - .ifSourceBuildspec()
153
+ * - .ifSourceAuthResource()
154
+ * - .ifSourceAuthType()
155
+ * - .ifSecondarySources()
156
+ * - .ifSecondarySourcesSourceIdentifier()
157
+ * - .ifSecondarySourcesBuildStatusConfigTargetUrl()
158
+ * - .ifSecondarySourcesBuildStatusConfigContext()
159
+ * - .ifSecondarySourcesLocation()
160
+ * - .ifSecondarySourcesAuthResource()
161
+ * - .ifSecondarySourcesAuthType()
162
+ * - .ifSecondarySourcesBuildspec()
163
+ * - .ifSecondarySourcesInsecureSsl()
164
+ * - .ifSecondarySources()
165
+ * - .ifSecondarySources()
166
+ * - .ifSecondarySources()
167
+ * - .ifSecondarySources()
168
+ * - .ifSecondarySources()
169
+ * - .ifSecondarySources()
170
+ * - .ifSecondarySources()
171
+ * - .ifLogsConfig()
172
+ * - .ifLogsConfigS3Logs()
173
+ * - .ifLogsConfigS3LogsBucketOwnerAccess()
174
+ * - .ifLogsConfigS3LogsEncryptionDisabled()
175
+ * - .ifLogsConfigS3LogsLocation()
176
+ * - .ifLogsConfigS3LogsStatus()
177
+ * - .ifFileSystemLocationsIdentifier()
178
+ * - .ifFileSystemLocationsType()
179
+ * - .ifFileSystemLocationsLocation()
180
+ * - .ifFileSystemLocations()
181
+ * - .ifFileSystemLocations()
182
+ * - .ifBuildBatchConfig()
183
+ * - .ifBuildBatchConfigServiceRole()
184
+ * - .ifBuildBatchConfigRestrictionsComputeTypesAllowed()
185
+ * - .ifBuildBatchConfigRestrictionsFleetsAllowed()
186
+ * - .ifVpcConfig()
187
+ * - .ifVpcConfigSubnets()
188
+ * - .ifVpcConfigVpcId()
189
+ * - .ifVpcConfigSecurityGroupIds()
190
+ * - .ifEnvironment()
191
+ * - .ifEnvironmentType()
192
+ * - .ifEnvironmentFleetFleetArn()
193
+ * - .ifEnvironmentComputeType()
194
+ * - .ifEnvironmentImage()
195
+ * - .ifEnvironmentImagePullCredentialsType()
196
+ * - .ifEnvironmentPrivilegedMode()
197
+ * - .ifEnvironmentCertificate()
198
+ * - .ifEnvironmentComputeConfiguration()
199
+ * - .ifEnvironmentComputeConfigurationDisk()
200
+ * - .ifEnvironmentComputeConfigurationInstanceType()
201
+ * - .ifEnvironmentComputeConfigurationMachineType()
202
+ * - .ifEnvironmentComputeConfigurationMemory()
203
+ * - .ifEnvironmentComputeConfigurationVCpu()
204
+ * - .ifEnvironmentEnvironmentVariables()
205
+ * - .ifEnvironmentEnvironmentVariablesName()
206
+ * - .ifEnvironmentEnvironmentVariablesValue()
207
+ * - .ifEnvironmentEnvironmentVariables()
208
+ * - .ifEnvironmentRegistryCredential()
209
+ * - .ifEnvironmentRegistryCredentialCredential()
210
+ * - .ifEnvironmentRegistryCredentialCredentialProvider()
211
+ * - .ifEncryptionKey()
212
+ * - .ifCache()
213
+ * - .ifCacheType()
214
+ * - .ifCacheLocation()
215
+ * - .ifCacheModes()
216
+ * - .ifServiceRole()
119
217
  *
120
218
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateProject.html
121
219
  */
@@ -136,6 +234,11 @@ export declare class Codebuild extends PolicyStatement {
136
234
  * Possible conditions:
137
235
  * - .ifAwsRequestTag()
138
236
  * - .ifAwsTagKeys()
237
+ * - .ifExportConfigS3DestinationBucket()
238
+ * - .ifExportConfigS3DestinationBucketOwner()
239
+ * - .ifExportConfigS3DestinationEncryptionKey()
240
+ * - .ifExportConfigS3DestinationEncryptionDisabled()
241
+ * - .ifExportConfigS3DestinationPath()
139
242
  *
140
243
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateReportGroup.html
141
244
  */
@@ -145,6 +248,13 @@ export declare class Codebuild extends PolicyStatement {
145
248
  *
146
249
  * Access Level: Write
147
250
  *
251
+ * Possible conditions:
252
+ * - .ifBuildType()
253
+ * - .ifManualCreation()
254
+ * - .ifScopeConfigurationDomain()
255
+ * - .ifScopeConfigurationName()
256
+ * - .ifScopeConfigurationScope()
257
+ *
148
258
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateWebhook.html
149
259
  */
150
260
  toCreateWebhook(): this;
@@ -257,6 +367,13 @@ export declare class Codebuild extends PolicyStatement {
257
367
  *
258
368
  * Access Level: Write
259
369
  *
370
+ * Possible conditions:
371
+ * - .ifAuthType()
372
+ * - .ifServerType()
373
+ * - .ifShouldOverwrite()
374
+ * - .ifToken()
375
+ * - .ifUsername()
376
+ *
260
377
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ImportSourceCredentials.html
261
378
  */
262
379
  toImportSourceCredentials(): this;
@@ -449,6 +566,72 @@ export declare class Codebuild extends PolicyStatement {
449
566
  *
450
567
  * Access Level: Write
451
568
  *
569
+ * Possible conditions:
570
+ * - .ifAutoRetryLimit()
571
+ * - .ifArtifacts()
572
+ * - .ifArtifactsBucketOwnerAccess()
573
+ * - .ifArtifactsEncryptionDisabled()
574
+ * - .ifArtifactsLocation()
575
+ * - .ifSecondaryArtifacts()
576
+ * - .ifSecondaryArtifactsArtifactIdentifier()
577
+ * - .ifSecondaryArtifactsBucketOwnerAccess()
578
+ * - .ifSecondaryArtifactsEncryptionDisabled()
579
+ * - .ifSecondaryArtifactsLocation()
580
+ * - .ifSecondaryArtifacts()
581
+ * - .ifSecondaryArtifacts()
582
+ * - .ifSecondaryArtifacts()
583
+ * - .ifSource()
584
+ * - .ifSourceBuildStatusConfigTargetUrl()
585
+ * - .ifSourceBuildStatusConfigContext()
586
+ * - .ifSourceLocation()
587
+ * - .ifSourceInsecureSsl()
588
+ * - .ifSourceBuildspec()
589
+ * - .ifSourceAuthResource()
590
+ * - .ifSourceAuthType()
591
+ * - .ifSecondarySources()
592
+ * - .ifSecondarySourcesSourceIdentifier()
593
+ * - .ifSecondarySourcesBuildStatusConfigTargetUrl()
594
+ * - .ifSecondarySourcesBuildStatusConfigContext()
595
+ * - .ifSecondarySourcesLocation()
596
+ * - .ifSecondarySourcesAuthResource()
597
+ * - .ifSecondarySourcesAuthType()
598
+ * - .ifSecondarySourcesBuildspec()
599
+ * - .ifSecondarySourcesInsecureSsl()
600
+ * - .ifSecondarySources()
601
+ * - .ifSecondarySources()
602
+ * - .ifSecondarySources()
603
+ * - .ifSecondarySources()
604
+ * - .ifSecondarySources()
605
+ * - .ifSecondarySources()
606
+ * - .ifSecondarySources()
607
+ * - .ifLogsConfig()
608
+ * - .ifLogsConfigS3Logs()
609
+ * - .ifLogsConfigS3LogsBucketOwnerAccess()
610
+ * - .ifLogsConfigS3LogsEncryptionDisabled()
611
+ * - .ifLogsConfigS3LogsLocation()
612
+ * - .ifLogsConfigS3LogsStatus()
613
+ * - .ifEnvironment()
614
+ * - .ifEnvironmentType()
615
+ * - .ifEnvironmentFleetFleetArn()
616
+ * - .ifEnvironmentComputeType()
617
+ * - .ifEnvironmentImage()
618
+ * - .ifEnvironmentImagePullCredentialsType()
619
+ * - .ifEnvironmentPrivilegedMode()
620
+ * - .ifEnvironmentCertificate()
621
+ * - .ifEnvironmentEnvironmentVariables()
622
+ * - .ifEnvironmentEnvironmentVariablesName()
623
+ * - .ifEnvironmentEnvironmentVariablesValue()
624
+ * - .ifEnvironmentEnvironmentVariables()
625
+ * - .ifEnvironmentRegistryCredential()
626
+ * - .ifEnvironmentRegistryCredentialCredential()
627
+ * - .ifEnvironmentRegistryCredentialCredentialProvider()
628
+ * - .ifEncryptionKey()
629
+ * - .ifCache()
630
+ * - .ifCacheType()
631
+ * - .ifCacheLocation()
632
+ * - .ifCacheModes()
633
+ * - .ifServiceRole()
634
+ *
452
635
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StartBuild.html
453
636
  */
454
637
  toStartBuild(): this;
@@ -457,6 +640,72 @@ export declare class Codebuild extends PolicyStatement {
457
640
  *
458
641
  * Access Level: Write
459
642
  *
643
+ * Possible conditions:
644
+ * - .ifArtifacts()
645
+ * - .ifArtifactsBucketOwnerAccess()
646
+ * - .ifArtifactsEncryptionDisabled()
647
+ * - .ifArtifactsLocation()
648
+ * - .ifSecondaryArtifacts()
649
+ * - .ifSecondaryArtifactsArtifactIdentifier()
650
+ * - .ifSecondaryArtifactsBucketOwnerAccess()
651
+ * - .ifSecondaryArtifactsEncryptionDisabled()
652
+ * - .ifSecondaryArtifactsLocation()
653
+ * - .ifSecondaryArtifacts()
654
+ * - .ifSecondaryArtifacts()
655
+ * - .ifSecondaryArtifacts()
656
+ * - .ifSource()
657
+ * - .ifSourceLocation()
658
+ * - .ifSourceInsecureSsl()
659
+ * - .ifSourceBuildspec()
660
+ * - .ifSourceAuthResource()
661
+ * - .ifSourceAuthType()
662
+ * - .ifSecondarySources()
663
+ * - .ifSecondarySourcesSourceIdentifier()
664
+ * - .ifSecondarySourcesBuildStatusConfigTargetUrl()
665
+ * - .ifSecondarySourcesBuildStatusConfigContext()
666
+ * - .ifSecondarySourcesLocation()
667
+ * - .ifSecondarySourcesAuthResource()
668
+ * - .ifSecondarySourcesAuthType()
669
+ * - .ifSecondarySourcesBuildspec()
670
+ * - .ifSecondarySourcesInsecureSsl()
671
+ * - .ifSecondarySources()
672
+ * - .ifSecondarySources()
673
+ * - .ifSecondarySources()
674
+ * - .ifSecondarySources()
675
+ * - .ifSecondarySources()
676
+ * - .ifSecondarySources()
677
+ * - .ifSecondarySources()
678
+ * - .ifLogsConfig()
679
+ * - .ifLogsConfigS3Logs()
680
+ * - .ifLogsConfigS3LogsBucketOwnerAccess()
681
+ * - .ifLogsConfigS3LogsEncryptionDisabled()
682
+ * - .ifLogsConfigS3LogsLocation()
683
+ * - .ifLogsConfigS3LogsStatus()
684
+ * - .ifBuildBatchConfig()
685
+ * - .ifBuildBatchConfigServiceRole()
686
+ * - .ifBuildBatchConfigRestrictionsComputeTypesAllowed()
687
+ * - .ifBuildBatchConfigRestrictionsFleetsAllowed()
688
+ * - .ifEnvironment()
689
+ * - .ifEnvironmentType()
690
+ * - .ifEnvironmentComputeType()
691
+ * - .ifEnvironmentImage()
692
+ * - .ifEnvironmentImagePullCredentialsType()
693
+ * - .ifEnvironmentPrivilegedMode()
694
+ * - .ifEnvironmentCertificate()
695
+ * - .ifEnvironmentEnvironmentVariables()
696
+ * - .ifEnvironmentEnvironmentVariablesName()
697
+ * - .ifEnvironmentEnvironmentVariablesValue()
698
+ * - .ifEnvironmentEnvironmentVariables()
699
+ * - .ifEnvironmentRegistryCredential()
700
+ * - .ifEnvironmentRegistryCredentialCredential()
701
+ * - .ifEnvironmentRegistryCredentialCredentialProvider()
702
+ * - .ifEncryptionKey()
703
+ * - .ifCache()
704
+ * - .ifCacheType()
705
+ * - .ifCacheLocation()
706
+ * - .ifCacheModes()
707
+ * - .ifServiceRole()
708
+ *
460
709
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_StartBuildBatch.html
461
710
  */
462
711
  toStartBuildBatch(): this;
@@ -516,6 +765,20 @@ export declare class Codebuild extends PolicyStatement {
516
765
  * Possible conditions:
517
766
  * - .ifAwsRequestTag()
518
767
  * - .ifAwsTagKeys()
768
+ * - .ifImageId()
769
+ * - .ifComputeType()
770
+ * - .ifVpcConfig()
771
+ * - .ifVpcConfigVpcId()
772
+ * - .ifVpcConfigSecurityGroupIds()
773
+ * - .ifVpcConfigSubnets()
774
+ * - .ifComputeConfiguration()
775
+ * - .ifComputeConfigurationDisk()
776
+ * - .ifComputeConfigurationInstanceType()
777
+ * - .ifComputeConfigurationMachineType()
778
+ * - .ifComputeConfigurationMemory()
779
+ * - .ifComputeConfigurationVCpu()
780
+ * - .ifEnvironmentType()
781
+ * - .ifFleetServiceRole()
519
782
  *
520
783
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateFleet.html
521
784
  */
@@ -528,6 +791,90 @@ export declare class Codebuild extends PolicyStatement {
528
791
  * Possible conditions:
529
792
  * - .ifAwsRequestTag()
530
793
  * - .ifAwsTagKeys()
794
+ * - .ifAutoRetryLimit()
795
+ * - .ifConcurrentBuildLimit()
796
+ * - .ifArtifacts()
797
+ * - .ifArtifactsBucketOwnerAccess()
798
+ * - .ifArtifactsEncryptionDisabled()
799
+ * - .ifArtifactsLocation()
800
+ * - .ifSecondaryArtifacts()
801
+ * - .ifSecondaryArtifactsArtifactIdentifier()
802
+ * - .ifSecondaryArtifactsBucketOwnerAccess()
803
+ * - .ifSecondaryArtifactsEncryptionDisabled()
804
+ * - .ifSecondaryArtifactsLocation()
805
+ * - .ifSecondaryArtifacts()
806
+ * - .ifSecondaryArtifacts()
807
+ * - .ifSecondaryArtifacts()
808
+ * - .ifSource()
809
+ * - .ifSourceBuildStatusConfigTargetUrl()
810
+ * - .ifSourceBuildStatusConfigContext()
811
+ * - .ifSourceLocation()
812
+ * - .ifSourceInsecureSsl()
813
+ * - .ifSourceBuildspec()
814
+ * - .ifSourceAuthResource()
815
+ * - .ifSourceAuthType()
816
+ * - .ifSecondarySources()
817
+ * - .ifSecondarySourcesSourceIdentifier()
818
+ * - .ifSecondarySourcesBuildStatusConfigTargetUrl()
819
+ * - .ifSecondarySourcesBuildStatusConfigContext()
820
+ * - .ifSecondarySourcesLocation()
821
+ * - .ifSecondarySourcesAuthResource()
822
+ * - .ifSecondarySourcesAuthType()
823
+ * - .ifSecondarySourcesBuildspec()
824
+ * - .ifSecondarySourcesInsecureSsl()
825
+ * - .ifSecondarySources()
826
+ * - .ifSecondarySources()
827
+ * - .ifSecondarySources()
828
+ * - .ifSecondarySources()
829
+ * - .ifSecondarySources()
830
+ * - .ifSecondarySources()
831
+ * - .ifSecondarySources()
832
+ * - .ifLogsConfig()
833
+ * - .ifLogsConfigS3Logs()
834
+ * - .ifLogsConfigS3LogsBucketOwnerAccess()
835
+ * - .ifLogsConfigS3LogsEncryptionDisabled()
836
+ * - .ifLogsConfigS3LogsLocation()
837
+ * - .ifLogsConfigS3LogsStatus()
838
+ * - .ifFileSystemLocationsIdentifier()
839
+ * - .ifFileSystemLocationsType()
840
+ * - .ifFileSystemLocationsLocation()
841
+ * - .ifFileSystemLocations()
842
+ * - .ifFileSystemLocations()
843
+ * - .ifBuildBatchConfig()
844
+ * - .ifBuildBatchConfigServiceRole()
845
+ * - .ifBuildBatchConfigRestrictionsComputeTypesAllowed()
846
+ * - .ifBuildBatchConfigRestrictionsFleetsAllowed()
847
+ * - .ifVpcConfig()
848
+ * - .ifVpcConfigSubnets()
849
+ * - .ifVpcConfigVpcId()
850
+ * - .ifVpcConfigSecurityGroupIds()
851
+ * - .ifEnvironment()
852
+ * - .ifEnvironmentType()
853
+ * - .ifEnvironmentFleetFleetArn()
854
+ * - .ifEnvironmentComputeType()
855
+ * - .ifEnvironmentImage()
856
+ * - .ifEnvironmentImagePullCredentialsType()
857
+ * - .ifEnvironmentPrivilegedMode()
858
+ * - .ifEnvironmentCertificate()
859
+ * - .ifEnvironmentComputeConfiguration()
860
+ * - .ifEnvironmentComputeConfigurationDisk()
861
+ * - .ifEnvironmentComputeConfigurationInstanceType()
862
+ * - .ifEnvironmentComputeConfigurationMachineType()
863
+ * - .ifEnvironmentComputeConfigurationMemory()
864
+ * - .ifEnvironmentComputeConfigurationVCpu()
865
+ * - .ifEnvironmentEnvironmentVariables()
866
+ * - .ifEnvironmentEnvironmentVariablesName()
867
+ * - .ifEnvironmentEnvironmentVariablesValue()
868
+ * - .ifEnvironmentEnvironmentVariables()
869
+ * - .ifEnvironmentRegistryCredential()
870
+ * - .ifEnvironmentRegistryCredentialCredential()
871
+ * - .ifEnvironmentRegistryCredentialCredentialProvider()
872
+ * - .ifEncryptionKey()
873
+ * - .ifCache()
874
+ * - .ifCacheType()
875
+ * - .ifCacheLocation()
876
+ * - .ifCacheModes()
877
+ * - .ifServiceRole()
531
878
  *
532
879
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateProject.html
533
880
  */
@@ -540,6 +887,7 @@ export declare class Codebuild extends PolicyStatement {
540
887
  * Possible conditions:
541
888
  * - .ifAwsRequestTag()
542
889
  * - .ifAwsTagKeys()
890
+ * - .ifProjectVisibility()
543
891
  *
544
892
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateProjectVisibility.html
545
893
  */
@@ -560,6 +908,11 @@ export declare class Codebuild extends PolicyStatement {
560
908
  * Possible conditions:
561
909
  * - .ifAwsRequestTag()
562
910
  * - .ifAwsTagKeys()
911
+ * - .ifExportConfigS3DestinationBucket()
912
+ * - .ifExportConfigS3DestinationBucketOwner()
913
+ * - .ifExportConfigS3DestinationEncryptionKey()
914
+ * - .ifExportConfigS3DestinationEncryptionDisabled()
915
+ * - .ifExportConfigS3DestinationPath()
563
916
  *
564
917
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateReportGroup.html
565
918
  */
@@ -569,6 +922,13 @@ export declare class Codebuild extends PolicyStatement {
569
922
  *
570
923
  * Access Level: Write
571
924
  *
925
+ * Possible conditions:
926
+ * - .ifBuildType()
927
+ * - .ifManualCreation()
928
+ * - .ifScopeConfigurationDomain()
929
+ * - .ifScopeConfigurationName()
930
+ * - .ifScopeConfigurationScope()
931
+ *
572
932
  * https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateWebhook.html
573
933
  */
574
934
  toUpdateWebhook(): this;
@@ -709,6 +1069,90 @@ export declare class Codebuild extends PolicyStatement {
709
1069
  * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
710
1070
  */
711
1071
  ifAwsTagKeys(value: string | string[], operator?: Operator | string): this;
1072
+ /**
1073
+ * Filters access by the API corresponding argument value
1074
+ *
1075
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1076
+ *
1077
+ * Applies to actions:
1078
+ * - .toCreateProject()
1079
+ * - .toStartBuild()
1080
+ * - .toStartBuildBatch()
1081
+ * - .toUpdateProject()
1082
+ *
1083
+ * @param value `true` or `false`. **Default:** `true`
1084
+ */
1085
+ ifArtifacts(value?: boolean): this;
1086
+ /**
1087
+ * Filters access by the API corresponding argument value
1088
+ *
1089
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1090
+ *
1091
+ * Applies to actions:
1092
+ * - .toCreateProject()
1093
+ * - .toStartBuild()
1094
+ * - .toStartBuildBatch()
1095
+ * - .toUpdateProject()
1096
+ *
1097
+ * @param value The value(s) to check
1098
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1099
+ */
1100
+ ifArtifactsBucketOwnerAccess(value: string | string[], operator?: Operator | string): this;
1101
+ /**
1102
+ * Filters access by the API corresponding argument value
1103
+ *
1104
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1105
+ *
1106
+ * Applies to actions:
1107
+ * - .toCreateProject()
1108
+ * - .toStartBuild()
1109
+ * - .toStartBuildBatch()
1110
+ * - .toUpdateProject()
1111
+ *
1112
+ * @param value `true` or `false`. **Default:** `true`
1113
+ */
1114
+ ifArtifactsEncryptionDisabled(value?: boolean): this;
1115
+ /**
1116
+ * Filters access by the API corresponding argument value
1117
+ *
1118
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1119
+ *
1120
+ * Applies to actions:
1121
+ * - .toCreateProject()
1122
+ * - .toStartBuild()
1123
+ * - .toStartBuildBatch()
1124
+ * - .toUpdateProject()
1125
+ *
1126
+ * @param value The value(s) to check
1127
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1128
+ */
1129
+ ifArtifactsLocation(value: string | string[], operator?: Operator | string): this;
1130
+ /**
1131
+ * Filters access by the API corresponding argument value
1132
+ *
1133
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1134
+ *
1135
+ * Applies to actions:
1136
+ * - .toImportSourceCredentials()
1137
+ *
1138
+ * @param value The value(s) to check
1139
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1140
+ */
1141
+ ifAuthType(value: string | string[], operator?: Operator | string): this;
1142
+ /**
1143
+ * Filters access by the API corresponding argument value
1144
+ *
1145
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1146
+ *
1147
+ * Applies to actions:
1148
+ * - .toCreateProject()
1149
+ * - .toStartBuild()
1150
+ * - .toUpdateProject()
1151
+ *
1152
+ * @param value The value(s) to check
1153
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1154
+ */
1155
+ ifAutoRetryLimit(value: number | number[], operator?: Operator | string): this;
712
1156
  /**
713
1157
  * Filters access by the ARN of the AWS CodeBuild build from which the request originated
714
1158
  *
@@ -719,14 +1163,1475 @@ export declare class Codebuild extends PolicyStatement {
719
1163
  */
720
1164
  ifBuildArn(value: string | string[], operator?: Operator | string): this;
721
1165
  /**
722
- * Filters access by the ARN of the AWS CodeBuild project from which the request originated
1166
+ * Filters access by the API corresponding argument value
723
1167
  *
724
- * https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-permissions-reference.html
1168
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1169
+ *
1170
+ * Applies to actions:
1171
+ * - .toCreateProject()
1172
+ * - .toStartBuildBatch()
1173
+ * - .toUpdateProject()
1174
+ *
1175
+ * @param value `true` or `false`. **Default:** `true`
1176
+ */
1177
+ ifBuildBatchConfig(value?: boolean): this;
1178
+ /**
1179
+ * Filters access by the API corresponding argument value
1180
+ *
1181
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1182
+ *
1183
+ * Applies to actions:
1184
+ * - .toCreateProject()
1185
+ * - .toStartBuildBatch()
1186
+ * - .toUpdateProject()
725
1187
  *
726
1188
  * @param value The value(s) to check
727
- * @param operator Works with [arn operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_ARN). **Default:** `ArnLike`
1189
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
728
1190
  */
729
- ifProjectArn(value: string | string[], operator?: Operator | string): this;
1191
+ ifBuildBatchConfigRestrictionsComputeTypesAllowed(value: string | string[], operator?: Operator | string): this;
1192
+ /**
1193
+ * Filters access by the API corresponding argument value
1194
+ *
1195
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1196
+ *
1197
+ * Applies to actions:
1198
+ * - .toCreateProject()
1199
+ * - .toStartBuildBatch()
1200
+ * - .toUpdateProject()
1201
+ *
1202
+ * @param value The value(s) to check
1203
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1204
+ */
1205
+ ifBuildBatchConfigRestrictionsFleetsAllowed(value: string | string[], operator?: Operator | string): this;
1206
+ /**
1207
+ * Filters access by the API corresponding argument value
1208
+ *
1209
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1210
+ *
1211
+ * Applies to actions:
1212
+ * - .toCreateProject()
1213
+ * - .toStartBuildBatch()
1214
+ * - .toUpdateProject()
1215
+ *
1216
+ * @param value The value(s) to check
1217
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1218
+ */
1219
+ ifBuildBatchConfigServiceRole(value: string | string[], operator?: Operator | string): this;
1220
+ /**
1221
+ * Filters access by the API corresponding argument value
1222
+ *
1223
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1224
+ *
1225
+ * Applies to actions:
1226
+ * - .toCreateWebhook()
1227
+ * - .toUpdateWebhook()
1228
+ *
1229
+ * @param value The value(s) to check
1230
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1231
+ */
1232
+ ifBuildType(value: string | string[], operator?: Operator | string): this;
1233
+ /**
1234
+ * Filters access by the API corresponding argument value
1235
+ *
1236
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1237
+ *
1238
+ * Applies to actions:
1239
+ * - .toCreateProject()
1240
+ * - .toStartBuild()
1241
+ * - .toStartBuildBatch()
1242
+ * - .toUpdateProject()
1243
+ *
1244
+ * @param value `true` or `false`. **Default:** `true`
1245
+ */
1246
+ ifCache(value?: boolean): this;
1247
+ /**
1248
+ * Filters access by the API corresponding argument value
1249
+ *
1250
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1251
+ *
1252
+ * Applies to actions:
1253
+ * - .toCreateProject()
1254
+ * - .toStartBuild()
1255
+ * - .toStartBuildBatch()
1256
+ * - .toUpdateProject()
1257
+ *
1258
+ * @param value The value(s) to check
1259
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1260
+ */
1261
+ ifCacheLocation(value: string | string[], operator?: Operator | string): this;
1262
+ /**
1263
+ * Filters access by the API corresponding argument value
1264
+ *
1265
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1266
+ *
1267
+ * Applies to actions:
1268
+ * - .toCreateProject()
1269
+ * - .toStartBuild()
1270
+ * - .toStartBuildBatch()
1271
+ * - .toUpdateProject()
1272
+ *
1273
+ * @param value The value(s) to check
1274
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1275
+ */
1276
+ ifCacheModes(value: string | string[], operator?: Operator | string): this;
1277
+ /**
1278
+ * Filters access by the API corresponding argument value
1279
+ *
1280
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1281
+ *
1282
+ * Applies to actions:
1283
+ * - .toCreateProject()
1284
+ * - .toStartBuild()
1285
+ * - .toStartBuildBatch()
1286
+ * - .toUpdateProject()
1287
+ *
1288
+ * @param value The value(s) to check
1289
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1290
+ */
1291
+ ifCacheType(value: string | string[], operator?: Operator | string): this;
1292
+ /**
1293
+ * Filters access by the API corresponding argument value
1294
+ *
1295
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1296
+ *
1297
+ * Applies to actions:
1298
+ * - .toCreateFleet()
1299
+ * - .toUpdateFleet()
1300
+ *
1301
+ * @param value `true` or `false`. **Default:** `true`
1302
+ */
1303
+ ifComputeConfiguration(value?: boolean): this;
1304
+ /**
1305
+ * Filters access by the API corresponding argument value
1306
+ *
1307
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1308
+ *
1309
+ * Applies to actions:
1310
+ * - .toCreateFleet()
1311
+ * - .toUpdateFleet()
1312
+ *
1313
+ * @param value The value(s) to check
1314
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1315
+ */
1316
+ ifComputeConfigurationDisk(value: number | number[], operator?: Operator | string): this;
1317
+ /**
1318
+ * Filters access by the API corresponding argument value
1319
+ *
1320
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1321
+ *
1322
+ * Applies to actions:
1323
+ * - .toCreateFleet()
1324
+ * - .toUpdateFleet()
1325
+ *
1326
+ * @param value The value(s) to check
1327
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1328
+ */
1329
+ ifComputeConfigurationInstanceType(value: string | string[], operator?: Operator | string): this;
1330
+ /**
1331
+ * Filters access by the API corresponding argument value
1332
+ *
1333
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1334
+ *
1335
+ * Applies to actions:
1336
+ * - .toCreateFleet()
1337
+ * - .toUpdateFleet()
1338
+ *
1339
+ * @param value The value(s) to check
1340
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1341
+ */
1342
+ ifComputeConfigurationMachineType(value: string | string[], operator?: Operator | string): this;
1343
+ /**
1344
+ * Filters access by the API corresponding argument value
1345
+ *
1346
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1347
+ *
1348
+ * Applies to actions:
1349
+ * - .toCreateFleet()
1350
+ * - .toUpdateFleet()
1351
+ *
1352
+ * @param value The value(s) to check
1353
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1354
+ */
1355
+ ifComputeConfigurationMemory(value: number | number[], operator?: Operator | string): this;
1356
+ /**
1357
+ * Filters access by the API corresponding argument value
1358
+ *
1359
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1360
+ *
1361
+ * Applies to actions:
1362
+ * - .toCreateFleet()
1363
+ * - .toUpdateFleet()
1364
+ *
1365
+ * @param value The value(s) to check
1366
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1367
+ */
1368
+ ifComputeConfigurationVCpu(value: number | number[], operator?: Operator | string): this;
1369
+ /**
1370
+ * Filters access by the API corresponding argument value
1371
+ *
1372
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1373
+ *
1374
+ * Applies to actions:
1375
+ * - .toCreateFleet()
1376
+ * - .toUpdateFleet()
1377
+ *
1378
+ * @param value The value(s) to check
1379
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1380
+ */
1381
+ ifComputeType(value: string | string[], operator?: Operator | string): this;
1382
+ /**
1383
+ * Filters access by the API corresponding argument value
1384
+ *
1385
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1386
+ *
1387
+ * Applies to actions:
1388
+ * - .toCreateProject()
1389
+ * - .toUpdateProject()
1390
+ *
1391
+ * @param value The value(s) to check
1392
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1393
+ */
1394
+ ifConcurrentBuildLimit(value: number | number[], operator?: Operator | string): this;
1395
+ /**
1396
+ * Filters access by the API corresponding argument value
1397
+ *
1398
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1399
+ *
1400
+ * Applies to actions:
1401
+ * - .toCreateProject()
1402
+ * - .toStartBuild()
1403
+ * - .toStartBuildBatch()
1404
+ * - .toUpdateProject()
1405
+ *
1406
+ * @param value The value(s) to check
1407
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1408
+ */
1409
+ ifEncryptionKey(value: string | string[], operator?: Operator | string): this;
1410
+ /**
1411
+ * Filters access by the API corresponding argument value
1412
+ *
1413
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1414
+ *
1415
+ * Applies to actions:
1416
+ * - .toCreateProject()
1417
+ * - .toStartBuild()
1418
+ * - .toStartBuildBatch()
1419
+ * - .toUpdateProject()
1420
+ *
1421
+ * @param value `true` or `false`. **Default:** `true`
1422
+ */
1423
+ ifEnvironment(value?: boolean): this;
1424
+ /**
1425
+ * Filters access by the API corresponding argument value
1426
+ *
1427
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1428
+ *
1429
+ * Applies to actions:
1430
+ * - .toCreateProject()
1431
+ * - .toStartBuild()
1432
+ * - .toStartBuildBatch()
1433
+ * - .toUpdateProject()
1434
+ *
1435
+ * @param value The value(s) to check
1436
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1437
+ */
1438
+ ifEnvironmentCertificate(value: string | string[], operator?: Operator | string): this;
1439
+ /**
1440
+ * Filters access by the API corresponding argument value
1441
+ *
1442
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1443
+ *
1444
+ * Applies to actions:
1445
+ * - .toCreateProject()
1446
+ * - .toUpdateProject()
1447
+ *
1448
+ * @param value `true` or `false`. **Default:** `true`
1449
+ */
1450
+ ifEnvironmentComputeConfiguration(value?: boolean): this;
1451
+ /**
1452
+ * Filters access by the API corresponding argument value
1453
+ *
1454
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1455
+ *
1456
+ * Applies to actions:
1457
+ * - .toCreateProject()
1458
+ * - .toUpdateProject()
1459
+ *
1460
+ * @param value The value(s) to check
1461
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1462
+ */
1463
+ ifEnvironmentComputeConfigurationDisk(value: number | number[], operator?: Operator | string): this;
1464
+ /**
1465
+ * Filters access by the API corresponding argument value
1466
+ *
1467
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1468
+ *
1469
+ * Applies to actions:
1470
+ * - .toCreateProject()
1471
+ * - .toUpdateProject()
1472
+ *
1473
+ * @param value The value(s) to check
1474
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1475
+ */
1476
+ ifEnvironmentComputeConfigurationInstanceType(value: string | string[], operator?: Operator | string): this;
1477
+ /**
1478
+ * Filters access by the API corresponding argument value
1479
+ *
1480
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1481
+ *
1482
+ * Applies to actions:
1483
+ * - .toCreateProject()
1484
+ * - .toUpdateProject()
1485
+ *
1486
+ * @param value The value(s) to check
1487
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1488
+ */
1489
+ ifEnvironmentComputeConfigurationMachineType(value: string | string[], operator?: Operator | string): this;
1490
+ /**
1491
+ * Filters access by the API corresponding argument value
1492
+ *
1493
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1494
+ *
1495
+ * Applies to actions:
1496
+ * - .toCreateProject()
1497
+ * - .toUpdateProject()
1498
+ *
1499
+ * @param value The value(s) to check
1500
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1501
+ */
1502
+ ifEnvironmentComputeConfigurationMemory(value: number | number[], operator?: Operator | string): this;
1503
+ /**
1504
+ * Filters access by the API corresponding argument value
1505
+ *
1506
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1507
+ *
1508
+ * Applies to actions:
1509
+ * - .toCreateProject()
1510
+ * - .toUpdateProject()
1511
+ *
1512
+ * @param value The value(s) to check
1513
+ * @param operator Works with [numeric operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Numeric). **Default:** `NumericEquals`
1514
+ */
1515
+ ifEnvironmentComputeConfigurationVCpu(value: number | number[], operator?: Operator | string): this;
1516
+ /**
1517
+ * Filters access by the API corresponding argument value
1518
+ *
1519
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1520
+ *
1521
+ * Applies to actions:
1522
+ * - .toCreateProject()
1523
+ * - .toStartBuild()
1524
+ * - .toStartBuildBatch()
1525
+ * - .toUpdateProject()
1526
+ *
1527
+ * @param value The value(s) to check
1528
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1529
+ */
1530
+ ifEnvironmentComputeType(value: string | string[], operator?: Operator | string): this;
1531
+ /**
1532
+ * Filters access by the API corresponding argument value
1533
+ *
1534
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1535
+ *
1536
+ * Applies to actions:
1537
+ * - .toCreateProject()
1538
+ * - .toStartBuild()
1539
+ * - .toStartBuildBatch()
1540
+ * - .toUpdateProject()
1541
+ *
1542
+ * @param value `true` or `false`. **Default:** `true`
1543
+ */
1544
+ ifEnvironmentEnvironmentVariables(value?: boolean): this;
1545
+ /**
1546
+ * Filters access by the API corresponding argument value
1547
+ *
1548
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1549
+ *
1550
+ * Applies to actions:
1551
+ * - .toCreateProject()
1552
+ * - .toStartBuild()
1553
+ * - .toStartBuildBatch()
1554
+ * - .toUpdateProject()
1555
+ *
1556
+ * @param value The value(s) to check
1557
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1558
+ */
1559
+ ifEnvironmentEnvironmentVariablesName(value: string | string[], operator?: Operator | string): this;
1560
+ /**
1561
+ * Filters access by the API corresponding argument value
1562
+ *
1563
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1564
+ *
1565
+ * Applies to actions:
1566
+ * - .toCreateProject()
1567
+ * - .toStartBuild()
1568
+ * - .toStartBuildBatch()
1569
+ * - .toUpdateProject()
1570
+ *
1571
+ * @param value The value(s) to check
1572
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1573
+ */
1574
+ ifEnvironmentEnvironmentVariablesValue(value: string | string[], operator?: Operator | string): this;
1575
+ /**
1576
+ * Filters access by the API corresponding argument value
1577
+ *
1578
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1579
+ *
1580
+ * Applies to actions:
1581
+ * - .toCreateProject()
1582
+ * - .toStartBuild()
1583
+ * - .toStartBuildBatch()
1584
+ * - .toUpdateProject()
1585
+ *
1586
+ * @param namevalue The tag key to check
1587
+ * @param value The value(s) to check
1588
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1589
+ */
1590
+ ifEnvironmentEnvironmentVariablesNamevalue(namevalue: string, value: string | string[], operator?: Operator | string): this;
1591
+ /**
1592
+ * Filters access by the API corresponding argument value
1593
+ *
1594
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1595
+ *
1596
+ * Applies to actions:
1597
+ * - .toCreateProject()
1598
+ * - .toStartBuild()
1599
+ * - .toUpdateProject()
1600
+ *
1601
+ * @param value The value(s) to check
1602
+ * @param operator Works with [arn operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_ARN). **Default:** `ArnLike`
1603
+ */
1604
+ ifEnvironmentFleetFleetArn(value: string | string[], operator?: Operator | string): this;
1605
+ /**
1606
+ * Filters access by the API corresponding argument value
1607
+ *
1608
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1609
+ *
1610
+ * Applies to actions:
1611
+ * - .toCreateProject()
1612
+ * - .toStartBuild()
1613
+ * - .toStartBuildBatch()
1614
+ * - .toUpdateProject()
1615
+ *
1616
+ * @param value The value(s) to check
1617
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1618
+ */
1619
+ ifEnvironmentImage(value: string | string[], operator?: Operator | string): this;
1620
+ /**
1621
+ * Filters access by the API corresponding argument value
1622
+ *
1623
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1624
+ *
1625
+ * Applies to actions:
1626
+ * - .toCreateProject()
1627
+ * - .toStartBuild()
1628
+ * - .toStartBuildBatch()
1629
+ * - .toUpdateProject()
1630
+ *
1631
+ * @param value The value(s) to check
1632
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1633
+ */
1634
+ ifEnvironmentImagePullCredentialsType(value: string | string[], operator?: Operator | string): this;
1635
+ /**
1636
+ * Filters access by the API corresponding argument value
1637
+ *
1638
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1639
+ *
1640
+ * Applies to actions:
1641
+ * - .toCreateProject()
1642
+ * - .toStartBuild()
1643
+ * - .toStartBuildBatch()
1644
+ * - .toUpdateProject()
1645
+ *
1646
+ * @param value `true` or `false`. **Default:** `true`
1647
+ */
1648
+ ifEnvironmentPrivilegedMode(value?: boolean): this;
1649
+ /**
1650
+ * Filters access by the API corresponding argument value
1651
+ *
1652
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1653
+ *
1654
+ * Applies to actions:
1655
+ * - .toCreateProject()
1656
+ * - .toStartBuild()
1657
+ * - .toStartBuildBatch()
1658
+ * - .toUpdateProject()
1659
+ *
1660
+ * @param value `true` or `false`. **Default:** `true`
1661
+ */
1662
+ ifEnvironmentRegistryCredential(value?: boolean): this;
1663
+ /**
1664
+ * Filters access by the API corresponding argument value
1665
+ *
1666
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1667
+ *
1668
+ * Applies to actions:
1669
+ * - .toCreateProject()
1670
+ * - .toStartBuild()
1671
+ * - .toStartBuildBatch()
1672
+ * - .toUpdateProject()
1673
+ *
1674
+ * @param value The value(s) to check
1675
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1676
+ */
1677
+ ifEnvironmentRegistryCredentialCredential(value: string | string[], operator?: Operator | string): this;
1678
+ /**
1679
+ * Filters access by the API corresponding argument value
1680
+ *
1681
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1682
+ *
1683
+ * Applies to actions:
1684
+ * - .toCreateProject()
1685
+ * - .toStartBuild()
1686
+ * - .toStartBuildBatch()
1687
+ * - .toUpdateProject()
1688
+ *
1689
+ * @param value The value(s) to check
1690
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1691
+ */
1692
+ ifEnvironmentRegistryCredentialCredentialProvider(value: string | string[], operator?: Operator | string): this;
1693
+ /**
1694
+ * Filters access by the API corresponding argument value
1695
+ *
1696
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1697
+ *
1698
+ * Applies to actions:
1699
+ * - .toCreateProject()
1700
+ * - .toStartBuild()
1701
+ * - .toStartBuildBatch()
1702
+ * - .toUpdateProject()
1703
+ *
1704
+ * @param value The value(s) to check
1705
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1706
+ */
1707
+ ifEnvironmentType(value: string | string[], operator?: Operator | string): this;
1708
+ /**
1709
+ * Filters access by the API corresponding argument value
1710
+ *
1711
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1712
+ *
1713
+ * Applies to actions:
1714
+ * - .toCreateFleet()
1715
+ * - .toUpdateFleet()
1716
+ *
1717
+ * @param value The value(s) to check
1718
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1719
+ */
1720
+ ifFleetEnvironmentType(value: string | string[], operator?: Operator | string): this;
1721
+ /**
1722
+ * Filters access by the API corresponding argument value
1723
+ *
1724
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1725
+ *
1726
+ * Applies to actions:
1727
+ * - .toCreateReportGroup()
1728
+ * - .toUpdateReportGroup()
1729
+ *
1730
+ * @param value The value(s) to check
1731
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1732
+ */
1733
+ ifExportConfigS3DestinationBucket(value: string | string[], operator?: Operator | string): this;
1734
+ /**
1735
+ * Filters access by the API corresponding argument value
1736
+ *
1737
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1738
+ *
1739
+ * Applies to actions:
1740
+ * - .toCreateReportGroup()
1741
+ * - .toUpdateReportGroup()
1742
+ *
1743
+ * @param value The value(s) to check
1744
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1745
+ */
1746
+ ifExportConfigS3DestinationBucketOwner(value: string | string[], operator?: Operator | string): this;
1747
+ /**
1748
+ * Filters access by the API corresponding argument value
1749
+ *
1750
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1751
+ *
1752
+ * Applies to actions:
1753
+ * - .toCreateReportGroup()
1754
+ * - .toUpdateReportGroup()
1755
+ *
1756
+ * @param value `true` or `false`. **Default:** `true`
1757
+ */
1758
+ ifExportConfigS3DestinationEncryptionDisabled(value?: boolean): this;
1759
+ /**
1760
+ * Filters access by the API corresponding argument value
1761
+ *
1762
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1763
+ *
1764
+ * Applies to actions:
1765
+ * - .toCreateReportGroup()
1766
+ * - .toUpdateReportGroup()
1767
+ *
1768
+ * @param value The value(s) to check
1769
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1770
+ */
1771
+ ifExportConfigS3DestinationEncryptionKey(value: string | string[], operator?: Operator | string): this;
1772
+ /**
1773
+ * Filters access by the API corresponding argument value
1774
+ *
1775
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1776
+ *
1777
+ * Applies to actions:
1778
+ * - .toCreateReportGroup()
1779
+ * - .toUpdateReportGroup()
1780
+ *
1781
+ * @param value The value(s) to check
1782
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1783
+ */
1784
+ ifExportConfigS3DestinationPath(value: string | string[], operator?: Operator | string): this;
1785
+ /**
1786
+ * Filters access by the API corresponding argument value
1787
+ *
1788
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1789
+ *
1790
+ * Applies to actions:
1791
+ * - .toCreateProject()
1792
+ * - .toUpdateProject()
1793
+ *
1794
+ * @param value The value(s) to check
1795
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1796
+ */
1797
+ ifFileSystemLocationsIdentifier(value: string | string[], operator?: Operator | string): this;
1798
+ /**
1799
+ * Filters access by the API corresponding argument value
1800
+ *
1801
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1802
+ *
1803
+ * Applies to actions:
1804
+ * - .toCreateProject()
1805
+ * - .toUpdateProject()
1806
+ *
1807
+ * @param value The value(s) to check
1808
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1809
+ */
1810
+ ifFileSystemLocationsLocation(value: string | string[], operator?: Operator | string): this;
1811
+ /**
1812
+ * Filters access by the API corresponding argument value
1813
+ *
1814
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1815
+ *
1816
+ * Applies to actions:
1817
+ * - .toCreateProject()
1818
+ * - .toUpdateProject()
1819
+ *
1820
+ * @param value The value(s) to check
1821
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1822
+ */
1823
+ ifFileSystemLocationsType(value: string | string[], operator?: Operator | string): this;
1824
+ /**
1825
+ * Filters access by the API corresponding argument value
1826
+ *
1827
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1828
+ *
1829
+ * Applies to actions:
1830
+ * - .toCreateProject()
1831
+ * - .toUpdateProject()
1832
+ *
1833
+ * @param identifierlocation The tag key to check
1834
+ * @param value The value(s) to check
1835
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1836
+ */
1837
+ ifFileSystemLocationsIdentifierlocation(identifierlocation: string, value: string | string[], operator?: Operator | string): this;
1838
+ /**
1839
+ * Filters access by the API corresponding argument value
1840
+ *
1841
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1842
+ *
1843
+ * Applies to actions:
1844
+ * - .toCreateProject()
1845
+ * - .toUpdateProject()
1846
+ *
1847
+ * @param identifiertype The tag key to check
1848
+ * @param value The value(s) to check
1849
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1850
+ */
1851
+ ifFileSystemLocationsIdentifiertype(identifiertype: string, value: string | string[], operator?: Operator | string): this;
1852
+ /**
1853
+ * Filters access by the API corresponding argument value
1854
+ *
1855
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1856
+ *
1857
+ * Applies to actions:
1858
+ * - .toCreateFleet()
1859
+ * - .toUpdateFleet()
1860
+ *
1861
+ * @param value The value(s) to check
1862
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1863
+ */
1864
+ ifFleetServiceRole(value: string | string[], operator?: Operator | string): this;
1865
+ /**
1866
+ * Filters access by the API corresponding argument value
1867
+ *
1868
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1869
+ *
1870
+ * Applies to actions:
1871
+ * - .toCreateFleet()
1872
+ * - .toUpdateFleet()
1873
+ *
1874
+ * @param value The value(s) to check
1875
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1876
+ */
1877
+ ifImageId(value: string | string[], operator?: Operator | string): this;
1878
+ /**
1879
+ * Filters access by the API corresponding argument value
1880
+ *
1881
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1882
+ *
1883
+ * Applies to actions:
1884
+ * - .toCreateProject()
1885
+ * - .toStartBuild()
1886
+ * - .toStartBuildBatch()
1887
+ * - .toUpdateProject()
1888
+ *
1889
+ * @param value `true` or `false`. **Default:** `true`
1890
+ */
1891
+ ifLogsConfig(value?: boolean): this;
1892
+ /**
1893
+ * Filters access by the API corresponding argument value
1894
+ *
1895
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1896
+ *
1897
+ * Applies to actions:
1898
+ * - .toCreateProject()
1899
+ * - .toStartBuild()
1900
+ * - .toStartBuildBatch()
1901
+ * - .toUpdateProject()
1902
+ *
1903
+ * @param value `true` or `false`. **Default:** `true`
1904
+ */
1905
+ ifLogsConfigS3Logs(value?: boolean): this;
1906
+ /**
1907
+ * Filters access by the API corresponding argument value
1908
+ *
1909
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1910
+ *
1911
+ * Applies to actions:
1912
+ * - .toCreateProject()
1913
+ * - .toStartBuild()
1914
+ * - .toStartBuildBatch()
1915
+ * - .toUpdateProject()
1916
+ *
1917
+ * @param value The value(s) to check
1918
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1919
+ */
1920
+ ifLogsConfigS3LogsBucketOwnerAccess(value: string | string[], operator?: Operator | string): this;
1921
+ /**
1922
+ * Filters access by the API corresponding argument value
1923
+ *
1924
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1925
+ *
1926
+ * Applies to actions:
1927
+ * - .toCreateProject()
1928
+ * - .toStartBuild()
1929
+ * - .toStartBuildBatch()
1930
+ * - .toUpdateProject()
1931
+ *
1932
+ * @param value `true` or `false`. **Default:** `true`
1933
+ */
1934
+ ifLogsConfigS3LogsEncryptionDisabled(value?: boolean): this;
1935
+ /**
1936
+ * Filters access by the API corresponding argument value
1937
+ *
1938
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1939
+ *
1940
+ * Applies to actions:
1941
+ * - .toCreateProject()
1942
+ * - .toStartBuild()
1943
+ * - .toStartBuildBatch()
1944
+ * - .toUpdateProject()
1945
+ *
1946
+ * @param value The value(s) to check
1947
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1948
+ */
1949
+ ifLogsConfigS3LogsLocation(value: string | string[], operator?: Operator | string): this;
1950
+ /**
1951
+ * Filters access by the API corresponding argument value
1952
+ *
1953
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1954
+ *
1955
+ * Applies to actions:
1956
+ * - .toCreateProject()
1957
+ * - .toStartBuild()
1958
+ * - .toStartBuildBatch()
1959
+ * - .toUpdateProject()
1960
+ *
1961
+ * @param value The value(s) to check
1962
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1963
+ */
1964
+ ifLogsConfigS3LogsStatus(value: string | string[], operator?: Operator | string): this;
1965
+ /**
1966
+ * Filters access by the API corresponding argument value
1967
+ *
1968
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1969
+ *
1970
+ * Applies to actions:
1971
+ * - .toCreateWebhook()
1972
+ * - .toUpdateWebhook()
1973
+ *
1974
+ * @param value `true` or `false`. **Default:** `true`
1975
+ */
1976
+ ifManualCreation(value?: boolean): this;
1977
+ /**
1978
+ * Filters access by the ARN of the AWS CodeBuild project from which the request originated
1979
+ *
1980
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-permissions-reference.html
1981
+ *
1982
+ * @param value The value(s) to check
1983
+ * @param operator Works with [arn operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_ARN). **Default:** `ArnLike`
1984
+ */
1985
+ ifProjectArn(value: string | string[], operator?: Operator | string): this;
1986
+ /**
1987
+ * Filters access by the API corresponding argument value
1988
+ *
1989
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
1990
+ *
1991
+ * Applies to actions:
1992
+ * - .toUpdateProjectVisibility()
1993
+ *
1994
+ * @param value The value(s) to check
1995
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1996
+ */
1997
+ ifProjectVisibility(value: string | string[], operator?: Operator | string): this;
1998
+ /**
1999
+ * Filters access by the API corresponding argument value
2000
+ *
2001
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2002
+ *
2003
+ * Applies to actions:
2004
+ * - .toCreateWebhook()
2005
+ * - .toUpdateWebhook()
2006
+ *
2007
+ * @param value The value(s) to check
2008
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2009
+ */
2010
+ ifScopeConfigurationDomain(value: string | string[], operator?: Operator | string): this;
2011
+ /**
2012
+ * Filters access by the API corresponding argument value
2013
+ *
2014
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2015
+ *
2016
+ * Applies to actions:
2017
+ * - .toCreateWebhook()
2018
+ * - .toUpdateWebhook()
2019
+ *
2020
+ * @param value The value(s) to check
2021
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2022
+ */
2023
+ ifScopeConfigurationName(value: string | string[], operator?: Operator | string): this;
2024
+ /**
2025
+ * Filters access by the API corresponding argument value
2026
+ *
2027
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2028
+ *
2029
+ * Applies to actions:
2030
+ * - .toCreateWebhook()
2031
+ * - .toUpdateWebhook()
2032
+ *
2033
+ * @param value The value(s) to check
2034
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2035
+ */
2036
+ ifScopeConfigurationScope(value: string | string[], operator?: Operator | string): this;
2037
+ /**
2038
+ * Filters access by the API corresponding argument value
2039
+ *
2040
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2041
+ *
2042
+ * Applies to actions:
2043
+ * - .toCreateProject()
2044
+ * - .toStartBuild()
2045
+ * - .toStartBuildBatch()
2046
+ * - .toUpdateProject()
2047
+ *
2048
+ * @param value `true` or `false`. **Default:** `true`
2049
+ */
2050
+ ifSecondaryArtifacts(value?: boolean): this;
2051
+ /**
2052
+ * Filters access by the API corresponding argument value
2053
+ *
2054
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2055
+ *
2056
+ * Applies to actions:
2057
+ * - .toCreateProject()
2058
+ * - .toStartBuild()
2059
+ * - .toStartBuildBatch()
2060
+ * - .toUpdateProject()
2061
+ *
2062
+ * @param value The value(s) to check
2063
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2064
+ */
2065
+ ifSecondaryArtifactsArtifactIdentifier(value: string | string[], operator?: Operator | string): this;
2066
+ /**
2067
+ * Filters access by the API corresponding argument value
2068
+ *
2069
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2070
+ *
2071
+ * Applies to actions:
2072
+ * - .toCreateProject()
2073
+ * - .toStartBuild()
2074
+ * - .toStartBuildBatch()
2075
+ * - .toUpdateProject()
2076
+ *
2077
+ * @param value The value(s) to check
2078
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2079
+ */
2080
+ ifSecondaryArtifactsBucketOwnerAccess(value: string | string[], operator?: Operator | string): this;
2081
+ /**
2082
+ * Filters access by the API corresponding argument value
2083
+ *
2084
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2085
+ *
2086
+ * Applies to actions:
2087
+ * - .toCreateProject()
2088
+ * - .toStartBuild()
2089
+ * - .toStartBuildBatch()
2090
+ * - .toUpdateProject()
2091
+ *
2092
+ * @param value `true` or `false`. **Default:** `true`
2093
+ */
2094
+ ifSecondaryArtifactsEncryptionDisabled(value?: boolean): this;
2095
+ /**
2096
+ * Filters access by the API corresponding argument value
2097
+ *
2098
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2099
+ *
2100
+ * Applies to actions:
2101
+ * - .toCreateProject()
2102
+ * - .toStartBuild()
2103
+ * - .toStartBuildBatch()
2104
+ * - .toUpdateProject()
2105
+ *
2106
+ * @param value The value(s) to check
2107
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2108
+ */
2109
+ ifSecondaryArtifactsLocation(value: string | string[], operator?: Operator | string): this;
2110
+ /**
2111
+ * Filters access by the API corresponding argument value
2112
+ *
2113
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2114
+ *
2115
+ * Applies to actions:
2116
+ * - .toCreateProject()
2117
+ * - .toStartBuild()
2118
+ * - .toStartBuildBatch()
2119
+ * - .toUpdateProject()
2120
+ *
2121
+ * @param artifactIdentifierbucketOwnerAccess The tag key to check
2122
+ * @param value The value(s) to check
2123
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2124
+ */
2125
+ ifSecondaryArtifactsArtifactIdentifierbucketOwnerAccess(artifactIdentifierbucketOwnerAccess: string, value: string | string[], operator?: Operator | string): this;
2126
+ /**
2127
+ * Filters access by the API corresponding argument value
2128
+ *
2129
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2130
+ *
2131
+ * Applies to actions:
2132
+ * - .toCreateProject()
2133
+ * - .toStartBuild()
2134
+ * - .toStartBuildBatch()
2135
+ * - .toUpdateProject()
2136
+ *
2137
+ * @param artifactIdentifierencryptionDisabled The tag key to check
2138
+ * @param value `true` or `false`. **Default:** `true`
2139
+ */
2140
+ ifSecondaryArtifactsArtifactIdentifierencryptionDisabled(artifactIdentifierencryptionDisabled: string, value?: boolean): this;
2141
+ /**
2142
+ * Filters access by the API corresponding argument value
2143
+ *
2144
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2145
+ *
2146
+ * Applies to actions:
2147
+ * - .toCreateProject()
2148
+ * - .toStartBuild()
2149
+ * - .toStartBuildBatch()
2150
+ * - .toUpdateProject()
2151
+ *
2152
+ * @param artifactIdentifierlocation The tag key to check
2153
+ * @param value The value(s) to check
2154
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2155
+ */
2156
+ ifSecondaryArtifactsArtifactIdentifierlocation(artifactIdentifierlocation: string, value: string | string[], operator?: Operator | string): this;
2157
+ /**
2158
+ * Filters access by the API corresponding argument value
2159
+ *
2160
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2161
+ *
2162
+ * Applies to actions:
2163
+ * - .toCreateProject()
2164
+ * - .toStartBuild()
2165
+ * - .toStartBuildBatch()
2166
+ * - .toUpdateProject()
2167
+ *
2168
+ * @param value `true` or `false`. **Default:** `true`
2169
+ */
2170
+ ifSecondarySources(value?: boolean): this;
2171
+ /**
2172
+ * Filters access by the API corresponding argument value
2173
+ *
2174
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2175
+ *
2176
+ * Applies to actions:
2177
+ * - .toCreateProject()
2178
+ * - .toStartBuild()
2179
+ * - .toStartBuildBatch()
2180
+ * - .toUpdateProject()
2181
+ *
2182
+ * @param value The value(s) to check
2183
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2184
+ */
2185
+ ifSecondarySourcesAuthResource(value: string | string[], operator?: Operator | string): this;
2186
+ /**
2187
+ * Filters access by the API corresponding argument value
2188
+ *
2189
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2190
+ *
2191
+ * Applies to actions:
2192
+ * - .toCreateProject()
2193
+ * - .toStartBuild()
2194
+ * - .toStartBuildBatch()
2195
+ * - .toUpdateProject()
2196
+ *
2197
+ * @param value The value(s) to check
2198
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2199
+ */
2200
+ ifSecondarySourcesAuthType(value: string | string[], operator?: Operator | string): this;
2201
+ /**
2202
+ * Filters access by the API corresponding argument value
2203
+ *
2204
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2205
+ *
2206
+ * Applies to actions:
2207
+ * - .toCreateProject()
2208
+ * - .toStartBuild()
2209
+ * - .toStartBuildBatch()
2210
+ * - .toUpdateProject()
2211
+ *
2212
+ * @param value The value(s) to check
2213
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2214
+ */
2215
+ ifSecondarySourcesBuildStatusConfigContext(value: string | string[], operator?: Operator | string): this;
2216
+ /**
2217
+ * Filters access by the API corresponding argument value
2218
+ *
2219
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2220
+ *
2221
+ * Applies to actions:
2222
+ * - .toCreateProject()
2223
+ * - .toStartBuild()
2224
+ * - .toStartBuildBatch()
2225
+ * - .toUpdateProject()
2226
+ *
2227
+ * @param value The value(s) to check
2228
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2229
+ */
2230
+ ifSecondarySourcesBuildStatusConfigTargetUrl(value: string | string[], operator?: Operator | string): this;
2231
+ /**
2232
+ * Filters access by the API corresponding argument value
2233
+ *
2234
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2235
+ *
2236
+ * Applies to actions:
2237
+ * - .toCreateProject()
2238
+ * - .toStartBuild()
2239
+ * - .toStartBuildBatch()
2240
+ * - .toUpdateProject()
2241
+ *
2242
+ * @param value `true` or `false`. **Default:** `true`
2243
+ */
2244
+ ifSecondarySourcesBuildspec(value?: boolean): this;
2245
+ /**
2246
+ * Filters access by the API corresponding argument value
2247
+ *
2248
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2249
+ *
2250
+ * Applies to actions:
2251
+ * - .toCreateProject()
2252
+ * - .toStartBuild()
2253
+ * - .toStartBuildBatch()
2254
+ * - .toUpdateProject()
2255
+ *
2256
+ * @param value `true` or `false`. **Default:** `true`
2257
+ */
2258
+ ifSecondarySourcesInsecureSsl(value?: boolean): this;
2259
+ /**
2260
+ * Filters access by the API corresponding argument value
2261
+ *
2262
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2263
+ *
2264
+ * Applies to actions:
2265
+ * - .toCreateProject()
2266
+ * - .toStartBuild()
2267
+ * - .toStartBuildBatch()
2268
+ * - .toUpdateProject()
2269
+ *
2270
+ * @param value The value(s) to check
2271
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2272
+ */
2273
+ ifSecondarySourcesLocation(value: string | string[], operator?: Operator | string): this;
2274
+ /**
2275
+ * Filters access by the API corresponding argument value
2276
+ *
2277
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2278
+ *
2279
+ * Applies to actions:
2280
+ * - .toCreateProject()
2281
+ * - .toStartBuild()
2282
+ * - .toStartBuildBatch()
2283
+ * - .toUpdateProject()
2284
+ *
2285
+ * @param value The value(s) to check
2286
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2287
+ */
2288
+ ifSecondarySourcesSourceIdentifier(value: string | string[], operator?: Operator | string): this;
2289
+ /**
2290
+ * Filters access by the API corresponding argument value
2291
+ *
2292
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2293
+ *
2294
+ * Applies to actions:
2295
+ * - .toCreateProject()
2296
+ * - .toStartBuild()
2297
+ * - .toStartBuildBatch()
2298
+ * - .toUpdateProject()
2299
+ *
2300
+ * @param sourceIdentifierauthresource The tag key to check
2301
+ * @param value The value(s) to check
2302
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2303
+ */
2304
+ ifSecondarySourcesSourceIdentifierauthresource(sourceIdentifierauthresource: string, value: string | string[], operator?: Operator | string): this;
2305
+ /**
2306
+ * Filters access by the API corresponding argument value
2307
+ *
2308
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2309
+ *
2310
+ * Applies to actions:
2311
+ * - .toCreateProject()
2312
+ * - .toStartBuild()
2313
+ * - .toStartBuildBatch()
2314
+ * - .toUpdateProject()
2315
+ *
2316
+ * @param sourceIdentifierauthtype The tag key to check
2317
+ * @param value The value(s) to check
2318
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2319
+ */
2320
+ ifSecondarySourcesSourceIdentifierauthtype(sourceIdentifierauthtype: string, value: string | string[], operator?: Operator | string): this;
2321
+ /**
2322
+ * Filters access by the API corresponding argument value
2323
+ *
2324
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2325
+ *
2326
+ * Applies to actions:
2327
+ * - .toCreateProject()
2328
+ * - .toStartBuild()
2329
+ * - .toStartBuildBatch()
2330
+ * - .toUpdateProject()
2331
+ *
2332
+ * @param sourceIdentifierbuildStatusConfigcontext The tag key to check
2333
+ * @param value The value(s) to check
2334
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2335
+ */
2336
+ ifSecondarySourcesSourceIdentifierbuildStatusConfigcontext(sourceIdentifierbuildStatusConfigcontext: string, value: string | string[], operator?: Operator | string): this;
2337
+ /**
2338
+ * Filters access by the API corresponding argument value
2339
+ *
2340
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2341
+ *
2342
+ * Applies to actions:
2343
+ * - .toCreateProject()
2344
+ * - .toStartBuild()
2345
+ * - .toStartBuildBatch()
2346
+ * - .toUpdateProject()
2347
+ *
2348
+ * @param sourceIdentifierbuildStatusConfigtargetUrl The tag key to check
2349
+ * @param value The value(s) to check
2350
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2351
+ */
2352
+ ifSecondarySourcesSourceIdentifierbuildStatusConfigtargetUrl(sourceIdentifierbuildStatusConfigtargetUrl: string, value: string | string[], operator?: Operator | string): this;
2353
+ /**
2354
+ * Filters access by the API corresponding argument value
2355
+ *
2356
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2357
+ *
2358
+ * Applies to actions:
2359
+ * - .toCreateProject()
2360
+ * - .toStartBuild()
2361
+ * - .toStartBuildBatch()
2362
+ * - .toUpdateProject()
2363
+ *
2364
+ * @param sourceIdentifierbuildspec The tag key to check
2365
+ * @param value `true` or `false`. **Default:** `true`
2366
+ */
2367
+ ifSecondarySourcesSourceIdentifierbuildspec(sourceIdentifierbuildspec: string, value?: boolean): this;
2368
+ /**
2369
+ * Filters access by the API corresponding argument value
2370
+ *
2371
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2372
+ *
2373
+ * Applies to actions:
2374
+ * - .toCreateProject()
2375
+ * - .toStartBuild()
2376
+ * - .toStartBuildBatch()
2377
+ * - .toUpdateProject()
2378
+ *
2379
+ * @param sourceIdentifierinsecureSsl The tag key to check
2380
+ * @param value `true` or `false`. **Default:** `true`
2381
+ */
2382
+ ifSecondarySourcesSourceIdentifierinsecureSsl(sourceIdentifierinsecureSsl: string, value?: boolean): this;
2383
+ /**
2384
+ * Filters access by the API corresponding argument value
2385
+ *
2386
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2387
+ *
2388
+ * Applies to actions:
2389
+ * - .toCreateProject()
2390
+ * - .toStartBuild()
2391
+ * - .toStartBuildBatch()
2392
+ * - .toUpdateProject()
2393
+ *
2394
+ * @param sourceIdentifierlocation The tag key to check
2395
+ * @param value The value(s) to check
2396
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2397
+ */
2398
+ ifSecondarySourcesSourceIdentifierlocation(sourceIdentifierlocation: string, value: string | string[], operator?: Operator | string): this;
2399
+ /**
2400
+ * Filters access by the API corresponding argument value
2401
+ *
2402
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2403
+ *
2404
+ * Applies to actions:
2405
+ * - .toImportSourceCredentials()
2406
+ *
2407
+ * @param value The value(s) to check
2408
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2409
+ */
2410
+ ifServerType(value: string | string[], operator?: Operator | string): this;
2411
+ /**
2412
+ * Filters access by the API corresponding argument value
2413
+ *
2414
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2415
+ *
2416
+ * Applies to actions:
2417
+ * - .toCreateProject()
2418
+ * - .toStartBuild()
2419
+ * - .toStartBuildBatch()
2420
+ * - .toUpdateProject()
2421
+ *
2422
+ * @param value The value(s) to check
2423
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2424
+ */
2425
+ ifServiceRole(value: string | string[], operator?: Operator | string): this;
2426
+ /**
2427
+ * Filters access by the API corresponding argument value
2428
+ *
2429
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2430
+ *
2431
+ * Applies to actions:
2432
+ * - .toImportSourceCredentials()
2433
+ *
2434
+ * @param value `true` or `false`. **Default:** `true`
2435
+ */
2436
+ ifShouldOverwrite(value?: boolean): this;
2437
+ /**
2438
+ * Filters access by the API corresponding argument value
2439
+ *
2440
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2441
+ *
2442
+ * Applies to actions:
2443
+ * - .toCreateProject()
2444
+ * - .toStartBuild()
2445
+ * - .toStartBuildBatch()
2446
+ * - .toUpdateProject()
2447
+ *
2448
+ * @param value `true` or `false`. **Default:** `true`
2449
+ */
2450
+ ifSource(value?: boolean): this;
2451
+ /**
2452
+ * Filters access by the API corresponding argument value
2453
+ *
2454
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2455
+ *
2456
+ * Applies to actions:
2457
+ * - .toCreateProject()
2458
+ * - .toStartBuild()
2459
+ * - .toStartBuildBatch()
2460
+ * - .toUpdateProject()
2461
+ *
2462
+ * @param value The value(s) to check
2463
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2464
+ */
2465
+ ifSourceAuthResource(value: string | string[], operator?: Operator | string): this;
2466
+ /**
2467
+ * Filters access by the API corresponding argument value
2468
+ *
2469
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2470
+ *
2471
+ * Applies to actions:
2472
+ * - .toCreateProject()
2473
+ * - .toStartBuild()
2474
+ * - .toStartBuildBatch()
2475
+ * - .toUpdateProject()
2476
+ *
2477
+ * @param value The value(s) to check
2478
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2479
+ */
2480
+ ifSourceAuthType(value: string | string[], operator?: Operator | string): this;
2481
+ /**
2482
+ * Filters access by the API corresponding argument value
2483
+ *
2484
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2485
+ *
2486
+ * Applies to actions:
2487
+ * - .toCreateProject()
2488
+ * - .toStartBuild()
2489
+ * - .toUpdateProject()
2490
+ *
2491
+ * @param value The value(s) to check
2492
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2493
+ */
2494
+ ifSourceBuildStatusConfigContext(value: string | string[], operator?: Operator | string): this;
2495
+ /**
2496
+ * Filters access by the API corresponding argument value
2497
+ *
2498
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2499
+ *
2500
+ * Applies to actions:
2501
+ * - .toCreateProject()
2502
+ * - .toStartBuild()
2503
+ * - .toUpdateProject()
2504
+ *
2505
+ * @param value The value(s) to check
2506
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2507
+ */
2508
+ ifSourceBuildStatusConfigTargetUrl(value: string | string[], operator?: Operator | string): this;
2509
+ /**
2510
+ * Filters access by the API corresponding argument value
2511
+ *
2512
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2513
+ *
2514
+ * Applies to actions:
2515
+ * - .toCreateProject()
2516
+ * - .toStartBuild()
2517
+ * - .toStartBuildBatch()
2518
+ * - .toUpdateProject()
2519
+ *
2520
+ * @param value `true` or `false`. **Default:** `true`
2521
+ */
2522
+ ifSourceBuildspec(value?: boolean): this;
2523
+ /**
2524
+ * Filters access by the API corresponding argument value
2525
+ *
2526
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2527
+ *
2528
+ * Applies to actions:
2529
+ * - .toCreateProject()
2530
+ * - .toStartBuild()
2531
+ * - .toStartBuildBatch()
2532
+ * - .toUpdateProject()
2533
+ *
2534
+ * @param value `true` or `false`. **Default:** `true`
2535
+ */
2536
+ ifSourceInsecureSsl(value?: boolean): this;
2537
+ /**
2538
+ * Filters access by the API corresponding argument value
2539
+ *
2540
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2541
+ *
2542
+ * Applies to actions:
2543
+ * - .toCreateProject()
2544
+ * - .toStartBuild()
2545
+ * - .toStartBuildBatch()
2546
+ * - .toUpdateProject()
2547
+ *
2548
+ * @param value The value(s) to check
2549
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2550
+ */
2551
+ ifSourceLocation(value: string | string[], operator?: Operator | string): this;
2552
+ /**
2553
+ * Filters access by the API corresponding argument value
2554
+ *
2555
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2556
+ *
2557
+ * Applies to actions:
2558
+ * - .toImportSourceCredentials()
2559
+ *
2560
+ * @param value The value(s) to check
2561
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2562
+ */
2563
+ ifToken(value: string | string[], operator?: Operator | string): this;
2564
+ /**
2565
+ * Filters access by the API corresponding argument value
2566
+ *
2567
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2568
+ *
2569
+ * Applies to actions:
2570
+ * - .toImportSourceCredentials()
2571
+ *
2572
+ * @param value The value(s) to check
2573
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2574
+ */
2575
+ ifUsername(value: string | string[], operator?: Operator | string): this;
2576
+ /**
2577
+ * Filters access by the API corresponding argument value
2578
+ *
2579
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2580
+ *
2581
+ * Applies to actions:
2582
+ * - .toCreateFleet()
2583
+ * - .toCreateProject()
2584
+ * - .toUpdateFleet()
2585
+ * - .toUpdateProject()
2586
+ *
2587
+ * @param value `true` or `false`. **Default:** `true`
2588
+ */
2589
+ ifVpcConfig(value?: boolean): this;
2590
+ /**
2591
+ * Filters access by the API corresponding argument value
2592
+ *
2593
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2594
+ *
2595
+ * Applies to actions:
2596
+ * - .toCreateFleet()
2597
+ * - .toCreateProject()
2598
+ * - .toUpdateFleet()
2599
+ * - .toUpdateProject()
2600
+ *
2601
+ * @param value The value(s) to check
2602
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2603
+ */
2604
+ ifVpcConfigSecurityGroupIds(value: string | string[], operator?: Operator | string): this;
2605
+ /**
2606
+ * Filters access by the API corresponding argument value
2607
+ *
2608
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2609
+ *
2610
+ * Applies to actions:
2611
+ * - .toCreateFleet()
2612
+ * - .toCreateProject()
2613
+ * - .toUpdateFleet()
2614
+ * - .toUpdateProject()
2615
+ *
2616
+ * @param value The value(s) to check
2617
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2618
+ */
2619
+ ifVpcConfigSubnets(value: string | string[], operator?: Operator | string): this;
2620
+ /**
2621
+ * Filters access by the API corresponding argument value
2622
+ *
2623
+ * https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html
2624
+ *
2625
+ * Applies to actions:
2626
+ * - .toCreateFleet()
2627
+ * - .toCreateProject()
2628
+ * - .toUpdateFleet()
2629
+ * - .toUpdateProject()
2630
+ *
2631
+ * @param value The value(s) to check
2632
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
2633
+ */
2634
+ ifVpcConfigVpcId(value: string | string[], operator?: Operator | string): this;
730
2635
  /**
731
2636
  * Statement provider for service [codebuild](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodebuild.html).
732
2637
  *