pulumi-harness 0.8.0a1753336707__py3-none-any.whl → 0.8.0a1753397912__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-harness might be problematic. Click here for more details.

Files changed (336) hide show
  1. pulumi_harness/__init__.py +1 -1
  2. pulumi_harness/_inputs.py +971 -972
  3. pulumi_harness/add_user_to_group.py +35 -36
  4. pulumi_harness/application.py +87 -88
  5. pulumi_harness/application_git_sync.py +86 -87
  6. pulumi_harness/autostopping/__init__.py +1 -1
  7. pulumi_harness/autostopping/_inputs.py +585 -586
  8. pulumi_harness/autostopping/aws_alb.py +172 -173
  9. pulumi_harness/autostopping/aws_proxy.py +209 -210
  10. pulumi_harness/autostopping/azure_gateway.py +227 -228
  11. pulumi_harness/autostopping/azure_proxy.py +243 -244
  12. pulumi_harness/autostopping/gcp_proxy.py +213 -214
  13. pulumi_harness/autostopping/get_aws_alb.py +61 -62
  14. pulumi_harness/autostopping/get_aws_proxy.py +74 -75
  15. pulumi_harness/autostopping/get_azure_gateway.py +81 -82
  16. pulumi_harness/autostopping/get_azure_proxy.py +86 -87
  17. pulumi_harness/autostopping/get_gcp_proxy.py +76 -77
  18. pulumi_harness/autostopping/get_rule_ecs.py +32 -33
  19. pulumi_harness/autostopping/get_rule_rds.py +26 -27
  20. pulumi_harness/autostopping/get_rule_vm.py +39 -40
  21. pulumi_harness/autostopping/get_schedule.py +22 -23
  22. pulumi_harness/autostopping/outputs.py +407 -408
  23. pulumi_harness/autostopping/rule_ecs.py +104 -105
  24. pulumi_harness/autostopping/rule_rds.py +87 -88
  25. pulumi_harness/autostopping/rule_vm.py +124 -125
  26. pulumi_harness/autostopping/schedule.py +115 -116
  27. pulumi_harness/chaos_infrastructure.py +154 -155
  28. pulumi_harness/cloudprovider/__init__.py +1 -1
  29. pulumi_harness/cloudprovider/_inputs.py +179 -180
  30. pulumi_harness/cloudprovider/aws.py +126 -127
  31. pulumi_harness/cloudprovider/azure.py +86 -87
  32. pulumi_harness/cloudprovider/datacenter.py +21 -22
  33. pulumi_harness/cloudprovider/gcp.py +72 -73
  34. pulumi_harness/cloudprovider/get_delegate_ids.py +23 -24
  35. pulumi_harness/cloudprovider/kubernetes.py +41 -42
  36. pulumi_harness/cloudprovider/outputs.py +121 -122
  37. pulumi_harness/cloudprovider/spot.py +52 -53
  38. pulumi_harness/cloudprovider/tanzu.py +103 -104
  39. pulumi_harness/cluster/__init__.py +1 -1
  40. pulumi_harness/cluster/_inputs.py +179 -180
  41. pulumi_harness/cluster/get_orchestrator.py +21 -22
  42. pulumi_harness/cluster/get_orchestrator_config.py +12 -13
  43. pulumi_harness/cluster/orchestrator.py +52 -53
  44. pulumi_harness/cluster/orchestrator_config.py +27 -28
  45. pulumi_harness/cluster/outputs.py +123 -124
  46. pulumi_harness/config/__init__.py +1 -1
  47. pulumi_harness/config/__init__.pyi +1 -2
  48. pulumi_harness/config/vars.py +5 -6
  49. pulumi_harness/delegate_approval.py +44 -45
  50. pulumi_harness/encrypted_text.py +106 -107
  51. pulumi_harness/environment.py +72 -73
  52. pulumi_harness/get_application.py +37 -38
  53. pulumi_harness/get_chaos_infrastructure.py +27 -28
  54. pulumi_harness/get_current_account.py +11 -12
  55. pulumi_harness/get_delegate.py +45 -46
  56. pulumi_harness/get_encrypted_text.py +16 -17
  57. pulumi_harness/get_environment.py +26 -27
  58. pulumi_harness/get_git_connector.py +34 -35
  59. pulumi_harness/get_secret_manager.py +20 -21
  60. pulumi_harness/get_service.py +27 -28
  61. pulumi_harness/get_ssh_credential.py +14 -15
  62. pulumi_harness/get_sso_provider.py +15 -16
  63. pulumi_harness/get_trigger.py +26 -27
  64. pulumi_harness/get_user.py +25 -26
  65. pulumi_harness/get_user_group.py +13 -14
  66. pulumi_harness/get_yaml_config.py +19 -20
  67. pulumi_harness/git_connector.py +178 -179
  68. pulumi_harness/governance/__init__.py +1 -1
  69. pulumi_harness/governance/get_rule.py +17 -18
  70. pulumi_harness/governance/get_rule_enforcement.py +31 -32
  71. pulumi_harness/governance/get_rule_set.py +17 -18
  72. pulumi_harness/governance/rule.py +78 -79
  73. pulumi_harness/governance/rule_enforcement.py +197 -198
  74. pulumi_harness/governance/rule_set.py +78 -79
  75. pulumi_harness/infrastructure_definition.py +176 -177
  76. pulumi_harness/outputs.py +694 -695
  77. pulumi_harness/platform/__init__.py +1 -1
  78. pulumi_harness/platform/_inputs.py +30055 -30056
  79. pulumi_harness/platform/app_dynamics_connector.py +160 -161
  80. pulumi_harness/platform/artifactory_connector.py +140 -141
  81. pulumi_harness/platform/aws_cc_connector.py +174 -175
  82. pulumi_harness/platform/aws_connector.py +161 -162
  83. pulumi_harness/platform/aws_kms_connector.py +191 -192
  84. pulumi_harness/platform/aws_secret_manager_connector.py +242 -243
  85. pulumi_harness/platform/azure_cloud_cost_connector.py +157 -158
  86. pulumi_harness/platform/azure_cloud_provider_connector.py +174 -175
  87. pulumi_harness/platform/azure_key_vault_connector.py +239 -240
  88. pulumi_harness/platform/bitbucket_connector.py +177 -178
  89. pulumi_harness/platform/central_notification_channel.py +109 -110
  90. pulumi_harness/platform/central_notification_rule.py +112 -113
  91. pulumi_harness/platform/connector_azure_artifacts.py +140 -141
  92. pulumi_harness/platform/connector_azure_repo.py +194 -195
  93. pulumi_harness/platform/connector_custom_secret_manager.py +259 -260
  94. pulumi_harness/platform/connector_customhealthsource.py +194 -195
  95. pulumi_harness/platform/connector_gcp_kms.py +211 -212
  96. pulumi_harness/platform/connector_jdbc.py +140 -141
  97. pulumi_harness/platform/connector_pdc.py +123 -124
  98. pulumi_harness/platform/connector_rancher.py +157 -158
  99. pulumi_harness/platform/dashboard_folders.py +27 -28
  100. pulumi_harness/platform/dashboards.py +206 -207
  101. pulumi_harness/platform/datadog_connector.py +171 -172
  102. pulumi_harness/platform/db_instance.py +188 -189
  103. pulumi_harness/platform/db_schema.py +143 -144
  104. pulumi_harness/platform/delegatetoken.py +154 -155
  105. pulumi_harness/platform/docker_connector.py +174 -175
  106. pulumi_harness/platform/dynatrace_connector.py +154 -155
  107. pulumi_harness/platform/elasticsearch_connector.py +146 -147
  108. pulumi_harness/platform/environment.py +174 -175
  109. pulumi_harness/platform/environment_clusters_mapping.py +81 -82
  110. pulumi_harness/platform/environment_group.py +103 -104
  111. pulumi_harness/platform/environment_service_overrides.py +103 -104
  112. pulumi_harness/platform/feature_flag.py +197 -198
  113. pulumi_harness/platform/feature_flag_api_key.py +146 -147
  114. pulumi_harness/platform/feature_flag_target.py +120 -121
  115. pulumi_harness/platform/feature_flag_target_group.py +140 -141
  116. pulumi_harness/platform/file_store_file.py +210 -211
  117. pulumi_harness/platform/file_store_folder.py +142 -143
  118. pulumi_harness/platform/filters.py +106 -107
  119. pulumi_harness/platform/gcp_cloud_cost_connector.py +157 -158
  120. pulumi_harness/platform/gcp_connector.py +146 -147
  121. pulumi_harness/platform/gcp_secret_manager_connector.py +191 -192
  122. pulumi_harness/platform/get_api_key.py +55 -56
  123. pulumi_harness/platform/get_app_dynamics_connector.py +39 -40
  124. pulumi_harness/platform/get_artifactory_connector.py +36 -37
  125. pulumi_harness/platform/get_aws_cc_connector.py +40 -41
  126. pulumi_harness/platform/get_aws_connector.py +41 -42
  127. pulumi_harness/platform/get_aws_kms_connector.py +42 -43
  128. pulumi_harness/platform/get_aws_secret_manager_connector.py +56 -57
  129. pulumi_harness/platform/get_azure_cloud_cost_connector.py +38 -39
  130. pulumi_harness/platform/get_azure_cloud_provider_connector.py +38 -39
  131. pulumi_harness/platform/get_azure_key_vault_connector.py +47 -48
  132. pulumi_harness/platform/get_bitbucket_connector.py +41 -42
  133. pulumi_harness/platform/get_ccm_filters.py +32 -33
  134. pulumi_harness/platform/get_central_notification_channel.py +58 -59
  135. pulumi_harness/platform/get_central_notification_rule.py +41 -42
  136. pulumi_harness/platform/get_connector_azure_repo.py +35 -36
  137. pulumi_harness/platform/get_connector_custom_secret_manager.py +50 -51
  138. pulumi_harness/platform/get_connector_customhealthsource.py +43 -44
  139. pulumi_harness/platform/get_connector_gcp_kms.py +45 -46
  140. pulumi_harness/platform/get_connector_jdbc.py +36 -37
  141. pulumi_harness/platform/get_connector_pdc.py +34 -35
  142. pulumi_harness/platform/get_connector_rancher.py +34 -35
  143. pulumi_harness/platform/get_current_account.py +11 -12
  144. pulumi_harness/platform/get_current_user.py +29 -30
  145. pulumi_harness/platform/get_dashboard_folders.py +23 -24
  146. pulumi_harness/platform/get_dashboards.py +39 -40
  147. pulumi_harness/platform/get_datadog_connector.py +43 -44
  148. pulumi_harness/platform/get_db_instance.py +47 -48
  149. pulumi_harness/platform/get_db_schema.py +39 -40
  150. pulumi_harness/platform/get_delegatetoken.py +41 -42
  151. pulumi_harness/platform/get_docker_connector.py +38 -39
  152. pulumi_harness/platform/get_dynatrace_connector.py +37 -38
  153. pulumi_harness/platform/get_elasticsearch_connector.py +37 -38
  154. pulumi_harness/platform/get_environment.py +38 -39
  155. pulumi_harness/platform/get_environment_clusters_mapping.py +30 -31
  156. pulumi_harness/platform/get_environment_group.py +29 -30
  157. pulumi_harness/platform/get_environment_list.py +12 -13
  158. pulumi_harness/platform/get_environment_service_overrides.py +35 -36
  159. pulumi_harness/platform/get_file_store_file.py +47 -48
  160. pulumi_harness/platform/get_file_store_folder.py +39 -40
  161. pulumi_harness/platform/get_filters.py +32 -33
  162. pulumi_harness/platform/get_gcp_cloud_cost_connector.py +38 -39
  163. pulumi_harness/platform/get_gcp_connector.py +34 -35
  164. pulumi_harness/platform/get_gcp_secret_manager_connector.py +42 -43
  165. pulumi_harness/platform/get_git_connector.py +40 -41
  166. pulumi_harness/platform/get_github_connector.py +43 -44
  167. pulumi_harness/platform/get_gitlab_connector.py +43 -44
  168. pulumi_harness/platform/get_gitops_agent.py +50 -51
  169. pulumi_harness/platform/get_gitops_agent_deploy_yaml.py +55 -56
  170. pulumi_harness/platform/get_gitops_agent_operator_yaml.py +48 -49
  171. pulumi_harness/platform/get_gitops_app_project.py +33 -34
  172. pulumi_harness/platform/get_gitops_app_project_mapping.py +35 -36
  173. pulumi_harness/platform/get_gitops_applications.py +60 -61
  174. pulumi_harness/platform/get_gitops_cluster.py +34 -35
  175. pulumi_harness/platform/get_gitops_filters.py +33 -34
  176. pulumi_harness/platform/get_gitops_gnupg.py +34 -35
  177. pulumi_harness/platform/get_gitops_repo_cert.py +27 -28
  178. pulumi_harness/platform/get_gitops_repo_cred.py +34 -35
  179. pulumi_harness/platform/get_gitops_repository.py +36 -37
  180. pulumi_harness/platform/get_gitx_webhook.py +39 -40
  181. pulumi_harness/platform/get_har_registry.py +40 -41
  182. pulumi_harness/platform/get_helm_connector.py +36 -37
  183. pulumi_harness/platform/get_iacm_default_pipeline.py +29 -30
  184. pulumi_harness/platform/get_infra_module.py +79 -80
  185. pulumi_harness/platform/get_infra_variable_set.py +35 -36
  186. pulumi_harness/platform/get_infrastructure.py +44 -45
  187. pulumi_harness/platform/get_input_set.py +40 -41
  188. pulumi_harness/platform/get_jenkins_connector.py +36 -37
  189. pulumi_harness/platform/get_jira_connector.py +42 -43
  190. pulumi_harness/platform/get_kubernetes_cloud_cost_connector.py +35 -36
  191. pulumi_harness/platform/get_kubernetes_connector.py +38 -39
  192. pulumi_harness/platform/get_manual_freeze.py +43 -44
  193. pulumi_harness/platform/get_monitored_service.py +21 -22
  194. pulumi_harness/platform/get_nexus_connector.py +38 -39
  195. pulumi_harness/platform/get_notification_rule.py +21 -22
  196. pulumi_harness/platform/get_oci_helm_connector.py +36 -37
  197. pulumi_harness/platform/get_organization.py +19 -20
  198. pulumi_harness/platform/get_overrides.py +28 -29
  199. pulumi_harness/platform/get_pagerduty_connector.py +35 -36
  200. pulumi_harness/platform/get_permissions.py +16 -17
  201. pulumi_harness/platform/get_pipeline.py +38 -39
  202. pulumi_harness/platform/get_pipeline_filters.py +32 -33
  203. pulumi_harness/platform/get_pipeline_list.py +40 -41
  204. pulumi_harness/platform/get_policy.py +37 -38
  205. pulumi_harness/platform/get_policy_set.py +50 -51
  206. pulumi_harness/platform/get_project.py +29 -30
  207. pulumi_harness/platform/get_project_list.py +34 -35
  208. pulumi_harness/platform/get_prometheus_connector.py +40 -41
  209. pulumi_harness/platform/get_provider.py +7 -8
  210. pulumi_harness/platform/get_repo.py +64 -65
  211. pulumi_harness/platform/get_repo_rule_branch.py +50 -51
  212. pulumi_harness/platform/get_repo_webhook.py +69 -70
  213. pulumi_harness/platform/get_resource_group.py +39 -40
  214. pulumi_harness/platform/get_role_assignments.py +30 -31
  215. pulumi_harness/platform/get_roles.py +43 -44
  216. pulumi_harness/platform/get_secret_file.py +35 -36
  217. pulumi_harness/platform/get_secret_sshkey.py +35 -36
  218. pulumi_harness/platform/get_secret_text.py +38 -39
  219. pulumi_harness/platform/get_service.py +34 -35
  220. pulumi_harness/platform/get_service_account.py +35 -36
  221. pulumi_harness/platform/get_service_list.py +20 -21
  222. pulumi_harness/platform/get_service_now_connector.py +42 -43
  223. pulumi_harness/platform/get_service_overrides_v2.py +28 -29
  224. pulumi_harness/platform/get_slo.py +21 -22
  225. pulumi_harness/platform/get_splunk_connector.py +41 -42
  226. pulumi_harness/platform/get_spot_connector.py +32 -33
  227. pulumi_harness/platform/get_sumologic_connector.py +39 -40
  228. pulumi_harness/platform/get_tas_connector.py +36 -37
  229. pulumi_harness/platform/get_template.py +68 -69
  230. pulumi_harness/platform/get_template_filters.py +32 -33
  231. pulumi_harness/platform/get_terraform_cloud_connector.py +36 -37
  232. pulumi_harness/platform/get_token.py +97 -98
  233. pulumi_harness/platform/get_triggers.py +45 -46
  234. pulumi_harness/platform/get_user.py +31 -32
  235. pulumi_harness/platform/get_usergroup.py +48 -49
  236. pulumi_harness/platform/get_variables.py +28 -29
  237. pulumi_harness/platform/get_vault_connector.py +93 -94
  238. pulumi_harness/platform/get_workspace.py +77 -78
  239. pulumi_harness/platform/get_workspace_output_value.py +22 -23
  240. pulumi_harness/platform/git_connector.py +191 -192
  241. pulumi_harness/platform/git_ops_agent.py +175 -176
  242. pulumi_harness/platform/git_ops_applications.py +293 -294
  243. pulumi_harness/platform/git_ops_cluster.py +106 -107
  244. pulumi_harness/platform/git_ops_gnupg.py +81 -82
  245. pulumi_harness/platform/git_ops_repo_cert.py +72 -73
  246. pulumi_harness/platform/git_ops_repo_cred.py +106 -107
  247. pulumi_harness/platform/git_ops_repository.py +183 -184
  248. pulumi_harness/platform/github_connector.py +211 -212
  249. pulumi_harness/platform/gitlab_connector.py +194 -195
  250. pulumi_harness/platform/gitops_app_project.py +106 -107
  251. pulumi_harness/platform/gitops_app_project_mapping.py +95 -96
  252. pulumi_harness/platform/gitops_applicationset.py +81 -82
  253. pulumi_harness/platform/gitops_filters.py +120 -121
  254. pulumi_harness/platform/gitx_webhook.py +171 -172
  255. pulumi_harness/platform/har_registry.py +141 -142
  256. pulumi_harness/platform/helm_connector.py +157 -158
  257. pulumi_harness/platform/iacm_default_pipeline.py +86 -87
  258. pulumi_harness/platform/infra_module.py +222 -223
  259. pulumi_harness/platform/infra_variable_set.py +115 -116
  260. pulumi_harness/platform/infrastructure.py +191 -192
  261. pulumi_harness/platform/input_set.py +163 -164
  262. pulumi_harness/platform/jenkins_connector.py +140 -141
  263. pulumi_harness/platform/jira_connector.py +191 -192
  264. pulumi_harness/platform/kubernetes_cloud_cost_connector.py +137 -138
  265. pulumi_harness/platform/kubernetes_connector.py +152 -153
  266. pulumi_harness/platform/manual_freeze.py +144 -145
  267. pulumi_harness/platform/monitored_service.py +55 -56
  268. pulumi_harness/platform/newrelic_connector.py +171 -172
  269. pulumi_harness/platform/nexus_connector.py +157 -158
  270. pulumi_harness/platform/notification_rule.py +55 -56
  271. pulumi_harness/platform/oci_helm_connector.py +157 -158
  272. pulumi_harness/platform/organization.py +69 -70
  273. pulumi_harness/platform/outputs.py +22376 -22377
  274. pulumi_harness/platform/overrides.py +191 -192
  275. pulumi_harness/platform/pagerduty_connector.py +137 -138
  276. pulumi_harness/platform/pipeline.py +180 -181
  277. pulumi_harness/platform/pipeline_filters.py +106 -107
  278. pulumi_harness/platform/policy.py +290 -291
  279. pulumi_harness/platform/policy_set.py +157 -158
  280. pulumi_harness/platform/project.py +112 -113
  281. pulumi_harness/platform/prometheus_connector.py +174 -175
  282. pulumi_harness/platform/provider.py +73 -74
  283. pulumi_harness/platform/repo.py +194 -195
  284. pulumi_harness/platform/repo_rule_branch.py +148 -149
  285. pulumi_harness/platform/repo_webhook.py +198 -199
  286. pulumi_harness/platform/resource_group.py +160 -161
  287. pulumi_harness/platform/role_assignments.py +123 -124
  288. pulumi_harness/platform/roles.py +137 -138
  289. pulumi_harness/platform/secret_file.py +137 -138
  290. pulumi_harness/platform/secret_sshkey.py +126 -127
  291. pulumi_harness/platform/secret_text.py +157 -158
  292. pulumi_harness/platform/service.py +191 -192
  293. pulumi_harness/platform/service_account.py +137 -138
  294. pulumi_harness/platform/service_now_connector.py +191 -192
  295. pulumi_harness/platform/service_overrides_v2.py +191 -192
  296. pulumi_harness/platform/slo.py +55 -56
  297. pulumi_harness/platform/splunk_connector.py +188 -189
  298. pulumi_harness/platform/spot_connector.py +106 -107
  299. pulumi_harness/platform/sumologic_connector.py +171 -172
  300. pulumi_harness/platform/tas_connector.py +140 -141
  301. pulumi_harness/platform/template.py +214 -215
  302. pulumi_harness/platform/template_filters.py +106 -107
  303. pulumi_harness/platform/terraform_cloud_connector.py +153 -154
  304. pulumi_harness/platform/token.py +299 -300
  305. pulumi_harness/platform/triggers.py +171 -172
  306. pulumi_harness/platform/user.py +117 -118
  307. pulumi_harness/platform/usergroup.py +259 -260
  308. pulumi_harness/platform/variables.py +106 -107
  309. pulumi_harness/platform/vault_connector.py +630 -631
  310. pulumi_harness/platform/workspace.py +311 -312
  311. pulumi_harness/platform_api_key.py +171 -172
  312. pulumi_harness/platform_ccm_filters.py +106 -107
  313. pulumi_harness/provider.py +42 -43
  314. pulumi_harness/pulumi-plugin.json +1 -1
  315. pulumi_harness/service/__init__.py +1 -1
  316. pulumi_harness/service/_inputs.py +163 -164
  317. pulumi_harness/service/ami.py +55 -56
  318. pulumi_harness/service/codedeploy.py +55 -56
  319. pulumi_harness/service/ecs.py +55 -56
  320. pulumi_harness/service/helm.py +55 -56
  321. pulumi_harness/service/kubernetes.py +72 -73
  322. pulumi_harness/service/lambda_.py +55 -56
  323. pulumi_harness/service/outputs.py +109 -110
  324. pulumi_harness/service/ssh.py +72 -73
  325. pulumi_harness/service/tanzu.py +55 -56
  326. pulumi_harness/service/winrm.py +72 -73
  327. pulumi_harness/ssh_credential.py +27 -28
  328. pulumi_harness/user.py +97 -98
  329. pulumi_harness/user_group.py +65 -66
  330. pulumi_harness/user_group_permissions.py +38 -39
  331. pulumi_harness/yaml_config.py +61 -62
  332. {pulumi_harness-0.8.0a1753336707.dist-info → pulumi_harness-0.8.0a1753397912.dist-info}/METADATA +1 -1
  333. pulumi_harness-0.8.0a1753397912.dist-info/RECORD +337 -0
  334. pulumi_harness-0.8.0a1753336707.dist-info/RECORD +0 -337
  335. {pulumi_harness-0.8.0a1753336707.dist-info → pulumi_harness-0.8.0a1753397912.dist-info}/WHEEL +0 -0
  336. {pulumi_harness-0.8.0a1753336707.dist-info → pulumi_harness-0.8.0a1753397912.dist-info}/top_level.txt +0 -0
pulumi_harness/outputs.py CHANGED
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -91,13 +90,13 @@ class EncryptedTextUsageScope(dict):
91
90
  return super().get(key, default)
92
91
 
93
92
  def __init__(__self__, *,
94
- application_id: Optional[builtins.str] = None,
95
- environment_filter_type: Optional[builtins.str] = None,
96
- environment_id: Optional[builtins.str] = None):
93
+ application_id: Optional[_builtins.str] = None,
94
+ environment_filter_type: Optional[_builtins.str] = None,
95
+ environment_id: Optional[_builtins.str] = None):
97
96
  """
98
- :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
99
- :param builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
100
- :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
97
+ :param _builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
98
+ :param _builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
99
+ :param _builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
101
100
  """
102
101
  if application_id is not None:
103
102
  pulumi.set(__self__, "application_id", application_id)
@@ -106,25 +105,25 @@ class EncryptedTextUsageScope(dict):
106
105
  if environment_id is not None:
107
106
  pulumi.set(__self__, "environment_id", environment_id)
108
107
 
109
- @property
108
+ @_builtins.property
110
109
  @pulumi.getter(name="applicationId")
111
- def application_id(self) -> Optional[builtins.str]:
110
+ def application_id(self) -> Optional[_builtins.str]:
112
111
  """
113
112
  Id of the application to scope to. If empty then this scope applies to all applications.
114
113
  """
115
114
  return pulumi.get(self, "application_id")
116
115
 
117
- @property
116
+ @_builtins.property
118
117
  @pulumi.getter(name="environmentFilterType")
119
- def environment_filter_type(self) -> Optional[builtins.str]:
118
+ def environment_filter_type(self) -> Optional[_builtins.str]:
120
119
  """
121
120
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
122
121
  """
123
122
  return pulumi.get(self, "environment_filter_type")
124
123
 
125
- @property
124
+ @_builtins.property
126
125
  @pulumi.getter(name="environmentId")
127
- def environment_id(self) -> Optional[builtins.str]:
126
+ def environment_id(self) -> Optional[_builtins.str]:
128
127
  """
129
128
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
130
129
  """
@@ -151,15 +150,15 @@ class EnvironmentVariableOverride(dict):
151
150
  return super().get(key, default)
152
151
 
153
152
  def __init__(__self__, *,
154
- name: builtins.str,
155
- type: builtins.str,
156
- value: builtins.str,
157
- service_name: Optional[builtins.str] = None):
153
+ name: _builtins.str,
154
+ type: _builtins.str,
155
+ value: _builtins.str,
156
+ service_name: Optional[_builtins.str] = None):
158
157
  """
159
- :param builtins.str name: The name of the variable
160
- :param builtins.str type: The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
161
- :param builtins.str value: The value of the service variable
162
- :param builtins.str service_name: The name of the service
158
+ :param _builtins.str name: The name of the variable
159
+ :param _builtins.str type: The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
160
+ :param _builtins.str value: The value of the service variable
161
+ :param _builtins.str service_name: The name of the service
163
162
  """
164
163
  pulumi.set(__self__, "name", name)
165
164
  pulumi.set(__self__, "type", type)
@@ -167,33 +166,33 @@ class EnvironmentVariableOverride(dict):
167
166
  if service_name is not None:
168
167
  pulumi.set(__self__, "service_name", service_name)
169
168
 
170
- @property
169
+ @_builtins.property
171
170
  @pulumi.getter
172
- def name(self) -> builtins.str:
171
+ def name(self) -> _builtins.str:
173
172
  """
174
173
  The name of the variable
175
174
  """
176
175
  return pulumi.get(self, "name")
177
176
 
178
- @property
177
+ @_builtins.property
179
178
  @pulumi.getter
180
- def type(self) -> builtins.str:
179
+ def type(self) -> _builtins.str:
181
180
  """
182
181
  The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
183
182
  """
184
183
  return pulumi.get(self, "type")
185
184
 
186
- @property
185
+ @_builtins.property
187
186
  @pulumi.getter
188
- def value(self) -> builtins.str:
187
+ def value(self) -> _builtins.str:
189
188
  """
190
189
  The value of the service variable
191
190
  """
192
191
  return pulumi.get(self, "value")
193
192
 
194
- @property
193
+ @_builtins.property
195
194
  @pulumi.getter(name="serviceName")
196
- def service_name(self) -> Optional[builtins.str]:
195
+ def service_name(self) -> Optional[_builtins.str]:
197
196
  """
198
197
  The name of the service
199
198
  """
@@ -222,13 +221,13 @@ class GitConnectorCommitDetails(dict):
222
221
  return super().get(key, default)
223
222
 
224
223
  def __init__(__self__, *,
225
- author_email_id: Optional[builtins.str] = None,
226
- author_name: Optional[builtins.str] = None,
227
- message: Optional[builtins.str] = None):
224
+ author_email_id: Optional[_builtins.str] = None,
225
+ author_name: Optional[_builtins.str] = None,
226
+ message: Optional[_builtins.str] = None):
228
227
  """
229
- :param builtins.str author_email_id: The email id of the author
230
- :param builtins.str author_name: The name of the author
231
- :param builtins.str message: Commit message
228
+ :param _builtins.str author_email_id: The email id of the author
229
+ :param _builtins.str author_name: The name of the author
230
+ :param _builtins.str message: Commit message
232
231
  """
233
232
  if author_email_id is not None:
234
233
  pulumi.set(__self__, "author_email_id", author_email_id)
@@ -237,25 +236,25 @@ class GitConnectorCommitDetails(dict):
237
236
  if message is not None:
238
237
  pulumi.set(__self__, "message", message)
239
238
 
240
- @property
239
+ @_builtins.property
241
240
  @pulumi.getter(name="authorEmailId")
242
- def author_email_id(self) -> Optional[builtins.str]:
241
+ def author_email_id(self) -> Optional[_builtins.str]:
243
242
  """
244
243
  The email id of the author
245
244
  """
246
245
  return pulumi.get(self, "author_email_id")
247
246
 
248
- @property
247
+ @_builtins.property
249
248
  @pulumi.getter(name="authorName")
250
- def author_name(self) -> Optional[builtins.str]:
249
+ def author_name(self) -> Optional[_builtins.str]:
251
250
  """
252
251
  The name of the author
253
252
  """
254
253
  return pulumi.get(self, "author_name")
255
254
 
256
- @property
255
+ @_builtins.property
257
256
  @pulumi.getter
258
- def message(self) -> Optional[builtins.str]:
257
+ def message(self) -> Optional[_builtins.str]:
259
258
  """
260
259
  Commit message
261
260
  """
@@ -286,13 +285,13 @@ class GitConnectorUsageScope(dict):
286
285
  return super().get(key, default)
287
286
 
288
287
  def __init__(__self__, *,
289
- application_id: Optional[builtins.str] = None,
290
- environment_filter_type: Optional[builtins.str] = None,
291
- environment_id: Optional[builtins.str] = None):
288
+ application_id: Optional[_builtins.str] = None,
289
+ environment_filter_type: Optional[_builtins.str] = None,
290
+ environment_id: Optional[_builtins.str] = None):
292
291
  """
293
- :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
294
- :param builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
295
- :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
292
+ :param _builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
293
+ :param _builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
294
+ :param _builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
296
295
  """
297
296
  if application_id is not None:
298
297
  pulumi.set(__self__, "application_id", application_id)
@@ -301,25 +300,25 @@ class GitConnectorUsageScope(dict):
301
300
  if environment_id is not None:
302
301
  pulumi.set(__self__, "environment_id", environment_id)
303
302
 
304
- @property
303
+ @_builtins.property
305
304
  @pulumi.getter(name="applicationId")
306
- def application_id(self) -> Optional[builtins.str]:
305
+ def application_id(self) -> Optional[_builtins.str]:
307
306
  """
308
307
  Id of the application to scope to. If empty then this scope applies to all applications.
309
308
  """
310
309
  return pulumi.get(self, "application_id")
311
310
 
312
- @property
311
+ @_builtins.property
313
312
  @pulumi.getter(name="environmentFilterType")
314
- def environment_filter_type(self) -> Optional[builtins.str]:
313
+ def environment_filter_type(self) -> Optional[_builtins.str]:
315
314
  """
316
315
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
317
316
  """
318
317
  return pulumi.get(self, "environment_filter_type")
319
318
 
320
- @property
319
+ @_builtins.property
321
320
  @pulumi.getter(name="environmentId")
322
- def environment_id(self) -> Optional[builtins.str]:
321
+ def environment_id(self) -> Optional[_builtins.str]:
323
322
  """
324
323
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
325
324
  """
@@ -368,33 +367,33 @@ class InfrastructureDefinitionAwsAmi(dict):
368
367
  return super().get(key, default)
369
368
 
370
369
  def __init__(__self__, *,
371
- ami_deployment_type: builtins.str,
372
- cloud_provider_name: builtins.str,
373
- region: builtins.str,
374
- asg_identifies_workload: Optional[builtins.bool] = None,
375
- autoscaling_group_name: Optional[builtins.str] = None,
376
- classic_loadbalancers: Optional[Sequence[builtins.str]] = None,
377
- hostname_convention: Optional[builtins.str] = None,
378
- spotinst_cloud_provider_name: Optional[builtins.str] = None,
379
- spotinst_config_json: Optional[builtins.str] = None,
380
- stage_classic_loadbalancers: Optional[Sequence[builtins.str]] = None,
381
- stage_target_group_arns: Optional[Sequence[builtins.str]] = None,
382
- target_group_arns: Optional[Sequence[builtins.str]] = None,
383
- use_traffic_shift: Optional[builtins.bool] = None):
384
- """
385
- :param builtins.str ami_deployment_type: The ami deployment type to use. Valid options are AWS_ASG, SPOTINST
386
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
387
- :param builtins.str region: The region to deploy to.
388
- :param builtins.bool asg_identifies_workload: Flag to indicate whether the autoscaling group identifies the workload.
389
- :param builtins.str autoscaling_group_name: The name of the autoscaling group.
390
- :param Sequence[builtins.str] classic_loadbalancers: The classic load balancers to use.
391
- :param builtins.str hostname_convention: The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
392
- :param builtins.str spotinst_cloud_provider_name: The name of the SpotInst cloud provider to connect with.
393
- :param builtins.str spotinst_config_json: The SpotInst configuration to use.
394
- :param Sequence[builtins.str] stage_classic_loadbalancers: The staging classic load balancers to use.
395
- :param Sequence[builtins.str] stage_target_group_arns: The staging classic load balancers to use.
396
- :param Sequence[builtins.str] target_group_arns: The ARN's of the target groups.
397
- :param builtins.bool use_traffic_shift: Flag to enable traffic shifting.
370
+ ami_deployment_type: _builtins.str,
371
+ cloud_provider_name: _builtins.str,
372
+ region: _builtins.str,
373
+ asg_identifies_workload: Optional[_builtins.bool] = None,
374
+ autoscaling_group_name: Optional[_builtins.str] = None,
375
+ classic_loadbalancers: Optional[Sequence[_builtins.str]] = None,
376
+ hostname_convention: Optional[_builtins.str] = None,
377
+ spotinst_cloud_provider_name: Optional[_builtins.str] = None,
378
+ spotinst_config_json: Optional[_builtins.str] = None,
379
+ stage_classic_loadbalancers: Optional[Sequence[_builtins.str]] = None,
380
+ stage_target_group_arns: Optional[Sequence[_builtins.str]] = None,
381
+ target_group_arns: Optional[Sequence[_builtins.str]] = None,
382
+ use_traffic_shift: Optional[_builtins.bool] = None):
383
+ """
384
+ :param _builtins.str ami_deployment_type: The ami deployment type to use. Valid options are AWS_ASG, SPOTINST
385
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
386
+ :param _builtins.str region: The region to deploy to.
387
+ :param _builtins.bool asg_identifies_workload: Flag to indicate whether the autoscaling group identifies the workload.
388
+ :param _builtins.str autoscaling_group_name: The name of the autoscaling group.
389
+ :param Sequence[_builtins.str] classic_loadbalancers: The classic load balancers to use.
390
+ :param _builtins.str hostname_convention: The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
391
+ :param _builtins.str spotinst_cloud_provider_name: The name of the SpotInst cloud provider to connect with.
392
+ :param _builtins.str spotinst_config_json: The SpotInst configuration to use.
393
+ :param Sequence[_builtins.str] stage_classic_loadbalancers: The staging classic load balancers to use.
394
+ :param Sequence[_builtins.str] stage_target_group_arns: The staging classic load balancers to use.
395
+ :param Sequence[_builtins.str] target_group_arns: The ARN's of the target groups.
396
+ :param _builtins.bool use_traffic_shift: Flag to enable traffic shifting.
398
397
  """
399
398
  pulumi.set(__self__, "ami_deployment_type", ami_deployment_type)
400
399
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
@@ -420,105 +419,105 @@ class InfrastructureDefinitionAwsAmi(dict):
420
419
  if use_traffic_shift is not None:
421
420
  pulumi.set(__self__, "use_traffic_shift", use_traffic_shift)
422
421
 
423
- @property
422
+ @_builtins.property
424
423
  @pulumi.getter(name="amiDeploymentType")
425
- def ami_deployment_type(self) -> builtins.str:
424
+ def ami_deployment_type(self) -> _builtins.str:
426
425
  """
427
426
  The ami deployment type to use. Valid options are AWS_ASG, SPOTINST
428
427
  """
429
428
  return pulumi.get(self, "ami_deployment_type")
430
429
 
431
- @property
430
+ @_builtins.property
432
431
  @pulumi.getter(name="cloudProviderName")
433
- def cloud_provider_name(self) -> builtins.str:
432
+ def cloud_provider_name(self) -> _builtins.str:
434
433
  """
435
434
  The name of the cloud provider to connect with.
436
435
  """
437
436
  return pulumi.get(self, "cloud_provider_name")
438
437
 
439
- @property
438
+ @_builtins.property
440
439
  @pulumi.getter
441
- def region(self) -> builtins.str:
440
+ def region(self) -> _builtins.str:
442
441
  """
443
442
  The region to deploy to.
444
443
  """
445
444
  return pulumi.get(self, "region")
446
445
 
447
- @property
446
+ @_builtins.property
448
447
  @pulumi.getter(name="asgIdentifiesWorkload")
449
- def asg_identifies_workload(self) -> Optional[builtins.bool]:
448
+ def asg_identifies_workload(self) -> Optional[_builtins.bool]:
450
449
  """
451
450
  Flag to indicate whether the autoscaling group identifies the workload.
452
451
  """
453
452
  return pulumi.get(self, "asg_identifies_workload")
454
453
 
455
- @property
454
+ @_builtins.property
456
455
  @pulumi.getter(name="autoscalingGroupName")
457
- def autoscaling_group_name(self) -> Optional[builtins.str]:
456
+ def autoscaling_group_name(self) -> Optional[_builtins.str]:
458
457
  """
459
458
  The name of the autoscaling group.
460
459
  """
461
460
  return pulumi.get(self, "autoscaling_group_name")
462
461
 
463
- @property
462
+ @_builtins.property
464
463
  @pulumi.getter(name="classicLoadbalancers")
465
- def classic_loadbalancers(self) -> Optional[Sequence[builtins.str]]:
464
+ def classic_loadbalancers(self) -> Optional[Sequence[_builtins.str]]:
466
465
  """
467
466
  The classic load balancers to use.
468
467
  """
469
468
  return pulumi.get(self, "classic_loadbalancers")
470
469
 
471
- @property
470
+ @_builtins.property
472
471
  @pulumi.getter(name="hostnameConvention")
473
- def hostname_convention(self) -> Optional[builtins.str]:
472
+ def hostname_convention(self) -> Optional[_builtins.str]:
474
473
  """
475
474
  The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
476
475
  """
477
476
  return pulumi.get(self, "hostname_convention")
478
477
 
479
- @property
478
+ @_builtins.property
480
479
  @pulumi.getter(name="spotinstCloudProviderName")
481
- def spotinst_cloud_provider_name(self) -> Optional[builtins.str]:
480
+ def spotinst_cloud_provider_name(self) -> Optional[_builtins.str]:
482
481
  """
483
482
  The name of the SpotInst cloud provider to connect with.
484
483
  """
485
484
  return pulumi.get(self, "spotinst_cloud_provider_name")
486
485
 
487
- @property
486
+ @_builtins.property
488
487
  @pulumi.getter(name="spotinstConfigJson")
489
- def spotinst_config_json(self) -> Optional[builtins.str]:
488
+ def spotinst_config_json(self) -> Optional[_builtins.str]:
490
489
  """
491
490
  The SpotInst configuration to use.
492
491
  """
493
492
  return pulumi.get(self, "spotinst_config_json")
494
493
 
495
- @property
494
+ @_builtins.property
496
495
  @pulumi.getter(name="stageClassicLoadbalancers")
497
- def stage_classic_loadbalancers(self) -> Optional[Sequence[builtins.str]]:
496
+ def stage_classic_loadbalancers(self) -> Optional[Sequence[_builtins.str]]:
498
497
  """
499
498
  The staging classic load balancers to use.
500
499
  """
501
500
  return pulumi.get(self, "stage_classic_loadbalancers")
502
501
 
503
- @property
502
+ @_builtins.property
504
503
  @pulumi.getter(name="stageTargetGroupArns")
505
- def stage_target_group_arns(self) -> Optional[Sequence[builtins.str]]:
504
+ def stage_target_group_arns(self) -> Optional[Sequence[_builtins.str]]:
506
505
  """
507
506
  The staging classic load balancers to use.
508
507
  """
509
508
  return pulumi.get(self, "stage_target_group_arns")
510
509
 
511
- @property
510
+ @_builtins.property
512
511
  @pulumi.getter(name="targetGroupArns")
513
- def target_group_arns(self) -> Optional[Sequence[builtins.str]]:
512
+ def target_group_arns(self) -> Optional[Sequence[_builtins.str]]:
514
513
  """
515
514
  The ARN's of the target groups.
516
515
  """
517
516
  return pulumi.get(self, "target_group_arns")
518
517
 
519
- @property
518
+ @_builtins.property
520
519
  @pulumi.getter(name="useTrafficShift")
521
- def use_traffic_shift(self) -> Optional[builtins.bool]:
520
+ def use_traffic_shift(self) -> Optional[_builtins.bool]:
522
521
  """
523
522
  Flag to enable traffic shifting.
524
523
  """
@@ -559,25 +558,25 @@ class InfrastructureDefinitionAwsEcs(dict):
559
558
  return super().get(key, default)
560
559
 
561
560
  def __init__(__self__, *,
562
- cloud_provider_name: builtins.str,
563
- cluster_name: builtins.str,
564
- launch_type: builtins.str,
565
- region: builtins.str,
566
- assign_public_ip: Optional[builtins.bool] = None,
567
- execution_role: Optional[builtins.str] = None,
568
- security_group_ids: Optional[Sequence[builtins.str]] = None,
569
- subnet_ids: Optional[Sequence[builtins.str]] = None,
570
- vpc_id: Optional[builtins.str] = None):
571
- """
572
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
573
- :param builtins.str cluster_name: The name of the ECS cluster to use.
574
- :param builtins.str launch_type: The type of launch configuration to use. Valid options are FARGATE
575
- :param builtins.str region: The region to deploy to.
576
- :param builtins.bool assign_public_ip: Flag to assign a public IP address.
577
- :param builtins.str execution_role: The ARN of the role to use for execution.
578
- :param Sequence[builtins.str] security_group_ids: The security group ids to apply to the ecs service.
579
- :param Sequence[builtins.str] subnet_ids: The subnet ids to apply to the ecs service.
580
- :param builtins.str vpc_id: The VPC ids to use when selecting the instances.
561
+ cloud_provider_name: _builtins.str,
562
+ cluster_name: _builtins.str,
563
+ launch_type: _builtins.str,
564
+ region: _builtins.str,
565
+ assign_public_ip: Optional[_builtins.bool] = None,
566
+ execution_role: Optional[_builtins.str] = None,
567
+ security_group_ids: Optional[Sequence[_builtins.str]] = None,
568
+ subnet_ids: Optional[Sequence[_builtins.str]] = None,
569
+ vpc_id: Optional[_builtins.str] = None):
570
+ """
571
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
572
+ :param _builtins.str cluster_name: The name of the ECS cluster to use.
573
+ :param _builtins.str launch_type: The type of launch configuration to use. Valid options are FARGATE
574
+ :param _builtins.str region: The region to deploy to.
575
+ :param _builtins.bool assign_public_ip: Flag to assign a public IP address.
576
+ :param _builtins.str execution_role: The ARN of the role to use for execution.
577
+ :param Sequence[_builtins.str] security_group_ids: The security group ids to apply to the ecs service.
578
+ :param Sequence[_builtins.str] subnet_ids: The subnet ids to apply to the ecs service.
579
+ :param _builtins.str vpc_id: The VPC ids to use when selecting the instances.
581
580
  """
582
581
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
583
582
  pulumi.set(__self__, "cluster_name", cluster_name)
@@ -594,73 +593,73 @@ class InfrastructureDefinitionAwsEcs(dict):
594
593
  if vpc_id is not None:
595
594
  pulumi.set(__self__, "vpc_id", vpc_id)
596
595
 
597
- @property
596
+ @_builtins.property
598
597
  @pulumi.getter(name="cloudProviderName")
599
- def cloud_provider_name(self) -> builtins.str:
598
+ def cloud_provider_name(self) -> _builtins.str:
600
599
  """
601
600
  The name of the cloud provider to connect with.
602
601
  """
603
602
  return pulumi.get(self, "cloud_provider_name")
604
603
 
605
- @property
604
+ @_builtins.property
606
605
  @pulumi.getter(name="clusterName")
607
- def cluster_name(self) -> builtins.str:
606
+ def cluster_name(self) -> _builtins.str:
608
607
  """
609
608
  The name of the ECS cluster to use.
610
609
  """
611
610
  return pulumi.get(self, "cluster_name")
612
611
 
613
- @property
612
+ @_builtins.property
614
613
  @pulumi.getter(name="launchType")
615
- def launch_type(self) -> builtins.str:
614
+ def launch_type(self) -> _builtins.str:
616
615
  """
617
616
  The type of launch configuration to use. Valid options are FARGATE
618
617
  """
619
618
  return pulumi.get(self, "launch_type")
620
619
 
621
- @property
620
+ @_builtins.property
622
621
  @pulumi.getter
623
- def region(self) -> builtins.str:
622
+ def region(self) -> _builtins.str:
624
623
  """
625
624
  The region to deploy to.
626
625
  """
627
626
  return pulumi.get(self, "region")
628
627
 
629
- @property
628
+ @_builtins.property
630
629
  @pulumi.getter(name="assignPublicIp")
631
- def assign_public_ip(self) -> Optional[builtins.bool]:
630
+ def assign_public_ip(self) -> Optional[_builtins.bool]:
632
631
  """
633
632
  Flag to assign a public IP address.
634
633
  """
635
634
  return pulumi.get(self, "assign_public_ip")
636
635
 
637
- @property
636
+ @_builtins.property
638
637
  @pulumi.getter(name="executionRole")
639
- def execution_role(self) -> Optional[builtins.str]:
638
+ def execution_role(self) -> Optional[_builtins.str]:
640
639
  """
641
640
  The ARN of the role to use for execution.
642
641
  """
643
642
  return pulumi.get(self, "execution_role")
644
643
 
645
- @property
644
+ @_builtins.property
646
645
  @pulumi.getter(name="securityGroupIds")
647
- def security_group_ids(self) -> Optional[Sequence[builtins.str]]:
646
+ def security_group_ids(self) -> Optional[Sequence[_builtins.str]]:
648
647
  """
649
648
  The security group ids to apply to the ecs service.
650
649
  """
651
650
  return pulumi.get(self, "security_group_ids")
652
651
 
653
- @property
652
+ @_builtins.property
654
653
  @pulumi.getter(name="subnetIds")
655
- def subnet_ids(self) -> Optional[Sequence[builtins.str]]:
654
+ def subnet_ids(self) -> Optional[Sequence[_builtins.str]]:
656
655
  """
657
656
  The subnet ids to apply to the ecs service.
658
657
  """
659
658
  return pulumi.get(self, "subnet_ids")
660
659
 
661
- @property
660
+ @_builtins.property
662
661
  @pulumi.getter(name="vpcId")
663
- def vpc_id(self) -> Optional[builtins.str]:
662
+ def vpc_id(self) -> Optional[_builtins.str]:
664
663
  """
665
664
  The VPC ids to use when selecting the instances.
666
665
  """
@@ -695,19 +694,19 @@ class InfrastructureDefinitionAwsLambda(dict):
695
694
  return super().get(key, default)
696
695
 
697
696
  def __init__(__self__, *,
698
- cloud_provider_name: builtins.str,
699
- region: builtins.str,
700
- iam_role: Optional[builtins.str] = None,
701
- security_group_ids: Optional[Sequence[builtins.str]] = None,
702
- subnet_ids: Optional[Sequence[builtins.str]] = None,
703
- vpc_id: Optional[builtins.str] = None):
704
- """
705
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
706
- :param builtins.str region: The region to deploy to.
707
- :param builtins.str iam_role: The IAM role to use.
708
- :param Sequence[builtins.str] security_group_ids: The security group ids to apply to the ecs service.
709
- :param Sequence[builtins.str] subnet_ids: The subnet ids to apply to the ecs service.
710
- :param builtins.str vpc_id: The VPC ids to use when selecting the instances.
697
+ cloud_provider_name: _builtins.str,
698
+ region: _builtins.str,
699
+ iam_role: Optional[_builtins.str] = None,
700
+ security_group_ids: Optional[Sequence[_builtins.str]] = None,
701
+ subnet_ids: Optional[Sequence[_builtins.str]] = None,
702
+ vpc_id: Optional[_builtins.str] = None):
703
+ """
704
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
705
+ :param _builtins.str region: The region to deploy to.
706
+ :param _builtins.str iam_role: The IAM role to use.
707
+ :param Sequence[_builtins.str] security_group_ids: The security group ids to apply to the ecs service.
708
+ :param Sequence[_builtins.str] subnet_ids: The subnet ids to apply to the ecs service.
709
+ :param _builtins.str vpc_id: The VPC ids to use when selecting the instances.
711
710
  """
712
711
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
713
712
  pulumi.set(__self__, "region", region)
@@ -720,49 +719,49 @@ class InfrastructureDefinitionAwsLambda(dict):
720
719
  if vpc_id is not None:
721
720
  pulumi.set(__self__, "vpc_id", vpc_id)
722
721
 
723
- @property
722
+ @_builtins.property
724
723
  @pulumi.getter(name="cloudProviderName")
725
- def cloud_provider_name(self) -> builtins.str:
724
+ def cloud_provider_name(self) -> _builtins.str:
726
725
  """
727
726
  The name of the cloud provider to connect with.
728
727
  """
729
728
  return pulumi.get(self, "cloud_provider_name")
730
729
 
731
- @property
730
+ @_builtins.property
732
731
  @pulumi.getter
733
- def region(self) -> builtins.str:
732
+ def region(self) -> _builtins.str:
734
733
  """
735
734
  The region to deploy to.
736
735
  """
737
736
  return pulumi.get(self, "region")
738
737
 
739
- @property
738
+ @_builtins.property
740
739
  @pulumi.getter(name="iamRole")
741
- def iam_role(self) -> Optional[builtins.str]:
740
+ def iam_role(self) -> Optional[_builtins.str]:
742
741
  """
743
742
  The IAM role to use.
744
743
  """
745
744
  return pulumi.get(self, "iam_role")
746
745
 
747
- @property
746
+ @_builtins.property
748
747
  @pulumi.getter(name="securityGroupIds")
749
- def security_group_ids(self) -> Optional[Sequence[builtins.str]]:
748
+ def security_group_ids(self) -> Optional[Sequence[_builtins.str]]:
750
749
  """
751
750
  The security group ids to apply to the ecs service.
752
751
  """
753
752
  return pulumi.get(self, "security_group_ids")
754
753
 
755
- @property
754
+ @_builtins.property
756
755
  @pulumi.getter(name="subnetIds")
757
- def subnet_ids(self) -> Optional[Sequence[builtins.str]]:
756
+ def subnet_ids(self) -> Optional[Sequence[_builtins.str]]:
758
757
  """
759
758
  The subnet ids to apply to the ecs service.
760
759
  """
761
760
  return pulumi.get(self, "subnet_ids")
762
761
 
763
- @property
762
+ @_builtins.property
764
763
  @pulumi.getter(name="vpcId")
765
- def vpc_id(self) -> Optional[builtins.str]:
764
+ def vpc_id(self) -> Optional[_builtins.str]:
766
765
  """
767
766
  The VPC ids to use when selecting the instances.
768
767
  """
@@ -803,27 +802,27 @@ class InfrastructureDefinitionAwsSsh(dict):
803
802
  return super().get(key, default)
804
803
 
805
804
  def __init__(__self__, *,
806
- cloud_provider_name: builtins.str,
807
- host_connection_type: builtins.str,
808
- region: builtins.str,
809
- autoscaling_group_name: Optional[builtins.str] = None,
810
- desired_capacity: Optional[builtins.int] = None,
811
- host_connection_attrs_name: Optional[builtins.str] = None,
812
- hostname_convention: Optional[builtins.str] = None,
813
- loadbalancer_name: Optional[builtins.str] = None,
805
+ cloud_provider_name: _builtins.str,
806
+ host_connection_type: _builtins.str,
807
+ region: _builtins.str,
808
+ autoscaling_group_name: Optional[_builtins.str] = None,
809
+ desired_capacity: Optional[_builtins.int] = None,
810
+ host_connection_attrs_name: Optional[_builtins.str] = None,
811
+ hostname_convention: Optional[_builtins.str] = None,
812
+ loadbalancer_name: Optional[_builtins.str] = None,
814
813
  tags: Optional[Sequence['outputs.InfrastructureDefinitionAwsSshTag']] = None,
815
- vpc_ids: Optional[Sequence[builtins.str]] = None):
816
- """
817
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
818
- :param builtins.str host_connection_type: The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
819
- :param builtins.str region: The region to deploy to.
820
- :param builtins.str autoscaling_group_name: The name of the autoscaling group.
821
- :param builtins.int desired_capacity: The desired capacity of the auto scaling group.
822
- :param builtins.str host_connection_attrs_name: The name of the host connection attributes to use.
823
- :param builtins.str hostname_convention: The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
824
- :param builtins.str loadbalancer_name: The name of the load balancer to use.
814
+ vpc_ids: Optional[Sequence[_builtins.str]] = None):
815
+ """
816
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
817
+ :param _builtins.str host_connection_type: The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
818
+ :param _builtins.str region: The region to deploy to.
819
+ :param _builtins.str autoscaling_group_name: The name of the autoscaling group.
820
+ :param _builtins.int desired_capacity: The desired capacity of the auto scaling group.
821
+ :param _builtins.str host_connection_attrs_name: The name of the host connection attributes to use.
822
+ :param _builtins.str hostname_convention: The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
823
+ :param _builtins.str loadbalancer_name: The name of the load balancer to use.
825
824
  :param Sequence['InfrastructureDefinitionAwsSshTagArgs'] tags: The tags to use when selecting the instances.
826
- :param Sequence[builtins.str] vpc_ids: The VPC ids to use when selecting the instances.
825
+ :param Sequence[_builtins.str] vpc_ids: The VPC ids to use when selecting the instances.
827
826
  """
828
827
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
829
828
  pulumi.set(__self__, "host_connection_type", host_connection_type)
@@ -843,71 +842,71 @@ class InfrastructureDefinitionAwsSsh(dict):
843
842
  if vpc_ids is not None:
844
843
  pulumi.set(__self__, "vpc_ids", vpc_ids)
845
844
 
846
- @property
845
+ @_builtins.property
847
846
  @pulumi.getter(name="cloudProviderName")
848
- def cloud_provider_name(self) -> builtins.str:
847
+ def cloud_provider_name(self) -> _builtins.str:
849
848
  """
850
849
  The name of the cloud provider to connect with.
851
850
  """
852
851
  return pulumi.get(self, "cloud_provider_name")
853
852
 
854
- @property
853
+ @_builtins.property
855
854
  @pulumi.getter(name="hostConnectionType")
856
- def host_connection_type(self) -> builtins.str:
855
+ def host_connection_type(self) -> _builtins.str:
857
856
  """
858
857
  The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
859
858
  """
860
859
  return pulumi.get(self, "host_connection_type")
861
860
 
862
- @property
861
+ @_builtins.property
863
862
  @pulumi.getter
864
- def region(self) -> builtins.str:
863
+ def region(self) -> _builtins.str:
865
864
  """
866
865
  The region to deploy to.
867
866
  """
868
867
  return pulumi.get(self, "region")
869
868
 
870
- @property
869
+ @_builtins.property
871
870
  @pulumi.getter(name="autoscalingGroupName")
872
- def autoscaling_group_name(self) -> Optional[builtins.str]:
871
+ def autoscaling_group_name(self) -> Optional[_builtins.str]:
873
872
  """
874
873
  The name of the autoscaling group.
875
874
  """
876
875
  return pulumi.get(self, "autoscaling_group_name")
877
876
 
878
- @property
877
+ @_builtins.property
879
878
  @pulumi.getter(name="desiredCapacity")
880
- def desired_capacity(self) -> Optional[builtins.int]:
879
+ def desired_capacity(self) -> Optional[_builtins.int]:
881
880
  """
882
881
  The desired capacity of the auto scaling group.
883
882
  """
884
883
  return pulumi.get(self, "desired_capacity")
885
884
 
886
- @property
885
+ @_builtins.property
887
886
  @pulumi.getter(name="hostConnectionAttrsName")
888
- def host_connection_attrs_name(self) -> Optional[builtins.str]:
887
+ def host_connection_attrs_name(self) -> Optional[_builtins.str]:
889
888
  """
890
889
  The name of the host connection attributes to use.
891
890
  """
892
891
  return pulumi.get(self, "host_connection_attrs_name")
893
892
 
894
- @property
893
+ @_builtins.property
895
894
  @pulumi.getter(name="hostnameConvention")
896
- def hostname_convention(self) -> Optional[builtins.str]:
895
+ def hostname_convention(self) -> Optional[_builtins.str]:
897
896
  """
898
897
  The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
899
898
  """
900
899
  return pulumi.get(self, "hostname_convention")
901
900
 
902
- @property
901
+ @_builtins.property
903
902
  @pulumi.getter(name="loadbalancerName")
904
- def loadbalancer_name(self) -> Optional[builtins.str]:
903
+ def loadbalancer_name(self) -> Optional[_builtins.str]:
905
904
  """
906
905
  The name of the load balancer to use.
907
906
  """
908
907
  return pulumi.get(self, "loadbalancer_name")
909
908
 
910
- @property
909
+ @_builtins.property
911
910
  @pulumi.getter
912
911
  def tags(self) -> Optional[Sequence['outputs.InfrastructureDefinitionAwsSshTag']]:
913
912
  """
@@ -915,9 +914,9 @@ class InfrastructureDefinitionAwsSsh(dict):
915
914
  """
916
915
  return pulumi.get(self, "tags")
917
916
 
918
- @property
917
+ @_builtins.property
919
918
  @pulumi.getter(name="vpcIds")
920
- def vpc_ids(self) -> Optional[Sequence[builtins.str]]:
919
+ def vpc_ids(self) -> Optional[Sequence[_builtins.str]]:
921
920
  """
922
921
  The VPC ids to use when selecting the instances.
923
922
  """
@@ -927,26 +926,26 @@ class InfrastructureDefinitionAwsSsh(dict):
927
926
  @pulumi.output_type
928
927
  class InfrastructureDefinitionAwsSshTag(dict):
929
928
  def __init__(__self__, *,
930
- key: builtins.str,
931
- value: builtins.str):
929
+ key: _builtins.str,
930
+ value: _builtins.str):
932
931
  """
933
- :param builtins.str key: The key of the tag.
934
- :param builtins.str value: The value of the tag.
932
+ :param _builtins.str key: The key of the tag.
933
+ :param _builtins.str value: The value of the tag.
935
934
  """
936
935
  pulumi.set(__self__, "key", key)
937
936
  pulumi.set(__self__, "value", value)
938
937
 
939
- @property
938
+ @_builtins.property
940
939
  @pulumi.getter
941
- def key(self) -> builtins.str:
940
+ def key(self) -> _builtins.str:
942
941
  """
943
942
  The key of the tag.
944
943
  """
945
944
  return pulumi.get(self, "key")
946
945
 
947
- @property
946
+ @_builtins.property
948
947
  @pulumi.getter
949
- def value(self) -> builtins.str:
948
+ def value(self) -> _builtins.str:
950
949
  """
951
950
  The value of the tag.
952
951
  """
@@ -985,23 +984,23 @@ class InfrastructureDefinitionAwsWinrm(dict):
985
984
  return super().get(key, default)
986
985
 
987
986
  def __init__(__self__, *,
988
- autoscaling_group_name: builtins.str,
989
- cloud_provider_name: builtins.str,
990
- host_connection_attrs_name: builtins.str,
991
- host_connection_type: builtins.str,
992
- region: builtins.str,
993
- desired_capacity: Optional[builtins.int] = None,
994
- hostname_convention: Optional[builtins.str] = None,
995
- loadbalancer_name: Optional[builtins.str] = None):
996
- """
997
- :param builtins.str autoscaling_group_name: The name of the autoscaling group.
998
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
999
- :param builtins.str host_connection_attrs_name: The name of the host connection attributes to use.
1000
- :param builtins.str host_connection_type: The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
1001
- :param builtins.str region: The region to deploy to.
1002
- :param builtins.int desired_capacity: The desired capacity of the autoscaling group.
1003
- :param builtins.str hostname_convention: The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
1004
- :param builtins.str loadbalancer_name: The name of the load balancer to use.
987
+ autoscaling_group_name: _builtins.str,
988
+ cloud_provider_name: _builtins.str,
989
+ host_connection_attrs_name: _builtins.str,
990
+ host_connection_type: _builtins.str,
991
+ region: _builtins.str,
992
+ desired_capacity: Optional[_builtins.int] = None,
993
+ hostname_convention: Optional[_builtins.str] = None,
994
+ loadbalancer_name: Optional[_builtins.str] = None):
995
+ """
996
+ :param _builtins.str autoscaling_group_name: The name of the autoscaling group.
997
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
998
+ :param _builtins.str host_connection_attrs_name: The name of the host connection attributes to use.
999
+ :param _builtins.str host_connection_type: The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
1000
+ :param _builtins.str region: The region to deploy to.
1001
+ :param _builtins.int desired_capacity: The desired capacity of the autoscaling group.
1002
+ :param _builtins.str hostname_convention: The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
1003
+ :param _builtins.str loadbalancer_name: The name of the load balancer to use.
1005
1004
  """
1006
1005
  pulumi.set(__self__, "autoscaling_group_name", autoscaling_group_name)
1007
1006
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
@@ -1015,65 +1014,65 @@ class InfrastructureDefinitionAwsWinrm(dict):
1015
1014
  if loadbalancer_name is not None:
1016
1015
  pulumi.set(__self__, "loadbalancer_name", loadbalancer_name)
1017
1016
 
1018
- @property
1017
+ @_builtins.property
1019
1018
  @pulumi.getter(name="autoscalingGroupName")
1020
- def autoscaling_group_name(self) -> builtins.str:
1019
+ def autoscaling_group_name(self) -> _builtins.str:
1021
1020
  """
1022
1021
  The name of the autoscaling group.
1023
1022
  """
1024
1023
  return pulumi.get(self, "autoscaling_group_name")
1025
1024
 
1026
- @property
1025
+ @_builtins.property
1027
1026
  @pulumi.getter(name="cloudProviderName")
1028
- def cloud_provider_name(self) -> builtins.str:
1027
+ def cloud_provider_name(self) -> _builtins.str:
1029
1028
  """
1030
1029
  The name of the cloud provider to connect with.
1031
1030
  """
1032
1031
  return pulumi.get(self, "cloud_provider_name")
1033
1032
 
1034
- @property
1033
+ @_builtins.property
1035
1034
  @pulumi.getter(name="hostConnectionAttrsName")
1036
- def host_connection_attrs_name(self) -> builtins.str:
1035
+ def host_connection_attrs_name(self) -> _builtins.str:
1037
1036
  """
1038
1037
  The name of the host connection attributes to use.
1039
1038
  """
1040
1039
  return pulumi.get(self, "host_connection_attrs_name")
1041
1040
 
1042
- @property
1041
+ @_builtins.property
1043
1042
  @pulumi.getter(name="hostConnectionType")
1044
- def host_connection_type(self) -> builtins.str:
1043
+ def host_connection_type(self) -> _builtins.str:
1045
1044
  """
1046
1045
  The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
1047
1046
  """
1048
1047
  return pulumi.get(self, "host_connection_type")
1049
1048
 
1050
- @property
1049
+ @_builtins.property
1051
1050
  @pulumi.getter
1052
- def region(self) -> builtins.str:
1051
+ def region(self) -> _builtins.str:
1053
1052
  """
1054
1053
  The region to deploy to.
1055
1054
  """
1056
1055
  return pulumi.get(self, "region")
1057
1056
 
1058
- @property
1057
+ @_builtins.property
1059
1058
  @pulumi.getter(name="desiredCapacity")
1060
- def desired_capacity(self) -> Optional[builtins.int]:
1059
+ def desired_capacity(self) -> Optional[_builtins.int]:
1061
1060
  """
1062
1061
  The desired capacity of the autoscaling group.
1063
1062
  """
1064
1063
  return pulumi.get(self, "desired_capacity")
1065
1064
 
1066
- @property
1065
+ @_builtins.property
1067
1066
  @pulumi.getter(name="hostnameConvention")
1068
- def hostname_convention(self) -> Optional[builtins.str]:
1067
+ def hostname_convention(self) -> Optional[_builtins.str]:
1069
1068
  """
1070
1069
  The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
1071
1070
  """
1072
1071
  return pulumi.get(self, "hostname_convention")
1073
1072
 
1074
- @property
1073
+ @_builtins.property
1075
1074
  @pulumi.getter(name="loadbalancerName")
1076
- def loadbalancer_name(self) -> Optional[builtins.str]:
1075
+ def loadbalancer_name(self) -> Optional[_builtins.str]:
1077
1076
  """
1078
1077
  The name of the load balancer to use.
1079
1078
  """
@@ -1112,23 +1111,23 @@ class InfrastructureDefinitionAzureVmss(dict):
1112
1111
  return super().get(key, default)
1113
1112
 
1114
1113
  def __init__(__self__, *,
1115
- auth_type: builtins.str,
1116
- base_name: builtins.str,
1117
- cloud_provider_name: builtins.str,
1118
- deployment_type: builtins.str,
1119
- resource_group_name: builtins.str,
1120
- subscription_id: builtins.str,
1121
- username: builtins.str,
1122
- host_connection_attrs_name: Optional[builtins.str] = None):
1123
- """
1124
- :param builtins.str auth_type: The type of authentication to use. Valid options are SSH*PUBLIC*KEY.
1125
- :param builtins.str base_name: Base name.
1126
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1127
- :param builtins.str deployment_type: The type of deployment. Valid options are NATIVE_VMSS
1128
- :param builtins.str resource_group_name: The name of the resource group.
1129
- :param builtins.str subscription_id: The unique id of the azure subscription.
1130
- :param builtins.str username: The username to connect with.
1131
- :param builtins.str host_connection_attrs_name: The name of the host connection attributes to use.
1114
+ auth_type: _builtins.str,
1115
+ base_name: _builtins.str,
1116
+ cloud_provider_name: _builtins.str,
1117
+ deployment_type: _builtins.str,
1118
+ resource_group_name: _builtins.str,
1119
+ subscription_id: _builtins.str,
1120
+ username: _builtins.str,
1121
+ host_connection_attrs_name: Optional[_builtins.str] = None):
1122
+ """
1123
+ :param _builtins.str auth_type: The type of authentication to use. Valid options are SSH*PUBLIC*KEY.
1124
+ :param _builtins.str base_name: Base name.
1125
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1126
+ :param _builtins.str deployment_type: The type of deployment. Valid options are NATIVE_VMSS
1127
+ :param _builtins.str resource_group_name: The name of the resource group.
1128
+ :param _builtins.str subscription_id: The unique id of the azure subscription.
1129
+ :param _builtins.str username: The username to connect with.
1130
+ :param _builtins.str host_connection_attrs_name: The name of the host connection attributes to use.
1132
1131
  """
1133
1132
  pulumi.set(__self__, "auth_type", auth_type)
1134
1133
  pulumi.set(__self__, "base_name", base_name)
@@ -1140,65 +1139,65 @@ class InfrastructureDefinitionAzureVmss(dict):
1140
1139
  if host_connection_attrs_name is not None:
1141
1140
  pulumi.set(__self__, "host_connection_attrs_name", host_connection_attrs_name)
1142
1141
 
1143
- @property
1142
+ @_builtins.property
1144
1143
  @pulumi.getter(name="authType")
1145
- def auth_type(self) -> builtins.str:
1144
+ def auth_type(self) -> _builtins.str:
1146
1145
  """
1147
1146
  The type of authentication to use. Valid options are SSH*PUBLIC*KEY.
1148
1147
  """
1149
1148
  return pulumi.get(self, "auth_type")
1150
1149
 
1151
- @property
1150
+ @_builtins.property
1152
1151
  @pulumi.getter(name="baseName")
1153
- def base_name(self) -> builtins.str:
1152
+ def base_name(self) -> _builtins.str:
1154
1153
  """
1155
1154
  Base name.
1156
1155
  """
1157
1156
  return pulumi.get(self, "base_name")
1158
1157
 
1159
- @property
1158
+ @_builtins.property
1160
1159
  @pulumi.getter(name="cloudProviderName")
1161
- def cloud_provider_name(self) -> builtins.str:
1160
+ def cloud_provider_name(self) -> _builtins.str:
1162
1161
  """
1163
1162
  The name of the cloud provider to connect with.
1164
1163
  """
1165
1164
  return pulumi.get(self, "cloud_provider_name")
1166
1165
 
1167
- @property
1166
+ @_builtins.property
1168
1167
  @pulumi.getter(name="deploymentType")
1169
- def deployment_type(self) -> builtins.str:
1168
+ def deployment_type(self) -> _builtins.str:
1170
1169
  """
1171
1170
  The type of deployment. Valid options are NATIVE_VMSS
1172
1171
  """
1173
1172
  return pulumi.get(self, "deployment_type")
1174
1173
 
1175
- @property
1174
+ @_builtins.property
1176
1175
  @pulumi.getter(name="resourceGroupName")
1177
- def resource_group_name(self) -> builtins.str:
1176
+ def resource_group_name(self) -> _builtins.str:
1178
1177
  """
1179
1178
  The name of the resource group.
1180
1179
  """
1181
1180
  return pulumi.get(self, "resource_group_name")
1182
1181
 
1183
- @property
1182
+ @_builtins.property
1184
1183
  @pulumi.getter(name="subscriptionId")
1185
- def subscription_id(self) -> builtins.str:
1184
+ def subscription_id(self) -> _builtins.str:
1186
1185
  """
1187
1186
  The unique id of the azure subscription.
1188
1187
  """
1189
1188
  return pulumi.get(self, "subscription_id")
1190
1189
 
1191
- @property
1190
+ @_builtins.property
1192
1191
  @pulumi.getter
1193
- def username(self) -> builtins.str:
1192
+ def username(self) -> _builtins.str:
1194
1193
  """
1195
1194
  The username to connect with.
1196
1195
  """
1197
1196
  return pulumi.get(self, "username")
1198
1197
 
1199
- @property
1198
+ @_builtins.property
1200
1199
  @pulumi.getter(name="hostConnectionAttrsName")
1201
- def host_connection_attrs_name(self) -> Optional[builtins.str]:
1200
+ def host_connection_attrs_name(self) -> Optional[_builtins.str]:
1202
1201
  """
1203
1202
  The name of the host connection attributes to use.
1204
1203
  """
@@ -1229,37 +1228,37 @@ class InfrastructureDefinitionAzureWebapp(dict):
1229
1228
  return super().get(key, default)
1230
1229
 
1231
1230
  def __init__(__self__, *,
1232
- cloud_provider_name: builtins.str,
1233
- resource_group: builtins.str,
1234
- subscription_id: builtins.str):
1231
+ cloud_provider_name: _builtins.str,
1232
+ resource_group: _builtins.str,
1233
+ subscription_id: _builtins.str):
1235
1234
  """
1236
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1237
- :param builtins.str resource_group: The name of the resource group.
1238
- :param builtins.str subscription_id: The unique id of the azure subscription.
1235
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1236
+ :param _builtins.str resource_group: The name of the resource group.
1237
+ :param _builtins.str subscription_id: The unique id of the azure subscription.
1239
1238
  """
1240
1239
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
1241
1240
  pulumi.set(__self__, "resource_group", resource_group)
1242
1241
  pulumi.set(__self__, "subscription_id", subscription_id)
1243
1242
 
1244
- @property
1243
+ @_builtins.property
1245
1244
  @pulumi.getter(name="cloudProviderName")
1246
- def cloud_provider_name(self) -> builtins.str:
1245
+ def cloud_provider_name(self) -> _builtins.str:
1247
1246
  """
1248
1247
  The name of the cloud provider to connect with.
1249
1248
  """
1250
1249
  return pulumi.get(self, "cloud_provider_name")
1251
1250
 
1252
- @property
1251
+ @_builtins.property
1253
1252
  @pulumi.getter(name="resourceGroup")
1254
- def resource_group(self) -> builtins.str:
1253
+ def resource_group(self) -> _builtins.str:
1255
1254
  """
1256
1255
  The name of the resource group.
1257
1256
  """
1258
1257
  return pulumi.get(self, "resource_group")
1259
1258
 
1260
- @property
1259
+ @_builtins.property
1261
1260
  @pulumi.getter(name="subscriptionId")
1262
- def subscription_id(self) -> builtins.str:
1261
+ def subscription_id(self) -> _builtins.str:
1263
1262
  """
1264
1263
  The unique id of the azure subscription.
1265
1264
  """
@@ -1286,25 +1285,25 @@ class InfrastructureDefinitionCustom(dict):
1286
1285
  return super().get(key, default)
1287
1286
 
1288
1287
  def __init__(__self__, *,
1289
- deployment_type_template_version: builtins.str,
1288
+ deployment_type_template_version: _builtins.str,
1290
1289
  variables: Optional[Sequence['outputs.InfrastructureDefinitionCustomVariable']] = None):
1291
1290
  """
1292
- :param builtins.str deployment_type_template_version: The template version
1291
+ :param _builtins.str deployment_type_template_version: The template version
1293
1292
  :param Sequence['InfrastructureDefinitionCustomVariableArgs'] variables: Variables to be used in the service
1294
1293
  """
1295
1294
  pulumi.set(__self__, "deployment_type_template_version", deployment_type_template_version)
1296
1295
  if variables is not None:
1297
1296
  pulumi.set(__self__, "variables", variables)
1298
1297
 
1299
- @property
1298
+ @_builtins.property
1300
1299
  @pulumi.getter(name="deploymentTypeTemplateVersion")
1301
- def deployment_type_template_version(self) -> builtins.str:
1300
+ def deployment_type_template_version(self) -> _builtins.str:
1302
1301
  """
1303
1302
  The template version
1304
1303
  """
1305
1304
  return pulumi.get(self, "deployment_type_template_version")
1306
1305
 
1307
- @property
1306
+ @_builtins.property
1308
1307
  @pulumi.getter
1309
1308
  def variables(self) -> Optional[Sequence['outputs.InfrastructureDefinitionCustomVariable']]:
1310
1309
  """
@@ -1316,26 +1315,26 @@ class InfrastructureDefinitionCustom(dict):
1316
1315
  @pulumi.output_type
1317
1316
  class InfrastructureDefinitionCustomVariable(dict):
1318
1317
  def __init__(__self__, *,
1319
- name: builtins.str,
1320
- value: builtins.str):
1318
+ name: _builtins.str,
1319
+ value: _builtins.str):
1321
1320
  """
1322
- :param builtins.str name: Name of the variable
1323
- :param builtins.str value: Value of the variable
1321
+ :param _builtins.str name: Name of the variable
1322
+ :param _builtins.str value: Value of the variable
1324
1323
  """
1325
1324
  pulumi.set(__self__, "name", name)
1326
1325
  pulumi.set(__self__, "value", value)
1327
1326
 
1328
- @property
1327
+ @_builtins.property
1329
1328
  @pulumi.getter
1330
- def name(self) -> builtins.str:
1329
+ def name(self) -> _builtins.str:
1331
1330
  """
1332
1331
  Name of the variable
1333
1332
  """
1334
1333
  return pulumi.get(self, "name")
1335
1334
 
1336
- @property
1335
+ @_builtins.property
1337
1336
  @pulumi.getter
1338
- def value(self) -> builtins.str:
1337
+ def value(self) -> _builtins.str:
1339
1338
  """
1340
1339
  Value of the variable
1341
1340
  """
@@ -1364,37 +1363,37 @@ class InfrastructureDefinitionDatacenterSsh(dict):
1364
1363
  return super().get(key, default)
1365
1364
 
1366
1365
  def __init__(__self__, *,
1367
- cloud_provider_name: builtins.str,
1368
- host_connection_attributes_name: builtins.str,
1369
- hostnames: Sequence[builtins.str]):
1366
+ cloud_provider_name: _builtins.str,
1367
+ host_connection_attributes_name: _builtins.str,
1368
+ hostnames: Sequence[_builtins.str]):
1370
1369
  """
1371
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1372
- :param builtins.str host_connection_attributes_name: The name of the SSH connection attributes to use.
1373
- :param Sequence[builtins.str] hostnames: A list of hosts to deploy to.
1370
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1371
+ :param _builtins.str host_connection_attributes_name: The name of the SSH connection attributes to use.
1372
+ :param Sequence[_builtins.str] hostnames: A list of hosts to deploy to.
1374
1373
  """
1375
1374
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
1376
1375
  pulumi.set(__self__, "host_connection_attributes_name", host_connection_attributes_name)
1377
1376
  pulumi.set(__self__, "hostnames", hostnames)
1378
1377
 
1379
- @property
1378
+ @_builtins.property
1380
1379
  @pulumi.getter(name="cloudProviderName")
1381
- def cloud_provider_name(self) -> builtins.str:
1380
+ def cloud_provider_name(self) -> _builtins.str:
1382
1381
  """
1383
1382
  The name of the cloud provider to connect with.
1384
1383
  """
1385
1384
  return pulumi.get(self, "cloud_provider_name")
1386
1385
 
1387
- @property
1386
+ @_builtins.property
1388
1387
  @pulumi.getter(name="hostConnectionAttributesName")
1389
- def host_connection_attributes_name(self) -> builtins.str:
1388
+ def host_connection_attributes_name(self) -> _builtins.str:
1390
1389
  """
1391
1390
  The name of the SSH connection attributes to use.
1392
1391
  """
1393
1392
  return pulumi.get(self, "host_connection_attributes_name")
1394
1393
 
1395
- @property
1394
+ @_builtins.property
1396
1395
  @pulumi.getter
1397
- def hostnames(self) -> Sequence[builtins.str]:
1396
+ def hostnames(self) -> Sequence[_builtins.str]:
1398
1397
  """
1399
1398
  A list of hosts to deploy to.
1400
1399
  """
@@ -1423,37 +1422,37 @@ class InfrastructureDefinitionDatacenterWinrm(dict):
1423
1422
  return super().get(key, default)
1424
1423
 
1425
1424
  def __init__(__self__, *,
1426
- cloud_provider_name: builtins.str,
1427
- hostnames: Sequence[builtins.str],
1428
- winrm_connection_attributes_name: builtins.str):
1425
+ cloud_provider_name: _builtins.str,
1426
+ hostnames: Sequence[_builtins.str],
1427
+ winrm_connection_attributes_name: _builtins.str):
1429
1428
  """
1430
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1431
- :param Sequence[builtins.str] hostnames: A list of hosts to deploy to.
1432
- :param builtins.str winrm_connection_attributes_name: The name of the WinRM connection attributes to use.
1429
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1430
+ :param Sequence[_builtins.str] hostnames: A list of hosts to deploy to.
1431
+ :param _builtins.str winrm_connection_attributes_name: The name of the WinRM connection attributes to use.
1433
1432
  """
1434
1433
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
1435
1434
  pulumi.set(__self__, "hostnames", hostnames)
1436
1435
  pulumi.set(__self__, "winrm_connection_attributes_name", winrm_connection_attributes_name)
1437
1436
 
1438
- @property
1437
+ @_builtins.property
1439
1438
  @pulumi.getter(name="cloudProviderName")
1440
- def cloud_provider_name(self) -> builtins.str:
1439
+ def cloud_provider_name(self) -> _builtins.str:
1441
1440
  """
1442
1441
  The name of the cloud provider to connect with.
1443
1442
  """
1444
1443
  return pulumi.get(self, "cloud_provider_name")
1445
1444
 
1446
- @property
1445
+ @_builtins.property
1447
1446
  @pulumi.getter
1448
- def hostnames(self) -> Sequence[builtins.str]:
1447
+ def hostnames(self) -> Sequence[_builtins.str]:
1449
1448
  """
1450
1449
  A list of hosts to deploy to.
1451
1450
  """
1452
1451
  return pulumi.get(self, "hostnames")
1453
1452
 
1454
- @property
1453
+ @_builtins.property
1455
1454
  @pulumi.getter(name="winrmConnectionAttributesName")
1456
- def winrm_connection_attributes_name(self) -> builtins.str:
1455
+ def winrm_connection_attributes_name(self) -> _builtins.str:
1457
1456
  """
1458
1457
  The name of the WinRM connection attributes to use.
1459
1458
  """
@@ -1482,37 +1481,37 @@ class InfrastructureDefinitionKubernetes(dict):
1482
1481
  return super().get(key, default)
1483
1482
 
1484
1483
  def __init__(__self__, *,
1485
- cloud_provider_name: builtins.str,
1486
- namespace: builtins.str,
1487
- release_name: builtins.str):
1484
+ cloud_provider_name: _builtins.str,
1485
+ namespace: _builtins.str,
1486
+ release_name: _builtins.str):
1488
1487
  """
1489
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1490
- :param builtins.str namespace: The namespace in Kubernetes to deploy to.
1491
- :param builtins.str release_name: The naming convention of the release. When using Helm Native the default is ${infra.kubernetes.infraId}. For standard Kubernetes manifests the default is release-${infra.kubernetes.infraId}
1488
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1489
+ :param _builtins.str namespace: The namespace in Kubernetes to deploy to.
1490
+ :param _builtins.str release_name: The naming convention of the release. When using Helm Native the default is ${infra.kubernetes.infraId}. For standard Kubernetes manifests the default is release-${infra.kubernetes.infraId}
1492
1491
  """
1493
1492
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
1494
1493
  pulumi.set(__self__, "namespace", namespace)
1495
1494
  pulumi.set(__self__, "release_name", release_name)
1496
1495
 
1497
- @property
1496
+ @_builtins.property
1498
1497
  @pulumi.getter(name="cloudProviderName")
1499
- def cloud_provider_name(self) -> builtins.str:
1498
+ def cloud_provider_name(self) -> _builtins.str:
1500
1499
  """
1501
1500
  The name of the cloud provider to connect with.
1502
1501
  """
1503
1502
  return pulumi.get(self, "cloud_provider_name")
1504
1503
 
1505
- @property
1504
+ @_builtins.property
1506
1505
  @pulumi.getter
1507
- def namespace(self) -> builtins.str:
1506
+ def namespace(self) -> _builtins.str:
1508
1507
  """
1509
1508
  The namespace in Kubernetes to deploy to.
1510
1509
  """
1511
1510
  return pulumi.get(self, "namespace")
1512
1511
 
1513
- @property
1512
+ @_builtins.property
1514
1513
  @pulumi.getter(name="releaseName")
1515
- def release_name(self) -> builtins.str:
1514
+ def release_name(self) -> _builtins.str:
1516
1515
  """
1517
1516
  The naming convention of the release. When using Helm Native the default is ${infra.kubernetes.infraId}. For standard Kubernetes manifests the default is release-${infra.kubernetes.infraId}
1518
1517
  """
@@ -1543,48 +1542,48 @@ class InfrastructureDefinitionKubernetesGcp(dict):
1543
1542
  return super().get(key, default)
1544
1543
 
1545
1544
  def __init__(__self__, *,
1546
- cloud_provider_name: builtins.str,
1547
- cluster_name: builtins.str,
1548
- namespace: builtins.str,
1549
- release_name: builtins.str):
1545
+ cloud_provider_name: _builtins.str,
1546
+ cluster_name: _builtins.str,
1547
+ namespace: _builtins.str,
1548
+ release_name: _builtins.str):
1550
1549
  """
1551
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1552
- :param builtins.str cluster_name: The name of the cluster being deployed to.
1553
- :param builtins.str namespace: The namespace in Kubernetes to deploy to.
1554
- :param builtins.str release_name: The naming convention of the release.
1550
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1551
+ :param _builtins.str cluster_name: The name of the cluster being deployed to.
1552
+ :param _builtins.str namespace: The namespace in Kubernetes to deploy to.
1553
+ :param _builtins.str release_name: The naming convention of the release.
1555
1554
  """
1556
1555
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
1557
1556
  pulumi.set(__self__, "cluster_name", cluster_name)
1558
1557
  pulumi.set(__self__, "namespace", namespace)
1559
1558
  pulumi.set(__self__, "release_name", release_name)
1560
1559
 
1561
- @property
1560
+ @_builtins.property
1562
1561
  @pulumi.getter(name="cloudProviderName")
1563
- def cloud_provider_name(self) -> builtins.str:
1562
+ def cloud_provider_name(self) -> _builtins.str:
1564
1563
  """
1565
1564
  The name of the cloud provider to connect with.
1566
1565
  """
1567
1566
  return pulumi.get(self, "cloud_provider_name")
1568
1567
 
1569
- @property
1568
+ @_builtins.property
1570
1569
  @pulumi.getter(name="clusterName")
1571
- def cluster_name(self) -> builtins.str:
1570
+ def cluster_name(self) -> _builtins.str:
1572
1571
  """
1573
1572
  The name of the cluster being deployed to.
1574
1573
  """
1575
1574
  return pulumi.get(self, "cluster_name")
1576
1575
 
1577
- @property
1576
+ @_builtins.property
1578
1577
  @pulumi.getter
1579
- def namespace(self) -> builtins.str:
1578
+ def namespace(self) -> _builtins.str:
1580
1579
  """
1581
1580
  The namespace in Kubernetes to deploy to.
1582
1581
  """
1583
1582
  return pulumi.get(self, "namespace")
1584
1583
 
1585
- @property
1584
+ @_builtins.property
1586
1585
  @pulumi.getter(name="releaseName")
1587
- def release_name(self) -> builtins.str:
1586
+ def release_name(self) -> _builtins.str:
1588
1587
  """
1589
1588
  The naming convention of the release.
1590
1589
  """
@@ -1611,37 +1610,37 @@ class InfrastructureDefinitionTanzu(dict):
1611
1610
  return super().get(key, default)
1612
1611
 
1613
1612
  def __init__(__self__, *,
1614
- cloud_provider_name: builtins.str,
1615
- organization: builtins.str,
1616
- space: builtins.str):
1613
+ cloud_provider_name: _builtins.str,
1614
+ organization: _builtins.str,
1615
+ space: _builtins.str):
1617
1616
  """
1618
- :param builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1619
- :param builtins.str organization: The PCF organization to use.
1620
- :param builtins.str space: The PCF space to deploy to.
1617
+ :param _builtins.str cloud_provider_name: The name of the cloud provider to connect with.
1618
+ :param _builtins.str organization: The PCF organization to use.
1619
+ :param _builtins.str space: The PCF space to deploy to.
1621
1620
  """
1622
1621
  pulumi.set(__self__, "cloud_provider_name", cloud_provider_name)
1623
1622
  pulumi.set(__self__, "organization", organization)
1624
1623
  pulumi.set(__self__, "space", space)
1625
1624
 
1626
- @property
1625
+ @_builtins.property
1627
1626
  @pulumi.getter(name="cloudProviderName")
1628
- def cloud_provider_name(self) -> builtins.str:
1627
+ def cloud_provider_name(self) -> _builtins.str:
1629
1628
  """
1630
1629
  The name of the cloud provider to connect with.
1631
1630
  """
1632
1631
  return pulumi.get(self, "cloud_provider_name")
1633
1632
 
1634
- @property
1633
+ @_builtins.property
1635
1634
  @pulumi.getter
1636
- def organization(self) -> builtins.str:
1635
+ def organization(self) -> _builtins.str:
1637
1636
  """
1638
1637
  The PCF organization to use.
1639
1638
  """
1640
1639
  return pulumi.get(self, "organization")
1641
1640
 
1642
- @property
1641
+ @_builtins.property
1643
1642
  @pulumi.getter
1644
- def space(self) -> builtins.str:
1643
+ def space(self) -> _builtins.str:
1645
1644
  """
1646
1645
  The PCF space to deploy to.
1647
1646
  """
@@ -1668,27 +1667,27 @@ class PlatformCcmFiltersFilterProperties(dict):
1668
1667
  return super().get(key, default)
1669
1668
 
1670
1669
  def __init__(__self__, *,
1671
- filter_type: builtins.str,
1672
- tags: Optional[Sequence[builtins.str]] = None):
1670
+ filter_type: _builtins.str,
1671
+ tags: Optional[Sequence[_builtins.str]] = None):
1673
1672
  """
1674
- :param builtins.str filter_type: Type of CCM filters.
1675
- :param Sequence[builtins.str] tags: Tags to associate with the resource. Tags should be in the form `name:value`.
1673
+ :param _builtins.str filter_type: Type of CCM filters.
1674
+ :param Sequence[_builtins.str] tags: Tags to associate with the resource. Tags should be in the form `name:value`.
1676
1675
  """
1677
1676
  pulumi.set(__self__, "filter_type", filter_type)
1678
1677
  if tags is not None:
1679
1678
  pulumi.set(__self__, "tags", tags)
1680
1679
 
1681
- @property
1680
+ @_builtins.property
1682
1681
  @pulumi.getter(name="filterType")
1683
- def filter_type(self) -> builtins.str:
1682
+ def filter_type(self) -> _builtins.str:
1684
1683
  """
1685
1684
  Type of CCM filters.
1686
1685
  """
1687
1686
  return pulumi.get(self, "filter_type")
1688
1687
 
1689
- @property
1688
+ @_builtins.property
1690
1689
  @pulumi.getter
1691
- def tags(self) -> Optional[Sequence[builtins.str]]:
1690
+ def tags(self) -> Optional[Sequence[_builtins.str]]:
1692
1691
  """
1693
1692
  Tags to associate with the resource. Tags should be in the form `name:value`.
1694
1693
  """
@@ -1715,14 +1714,14 @@ class SshCredentialKerberosAuthentication(dict):
1715
1714
  return super().get(key, default)
1716
1715
 
1717
1716
  def __init__(__self__, *,
1718
- port: builtins.int,
1719
- principal: builtins.str,
1720
- realm: builtins.str,
1717
+ port: _builtins.int,
1718
+ principal: _builtins.str,
1719
+ realm: _builtins.str,
1721
1720
  tgt_generation_method: Optional['outputs.SshCredentialKerberosAuthenticationTgtGenerationMethod'] = None):
1722
1721
  """
1723
- :param builtins.int port: Port to use for Kerberos authentication
1724
- :param builtins.str principal: Name of the principal for authentication
1725
- :param builtins.str realm: Realm associated with the Kerberos authentication
1722
+ :param _builtins.int port: Port to use for Kerberos authentication
1723
+ :param _builtins.str principal: Name of the principal for authentication
1724
+ :param _builtins.str realm: Realm associated with the Kerberos authentication
1726
1725
  :param 'SshCredentialKerberosAuthenticationTgtGenerationMethodArgs' tgt_generation_method: TGT generation method
1727
1726
  """
1728
1727
  pulumi.set(__self__, "port", port)
@@ -1731,31 +1730,31 @@ class SshCredentialKerberosAuthentication(dict):
1731
1730
  if tgt_generation_method is not None:
1732
1731
  pulumi.set(__self__, "tgt_generation_method", tgt_generation_method)
1733
1732
 
1734
- @property
1733
+ @_builtins.property
1735
1734
  @pulumi.getter
1736
- def port(self) -> builtins.int:
1735
+ def port(self) -> _builtins.int:
1737
1736
  """
1738
1737
  Port to use for Kerberos authentication
1739
1738
  """
1740
1739
  return pulumi.get(self, "port")
1741
1740
 
1742
- @property
1741
+ @_builtins.property
1743
1742
  @pulumi.getter
1744
- def principal(self) -> builtins.str:
1743
+ def principal(self) -> _builtins.str:
1745
1744
  """
1746
1745
  Name of the principal for authentication
1747
1746
  """
1748
1747
  return pulumi.get(self, "principal")
1749
1748
 
1750
- @property
1749
+ @_builtins.property
1751
1750
  @pulumi.getter
1752
- def realm(self) -> builtins.str:
1751
+ def realm(self) -> _builtins.str:
1753
1752
  """
1754
1753
  Realm associated with the Kerberos authentication
1755
1754
  """
1756
1755
  return pulumi.get(self, "realm")
1757
1756
 
1758
- @property
1757
+ @_builtins.property
1759
1758
  @pulumi.getter(name="tgtGenerationMethod")
1760
1759
  def tgt_generation_method(self) -> Optional['outputs.SshCredentialKerberosAuthenticationTgtGenerationMethod']:
1761
1760
  """
@@ -1786,28 +1785,28 @@ class SshCredentialKerberosAuthenticationTgtGenerationMethod(dict):
1786
1785
  return super().get(key, default)
1787
1786
 
1788
1787
  def __init__(__self__, *,
1789
- kerberos_password_id: Optional[builtins.str] = None,
1790
- key_tab_file_path: Optional[builtins.str] = None):
1788
+ kerberos_password_id: Optional[_builtins.str] = None,
1789
+ key_tab_file_path: Optional[_builtins.str] = None):
1791
1790
  """
1792
- :param builtins.str kerberos_password_id: The id of the encrypted text secret
1793
- :param builtins.str key_tab_file_path: The path to the key tab file
1791
+ :param _builtins.str kerberos_password_id: The id of the encrypted text secret
1792
+ :param _builtins.str key_tab_file_path: The path to the key tab file
1794
1793
  """
1795
1794
  if kerberos_password_id is not None:
1796
1795
  pulumi.set(__self__, "kerberos_password_id", kerberos_password_id)
1797
1796
  if key_tab_file_path is not None:
1798
1797
  pulumi.set(__self__, "key_tab_file_path", key_tab_file_path)
1799
1798
 
1800
- @property
1799
+ @_builtins.property
1801
1800
  @pulumi.getter(name="kerberosPasswordId")
1802
- def kerberos_password_id(self) -> Optional[builtins.str]:
1801
+ def kerberos_password_id(self) -> Optional[_builtins.str]:
1803
1802
  """
1804
1803
  The id of the encrypted text secret
1805
1804
  """
1806
1805
  return pulumi.get(self, "kerberos_password_id")
1807
1806
 
1808
- @property
1807
+ @_builtins.property
1809
1808
  @pulumi.getter(name="keyTabFilePath")
1810
- def key_tab_file_path(self) -> Optional[builtins.str]:
1809
+ def key_tab_file_path(self) -> Optional[_builtins.str]:
1811
1810
  """
1812
1811
  The path to the key tab file
1813
1812
  """
@@ -1838,14 +1837,14 @@ class SshCredentialSshAuthentication(dict):
1838
1837
  return super().get(key, default)
1839
1838
 
1840
1839
  def __init__(__self__, *,
1841
- port: builtins.int,
1842
- username: builtins.str,
1840
+ port: _builtins.int,
1841
+ username: _builtins.str,
1843
1842
  inline_ssh: Optional['outputs.SshCredentialSshAuthenticationInlineSsh'] = None,
1844
1843
  server_password: Optional['outputs.SshCredentialSshAuthenticationServerPassword'] = None,
1845
1844
  ssh_key_file: Optional['outputs.SshCredentialSshAuthenticationSshKeyFile'] = None):
1846
1845
  """
1847
- :param builtins.int port: The port to connect to
1848
- :param builtins.str username: The username to use when connecting to ssh
1846
+ :param _builtins.int port: The port to connect to
1847
+ :param _builtins.str username: The username to use when connecting to ssh
1849
1848
  :param 'SshCredentialSshAuthenticationInlineSshArgs' inline_ssh: Inline SSH authentication configuration. Only ond of `passphrase_secret_id` or `ssh_key_file_id` should be used
1850
1849
  :param 'SshCredentialSshAuthenticationServerPasswordArgs' server_password: Server password authentication configuration
1851
1850
  :param 'SshCredentialSshAuthenticationSshKeyFileArgs' ssh_key_file: Use ssh key file for authentication
@@ -1859,23 +1858,23 @@ class SshCredentialSshAuthentication(dict):
1859
1858
  if ssh_key_file is not None:
1860
1859
  pulumi.set(__self__, "ssh_key_file", ssh_key_file)
1861
1860
 
1862
- @property
1861
+ @_builtins.property
1863
1862
  @pulumi.getter
1864
- def port(self) -> builtins.int:
1863
+ def port(self) -> _builtins.int:
1865
1864
  """
1866
1865
  The port to connect to
1867
1866
  """
1868
1867
  return pulumi.get(self, "port")
1869
1868
 
1870
- @property
1869
+ @_builtins.property
1871
1870
  @pulumi.getter
1872
- def username(self) -> builtins.str:
1871
+ def username(self) -> _builtins.str:
1873
1872
  """
1874
1873
  The username to use when connecting to ssh
1875
1874
  """
1876
1875
  return pulumi.get(self, "username")
1877
1876
 
1878
- @property
1877
+ @_builtins.property
1879
1878
  @pulumi.getter(name="inlineSsh")
1880
1879
  def inline_ssh(self) -> Optional['outputs.SshCredentialSshAuthenticationInlineSsh']:
1881
1880
  """
@@ -1883,7 +1882,7 @@ class SshCredentialSshAuthentication(dict):
1883
1882
  """
1884
1883
  return pulumi.get(self, "inline_ssh")
1885
1884
 
1886
- @property
1885
+ @_builtins.property
1887
1886
  @pulumi.getter(name="serverPassword")
1888
1887
  def server_password(self) -> Optional['outputs.SshCredentialSshAuthenticationServerPassword']:
1889
1888
  """
@@ -1891,7 +1890,7 @@ class SshCredentialSshAuthentication(dict):
1891
1890
  """
1892
1891
  return pulumi.get(self, "server_password")
1893
1892
 
1894
- @property
1893
+ @_builtins.property
1895
1894
  @pulumi.getter(name="sshKeyFile")
1896
1895
  def ssh_key_file(self) -> Optional['outputs.SshCredentialSshAuthenticationSshKeyFile']:
1897
1896
  """
@@ -1922,27 +1921,27 @@ class SshCredentialSshAuthenticationInlineSsh(dict):
1922
1921
  return super().get(key, default)
1923
1922
 
1924
1923
  def __init__(__self__, *,
1925
- ssh_key_file_id: builtins.str,
1926
- passphrase_secret_id: Optional[builtins.str] = None):
1924
+ ssh_key_file_id: _builtins.str,
1925
+ passphrase_secret_id: Optional[_builtins.str] = None):
1927
1926
  """
1928
- :param builtins.str ssh_key_file_id: The id of the secret containing the SSH key
1929
- :param builtins.str passphrase_secret_id: The id of the encrypted secret to use
1927
+ :param _builtins.str ssh_key_file_id: The id of the secret containing the SSH key
1928
+ :param _builtins.str passphrase_secret_id: The id of the encrypted secret to use
1930
1929
  """
1931
1930
  pulumi.set(__self__, "ssh_key_file_id", ssh_key_file_id)
1932
1931
  if passphrase_secret_id is not None:
1933
1932
  pulumi.set(__self__, "passphrase_secret_id", passphrase_secret_id)
1934
1933
 
1935
- @property
1934
+ @_builtins.property
1936
1935
  @pulumi.getter(name="sshKeyFileId")
1937
- def ssh_key_file_id(self) -> builtins.str:
1936
+ def ssh_key_file_id(self) -> _builtins.str:
1938
1937
  """
1939
1938
  The id of the secret containing the SSH key
1940
1939
  """
1941
1940
  return pulumi.get(self, "ssh_key_file_id")
1942
1941
 
1943
- @property
1942
+ @_builtins.property
1944
1943
  @pulumi.getter(name="passphraseSecretId")
1945
- def passphrase_secret_id(self) -> Optional[builtins.str]:
1944
+ def passphrase_secret_id(self) -> Optional[_builtins.str]:
1946
1945
  """
1947
1946
  The id of the encrypted secret to use
1948
1947
  """
@@ -1969,15 +1968,15 @@ class SshCredentialSshAuthenticationServerPassword(dict):
1969
1968
  return super().get(key, default)
1970
1969
 
1971
1970
  def __init__(__self__, *,
1972
- password_secret_id: builtins.str):
1971
+ password_secret_id: _builtins.str):
1973
1972
  """
1974
- :param builtins.str password_secret_id: The id of the encrypted secret
1973
+ :param _builtins.str password_secret_id: The id of the encrypted secret
1975
1974
  """
1976
1975
  pulumi.set(__self__, "password_secret_id", password_secret_id)
1977
1976
 
1978
- @property
1977
+ @_builtins.property
1979
1978
  @pulumi.getter(name="passwordSecretId")
1980
- def password_secret_id(self) -> builtins.str:
1979
+ def password_secret_id(self) -> _builtins.str:
1981
1980
  """
1982
1981
  The id of the encrypted secret
1983
1982
  """
@@ -2004,27 +2003,27 @@ class SshCredentialSshAuthenticationSshKeyFile(dict):
2004
2003
  return super().get(key, default)
2005
2004
 
2006
2005
  def __init__(__self__, *,
2007
- path: builtins.str,
2008
- passphrase_secret_id: Optional[builtins.str] = None):
2006
+ path: _builtins.str,
2007
+ passphrase_secret_id: Optional[_builtins.str] = None):
2009
2008
  """
2010
- :param builtins.str path: The path to the key file on the delegate
2011
- :param builtins.str passphrase_secret_id: The id of the secret containing the password to use for the ssh key
2009
+ :param _builtins.str path: The path to the key file on the delegate
2010
+ :param _builtins.str passphrase_secret_id: The id of the secret containing the password to use for the ssh key
2012
2011
  """
2013
2012
  pulumi.set(__self__, "path", path)
2014
2013
  if passphrase_secret_id is not None:
2015
2014
  pulumi.set(__self__, "passphrase_secret_id", passphrase_secret_id)
2016
2015
 
2017
- @property
2016
+ @_builtins.property
2018
2017
  @pulumi.getter
2019
- def path(self) -> builtins.str:
2018
+ def path(self) -> _builtins.str:
2020
2019
  """
2021
2020
  The path to the key file on the delegate
2022
2021
  """
2023
2022
  return pulumi.get(self, "path")
2024
2023
 
2025
- @property
2024
+ @_builtins.property
2026
2025
  @pulumi.getter(name="passphraseSecretId")
2027
- def passphrase_secret_id(self) -> Optional[builtins.str]:
2026
+ def passphrase_secret_id(self) -> Optional[_builtins.str]:
2028
2027
  """
2029
2028
  The id of the secret containing the password to use for the ssh key
2030
2029
  """
@@ -2055,13 +2054,13 @@ class SshCredentialUsageScope(dict):
2055
2054
  return super().get(key, default)
2056
2055
 
2057
2056
  def __init__(__self__, *,
2058
- application_id: Optional[builtins.str] = None,
2059
- environment_filter_type: Optional[builtins.str] = None,
2060
- environment_id: Optional[builtins.str] = None):
2057
+ application_id: Optional[_builtins.str] = None,
2058
+ environment_filter_type: Optional[_builtins.str] = None,
2059
+ environment_id: Optional[_builtins.str] = None):
2061
2060
  """
2062
- :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
2063
- :param builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2064
- :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
2061
+ :param _builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
2062
+ :param _builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2063
+ :param _builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
2065
2064
  """
2066
2065
  if application_id is not None:
2067
2066
  pulumi.set(__self__, "application_id", application_id)
@@ -2070,25 +2069,25 @@ class SshCredentialUsageScope(dict):
2070
2069
  if environment_id is not None:
2071
2070
  pulumi.set(__self__, "environment_id", environment_id)
2072
2071
 
2073
- @property
2072
+ @_builtins.property
2074
2073
  @pulumi.getter(name="applicationId")
2075
- def application_id(self) -> Optional[builtins.str]:
2074
+ def application_id(self) -> Optional[_builtins.str]:
2076
2075
  """
2077
2076
  Id of the application to scope to. If empty then this scope applies to all applications.
2078
2077
  """
2079
2078
  return pulumi.get(self, "application_id")
2080
2079
 
2081
- @property
2080
+ @_builtins.property
2082
2081
  @pulumi.getter(name="environmentFilterType")
2083
- def environment_filter_type(self) -> Optional[builtins.str]:
2082
+ def environment_filter_type(self) -> Optional[_builtins.str]:
2084
2083
  """
2085
2084
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2086
2085
  """
2087
2086
  return pulumi.get(self, "environment_filter_type")
2088
2087
 
2089
- @property
2088
+ @_builtins.property
2090
2089
  @pulumi.getter(name="environmentId")
2091
- def environment_id(self) -> Optional[builtins.str]:
2090
+ def environment_id(self) -> Optional[_builtins.str]:
2092
2091
  """
2093
2092
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
2094
2093
  """
@@ -2119,13 +2118,13 @@ class UserGroupLdapSettings(dict):
2119
2118
  return super().get(key, default)
2120
2119
 
2121
2120
  def __init__(__self__, *,
2122
- group_dn: Optional[builtins.str] = None,
2123
- group_name: Optional[builtins.str] = None,
2124
- sso_provider_id: Optional[builtins.str] = None):
2121
+ group_dn: Optional[_builtins.str] = None,
2122
+ group_name: Optional[_builtins.str] = None,
2123
+ sso_provider_id: Optional[_builtins.str] = None):
2125
2124
  """
2126
- :param builtins.str group_dn: The group DN of the LDAP user group.
2127
- :param builtins.str group_name: The group name of the LDAP user group.
2128
- :param builtins.str sso_provider_id: The ID of the SSO provider.
2125
+ :param _builtins.str group_dn: The group DN of the LDAP user group.
2126
+ :param _builtins.str group_name: The group name of the LDAP user group.
2127
+ :param _builtins.str sso_provider_id: The ID of the SSO provider.
2129
2128
  """
2130
2129
  if group_dn is not None:
2131
2130
  pulumi.set(__self__, "group_dn", group_dn)
@@ -2134,25 +2133,25 @@ class UserGroupLdapSettings(dict):
2134
2133
  if sso_provider_id is not None:
2135
2134
  pulumi.set(__self__, "sso_provider_id", sso_provider_id)
2136
2135
 
2137
- @property
2136
+ @_builtins.property
2138
2137
  @pulumi.getter(name="groupDn")
2139
- def group_dn(self) -> Optional[builtins.str]:
2138
+ def group_dn(self) -> Optional[_builtins.str]:
2140
2139
  """
2141
2140
  The group DN of the LDAP user group.
2142
2141
  """
2143
2142
  return pulumi.get(self, "group_dn")
2144
2143
 
2145
- @property
2144
+ @_builtins.property
2146
2145
  @pulumi.getter(name="groupName")
2147
- def group_name(self) -> Optional[builtins.str]:
2146
+ def group_name(self) -> Optional[_builtins.str]:
2148
2147
  """
2149
2148
  The group name of the LDAP user group.
2150
2149
  """
2151
2150
  return pulumi.get(self, "group_name")
2152
2151
 
2153
- @property
2152
+ @_builtins.property
2154
2153
  @pulumi.getter(name="ssoProviderId")
2155
- def sso_provider_id(self) -> Optional[builtins.str]:
2154
+ def sso_provider_id(self) -> Optional[_builtins.str]:
2156
2155
  """
2157
2156
  The ID of the SSO provider.
2158
2157
  """
@@ -2189,19 +2188,19 @@ class UserGroupNotificationSettings(dict):
2189
2188
  return super().get(key, default)
2190
2189
 
2191
2190
  def __init__(__self__, *,
2192
- group_email_addresses: Optional[Sequence[builtins.str]] = None,
2193
- microsoft_teams_webhook_url: Optional[builtins.str] = None,
2194
- send_mail_to_new_members: Optional[builtins.bool] = None,
2195
- send_notifications_to_members: Optional[builtins.bool] = None,
2196
- slack_channel: Optional[builtins.str] = None,
2197
- slack_webhook_url: Optional[builtins.str] = None):
2198
- """
2199
- :param Sequence[builtins.str] group_email_addresses: The email addresses of the user group.
2200
- :param builtins.str microsoft_teams_webhook_url: The Microsoft Teams webhook URL of the user group.
2201
- :param builtins.bool send_mail_to_new_members: Indicates whether an email is sent when a new user is added to the group.
2202
- :param builtins.bool send_notifications_to_members: Enable this setting to have notifications sent to the members of this group.
2203
- :param builtins.str slack_channel: The Slack channel to send notifications to.
2204
- :param builtins.str slack_webhook_url: The Slack webhook URL to send notifications to.
2191
+ group_email_addresses: Optional[Sequence[_builtins.str]] = None,
2192
+ microsoft_teams_webhook_url: Optional[_builtins.str] = None,
2193
+ send_mail_to_new_members: Optional[_builtins.bool] = None,
2194
+ send_notifications_to_members: Optional[_builtins.bool] = None,
2195
+ slack_channel: Optional[_builtins.str] = None,
2196
+ slack_webhook_url: Optional[_builtins.str] = None):
2197
+ """
2198
+ :param Sequence[_builtins.str] group_email_addresses: The email addresses of the user group.
2199
+ :param _builtins.str microsoft_teams_webhook_url: The Microsoft Teams webhook URL of the user group.
2200
+ :param _builtins.bool send_mail_to_new_members: Indicates whether an email is sent when a new user is added to the group.
2201
+ :param _builtins.bool send_notifications_to_members: Enable this setting to have notifications sent to the members of this group.
2202
+ :param _builtins.str slack_channel: The Slack channel to send notifications to.
2203
+ :param _builtins.str slack_webhook_url: The Slack webhook URL to send notifications to.
2205
2204
  """
2206
2205
  if group_email_addresses is not None:
2207
2206
  pulumi.set(__self__, "group_email_addresses", group_email_addresses)
@@ -2216,49 +2215,49 @@ class UserGroupNotificationSettings(dict):
2216
2215
  if slack_webhook_url is not None:
2217
2216
  pulumi.set(__self__, "slack_webhook_url", slack_webhook_url)
2218
2217
 
2219
- @property
2218
+ @_builtins.property
2220
2219
  @pulumi.getter(name="groupEmailAddresses")
2221
- def group_email_addresses(self) -> Optional[Sequence[builtins.str]]:
2220
+ def group_email_addresses(self) -> Optional[Sequence[_builtins.str]]:
2222
2221
  """
2223
2222
  The email addresses of the user group.
2224
2223
  """
2225
2224
  return pulumi.get(self, "group_email_addresses")
2226
2225
 
2227
- @property
2226
+ @_builtins.property
2228
2227
  @pulumi.getter(name="microsoftTeamsWebhookUrl")
2229
- def microsoft_teams_webhook_url(self) -> Optional[builtins.str]:
2228
+ def microsoft_teams_webhook_url(self) -> Optional[_builtins.str]:
2230
2229
  """
2231
2230
  The Microsoft Teams webhook URL of the user group.
2232
2231
  """
2233
2232
  return pulumi.get(self, "microsoft_teams_webhook_url")
2234
2233
 
2235
- @property
2234
+ @_builtins.property
2236
2235
  @pulumi.getter(name="sendMailToNewMembers")
2237
- def send_mail_to_new_members(self) -> Optional[builtins.bool]:
2236
+ def send_mail_to_new_members(self) -> Optional[_builtins.bool]:
2238
2237
  """
2239
2238
  Indicates whether an email is sent when a new user is added to the group.
2240
2239
  """
2241
2240
  return pulumi.get(self, "send_mail_to_new_members")
2242
2241
 
2243
- @property
2242
+ @_builtins.property
2244
2243
  @pulumi.getter(name="sendNotificationsToMembers")
2245
- def send_notifications_to_members(self) -> Optional[builtins.bool]:
2244
+ def send_notifications_to_members(self) -> Optional[_builtins.bool]:
2246
2245
  """
2247
2246
  Enable this setting to have notifications sent to the members of this group.
2248
2247
  """
2249
2248
  return pulumi.get(self, "send_notifications_to_members")
2250
2249
 
2251
- @property
2250
+ @_builtins.property
2252
2251
  @pulumi.getter(name="slackChannel")
2253
- def slack_channel(self) -> Optional[builtins.str]:
2252
+ def slack_channel(self) -> Optional[_builtins.str]:
2254
2253
  """
2255
2254
  The Slack channel to send notifications to.
2256
2255
  """
2257
2256
  return pulumi.get(self, "slack_channel")
2258
2257
 
2259
- @property
2258
+ @_builtins.property
2260
2259
  @pulumi.getter(name="slackWebhookUrl")
2261
- def slack_webhook_url(self) -> Optional[builtins.str]:
2260
+ def slack_webhook_url(self) -> Optional[_builtins.str]:
2262
2261
  """
2263
2262
  The Slack webhook URL to send notifications to.
2264
2263
  """
@@ -2287,10 +2286,10 @@ class UserGroupPermissions(dict):
2287
2286
  return super().get(key, default)
2288
2287
 
2289
2288
  def __init__(__self__, *,
2290
- account_permissions: Optional[Sequence[builtins.str]] = None,
2289
+ account_permissions: Optional[Sequence[_builtins.str]] = None,
2291
2290
  app_permissions: Optional['outputs.UserGroupPermissionsAppPermissions'] = None):
2292
2291
  """
2293
- :param Sequence[builtins.str] account_permissions: The account permissions of the user group. Valid options are ADMINISTER*OTHER*ACCOUNT*FUNCTIONS, CREATE*AND*DELETE*APPLICATION, CREATE*CUSTOM*DASHBOARDS, MANAGE*ALERT*NOTIFICATION*RULES, MANAGE*API*KEYS, MANAGE*APPLICATION*STACKS, MANAGE*AUTHENTICATION*SETTINGS, MANAGE*CLOUD*PROVIDERS, MANAGE*CONFIG*AS*CODE, MANAGE*CONNECTORS, MANAGE*CUSTOM*DASHBOARDS, MANAGE*DELEGATE*PROFILES, MANAGE*DELEGATES, MANAGE*DEPLOYMENT*FREEZES, MANAGE*IP*WHITELIST, MANAGE*PIPELINE*GOVERNANCE*STANDARDS, MANAGE*RESTRICTED*ACCESS, MANAGE*SECRET*MANAGERS, MANAGE*SECRETS, MANAGE*SSH*AND*WINRM, MANAGE*TAGS, MANAGE*TEMPLATE*LIBRARY, MANAGE*USER*AND*USER*GROUPS*AND*API*KEYS, MANAGE*USERS*AND*GROUPS, READ*USERS*AND*GROUPS, VIEW*AUDITS, VIEW*USER*AND*USER*GROUPS*AND*API_KEYS
2292
+ :param Sequence[_builtins.str] account_permissions: The account permissions of the user group. Valid options are ADMINISTER*OTHER*ACCOUNT*FUNCTIONS, CREATE*AND*DELETE*APPLICATION, CREATE*CUSTOM*DASHBOARDS, MANAGE*ALERT*NOTIFICATION*RULES, MANAGE*API*KEYS, MANAGE*APPLICATION*STACKS, MANAGE*AUTHENTICATION*SETTINGS, MANAGE*CLOUD*PROVIDERS, MANAGE*CONFIG*AS*CODE, MANAGE*CONNECTORS, MANAGE*CUSTOM*DASHBOARDS, MANAGE*DELEGATE*PROFILES, MANAGE*DELEGATES, MANAGE*DEPLOYMENT*FREEZES, MANAGE*IP*WHITELIST, MANAGE*PIPELINE*GOVERNANCE*STANDARDS, MANAGE*RESTRICTED*ACCESS, MANAGE*SECRET*MANAGERS, MANAGE*SECRETS, MANAGE*SSH*AND*WINRM, MANAGE*TAGS, MANAGE*TEMPLATE*LIBRARY, MANAGE*USER*AND*USER*GROUPS*AND*API*KEYS, MANAGE*USERS*AND*GROUPS, READ*USERS*AND*GROUPS, VIEW*AUDITS, VIEW*USER*AND*USER*GROUPS*AND*API_KEYS
2294
2293
  :param 'UserGroupPermissionsAppPermissionsArgs' app_permissions: Application specific permissions
2295
2294
  """
2296
2295
  if account_permissions is not None:
@@ -2298,15 +2297,15 @@ class UserGroupPermissions(dict):
2298
2297
  if app_permissions is not None:
2299
2298
  pulumi.set(__self__, "app_permissions", app_permissions)
2300
2299
 
2301
- @property
2300
+ @_builtins.property
2302
2301
  @pulumi.getter(name="accountPermissions")
2303
- def account_permissions(self) -> Optional[Sequence[builtins.str]]:
2302
+ def account_permissions(self) -> Optional[Sequence[_builtins.str]]:
2304
2303
  """
2305
2304
  The account permissions of the user group. Valid options are ADMINISTER*OTHER*ACCOUNT*FUNCTIONS, CREATE*AND*DELETE*APPLICATION, CREATE*CUSTOM*DASHBOARDS, MANAGE*ALERT*NOTIFICATION*RULES, MANAGE*API*KEYS, MANAGE*APPLICATION*STACKS, MANAGE*AUTHENTICATION*SETTINGS, MANAGE*CLOUD*PROVIDERS, MANAGE*CONFIG*AS*CODE, MANAGE*CONNECTORS, MANAGE*CUSTOM*DASHBOARDS, MANAGE*DELEGATE*PROFILES, MANAGE*DELEGATES, MANAGE*DEPLOYMENT*FREEZES, MANAGE*IP*WHITELIST, MANAGE*PIPELINE*GOVERNANCE*STANDARDS, MANAGE*RESTRICTED*ACCESS, MANAGE*SECRET*MANAGERS, MANAGE*SECRETS, MANAGE*SSH*AND*WINRM, MANAGE*TAGS, MANAGE*TEMPLATE*LIBRARY, MANAGE*USER*AND*USER*GROUPS*AND*API*KEYS, MANAGE*USERS*AND*GROUPS, READ*USERS*AND*GROUPS, VIEW*AUDITS, VIEW*USER*AND*USER*GROUPS*AND*API_KEYS
2306
2305
  """
2307
2306
  return pulumi.get(self, "account_permissions")
2308
2307
 
2309
- @property
2308
+ @_builtins.property
2310
2309
  @pulumi.getter(name="appPermissions")
2311
2310
  def app_permissions(self) -> Optional['outputs.UserGroupPermissionsAppPermissions']:
2312
2311
  """
@@ -2353,7 +2352,7 @@ class UserGroupPermissionsAppPermissions(dict):
2353
2352
  if workflows is not None:
2354
2353
  pulumi.set(__self__, "workflows", workflows)
2355
2354
 
2356
- @property
2355
+ @_builtins.property
2357
2356
  @pulumi.getter
2358
2357
  def alls(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsAll']]:
2359
2358
  """
@@ -2361,7 +2360,7 @@ class UserGroupPermissionsAppPermissions(dict):
2361
2360
  """
2362
2361
  return pulumi.get(self, "alls")
2363
2362
 
2364
- @property
2363
+ @_builtins.property
2365
2364
  @pulumi.getter
2366
2365
  def deployments(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsDeployment']]:
2367
2366
  """
@@ -2369,7 +2368,7 @@ class UserGroupPermissionsAppPermissions(dict):
2369
2368
  """
2370
2369
  return pulumi.get(self, "deployments")
2371
2370
 
2372
- @property
2371
+ @_builtins.property
2373
2372
  @pulumi.getter
2374
2373
  def environments(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsEnvironment']]:
2375
2374
  """
@@ -2377,7 +2376,7 @@ class UserGroupPermissionsAppPermissions(dict):
2377
2376
  """
2378
2377
  return pulumi.get(self, "environments")
2379
2378
 
2380
- @property
2379
+ @_builtins.property
2381
2380
  @pulumi.getter
2382
2381
  def pipelines(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsPipeline']]:
2383
2382
  """
@@ -2385,7 +2384,7 @@ class UserGroupPermissionsAppPermissions(dict):
2385
2384
  """
2386
2385
  return pulumi.get(self, "pipelines")
2387
2386
 
2388
- @property
2387
+ @_builtins.property
2389
2388
  @pulumi.getter
2390
2389
  def provisioners(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsProvisioner']]:
2391
2390
  """
@@ -2393,7 +2392,7 @@ class UserGroupPermissionsAppPermissions(dict):
2393
2392
  """
2394
2393
  return pulumi.get(self, "provisioners")
2395
2394
 
2396
- @property
2395
+ @_builtins.property
2397
2396
  @pulumi.getter
2398
2397
  def services(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsService']]:
2399
2398
  """
@@ -2401,7 +2400,7 @@ class UserGroupPermissionsAppPermissions(dict):
2401
2400
  """
2402
2401
  return pulumi.get(self, "services")
2403
2402
 
2404
- @property
2403
+ @_builtins.property
2405
2404
  @pulumi.getter
2406
2405
  def templates(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsTemplate']]:
2407
2406
  """
@@ -2409,7 +2408,7 @@ class UserGroupPermissionsAppPermissions(dict):
2409
2408
  """
2410
2409
  return pulumi.get(self, "templates")
2411
2410
 
2412
- @property
2411
+ @_builtins.property
2413
2412
  @pulumi.getter
2414
2413
  def workflows(self) -> Optional[Sequence['outputs.UserGroupPermissionsAppPermissionsWorkflow']]:
2415
2414
  """
@@ -2438,27 +2437,27 @@ class UserGroupPermissionsAppPermissionsAll(dict):
2438
2437
  return super().get(key, default)
2439
2438
 
2440
2439
  def __init__(__self__, *,
2441
- actions: Sequence[builtins.str],
2442
- app_ids: Optional[Sequence[builtins.str]] = None):
2440
+ actions: Sequence[_builtins.str],
2441
+ app_ids: Optional[Sequence[_builtins.str]] = None):
2443
2442
  """
2444
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK_WORKFLOW
2445
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2443
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK_WORKFLOW
2444
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2446
2445
  """
2447
2446
  pulumi.set(__self__, "actions", actions)
2448
2447
  if app_ids is not None:
2449
2448
  pulumi.set(__self__, "app_ids", app_ids)
2450
2449
 
2451
- @property
2450
+ @_builtins.property
2452
2451
  @pulumi.getter
2453
- def actions(self) -> Sequence[builtins.str]:
2452
+ def actions(self) -> Sequence[_builtins.str]:
2454
2453
  """
2455
2454
  The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK_WORKFLOW
2456
2455
  """
2457
2456
  return pulumi.get(self, "actions")
2458
2457
 
2459
- @property
2458
+ @_builtins.property
2460
2459
  @pulumi.getter(name="appIds")
2461
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2460
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2462
2461
  """
2463
2462
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2464
2463
  """
@@ -2487,15 +2486,15 @@ class UserGroupPermissionsAppPermissionsDeployment(dict):
2487
2486
  return super().get(key, default)
2488
2487
 
2489
2488
  def __init__(__self__, *,
2490
- actions: Sequence[builtins.str],
2491
- app_ids: Optional[Sequence[builtins.str]] = None,
2492
- env_ids: Optional[Sequence[builtins.str]] = None,
2493
- filters: Optional[Sequence[builtins.str]] = None):
2489
+ actions: Sequence[_builtins.str],
2490
+ app_ids: Optional[Sequence[_builtins.str]] = None,
2491
+ env_ids: Optional[Sequence[_builtins.str]] = None,
2492
+ filters: Optional[Sequence[_builtins.str]] = None):
2494
2493
  """
2495
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are READ, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK*WORKFLOW, ABORT*WORKFLOW
2496
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2497
- :param Sequence[builtins.str] env_ids: The environment IDs to which the permission applies. Leave empty to apply to all environments.
2498
- :param Sequence[builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2494
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are READ, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK*WORKFLOW, ABORT*WORKFLOW
2495
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2496
+ :param Sequence[_builtins.str] env_ids: The environment IDs to which the permission applies. Leave empty to apply to all environments.
2497
+ :param Sequence[_builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2499
2498
  """
2500
2499
  pulumi.set(__self__, "actions", actions)
2501
2500
  if app_ids is not None:
@@ -2505,33 +2504,33 @@ class UserGroupPermissionsAppPermissionsDeployment(dict):
2505
2504
  if filters is not None:
2506
2505
  pulumi.set(__self__, "filters", filters)
2507
2506
 
2508
- @property
2507
+ @_builtins.property
2509
2508
  @pulumi.getter
2510
- def actions(self) -> Sequence[builtins.str]:
2509
+ def actions(self) -> Sequence[_builtins.str]:
2511
2510
  """
2512
2511
  The actions allowed to be performed. Valid options are READ, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK*WORKFLOW, ABORT*WORKFLOW
2513
2512
  """
2514
2513
  return pulumi.get(self, "actions")
2515
2514
 
2516
- @property
2515
+ @_builtins.property
2517
2516
  @pulumi.getter(name="appIds")
2518
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2517
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2519
2518
  """
2520
2519
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2521
2520
  """
2522
2521
  return pulumi.get(self, "app_ids")
2523
2522
 
2524
- @property
2523
+ @_builtins.property
2525
2524
  @pulumi.getter(name="envIds")
2526
- def env_ids(self) -> Optional[Sequence[builtins.str]]:
2525
+ def env_ids(self) -> Optional[Sequence[_builtins.str]]:
2527
2526
  """
2528
2527
  The environment IDs to which the permission applies. Leave empty to apply to all environments.
2529
2528
  """
2530
2529
  return pulumi.get(self, "env_ids")
2531
2530
 
2532
- @property
2531
+ @_builtins.property
2533
2532
  @pulumi.getter
2534
- def filters(self) -> Optional[Sequence[builtins.str]]:
2533
+ def filters(self) -> Optional[Sequence[_builtins.str]]:
2535
2534
  """
2536
2535
  The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2537
2536
  """
@@ -2560,15 +2559,15 @@ class UserGroupPermissionsAppPermissionsEnvironment(dict):
2560
2559
  return super().get(key, default)
2561
2560
 
2562
2561
  def __init__(__self__, *,
2563
- actions: Sequence[builtins.str],
2564
- app_ids: Optional[Sequence[builtins.str]] = None,
2565
- env_ids: Optional[Sequence[builtins.str]] = None,
2566
- filters: Optional[Sequence[builtins.str]] = None):
2562
+ actions: Sequence[_builtins.str],
2563
+ app_ids: Optional[Sequence[_builtins.str]] = None,
2564
+ env_ids: Optional[Sequence[_builtins.str]] = None,
2565
+ filters: Optional[Sequence[_builtins.str]] = None):
2567
2566
  """
2568
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2569
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2570
- :param Sequence[builtins.str] env_ids: The environment IDs to which the permission applies. Leave empty to apply to all environments.
2571
- :param Sequence[builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2567
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2568
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2569
+ :param Sequence[_builtins.str] env_ids: The environment IDs to which the permission applies. Leave empty to apply to all environments.
2570
+ :param Sequence[_builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2572
2571
  """
2573
2572
  pulumi.set(__self__, "actions", actions)
2574
2573
  if app_ids is not None:
@@ -2578,33 +2577,33 @@ class UserGroupPermissionsAppPermissionsEnvironment(dict):
2578
2577
  if filters is not None:
2579
2578
  pulumi.set(__self__, "filters", filters)
2580
2579
 
2581
- @property
2580
+ @_builtins.property
2582
2581
  @pulumi.getter
2583
- def actions(self) -> Sequence[builtins.str]:
2582
+ def actions(self) -> Sequence[_builtins.str]:
2584
2583
  """
2585
2584
  The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2586
2585
  """
2587
2586
  return pulumi.get(self, "actions")
2588
2587
 
2589
- @property
2588
+ @_builtins.property
2590
2589
  @pulumi.getter(name="appIds")
2591
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2590
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2592
2591
  """
2593
2592
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2594
2593
  """
2595
2594
  return pulumi.get(self, "app_ids")
2596
2595
 
2597
- @property
2596
+ @_builtins.property
2598
2597
  @pulumi.getter(name="envIds")
2599
- def env_ids(self) -> Optional[Sequence[builtins.str]]:
2598
+ def env_ids(self) -> Optional[Sequence[_builtins.str]]:
2600
2599
  """
2601
2600
  The environment IDs to which the permission applies. Leave empty to apply to all environments.
2602
2601
  """
2603
2602
  return pulumi.get(self, "env_ids")
2604
2603
 
2605
- @property
2604
+ @_builtins.property
2606
2605
  @pulumi.getter
2607
- def filters(self) -> Optional[Sequence[builtins.str]]:
2606
+ def filters(self) -> Optional[Sequence[_builtins.str]]:
2608
2607
  """
2609
2608
  The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2610
2609
  """
@@ -2633,15 +2632,15 @@ class UserGroupPermissionsAppPermissionsPipeline(dict):
2633
2632
  return super().get(key, default)
2634
2633
 
2635
2634
  def __init__(__self__, *,
2636
- actions: Sequence[builtins.str],
2637
- app_ids: Optional[Sequence[builtins.str]] = None,
2638
- env_ids: Optional[Sequence[builtins.str]] = None,
2639
- filters: Optional[Sequence[builtins.str]] = None):
2635
+ actions: Sequence[_builtins.str],
2636
+ app_ids: Optional[Sequence[_builtins.str]] = None,
2637
+ env_ids: Optional[Sequence[_builtins.str]] = None,
2638
+ filters: Optional[Sequence[_builtins.str]] = None):
2640
2639
  """
2641
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are [CREATE READ UPDATE DELETE]
2642
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2643
- :param Sequence[builtins.str] env_ids: The environment IDs to which the permission applies. Leave empty to apply to all environments.
2644
- :param Sequence[builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*PIPELINES, PRODUCTION_PIPELINES.
2640
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are [CREATE READ UPDATE DELETE]
2641
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2642
+ :param Sequence[_builtins.str] env_ids: The environment IDs to which the permission applies. Leave empty to apply to all environments.
2643
+ :param Sequence[_builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*PIPELINES, PRODUCTION_PIPELINES.
2645
2644
  """
2646
2645
  pulumi.set(__self__, "actions", actions)
2647
2646
  if app_ids is not None:
@@ -2651,33 +2650,33 @@ class UserGroupPermissionsAppPermissionsPipeline(dict):
2651
2650
  if filters is not None:
2652
2651
  pulumi.set(__self__, "filters", filters)
2653
2652
 
2654
- @property
2653
+ @_builtins.property
2655
2654
  @pulumi.getter
2656
- def actions(self) -> Sequence[builtins.str]:
2655
+ def actions(self) -> Sequence[_builtins.str]:
2657
2656
  """
2658
2657
  The actions allowed to be performed. Valid options are [CREATE READ UPDATE DELETE]
2659
2658
  """
2660
2659
  return pulumi.get(self, "actions")
2661
2660
 
2662
- @property
2661
+ @_builtins.property
2663
2662
  @pulumi.getter(name="appIds")
2664
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2663
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2665
2664
  """
2666
2665
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2667
2666
  """
2668
2667
  return pulumi.get(self, "app_ids")
2669
2668
 
2670
- @property
2669
+ @_builtins.property
2671
2670
  @pulumi.getter(name="envIds")
2672
- def env_ids(self) -> Optional[Sequence[builtins.str]]:
2671
+ def env_ids(self) -> Optional[Sequence[_builtins.str]]:
2673
2672
  """
2674
2673
  The environment IDs to which the permission applies. Leave empty to apply to all environments.
2675
2674
  """
2676
2675
  return pulumi.get(self, "env_ids")
2677
2676
 
2678
- @property
2677
+ @_builtins.property
2679
2678
  @pulumi.getter
2680
- def filters(self) -> Optional[Sequence[builtins.str]]:
2679
+ def filters(self) -> Optional[Sequence[_builtins.str]]:
2681
2680
  """
2682
2681
  The filters to apply to the action. Valid options are: NON*PRODUCTION*PIPELINES, PRODUCTION_PIPELINES.
2683
2682
  """
@@ -2706,13 +2705,13 @@ class UserGroupPermissionsAppPermissionsProvisioner(dict):
2706
2705
  return super().get(key, default)
2707
2706
 
2708
2707
  def __init__(__self__, *,
2709
- actions: Sequence[builtins.str],
2710
- app_ids: Optional[Sequence[builtins.str]] = None,
2711
- provisioner_ids: Optional[Sequence[builtins.str]] = None):
2708
+ actions: Sequence[_builtins.str],
2709
+ app_ids: Optional[Sequence[_builtins.str]] = None,
2710
+ provisioner_ids: Optional[Sequence[_builtins.str]] = None):
2712
2711
  """
2713
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2714
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2715
- :param Sequence[builtins.str] provisioner_ids: The provisioner IDs to which the permission applies. Leave empty to apply to all provisioners.
2712
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2713
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2714
+ :param Sequence[_builtins.str] provisioner_ids: The provisioner IDs to which the permission applies. Leave empty to apply to all provisioners.
2716
2715
  """
2717
2716
  pulumi.set(__self__, "actions", actions)
2718
2717
  if app_ids is not None:
@@ -2720,25 +2719,25 @@ class UserGroupPermissionsAppPermissionsProvisioner(dict):
2720
2719
  if provisioner_ids is not None:
2721
2720
  pulumi.set(__self__, "provisioner_ids", provisioner_ids)
2722
2721
 
2723
- @property
2722
+ @_builtins.property
2724
2723
  @pulumi.getter
2725
- def actions(self) -> Sequence[builtins.str]:
2724
+ def actions(self) -> Sequence[_builtins.str]:
2726
2725
  """
2727
2726
  The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2728
2727
  """
2729
2728
  return pulumi.get(self, "actions")
2730
2729
 
2731
- @property
2730
+ @_builtins.property
2732
2731
  @pulumi.getter(name="appIds")
2733
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2732
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2734
2733
  """
2735
2734
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2736
2735
  """
2737
2736
  return pulumi.get(self, "app_ids")
2738
2737
 
2739
- @property
2738
+ @_builtins.property
2740
2739
  @pulumi.getter(name="provisionerIds")
2741
- def provisioner_ids(self) -> Optional[Sequence[builtins.str]]:
2740
+ def provisioner_ids(self) -> Optional[Sequence[_builtins.str]]:
2742
2741
  """
2743
2742
  The provisioner IDs to which the permission applies. Leave empty to apply to all provisioners.
2744
2743
  """
@@ -2767,13 +2766,13 @@ class UserGroupPermissionsAppPermissionsService(dict):
2767
2766
  return super().get(key, default)
2768
2767
 
2769
2768
  def __init__(__self__, *,
2770
- actions: Sequence[builtins.str],
2771
- app_ids: Optional[Sequence[builtins.str]] = None,
2772
- service_ids: Optional[Sequence[builtins.str]] = None):
2769
+ actions: Sequence[_builtins.str],
2770
+ app_ids: Optional[Sequence[_builtins.str]] = None,
2771
+ service_ids: Optional[Sequence[_builtins.str]] = None):
2773
2772
  """
2774
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2775
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2776
- :param Sequence[builtins.str] service_ids: The service IDs to which the permission applies. Leave empty to apply to all services.
2773
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2774
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2775
+ :param Sequence[_builtins.str] service_ids: The service IDs to which the permission applies. Leave empty to apply to all services.
2777
2776
  """
2778
2777
  pulumi.set(__self__, "actions", actions)
2779
2778
  if app_ids is not None:
@@ -2781,25 +2780,25 @@ class UserGroupPermissionsAppPermissionsService(dict):
2781
2780
  if service_ids is not None:
2782
2781
  pulumi.set(__self__, "service_ids", service_ids)
2783
2782
 
2784
- @property
2783
+ @_builtins.property
2785
2784
  @pulumi.getter
2786
- def actions(self) -> Sequence[builtins.str]:
2785
+ def actions(self) -> Sequence[_builtins.str]:
2787
2786
  """
2788
2787
  The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2789
2788
  """
2790
2789
  return pulumi.get(self, "actions")
2791
2790
 
2792
- @property
2791
+ @_builtins.property
2793
2792
  @pulumi.getter(name="appIds")
2794
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2793
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2795
2794
  """
2796
2795
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2797
2796
  """
2798
2797
  return pulumi.get(self, "app_ids")
2799
2798
 
2800
- @property
2799
+ @_builtins.property
2801
2800
  @pulumi.getter(name="serviceIds")
2802
- def service_ids(self) -> Optional[Sequence[builtins.str]]:
2801
+ def service_ids(self) -> Optional[Sequence[_builtins.str]]:
2803
2802
  """
2804
2803
  The service IDs to which the permission applies. Leave empty to apply to all services.
2805
2804
  """
@@ -2828,13 +2827,13 @@ class UserGroupPermissionsAppPermissionsTemplate(dict):
2828
2827
  return super().get(key, default)
2829
2828
 
2830
2829
  def __init__(__self__, *,
2831
- actions: Sequence[builtins.str],
2832
- app_ids: Optional[Sequence[builtins.str]] = None,
2833
- template_ids: Optional[Sequence[builtins.str]] = None):
2830
+ actions: Sequence[_builtins.str],
2831
+ app_ids: Optional[Sequence[_builtins.str]] = None,
2832
+ template_ids: Optional[Sequence[_builtins.str]] = None):
2834
2833
  """
2835
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2836
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2837
- :param Sequence[builtins.str] template_ids: The template IDs to which the permission applies. Leave empty to apply to all environments.
2834
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2835
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2836
+ :param Sequence[_builtins.str] template_ids: The template IDs to which the permission applies. Leave empty to apply to all environments.
2838
2837
  """
2839
2838
  pulumi.set(__self__, "actions", actions)
2840
2839
  if app_ids is not None:
@@ -2842,25 +2841,25 @@ class UserGroupPermissionsAppPermissionsTemplate(dict):
2842
2841
  if template_ids is not None:
2843
2842
  pulumi.set(__self__, "template_ids", template_ids)
2844
2843
 
2845
- @property
2844
+ @_builtins.property
2846
2845
  @pulumi.getter
2847
- def actions(self) -> Sequence[builtins.str]:
2846
+ def actions(self) -> Sequence[_builtins.str]:
2848
2847
  """
2849
2848
  The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2850
2849
  """
2851
2850
  return pulumi.get(self, "actions")
2852
2851
 
2853
- @property
2852
+ @_builtins.property
2854
2853
  @pulumi.getter(name="appIds")
2855
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2854
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2856
2855
  """
2857
2856
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2858
2857
  """
2859
2858
  return pulumi.get(self, "app_ids")
2860
2859
 
2861
- @property
2860
+ @_builtins.property
2862
2861
  @pulumi.getter(name="templateIds")
2863
- def template_ids(self) -> Optional[Sequence[builtins.str]]:
2862
+ def template_ids(self) -> Optional[Sequence[_builtins.str]]:
2864
2863
  """
2865
2864
  The template IDs to which the permission applies. Leave empty to apply to all environments.
2866
2865
  """
@@ -2887,13 +2886,13 @@ class UserGroupPermissionsAppPermissionsWorkflow(dict):
2887
2886
  return super().get(key, default)
2888
2887
 
2889
2888
  def __init__(__self__, *,
2890
- actions: Sequence[builtins.str],
2891
- app_ids: Optional[Sequence[builtins.str]] = None,
2892
- filters: Optional[Sequence[builtins.str]] = None):
2889
+ actions: Sequence[_builtins.str],
2890
+ app_ids: Optional[Sequence[_builtins.str]] = None,
2891
+ filters: Optional[Sequence[_builtins.str]] = None):
2893
2892
  """
2894
- :param Sequence[builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2895
- :param Sequence[builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2896
- :param Sequence[builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*WORKFLOWS, PRODUCTION*WORKFLOWS, WORKFLOW*TEMPLATES.
2893
+ :param Sequence[_builtins.str] actions: The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2894
+ :param Sequence[_builtins.str] app_ids: The application IDs to which the permission applies. Leave empty to apply to all applications.
2895
+ :param Sequence[_builtins.str] filters: The filters to apply to the action. Valid options are: NON*PRODUCTION*WORKFLOWS, PRODUCTION*WORKFLOWS, WORKFLOW*TEMPLATES.
2897
2896
  """
2898
2897
  pulumi.set(__self__, "actions", actions)
2899
2898
  if app_ids is not None:
@@ -2901,25 +2900,25 @@ class UserGroupPermissionsAppPermissionsWorkflow(dict):
2901
2900
  if filters is not None:
2902
2901
  pulumi.set(__self__, "filters", filters)
2903
2902
 
2904
- @property
2903
+ @_builtins.property
2905
2904
  @pulumi.getter
2906
- def actions(self) -> Sequence[builtins.str]:
2905
+ def actions(self) -> Sequence[_builtins.str]:
2907
2906
  """
2908
2907
  The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
2909
2908
  """
2910
2909
  return pulumi.get(self, "actions")
2911
2910
 
2912
- @property
2911
+ @_builtins.property
2913
2912
  @pulumi.getter(name="appIds")
2914
- def app_ids(self) -> Optional[Sequence[builtins.str]]:
2913
+ def app_ids(self) -> Optional[Sequence[_builtins.str]]:
2915
2914
  """
2916
2915
  The application IDs to which the permission applies. Leave empty to apply to all applications.
2917
2916
  """
2918
2917
  return pulumi.get(self, "app_ids")
2919
2918
 
2920
- @property
2919
+ @_builtins.property
2921
2920
  @pulumi.getter
2922
- def filters(self) -> Optional[Sequence[builtins.str]]:
2921
+ def filters(self) -> Optional[Sequence[_builtins.str]]:
2923
2922
  """
2924
2923
  The filters to apply to the action. Valid options are: NON*PRODUCTION*WORKFLOWS, PRODUCTION*WORKFLOWS, WORKFLOW*TEMPLATES.
2925
2924
  """
@@ -2948,28 +2947,28 @@ class UserGroupSamlSettings(dict):
2948
2947
  return super().get(key, default)
2949
2948
 
2950
2949
  def __init__(__self__, *,
2951
- group_name: Optional[builtins.str] = None,
2952
- sso_provider_id: Optional[builtins.str] = None):
2950
+ group_name: Optional[_builtins.str] = None,
2951
+ sso_provider_id: Optional[_builtins.str] = None):
2953
2952
  """
2954
- :param builtins.str group_name: The group name of the SAML user group.
2955
- :param builtins.str sso_provider_id: The ID of the SSO provider.
2953
+ :param _builtins.str group_name: The group name of the SAML user group.
2954
+ :param _builtins.str sso_provider_id: The ID of the SSO provider.
2956
2955
  """
2957
2956
  if group_name is not None:
2958
2957
  pulumi.set(__self__, "group_name", group_name)
2959
2958
  if sso_provider_id is not None:
2960
2959
  pulumi.set(__self__, "sso_provider_id", sso_provider_id)
2961
2960
 
2962
- @property
2961
+ @_builtins.property
2963
2962
  @pulumi.getter(name="groupName")
2964
- def group_name(self) -> Optional[builtins.str]:
2963
+ def group_name(self) -> Optional[_builtins.str]:
2965
2964
  """
2966
2965
  The group name of the SAML user group.
2967
2966
  """
2968
2967
  return pulumi.get(self, "group_name")
2969
2968
 
2970
- @property
2969
+ @_builtins.property
2971
2970
  @pulumi.getter(name="ssoProviderId")
2972
- def sso_provider_id(self) -> Optional[builtins.str]:
2971
+ def sso_provider_id(self) -> Optional[_builtins.str]:
2973
2972
  """
2974
2973
  The ID of the SSO provider.
2975
2974
  """
@@ -2979,13 +2978,13 @@ class UserGroupSamlSettings(dict):
2979
2978
  @pulumi.output_type
2980
2979
  class GetEncryptedTextUsageScopeResult(dict):
2981
2980
  def __init__(__self__, *,
2982
- application_id: Optional[builtins.str] = None,
2983
- environment_filter_type: Optional[builtins.str] = None,
2984
- environment_id: Optional[builtins.str] = None):
2981
+ application_id: Optional[_builtins.str] = None,
2982
+ environment_filter_type: Optional[_builtins.str] = None,
2983
+ environment_id: Optional[_builtins.str] = None):
2985
2984
  """
2986
- :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
2987
- :param builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2988
- :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
2985
+ :param _builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
2986
+ :param _builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
2987
+ :param _builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
2989
2988
  """
2990
2989
  if application_id is not None:
2991
2990
  pulumi.set(__self__, "application_id", application_id)
@@ -2994,25 +2993,25 @@ class GetEncryptedTextUsageScopeResult(dict):
2994
2993
  if environment_id is not None:
2995
2994
  pulumi.set(__self__, "environment_id", environment_id)
2996
2995
 
2997
- @property
2996
+ @_builtins.property
2998
2997
  @pulumi.getter(name="applicationId")
2999
- def application_id(self) -> Optional[builtins.str]:
2998
+ def application_id(self) -> Optional[_builtins.str]:
3000
2999
  """
3001
3000
  Id of the application to scope to. If empty then this scope applies to all applications.
3002
3001
  """
3003
3002
  return pulumi.get(self, "application_id")
3004
3003
 
3005
- @property
3004
+ @_builtins.property
3006
3005
  @pulumi.getter(name="environmentFilterType")
3007
- def environment_filter_type(self) -> Optional[builtins.str]:
3006
+ def environment_filter_type(self) -> Optional[_builtins.str]:
3008
3007
  """
3009
3008
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
3010
3009
  """
3011
3010
  return pulumi.get(self, "environment_filter_type")
3012
3011
 
3013
- @property
3012
+ @_builtins.property
3014
3013
  @pulumi.getter(name="environmentId")
3015
- def environment_id(self) -> Optional[builtins.str]:
3014
+ def environment_id(self) -> Optional[_builtins.str]:
3016
3015
  """
3017
3016
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
3018
3017
  """
@@ -3022,48 +3021,48 @@ class GetEncryptedTextUsageScopeResult(dict):
3022
3021
  @pulumi.output_type
3023
3022
  class GetEnvironmentVariableOverrideResult(dict):
3024
3023
  def __init__(__self__, *,
3025
- name: builtins.str,
3026
- service_name: builtins.str,
3027
- type: builtins.str,
3028
- value: builtins.str):
3024
+ name: _builtins.str,
3025
+ service_name: _builtins.str,
3026
+ type: _builtins.str,
3027
+ value: _builtins.str):
3029
3028
  """
3030
- :param builtins.str name: The name of the variable
3031
- :param builtins.str service_name: The name of the service
3032
- :param builtins.str type: The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
3033
- :param builtins.str value: The value of the service variable
3029
+ :param _builtins.str name: The name of the variable
3030
+ :param _builtins.str service_name: The name of the service
3031
+ :param _builtins.str type: The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
3032
+ :param _builtins.str value: The value of the service variable
3034
3033
  """
3035
3034
  pulumi.set(__self__, "name", name)
3036
3035
  pulumi.set(__self__, "service_name", service_name)
3037
3036
  pulumi.set(__self__, "type", type)
3038
3037
  pulumi.set(__self__, "value", value)
3039
3038
 
3040
- @property
3039
+ @_builtins.property
3041
3040
  @pulumi.getter
3042
- def name(self) -> builtins.str:
3041
+ def name(self) -> _builtins.str:
3043
3042
  """
3044
3043
  The name of the variable
3045
3044
  """
3046
3045
  return pulumi.get(self, "name")
3047
3046
 
3048
- @property
3047
+ @_builtins.property
3049
3048
  @pulumi.getter(name="serviceName")
3050
- def service_name(self) -> builtins.str:
3049
+ def service_name(self) -> _builtins.str:
3051
3050
  """
3052
3051
  The name of the service
3053
3052
  """
3054
3053
  return pulumi.get(self, "service_name")
3055
3054
 
3056
- @property
3055
+ @_builtins.property
3057
3056
  @pulumi.getter
3058
- def type(self) -> builtins.str:
3057
+ def type(self) -> _builtins.str:
3059
3058
  """
3060
3059
  The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
3061
3060
  """
3062
3061
  return pulumi.get(self, "type")
3063
3062
 
3064
- @property
3063
+ @_builtins.property
3065
3064
  @pulumi.getter
3066
- def value(self) -> builtins.str:
3065
+ def value(self) -> _builtins.str:
3067
3066
  """
3068
3067
  The value of the service variable
3069
3068
  """
@@ -3073,37 +3072,37 @@ class GetEnvironmentVariableOverrideResult(dict):
3073
3072
  @pulumi.output_type
3074
3073
  class GetGitConnectorCommitDetailResult(dict):
3075
3074
  def __init__(__self__, *,
3076
- author_email_id: builtins.str,
3077
- author_name: builtins.str,
3078
- message: builtins.str):
3075
+ author_email_id: _builtins.str,
3076
+ author_name: _builtins.str,
3077
+ message: _builtins.str):
3079
3078
  """
3080
- :param builtins.str author_email_id: The email id of the author.
3081
- :param builtins.str author_name: The name of the author.
3082
- :param builtins.str message: Commit message.
3079
+ :param _builtins.str author_email_id: The email id of the author.
3080
+ :param _builtins.str author_name: The name of the author.
3081
+ :param _builtins.str message: Commit message.
3083
3082
  """
3084
3083
  pulumi.set(__self__, "author_email_id", author_email_id)
3085
3084
  pulumi.set(__self__, "author_name", author_name)
3086
3085
  pulumi.set(__self__, "message", message)
3087
3086
 
3088
- @property
3087
+ @_builtins.property
3089
3088
  @pulumi.getter(name="authorEmailId")
3090
- def author_email_id(self) -> builtins.str:
3089
+ def author_email_id(self) -> _builtins.str:
3091
3090
  """
3092
3091
  The email id of the author.
3093
3092
  """
3094
3093
  return pulumi.get(self, "author_email_id")
3095
3094
 
3096
- @property
3095
+ @_builtins.property
3097
3096
  @pulumi.getter(name="authorName")
3098
- def author_name(self) -> builtins.str:
3097
+ def author_name(self) -> _builtins.str:
3099
3098
  """
3100
3099
  The name of the author.
3101
3100
  """
3102
3101
  return pulumi.get(self, "author_name")
3103
3102
 
3104
- @property
3103
+ @_builtins.property
3105
3104
  @pulumi.getter
3106
- def message(self) -> builtins.str:
3105
+ def message(self) -> _builtins.str:
3107
3106
  """
3108
3107
  Commit message.
3109
3108
  """
@@ -3113,13 +3112,13 @@ class GetGitConnectorCommitDetailResult(dict):
3113
3112
  @pulumi.output_type
3114
3113
  class GetSecretManagerUsageScopeResult(dict):
3115
3114
  def __init__(__self__, *,
3116
- application_id: Optional[builtins.str] = None,
3117
- environment_filter_type: Optional[builtins.str] = None,
3118
- environment_id: Optional[builtins.str] = None):
3115
+ application_id: Optional[_builtins.str] = None,
3116
+ environment_filter_type: Optional[_builtins.str] = None,
3117
+ environment_id: Optional[_builtins.str] = None):
3119
3118
  """
3120
- :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
3121
- :param builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
3122
- :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
3119
+ :param _builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
3120
+ :param _builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
3121
+ :param _builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
3123
3122
  """
3124
3123
  if application_id is not None:
3125
3124
  pulumi.set(__self__, "application_id", application_id)
@@ -3128,25 +3127,25 @@ class GetSecretManagerUsageScopeResult(dict):
3128
3127
  if environment_id is not None:
3129
3128
  pulumi.set(__self__, "environment_id", environment_id)
3130
3129
 
3131
- @property
3130
+ @_builtins.property
3132
3131
  @pulumi.getter(name="applicationId")
3133
- def application_id(self) -> Optional[builtins.str]:
3132
+ def application_id(self) -> Optional[_builtins.str]:
3134
3133
  """
3135
3134
  Id of the application to scope to. If empty then this scope applies to all applications.
3136
3135
  """
3137
3136
  return pulumi.get(self, "application_id")
3138
3137
 
3139
- @property
3138
+ @_builtins.property
3140
3139
  @pulumi.getter(name="environmentFilterType")
3141
- def environment_filter_type(self) -> Optional[builtins.str]:
3140
+ def environment_filter_type(self) -> Optional[_builtins.str]:
3142
3141
  """
3143
3142
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
3144
3143
  """
3145
3144
  return pulumi.get(self, "environment_filter_type")
3146
3145
 
3147
- @property
3146
+ @_builtins.property
3148
3147
  @pulumi.getter(name="environmentId")
3149
- def environment_id(self) -> Optional[builtins.str]:
3148
+ def environment_id(self) -> Optional[_builtins.str]:
3150
3149
  """
3151
3150
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
3152
3151
  """
@@ -3156,13 +3155,13 @@ class GetSecretManagerUsageScopeResult(dict):
3156
3155
  @pulumi.output_type
3157
3156
  class GetSshCredentialUsageScopeResult(dict):
3158
3157
  def __init__(__self__, *,
3159
- application_id: Optional[builtins.str] = None,
3160
- environment_filter_type: Optional[builtins.str] = None,
3161
- environment_id: Optional[builtins.str] = None):
3158
+ application_id: Optional[_builtins.str] = None,
3159
+ environment_filter_type: Optional[_builtins.str] = None,
3160
+ environment_id: Optional[_builtins.str] = None):
3162
3161
  """
3163
- :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
3164
- :param builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
3165
- :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
3162
+ :param _builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
3163
+ :param _builtins.str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
3164
+ :param _builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
3166
3165
  """
3167
3166
  if application_id is not None:
3168
3167
  pulumi.set(__self__, "application_id", application_id)
@@ -3171,25 +3170,25 @@ class GetSshCredentialUsageScopeResult(dict):
3171
3170
  if environment_id is not None:
3172
3171
  pulumi.set(__self__, "environment_id", environment_id)
3173
3172
 
3174
- @property
3173
+ @_builtins.property
3175
3174
  @pulumi.getter(name="applicationId")
3176
- def application_id(self) -> Optional[builtins.str]:
3175
+ def application_id(self) -> Optional[_builtins.str]:
3177
3176
  """
3178
3177
  Id of the application to scope to. If empty then this scope applies to all applications.
3179
3178
  """
3180
3179
  return pulumi.get(self, "application_id")
3181
3180
 
3182
- @property
3181
+ @_builtins.property
3183
3182
  @pulumi.getter(name="environmentFilterType")
3184
- def environment_filter_type(self) -> Optional[builtins.str]:
3183
+ def environment_filter_type(self) -> Optional[_builtins.str]:
3185
3184
  """
3186
3185
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
3187
3186
  """
3188
3187
  return pulumi.get(self, "environment_filter_type")
3189
3188
 
3190
- @property
3189
+ @_builtins.property
3191
3190
  @pulumi.getter(name="environmentId")
3192
- def environment_id(self) -> Optional[builtins.str]:
3191
+ def environment_id(self) -> Optional[_builtins.str]:
3193
3192
  """
3194
3193
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
3195
3194
  """
@@ -3200,15 +3199,15 @@ class GetSshCredentialUsageScopeResult(dict):
3200
3199
  class GetTriggerConditionResult(dict):
3201
3200
  def __init__(__self__, *,
3202
3201
  on_webhooks: Sequence['outputs.GetTriggerConditionOnWebhookResult'],
3203
- trigger_condition_type: builtins.str):
3202
+ trigger_condition_type: _builtins.str):
3204
3203
  """
3205
3204
  :param Sequence['GetTriggerConditionOnWebhookArgs'] on_webhooks: On webhook.
3206
- :param builtins.str trigger_condition_type: Trigger condition.
3205
+ :param _builtins.str trigger_condition_type: Trigger condition.
3207
3206
  """
3208
3207
  pulumi.set(__self__, "on_webhooks", on_webhooks)
3209
3208
  pulumi.set(__self__, "trigger_condition_type", trigger_condition_type)
3210
3209
 
3211
- @property
3210
+ @_builtins.property
3212
3211
  @pulumi.getter(name="onWebhooks")
3213
3212
  def on_webhooks(self) -> Sequence['outputs.GetTriggerConditionOnWebhookResult']:
3214
3213
  """
@@ -3216,9 +3215,9 @@ class GetTriggerConditionResult(dict):
3216
3215
  """
3217
3216
  return pulumi.get(self, "on_webhooks")
3218
3217
 
3219
- @property
3218
+ @_builtins.property
3220
3219
  @pulumi.getter(name="triggerConditionType")
3221
- def trigger_condition_type(self) -> builtins.str:
3220
+ def trigger_condition_type(self) -> _builtins.str:
3222
3221
  """
3223
3222
  Trigger condition.
3224
3223
  """
@@ -3234,7 +3233,7 @@ class GetTriggerConditionOnWebhookResult(dict):
3234
3233
  """
3235
3234
  pulumi.set(__self__, "webhook_details", webhook_details)
3236
3235
 
3237
- @property
3236
+ @_builtins.property
3238
3237
  @pulumi.getter(name="webhookDetails")
3239
3238
  def webhook_details(self) -> Sequence['outputs.GetTriggerConditionOnWebhookWebhookDetailResult']:
3240
3239
  """
@@ -3246,17 +3245,17 @@ class GetTriggerConditionOnWebhookResult(dict):
3246
3245
  @pulumi.output_type
3247
3246
  class GetTriggerConditionOnWebhookWebhookDetailResult(dict):
3248
3247
  def __init__(__self__, *,
3249
- header: builtins.str,
3250
- method: builtins.str,
3251
- payload: builtins.str,
3252
- webhook_token: builtins.str,
3253
- webhook_url: builtins.str):
3254
- """
3255
- :param builtins.str header: Header.
3256
- :param builtins.str method: Method.
3257
- :param builtins.str payload: Payload.
3258
- :param builtins.str webhook_token: Webhook token.
3259
- :param builtins.str webhook_url: Webhook URL.
3248
+ header: _builtins.str,
3249
+ method: _builtins.str,
3250
+ payload: _builtins.str,
3251
+ webhook_token: _builtins.str,
3252
+ webhook_url: _builtins.str):
3253
+ """
3254
+ :param _builtins.str header: Header.
3255
+ :param _builtins.str method: Method.
3256
+ :param _builtins.str payload: Payload.
3257
+ :param _builtins.str webhook_token: Webhook token.
3258
+ :param _builtins.str webhook_url: Webhook URL.
3260
3259
  """
3261
3260
  pulumi.set(__self__, "header", header)
3262
3261
  pulumi.set(__self__, "method", method)
@@ -3264,41 +3263,41 @@ class GetTriggerConditionOnWebhookWebhookDetailResult(dict):
3264
3263
  pulumi.set(__self__, "webhook_token", webhook_token)
3265
3264
  pulumi.set(__self__, "webhook_url", webhook_url)
3266
3265
 
3267
- @property
3266
+ @_builtins.property
3268
3267
  @pulumi.getter
3269
- def header(self) -> builtins.str:
3268
+ def header(self) -> _builtins.str:
3270
3269
  """
3271
3270
  Header.
3272
3271
  """
3273
3272
  return pulumi.get(self, "header")
3274
3273
 
3275
- @property
3274
+ @_builtins.property
3276
3275
  @pulumi.getter
3277
- def method(self) -> builtins.str:
3276
+ def method(self) -> _builtins.str:
3278
3277
  """
3279
3278
  Method.
3280
3279
  """
3281
3280
  return pulumi.get(self, "method")
3282
3281
 
3283
- @property
3282
+ @_builtins.property
3284
3283
  @pulumi.getter
3285
- def payload(self) -> builtins.str:
3284
+ def payload(self) -> _builtins.str:
3286
3285
  """
3287
3286
  Payload.
3288
3287
  """
3289
3288
  return pulumi.get(self, "payload")
3290
3289
 
3291
- @property
3290
+ @_builtins.property
3292
3291
  @pulumi.getter(name="webhookToken")
3293
- def webhook_token(self) -> builtins.str:
3292
+ def webhook_token(self) -> _builtins.str:
3294
3293
  """
3295
3294
  Webhook token.
3296
3295
  """
3297
3296
  return pulumi.get(self, "webhook_token")
3298
3297
 
3299
- @property
3298
+ @_builtins.property
3300
3299
  @pulumi.getter(name="webhookUrl")
3301
- def webhook_url(self) -> builtins.str:
3300
+ def webhook_url(self) -> _builtins.str:
3302
3301
  """
3303
3302
  Webhook URL.
3304
3303
  """