pulumi-harness 0.8.0a1743573050__py3-none-any.whl → 0.8.0a1744264283__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.0a1744264283.dist-info}/METADATA +1 -1
  316. pulumi_harness-0.8.0a1744264283.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.0a1744264283.dist-info}/WHEEL +0 -0
  319. {pulumi_harness-0.8.0a1743573050.dist-info → pulumi_harness-0.8.0a1744264283.dist-info}/top_level.txt +0 -0
@@ -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
@@ -49,11 +50,11 @@ class AwsAssumeCrossAccountRole(dict):
49
50
  return super().get(key, default)
50
51
 
51
52
  def __init__(__self__, *,
52
- role_arn: str,
53
- external_id: Optional[str] = None):
53
+ role_arn: builtins.str,
54
+ external_id: Optional[builtins.str] = None):
54
55
  """
55
- :param str role_arn: This is an IAM role in the target deployment AWS account.
56
- :param str external_id: If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
56
+ :param builtins.str role_arn: This is an IAM role in the target deployment AWS account.
57
+ :param builtins.str external_id: If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
57
58
  """
58
59
  pulumi.set(__self__, "role_arn", role_arn)
59
60
  if external_id is not None:
@@ -61,7 +62,7 @@ class AwsAssumeCrossAccountRole(dict):
61
62
 
62
63
  @property
63
64
  @pulumi.getter(name="roleArn")
64
- def role_arn(self) -> str:
65
+ def role_arn(self) -> builtins.str:
65
66
  """
66
67
  This is an IAM role in the target deployment AWS account.
67
68
  """
@@ -69,7 +70,7 @@ class AwsAssumeCrossAccountRole(dict):
69
70
 
70
71
  @property
71
72
  @pulumi.getter(name="externalId")
72
- def external_id(self) -> Optional[str]:
73
+ def external_id(self) -> Optional[builtins.str]:
73
74
  """
74
75
  If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
75
76
  """
@@ -100,13 +101,13 @@ class AwsUsageScope(dict):
100
101
  return super().get(key, default)
101
102
 
102
103
  def __init__(__self__, *,
103
- application_id: Optional[str] = None,
104
- environment_filter_type: Optional[str] = None,
105
- environment_id: Optional[str] = None):
104
+ application_id: Optional[builtins.str] = None,
105
+ environment_filter_type: Optional[builtins.str] = None,
106
+ environment_id: Optional[builtins.str] = None):
106
107
  """
107
- :param str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
108
- :param str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
109
- :param str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
108
+ :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
109
+ :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.
110
+ :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
110
111
  """
111
112
  if application_id is not None:
112
113
  pulumi.set(__self__, "application_id", application_id)
@@ -117,7 +118,7 @@ class AwsUsageScope(dict):
117
118
 
118
119
  @property
119
120
  @pulumi.getter(name="applicationId")
120
- def application_id(self) -> Optional[str]:
121
+ def application_id(self) -> Optional[builtins.str]:
121
122
  """
122
123
  Id of the application to scope to. If empty then this scope applies to all applications.
123
124
  """
@@ -125,7 +126,7 @@ class AwsUsageScope(dict):
125
126
 
126
127
  @property
127
128
  @pulumi.getter(name="environmentFilterType")
128
- def environment_filter_type(self) -> Optional[str]:
129
+ def environment_filter_type(self) -> Optional[builtins.str]:
129
130
  """
130
131
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
131
132
  """
@@ -133,7 +134,7 @@ class AwsUsageScope(dict):
133
134
 
134
135
  @property
135
136
  @pulumi.getter(name="environmentId")
136
- def environment_id(self) -> Optional[str]:
137
+ def environment_id(self) -> Optional[builtins.str]:
137
138
  """
138
139
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
139
140
  """
@@ -164,13 +165,13 @@ class DatacenterUsageScope(dict):
164
165
  return super().get(key, default)
165
166
 
166
167
  def __init__(__self__, *,
167
- application_id: Optional[str] = None,
168
- environment_filter_type: Optional[str] = None,
169
- environment_id: Optional[str] = None):
168
+ application_id: Optional[builtins.str] = None,
169
+ environment_filter_type: Optional[builtins.str] = None,
170
+ environment_id: Optional[builtins.str] = None):
170
171
  """
171
- :param str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
172
- :param str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
173
- :param str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
172
+ :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
173
+ :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.
174
+ :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
174
175
  """
175
176
  if application_id is not None:
176
177
  pulumi.set(__self__, "application_id", application_id)
@@ -181,7 +182,7 @@ class DatacenterUsageScope(dict):
181
182
 
182
183
  @property
183
184
  @pulumi.getter(name="applicationId")
184
- def application_id(self) -> Optional[str]:
185
+ def application_id(self) -> Optional[builtins.str]:
185
186
  """
186
187
  Id of the application to scope to. If empty then this scope applies to all applications.
187
188
  """
@@ -189,7 +190,7 @@ class DatacenterUsageScope(dict):
189
190
 
190
191
  @property
191
192
  @pulumi.getter(name="environmentFilterType")
192
- def environment_filter_type(self) -> Optional[str]:
193
+ def environment_filter_type(self) -> Optional[builtins.str]:
193
194
  """
194
195
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
195
196
  """
@@ -197,7 +198,7 @@ class DatacenterUsageScope(dict):
197
198
 
198
199
  @property
199
200
  @pulumi.getter(name="environmentId")
200
- def environment_id(self) -> Optional[str]:
201
+ def environment_id(self) -> Optional[builtins.str]:
201
202
  """
202
203
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
203
204
  """
@@ -228,13 +229,13 @@ class GcpUsageScope(dict):
228
229
  return super().get(key, default)
229
230
 
230
231
  def __init__(__self__, *,
231
- application_id: Optional[str] = None,
232
- environment_filter_type: Optional[str] = None,
233
- environment_id: Optional[str] = None):
232
+ application_id: Optional[builtins.str] = None,
233
+ environment_filter_type: Optional[builtins.str] = None,
234
+ environment_id: Optional[builtins.str] = None):
234
235
  """
235
- :param str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
236
- :param str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
237
- :param str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
236
+ :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
237
+ :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.
238
+ :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
238
239
  """
239
240
  if application_id is not None:
240
241
  pulumi.set(__self__, "application_id", application_id)
@@ -245,7 +246,7 @@ class GcpUsageScope(dict):
245
246
 
246
247
  @property
247
248
  @pulumi.getter(name="applicationId")
248
- def application_id(self) -> Optional[str]:
249
+ def application_id(self) -> Optional[builtins.str]:
249
250
  """
250
251
  Id of the application to scope to. If empty then this scope applies to all applications.
251
252
  """
@@ -253,7 +254,7 @@ class GcpUsageScope(dict):
253
254
 
254
255
  @property
255
256
  @pulumi.getter(name="environmentFilterType")
256
- def environment_filter_type(self) -> Optional[str]:
257
+ def environment_filter_type(self) -> Optional[builtins.str]:
257
258
  """
258
259
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
259
260
  """
@@ -261,7 +262,7 @@ class GcpUsageScope(dict):
261
262
 
262
263
  @property
263
264
  @pulumi.getter(name="environmentId")
264
- def environment_id(self) -> Optional[str]:
265
+ def environment_id(self) -> Optional[builtins.str]:
265
266
  """
266
267
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
267
268
  """
@@ -292,12 +293,12 @@ class KubernetesAuthentication(dict):
292
293
  return super().get(key, default)
293
294
 
294
295
  def __init__(__self__, *,
295
- delegate_selectors: Optional[Sequence[str]] = None,
296
+ delegate_selectors: Optional[Sequence[builtins.str]] = None,
296
297
  oidc: Optional['outputs.KubernetesAuthenticationOidc'] = None,
297
298
  service_account: Optional['outputs.KubernetesAuthenticationServiceAccount'] = None,
298
299
  username_password: Optional['outputs.KubernetesAuthenticationUsernamePassword'] = None):
299
300
  """
300
- :param Sequence[str] delegate_selectors: Delegate selectors to inherit the GCP credentials from.
301
+ :param Sequence[builtins.str] delegate_selectors: Delegate selectors to inherit the GCP credentials from.
301
302
  :param 'KubernetesAuthenticationOidcArgs' oidc: Service account configuration for connecting to the Kubernetes cluster
302
303
  :param 'KubernetesAuthenticationServiceAccountArgs' service_account: Username and password for authentication to the cluster
303
304
  :param 'KubernetesAuthenticationUsernamePasswordArgs' username_password: Username and password for authentication to the cluster
@@ -313,7 +314,7 @@ class KubernetesAuthentication(dict):
313
314
 
314
315
  @property
315
316
  @pulumi.getter(name="delegateSelectors")
316
- def delegate_selectors(self) -> Optional[Sequence[str]]:
317
+ def delegate_selectors(self) -> Optional[Sequence[builtins.str]]:
317
318
  """
318
319
  Delegate selectors to inherit the GCP credentials from.
319
320
  """
@@ -372,21 +373,21 @@ class KubernetesAuthenticationOidc(dict):
372
373
  return super().get(key, default)
373
374
 
374
375
  def __init__(__self__, *,
375
- client_id_secret_name: str,
376
- identity_provider_url: str,
377
- master_url: str,
378
- password_secret_name: str,
379
- username: str,
380
- client_secret_secret_name: Optional[str] = None,
381
- scopes: Optional[Sequence[str]] = None):
382
- """
383
- :param str client_id_secret_name: Name of the Harness secret containing the client ID for the cluster.
384
- :param str identity_provider_url: URL of the identity provider to use.
385
- :param str master_url: URL of the Kubernetes master to connect to.
386
- :param str password_secret_name: Name of the Harness secret containing the password for the cluster.
387
- :param str username: Username for authentication to the cluster. This can be the username itself or the ID of a harness secret.
388
- :param str client_secret_secret_name: Name of the Harness secret containing the client secret for the cluster.
389
- :param Sequence[str] scopes: Scopes to request from the identity provider.
376
+ client_id_secret_name: builtins.str,
377
+ identity_provider_url: builtins.str,
378
+ master_url: builtins.str,
379
+ password_secret_name: builtins.str,
380
+ username: builtins.str,
381
+ client_secret_secret_name: Optional[builtins.str] = None,
382
+ scopes: Optional[Sequence[builtins.str]] = None):
383
+ """
384
+ :param builtins.str client_id_secret_name: Name of the Harness secret containing the client ID for the cluster.
385
+ :param builtins.str identity_provider_url: URL of the identity provider to use.
386
+ :param builtins.str master_url: URL of the Kubernetes master to connect to.
387
+ :param builtins.str password_secret_name: Name of the Harness secret containing the password for the cluster.
388
+ :param builtins.str username: Username for authentication to the cluster. This can be the username itself or the ID of a harness secret.
389
+ :param builtins.str client_secret_secret_name: Name of the Harness secret containing the client secret for the cluster.
390
+ :param Sequence[builtins.str] scopes: Scopes to request from the identity provider.
390
391
  """
391
392
  pulumi.set(__self__, "client_id_secret_name", client_id_secret_name)
392
393
  pulumi.set(__self__, "identity_provider_url", identity_provider_url)
@@ -400,7 +401,7 @@ class KubernetesAuthenticationOidc(dict):
400
401
 
401
402
  @property
402
403
  @pulumi.getter(name="clientIdSecretName")
403
- def client_id_secret_name(self) -> str:
404
+ def client_id_secret_name(self) -> builtins.str:
404
405
  """
405
406
  Name of the Harness secret containing the client ID for the cluster.
406
407
  """
@@ -408,7 +409,7 @@ class KubernetesAuthenticationOidc(dict):
408
409
 
409
410
  @property
410
411
  @pulumi.getter(name="identityProviderUrl")
411
- def identity_provider_url(self) -> str:
412
+ def identity_provider_url(self) -> builtins.str:
412
413
  """
413
414
  URL of the identity provider to use.
414
415
  """
@@ -416,7 +417,7 @@ class KubernetesAuthenticationOidc(dict):
416
417
 
417
418
  @property
418
419
  @pulumi.getter(name="masterUrl")
419
- def master_url(self) -> str:
420
+ def master_url(self) -> builtins.str:
420
421
  """
421
422
  URL of the Kubernetes master to connect to.
422
423
  """
@@ -424,7 +425,7 @@ class KubernetesAuthenticationOidc(dict):
424
425
 
425
426
  @property
426
427
  @pulumi.getter(name="passwordSecretName")
427
- def password_secret_name(self) -> str:
428
+ def password_secret_name(self) -> builtins.str:
428
429
  """
429
430
  Name of the Harness secret containing the password for the cluster.
430
431
  """
@@ -432,7 +433,7 @@ class KubernetesAuthenticationOidc(dict):
432
433
 
433
434
  @property
434
435
  @pulumi.getter
435
- def username(self) -> str:
436
+ def username(self) -> builtins.str:
436
437
  """
437
438
  Username for authentication to the cluster. This can be the username itself or the ID of a harness secret.
438
439
  """
@@ -440,7 +441,7 @@ class KubernetesAuthenticationOidc(dict):
440
441
 
441
442
  @property
442
443
  @pulumi.getter(name="clientSecretSecretName")
443
- def client_secret_secret_name(self) -> Optional[str]:
444
+ def client_secret_secret_name(self) -> Optional[builtins.str]:
444
445
  """
445
446
  Name of the Harness secret containing the client secret for the cluster.
446
447
  """
@@ -448,7 +449,7 @@ class KubernetesAuthenticationOidc(dict):
448
449
 
449
450
  @property
450
451
  @pulumi.getter
451
- def scopes(self) -> Optional[Sequence[str]]:
452
+ def scopes(self) -> Optional[Sequence[builtins.str]]:
452
453
  """
453
454
  Scopes to request from the identity provider.
454
455
  """
@@ -479,13 +480,13 @@ class KubernetesAuthenticationServiceAccount(dict):
479
480
  return super().get(key, default)
480
481
 
481
482
  def __init__(__self__, *,
482
- master_url: str,
483
- service_account_token_secret_name: str,
484
- ca_certificate_secret_name: Optional[str] = None):
483
+ master_url: builtins.str,
484
+ service_account_token_secret_name: builtins.str,
485
+ ca_certificate_secret_name: Optional[builtins.str] = None):
485
486
  """
486
- :param str master_url: URL of the Kubernetes master to connect to.
487
- :param str service_account_token_secret_name: Name of the Harness secret containing the service account token for the cluster.
488
- :param str ca_certificate_secret_name: Name of the Harness secret containing the CA certificate for the cluster.
487
+ :param builtins.str master_url: URL of the Kubernetes master to connect to.
488
+ :param builtins.str service_account_token_secret_name: Name of the Harness secret containing the service account token for the cluster.
489
+ :param builtins.str ca_certificate_secret_name: Name of the Harness secret containing the CA certificate for the cluster.
489
490
  """
490
491
  pulumi.set(__self__, "master_url", master_url)
491
492
  pulumi.set(__self__, "service_account_token_secret_name", service_account_token_secret_name)
@@ -494,7 +495,7 @@ class KubernetesAuthenticationServiceAccount(dict):
494
495
 
495
496
  @property
496
497
  @pulumi.getter(name="masterUrl")
497
- def master_url(self) -> str:
498
+ def master_url(self) -> builtins.str:
498
499
  """
499
500
  URL of the Kubernetes master to connect to.
500
501
  """
@@ -502,7 +503,7 @@ class KubernetesAuthenticationServiceAccount(dict):
502
503
 
503
504
  @property
504
505
  @pulumi.getter(name="serviceAccountTokenSecretName")
505
- def service_account_token_secret_name(self) -> str:
506
+ def service_account_token_secret_name(self) -> builtins.str:
506
507
  """
507
508
  Name of the Harness secret containing the service account token for the cluster.
508
509
  """
@@ -510,7 +511,7 @@ class KubernetesAuthenticationServiceAccount(dict):
510
511
 
511
512
  @property
512
513
  @pulumi.getter(name="caCertificateSecretName")
513
- def ca_certificate_secret_name(self) -> Optional[str]:
514
+ def ca_certificate_secret_name(self) -> Optional[builtins.str]:
514
515
  """
515
516
  Name of the Harness secret containing the CA certificate for the cluster.
516
517
  """
@@ -541,15 +542,15 @@ class KubernetesAuthenticationUsernamePassword(dict):
541
542
  return super().get(key, default)
542
543
 
543
544
  def __init__(__self__, *,
544
- master_url: str,
545
- password_secret_name: str,
546
- username: Optional[str] = None,
547
- username_secret_name: Optional[str] = None):
545
+ master_url: builtins.str,
546
+ password_secret_name: builtins.str,
547
+ username: Optional[builtins.str] = None,
548
+ username_secret_name: Optional[builtins.str] = None):
548
549
  """
549
- :param str master_url: URL of the Kubernetes master to connect to.
550
- :param str password_secret_name: Name of the Harness secret containing the password for the cluster.
551
- :param str username: Username for authentication to the cluster
552
- :param str username_secret_name: Name of the Harness secret containing the username for authentication to the cluster
550
+ :param builtins.str master_url: URL of the Kubernetes master to connect to.
551
+ :param builtins.str password_secret_name: Name of the Harness secret containing the password for the cluster.
552
+ :param builtins.str username: Username for authentication to the cluster
553
+ :param builtins.str username_secret_name: Name of the Harness secret containing the username for authentication to the cluster
553
554
  """
554
555
  pulumi.set(__self__, "master_url", master_url)
555
556
  pulumi.set(__self__, "password_secret_name", password_secret_name)
@@ -560,7 +561,7 @@ class KubernetesAuthenticationUsernamePassword(dict):
560
561
 
561
562
  @property
562
563
  @pulumi.getter(name="masterUrl")
563
- def master_url(self) -> str:
564
+ def master_url(self) -> builtins.str:
564
565
  """
565
566
  URL of the Kubernetes master to connect to.
566
567
  """
@@ -568,7 +569,7 @@ class KubernetesAuthenticationUsernamePassword(dict):
568
569
 
569
570
  @property
570
571
  @pulumi.getter(name="passwordSecretName")
571
- def password_secret_name(self) -> str:
572
+ def password_secret_name(self) -> builtins.str:
572
573
  """
573
574
  Name of the Harness secret containing the password for the cluster.
574
575
  """
@@ -576,7 +577,7 @@ class KubernetesAuthenticationUsernamePassword(dict):
576
577
 
577
578
  @property
578
579
  @pulumi.getter
579
- def username(self) -> Optional[str]:
580
+ def username(self) -> Optional[builtins.str]:
580
581
  """
581
582
  Username for authentication to the cluster
582
583
  """
@@ -584,7 +585,7 @@ class KubernetesAuthenticationUsernamePassword(dict):
584
585
 
585
586
  @property
586
587
  @pulumi.getter(name="usernameSecretName")
587
- def username_secret_name(self) -> Optional[str]:
588
+ def username_secret_name(self) -> Optional[builtins.str]:
588
589
  """
589
590
  Name of the Harness secret containing the username for authentication to the cluster
590
591
  """
@@ -615,13 +616,13 @@ class KubernetesUsageScope(dict):
615
616
  return super().get(key, default)
616
617
 
617
618
  def __init__(__self__, *,
618
- application_id: Optional[str] = None,
619
- environment_filter_type: Optional[str] = None,
620
- environment_id: Optional[str] = None):
619
+ application_id: Optional[builtins.str] = None,
620
+ environment_filter_type: Optional[builtins.str] = None,
621
+ environment_id: Optional[builtins.str] = None):
621
622
  """
622
- :param str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
623
- :param str environment_filter_type: Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
624
- :param str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
623
+ :param builtins.str application_id: Id of the application to scope to. If empty then this scope applies to all applications.
624
+ :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.
625
+ :param builtins.str environment_id: Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
625
626
  """
626
627
  if application_id is not None:
627
628
  pulumi.set(__self__, "application_id", application_id)
@@ -632,7 +633,7 @@ class KubernetesUsageScope(dict):
632
633
 
633
634
  @property
634
635
  @pulumi.getter(name="applicationId")
635
- def application_id(self) -> Optional[str]:
636
+ def application_id(self) -> Optional[builtins.str]:
636
637
  """
637
638
  Id of the application to scope to. If empty then this scope applies to all applications.
638
639
  """
@@ -640,7 +641,7 @@ class KubernetesUsageScope(dict):
640
641
 
641
642
  @property
642
643
  @pulumi.getter(name="environmentFilterType")
643
- def environment_filter_type(self) -> Optional[str]:
644
+ def environment_filter_type(self) -> Optional[builtins.str]:
644
645
  """
645
646
  Type of environment filter applied. Cannot be used with `environment_id`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
646
647
  """
@@ -648,7 +649,7 @@ class KubernetesUsageScope(dict):
648
649
 
649
650
  @property
650
651
  @pulumi.getter(name="environmentId")
651
- def environment_id(self) -> Optional[str]:
652
+ def environment_id(self) -> Optional[builtins.str]:
652
653
  """
653
654
  Id of the id of the specific environment to scope to. Cannot be used with `environment_filter_type`.
654
655
  """