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