pulumi-harness 0.5.0a1733377558__py3-none-any.whl → 0.5.0a1733809662__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 (155) hide show
  1. pulumi_harness/__init__.py +8 -0
  2. pulumi_harness/autostopping/get_aws_alb.py +2 -2
  3. pulumi_harness/autostopping/get_aws_proxy.py +2 -2
  4. pulumi_harness/autostopping/get_azure_gateway.py +2 -2
  5. pulumi_harness/autostopping/get_azure_proxy.py +2 -2
  6. pulumi_harness/autostopping/get_gcp_proxy.py +2 -2
  7. pulumi_harness/autostopping/get_rule_ecs.py +2 -2
  8. pulumi_harness/autostopping/get_rule_rds.py +2 -2
  9. pulumi_harness/autostopping/get_rule_vm.py +2 -2
  10. pulumi_harness/autostopping/get_schedule.py +2 -2
  11. pulumi_harness/cloudprovider/get_delegate_ids.py +2 -2
  12. pulumi_harness/cluster/get_orchestrator.py +2 -2
  13. pulumi_harness/get_application.py +2 -2
  14. pulumi_harness/get_current_account.py +2 -2
  15. pulumi_harness/get_delegate.py +2 -2
  16. pulumi_harness/get_encrypted_text.py +2 -2
  17. pulumi_harness/get_environment.py +2 -2
  18. pulumi_harness/get_git_connector.py +2 -2
  19. pulumi_harness/get_secret_manager.py +2 -2
  20. pulumi_harness/get_service.py +2 -2
  21. pulumi_harness/get_ssh_credential.py +2 -2
  22. pulumi_harness/get_sso_provider.py +2 -2
  23. pulumi_harness/get_trigger.py +2 -2
  24. pulumi_harness/get_user.py +2 -2
  25. pulumi_harness/get_user_group.py +2 -2
  26. pulumi_harness/get_yaml_config.py +2 -2
  27. pulumi_harness/governance/get_rule.py +2 -2
  28. pulumi_harness/governance/get_rule_enforcement.py +2 -2
  29. pulumi_harness/governance/get_rule_set.py +2 -2
  30. pulumi_harness/platform/__init__.py +2 -0
  31. pulumi_harness/platform/_inputs.py +94 -37
  32. pulumi_harness/platform/get_api_key.py +2 -2
  33. pulumi_harness/platform/get_app_dynamics_connector.py +2 -2
  34. pulumi_harness/platform/get_artifactory_connector.py +2 -2
  35. pulumi_harness/platform/get_aws_cc_connector.py +2 -2
  36. pulumi_harness/platform/get_aws_connector.py +2 -2
  37. pulumi_harness/platform/get_aws_kms_connector.py +2 -2
  38. pulumi_harness/platform/get_aws_secret_manager_connector.py +2 -2
  39. pulumi_harness/platform/get_azure_cloud_cost_connector.py +2 -2
  40. pulumi_harness/platform/get_azure_cloud_provider_connector.py +2 -2
  41. pulumi_harness/platform/get_azure_key_vault_connector.py +2 -2
  42. pulumi_harness/platform/get_bitbucket_connector.py +2 -2
  43. pulumi_harness/platform/get_ccm_filters.py +2 -2
  44. pulumi_harness/platform/get_connector_custom_secret_manager.py +2 -2
  45. pulumi_harness/platform/get_connector_customhealthsource.py +2 -2
  46. pulumi_harness/platform/get_connector_jdbc.py +2 -2
  47. pulumi_harness/platform/get_connector_pdc.py +2 -2
  48. pulumi_harness/platform/get_connector_rancher.py +2 -2
  49. pulumi_harness/platform/get_current_account.py +2 -2
  50. pulumi_harness/platform/get_current_user.py +2 -2
  51. pulumi_harness/platform/get_datadog_connector.py +2 -2
  52. pulumi_harness/platform/get_db_instance.py +2 -2
  53. pulumi_harness/platform/get_db_schema.py +2 -2
  54. pulumi_harness/platform/get_delegatetoken.py +2 -2
  55. pulumi_harness/platform/get_docker_connector.py +2 -2
  56. pulumi_harness/platform/get_dynatrace_connector.py +2 -2
  57. pulumi_harness/platform/get_elasticsearch_connector.py +2 -2
  58. pulumi_harness/platform/get_environment.py +2 -2
  59. pulumi_harness/platform/get_environment_clusters_mapping.py +2 -2
  60. pulumi_harness/platform/get_environment_group.py +2 -2
  61. pulumi_harness/platform/get_environment_list.py +2 -2
  62. pulumi_harness/platform/get_environment_service_overrides.py +2 -2
  63. pulumi_harness/platform/get_file_store_file.py +2 -2
  64. pulumi_harness/platform/get_file_store_folder.py +2 -2
  65. pulumi_harness/platform/get_filters.py +2 -2
  66. pulumi_harness/platform/get_gcp_cloud_cost_connector.py +2 -2
  67. pulumi_harness/platform/get_gcp_connector.py +2 -2
  68. pulumi_harness/platform/get_gcp_secret_manager_connector.py +2 -2
  69. pulumi_harness/platform/get_git_connector.py +2 -2
  70. pulumi_harness/platform/get_github_connector.py +2 -2
  71. pulumi_harness/platform/get_gitlab_connector.py +2 -2
  72. pulumi_harness/platform/get_gitops_agent.py +56 -31
  73. pulumi_harness/platform/get_gitops_agent_deploy_yaml.py +4 -3
  74. pulumi_harness/platform/get_gitops_app_project.py +4 -3
  75. pulumi_harness/platform/get_gitops_app_project_mapping.py +4 -3
  76. pulumi_harness/platform/get_gitops_applications.py +4 -3
  77. pulumi_harness/platform/get_gitops_cluster.py +4 -3
  78. pulumi_harness/platform/get_gitops_gnupg.py +4 -3
  79. pulumi_harness/platform/get_gitops_repo_cert.py +6 -5
  80. pulumi_harness/platform/get_gitops_repo_cred.py +4 -3
  81. pulumi_harness/platform/get_gitops_repository.py +4 -3
  82. pulumi_harness/platform/get_gitx_webhook.py +2 -2
  83. pulumi_harness/platform/get_helm_connector.py +2 -2
  84. pulumi_harness/platform/get_iacm_default_pipeline.py +2 -2
  85. pulumi_harness/platform/get_infra_module.py +320 -0
  86. pulumi_harness/platform/get_infrastructure.py +2 -2
  87. pulumi_harness/platform/get_input_set.py +2 -2
  88. pulumi_harness/platform/get_jenkins_connector.py +2 -2
  89. pulumi_harness/platform/get_jira_connector.py +2 -2
  90. pulumi_harness/platform/get_kubernetes_cloud_cost_connector.py +2 -2
  91. pulumi_harness/platform/get_kubernetes_connector.py +2 -2
  92. pulumi_harness/platform/get_manual_freeze.py +2 -2
  93. pulumi_harness/platform/get_monitored_service.py +2 -2
  94. pulumi_harness/platform/get_nexus_connector.py +2 -2
  95. pulumi_harness/platform/get_notification_rule.py +2 -2
  96. pulumi_harness/platform/get_oci_helm_connector.py +2 -2
  97. pulumi_harness/platform/get_organization.py +2 -2
  98. pulumi_harness/platform/get_overrides.py +2 -2
  99. pulumi_harness/platform/get_pagerduty_connector.py +2 -2
  100. pulumi_harness/platform/get_permissions.py +2 -2
  101. pulumi_harness/platform/get_pipeline.py +2 -2
  102. pulumi_harness/platform/get_pipeline_filters.py +2 -2
  103. pulumi_harness/platform/get_pipeline_list.py +2 -2
  104. pulumi_harness/platform/get_policy.py +2 -2
  105. pulumi_harness/platform/get_policy_set.py +2 -2
  106. pulumi_harness/platform/get_project.py +2 -2
  107. pulumi_harness/platform/get_project_list.py +2 -2
  108. pulumi_harness/platform/get_prometheus_connector.py +2 -2
  109. pulumi_harness/platform/get_provider.py +2 -2
  110. pulumi_harness/platform/get_repo.py +2 -2
  111. pulumi_harness/platform/get_repo_rule_branch.py +2 -2
  112. pulumi_harness/platform/get_repo_webhook.py +2 -2
  113. pulumi_harness/platform/get_resource_group.py +2 -2
  114. pulumi_harness/platform/get_role_assignments.py +2 -2
  115. pulumi_harness/platform/get_roles.py +2 -2
  116. pulumi_harness/platform/get_secret_file.py +2 -2
  117. pulumi_harness/platform/get_secret_sshkey.py +2 -2
  118. pulumi_harness/platform/get_secret_text.py +2 -2
  119. pulumi_harness/platform/get_service.py +2 -2
  120. pulumi_harness/platform/get_service_account.py +2 -2
  121. pulumi_harness/platform/get_service_list.py +2 -2
  122. pulumi_harness/platform/get_service_now_connector.py +2 -2
  123. pulumi_harness/platform/get_service_overrides_v2.py +2 -2
  124. pulumi_harness/platform/get_slo.py +2 -2
  125. pulumi_harness/platform/get_splunk_connector.py +2 -2
  126. pulumi_harness/platform/get_spot_connector.py +2 -2
  127. pulumi_harness/platform/get_sumologic_connector.py +2 -2
  128. pulumi_harness/platform/get_tas_connector.py +2 -2
  129. pulumi_harness/platform/get_template.py +2 -2
  130. pulumi_harness/platform/get_template_filters.py +2 -2
  131. pulumi_harness/platform/get_terraform_cloud_connector.py +2 -2
  132. pulumi_harness/platform/get_token.py +2 -2
  133. pulumi_harness/platform/get_triggers.py +2 -2
  134. pulumi_harness/platform/get_user.py +2 -2
  135. pulumi_harness/platform/get_usergroup.py +2 -2
  136. pulumi_harness/platform/get_variables.py +2 -2
  137. pulumi_harness/platform/get_vault_connector.py +2 -2
  138. pulumi_harness/platform/get_workspace.py +2 -2
  139. pulumi_harness/platform/get_workspace_output_value.py +2 -2
  140. pulumi_harness/platform/git_ops_agent.py +53 -17
  141. pulumi_harness/platform/git_ops_applications.py +25 -17
  142. pulumi_harness/platform/git_ops_cluster.py +25 -17
  143. pulumi_harness/platform/git_ops_gnupg.py +25 -17
  144. pulumi_harness/platform/git_ops_repo_cert.py +25 -17
  145. pulumi_harness/platform/git_ops_repo_cred.py +25 -17
  146. pulumi_harness/platform/git_ops_repository.py +25 -17
  147. pulumi_harness/platform/gitops_app_project.py +65 -57
  148. pulumi_harness/platform/gitops_app_project_mapping.py +26 -18
  149. pulumi_harness/platform/infra_module.py +755 -0
  150. pulumi_harness/platform/outputs.py +98 -23
  151. pulumi_harness/pulumi-plugin.json +1 -1
  152. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/METADATA +1 -1
  153. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/RECORD +155 -153
  154. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/WHEEL +0 -0
  155. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/top_level.txt +0 -0
@@ -21,12 +21,12 @@ __all__ = ['GitOpsApplicationsArgs', 'GitOpsApplications']
21
21
  @pulumi.input_type
22
22
  class GitOpsApplicationsArgs:
23
23
  def __init__(__self__, *,
24
- account_id: pulumi.Input[str],
25
24
  agent_id: pulumi.Input[str],
26
25
  applications: pulumi.Input[Sequence[pulumi.Input['GitOpsApplicationsApplicationArgs']]],
27
26
  cluster_id: pulumi.Input[str],
28
27
  org_id: pulumi.Input[str],
29
28
  project_id: pulumi.Input[str],
29
+ account_id: Optional[pulumi.Input[str]] = None,
30
30
  identifier: Optional[pulumi.Input[str]] = None,
31
31
  kind: Optional[pulumi.Input[str]] = None,
32
32
  name: Optional[pulumi.Input[str]] = None,
@@ -41,12 +41,12 @@ class GitOpsApplicationsArgs:
41
41
  validate: Optional[pulumi.Input[bool]] = None):
42
42
  """
43
43
  The set of arguments for constructing a GitOpsApplications resource.
44
- :param pulumi.Input[str] account_id: Account identifier of the GitOps application.
45
44
  :param pulumi.Input[str] agent_id: Agent identifier of the GitOps application.
46
45
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsApplicationsApplicationArgs']]] applications: Definition of the GitOps application resource.
47
46
  :param pulumi.Input[str] cluster_id: Cluster identifier of the GitOps application.
48
47
  :param pulumi.Input[str] org_id: Organization identifier of the GitOps application.
49
48
  :param pulumi.Input[str] project_id: Project identifier of the GitOps application.
49
+ :param pulumi.Input[str] account_id: Account identifier of the GitOps application.
50
50
  :param pulumi.Input[str] identifier: Identifier of the GitOps application.
51
51
  :param pulumi.Input[str] kind: Kind of the GitOps application.
52
52
  :param pulumi.Input[str] name: Name of the GitOps application.
@@ -60,12 +60,16 @@ class GitOpsApplicationsArgs:
60
60
  :param pulumi.Input[bool] upsert: Indicates if the GitOps application should be updated if existing and inserted if not.
61
61
  :param pulumi.Input[bool] validate: Indicates if the GitOps application yaml has to be validated.
62
62
  """
63
- pulumi.set(__self__, "account_id", account_id)
64
63
  pulumi.set(__self__, "agent_id", agent_id)
65
64
  pulumi.set(__self__, "applications", applications)
66
65
  pulumi.set(__self__, "cluster_id", cluster_id)
67
66
  pulumi.set(__self__, "org_id", org_id)
68
67
  pulumi.set(__self__, "project_id", project_id)
68
+ if account_id is not None:
69
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
70
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
71
+ if account_id is not None:
72
+ pulumi.set(__self__, "account_id", account_id)
69
73
  if identifier is not None:
70
74
  warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
71
75
  pulumi.log.warn("""identifier is deprecated: This field is deprecated and will be removed in a future release.""")
@@ -94,18 +98,6 @@ class GitOpsApplicationsArgs:
94
98
  if validate is not None:
95
99
  pulumi.set(__self__, "validate", validate)
96
100
 
97
- @property
98
- @pulumi.getter(name="accountId")
99
- def account_id(self) -> pulumi.Input[str]:
100
- """
101
- Account identifier of the GitOps application.
102
- """
103
- return pulumi.get(self, "account_id")
104
-
105
- @account_id.setter
106
- def account_id(self, value: pulumi.Input[str]):
107
- pulumi.set(self, "account_id", value)
108
-
109
101
  @property
110
102
  @pulumi.getter(name="agentId")
111
103
  def agent_id(self) -> pulumi.Input[str]:
@@ -166,6 +158,19 @@ class GitOpsApplicationsArgs:
166
158
  def project_id(self, value: pulumi.Input[str]):
167
159
  pulumi.set(self, "project_id", value)
168
160
 
161
+ @property
162
+ @pulumi.getter(name="accountId")
163
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
164
+ def account_id(self) -> Optional[pulumi.Input[str]]:
165
+ """
166
+ Account identifier of the GitOps application.
167
+ """
168
+ return pulumi.get(self, "account_id")
169
+
170
+ @account_id.setter
171
+ def account_id(self, value: Optional[pulumi.Input[str]]):
172
+ pulumi.set(self, "account_id", value)
173
+
169
174
  @property
170
175
  @pulumi.getter
171
176
  @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
@@ -354,6 +359,9 @@ class _GitOpsApplicationsState:
354
359
  :param pulumi.Input[bool] upsert: Indicates if the GitOps application should be updated if existing and inserted if not.
355
360
  :param pulumi.Input[bool] validate: Indicates if the GitOps application yaml has to be validated.
356
361
  """
362
+ if account_id is not None:
363
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
364
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
357
365
  if account_id is not None:
358
366
  pulumi.set(__self__, "account_id", account_id)
359
367
  if agent_id is not None:
@@ -396,6 +404,7 @@ class _GitOpsApplicationsState:
396
404
 
397
405
  @property
398
406
  @pulumi.getter(name="accountId")
407
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
399
408
  def account_id(self) -> Optional[pulumi.Input[str]]:
400
409
  """
401
410
  Account identifier of the GitOps application.
@@ -827,8 +836,6 @@ class GitOpsApplications(pulumi.CustomResource):
827
836
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
828
837
  __props__ = GitOpsApplicationsArgs.__new__(GitOpsApplicationsArgs)
829
838
 
830
- if account_id is None and not opts.urn:
831
- raise TypeError("Missing required property 'account_id'")
832
839
  __props__.__dict__["account_id"] = account_id
833
840
  if agent_id is None and not opts.urn:
834
841
  raise TypeError("Missing required property 'agent_id'")
@@ -937,6 +944,7 @@ class GitOpsApplications(pulumi.CustomResource):
937
944
 
938
945
  @property
939
946
  @pulumi.getter(name="accountId")
947
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
940
948
  def account_id(self) -> pulumi.Output[str]:
941
949
  """
942
950
  Account identifier of the GitOps application.
@@ -21,24 +21,28 @@ __all__ = ['GitOpsClusterArgs', 'GitOpsCluster']
21
21
  @pulumi.input_type
22
22
  class GitOpsClusterArgs:
23
23
  def __init__(__self__, *,
24
- account_id: pulumi.Input[str],
25
24
  agent_id: pulumi.Input[str],
26
25
  identifier: pulumi.Input[str],
26
+ account_id: Optional[pulumi.Input[str]] = None,
27
27
  org_id: Optional[pulumi.Input[str]] = None,
28
28
  project_id: Optional[pulumi.Input[str]] = None,
29
29
  requests: Optional[pulumi.Input[Sequence[pulumi.Input['GitOpsClusterRequestArgs']]]] = None):
30
30
  """
31
31
  The set of arguments for constructing a GitOpsCluster resource.
32
- :param pulumi.Input[str] account_id: Account identifier of the GitOps cluster.
33
32
  :param pulumi.Input[str] agent_id: Agent identifier of the GitOps cluster. (include scope prefix)
34
33
  :param pulumi.Input[str] identifier: Identifier of the GitOps cluster.
34
+ :param pulumi.Input[str] account_id: Account identifier of the GitOps cluster.
35
35
  :param pulumi.Input[str] org_id: Organization identifier of the cluster.
36
36
  :param pulumi.Input[str] project_id: Project identifier of the GitOps cluster.
37
37
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsClusterRequestArgs']]] requests: Cluster create or update request.
38
38
  """
39
- pulumi.set(__self__, "account_id", account_id)
40
39
  pulumi.set(__self__, "agent_id", agent_id)
41
40
  pulumi.set(__self__, "identifier", identifier)
41
+ if account_id is not None:
42
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
43
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
44
+ if account_id is not None:
45
+ pulumi.set(__self__, "account_id", account_id)
42
46
  if org_id is not None:
43
47
  pulumi.set(__self__, "org_id", org_id)
44
48
  if project_id is not None:
@@ -46,18 +50,6 @@ class GitOpsClusterArgs:
46
50
  if requests is not None:
47
51
  pulumi.set(__self__, "requests", requests)
48
52
 
49
- @property
50
- @pulumi.getter(name="accountId")
51
- def account_id(self) -> pulumi.Input[str]:
52
- """
53
- Account identifier of the GitOps cluster.
54
- """
55
- return pulumi.get(self, "account_id")
56
-
57
- @account_id.setter
58
- def account_id(self, value: pulumi.Input[str]):
59
- pulumi.set(self, "account_id", value)
60
-
61
53
  @property
62
54
  @pulumi.getter(name="agentId")
63
55
  def agent_id(self) -> pulumi.Input[str]:
@@ -82,6 +74,19 @@ class GitOpsClusterArgs:
82
74
  def identifier(self, value: pulumi.Input[str]):
83
75
  pulumi.set(self, "identifier", value)
84
76
 
77
+ @property
78
+ @pulumi.getter(name="accountId")
79
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
80
+ def account_id(self) -> Optional[pulumi.Input[str]]:
81
+ """
82
+ Account identifier of the GitOps cluster.
83
+ """
84
+ return pulumi.get(self, "account_id")
85
+
86
+ @account_id.setter
87
+ def account_id(self, value: Optional[pulumi.Input[str]]):
88
+ pulumi.set(self, "account_id", value)
89
+
85
90
  @property
86
91
  @pulumi.getter(name="orgId")
87
92
  def org_id(self) -> Optional[pulumi.Input[str]]:
@@ -137,6 +142,9 @@ class _GitOpsClusterState:
137
142
  :param pulumi.Input[str] project_id: Project identifier of the GitOps cluster.
138
143
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsClusterRequestArgs']]] requests: Cluster create or update request.
139
144
  """
145
+ if account_id is not None:
146
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
147
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
140
148
  if account_id is not None:
141
149
  pulumi.set(__self__, "account_id", account_id)
142
150
  if agent_id is not None:
@@ -152,6 +160,7 @@ class _GitOpsClusterState:
152
160
 
153
161
  @property
154
162
  @pulumi.getter(name="accountId")
163
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
155
164
  def account_id(self) -> Optional[pulumi.Input[str]]:
156
165
  """
157
166
  Account identifier of the GitOps cluster.
@@ -326,8 +335,6 @@ class GitOpsCluster(pulumi.CustomResource):
326
335
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
327
336
  __props__ = GitOpsClusterArgs.__new__(GitOpsClusterArgs)
328
337
 
329
- if account_id is None and not opts.urn:
330
- raise TypeError("Missing required property 'account_id'")
331
338
  __props__.__dict__["account_id"] = account_id
332
339
  if agent_id is None and not opts.urn:
333
340
  raise TypeError("Missing required property 'agent_id'")
@@ -382,6 +389,7 @@ class GitOpsCluster(pulumi.CustomResource):
382
389
 
383
390
  @property
384
391
  @pulumi.getter(name="accountId")
392
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
385
393
  def account_id(self) -> pulumi.Output[str]:
386
394
  """
387
395
  Account identifier of the GitOps cluster.
@@ -21,39 +21,31 @@ __all__ = ['GitOpsGnupgArgs', 'GitOpsGnupg']
21
21
  @pulumi.input_type
22
22
  class GitOpsGnupgArgs:
23
23
  def __init__(__self__, *,
24
- account_id: pulumi.Input[str],
25
24
  agent_id: pulumi.Input[str],
26
25
  requests: pulumi.Input[Sequence[pulumi.Input['GitOpsGnupgRequestArgs']]],
26
+ account_id: Optional[pulumi.Input[str]] = None,
27
27
  org_id: Optional[pulumi.Input[str]] = None,
28
28
  project_id: Optional[pulumi.Input[str]] = None):
29
29
  """
30
30
  The set of arguments for constructing a GitOpsGnupg resource.
31
- :param pulumi.Input[str] account_id: Account Identifier for the GnuPG Key.
32
31
  :param pulumi.Input[str] agent_id: Agent identifier for the GnuPG Key.
33
32
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsGnupgRequestArgs']]] requests: GnuPGPublicKey is a representation of a GnuPG public key
33
+ :param pulumi.Input[str] account_id: Account Identifier for the GnuPG Key.
34
34
  :param pulumi.Input[str] org_id: Organization Identifier for the GnuPG Key.
35
35
  :param pulumi.Input[str] project_id: Project Identifier for the GnuPG Key.
36
36
  """
37
- pulumi.set(__self__, "account_id", account_id)
38
37
  pulumi.set(__self__, "agent_id", agent_id)
39
38
  pulumi.set(__self__, "requests", requests)
39
+ if account_id is not None:
40
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
41
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
42
+ if account_id is not None:
43
+ pulumi.set(__self__, "account_id", account_id)
40
44
  if org_id is not None:
41
45
  pulumi.set(__self__, "org_id", org_id)
42
46
  if project_id is not None:
43
47
  pulumi.set(__self__, "project_id", project_id)
44
48
 
45
- @property
46
- @pulumi.getter(name="accountId")
47
- def account_id(self) -> pulumi.Input[str]:
48
- """
49
- Account Identifier for the GnuPG Key.
50
- """
51
- return pulumi.get(self, "account_id")
52
-
53
- @account_id.setter
54
- def account_id(self, value: pulumi.Input[str]):
55
- pulumi.set(self, "account_id", value)
56
-
57
49
  @property
58
50
  @pulumi.getter(name="agentId")
59
51
  def agent_id(self) -> pulumi.Input[str]:
@@ -78,6 +70,19 @@ class GitOpsGnupgArgs:
78
70
  def requests(self, value: pulumi.Input[Sequence[pulumi.Input['GitOpsGnupgRequestArgs']]]):
79
71
  pulumi.set(self, "requests", value)
80
72
 
73
+ @property
74
+ @pulumi.getter(name="accountId")
75
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
76
+ def account_id(self) -> Optional[pulumi.Input[str]]:
77
+ """
78
+ Account Identifier for the GnuPG Key.
79
+ """
80
+ return pulumi.get(self, "account_id")
81
+
82
+ @account_id.setter
83
+ def account_id(self, value: Optional[pulumi.Input[str]]):
84
+ pulumi.set(self, "account_id", value)
85
+
81
86
  @property
82
87
  @pulumi.getter(name="orgId")
83
88
  def org_id(self) -> Optional[pulumi.Input[str]]:
@@ -121,6 +126,9 @@ class _GitOpsGnupgState:
121
126
  :param pulumi.Input[str] project_id: Project Identifier for the GnuPG Key.
122
127
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsGnupgRequestArgs']]] requests: GnuPGPublicKey is a representation of a GnuPG public key
123
128
  """
129
+ if account_id is not None:
130
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
131
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
124
132
  if account_id is not None:
125
133
  pulumi.set(__self__, "account_id", account_id)
126
134
  if agent_id is not None:
@@ -136,6 +144,7 @@ class _GitOpsGnupgState:
136
144
 
137
145
  @property
138
146
  @pulumi.getter(name="accountId")
147
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
139
148
  def account_id(self) -> Optional[pulumi.Input[str]]:
140
149
  """
141
150
  Account Identifier for the GnuPG Key.
@@ -341,8 +350,6 @@ class GitOpsGnupg(pulumi.CustomResource):
341
350
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
342
351
  __props__ = GitOpsGnupgArgs.__new__(GitOpsGnupgArgs)
343
352
 
344
- if account_id is None and not opts.urn:
345
- raise TypeError("Missing required property 'account_id'")
346
353
  __props__.__dict__["account_id"] = account_id
347
354
  if agent_id is None and not opts.urn:
348
355
  raise TypeError("Missing required property 'agent_id'")
@@ -397,6 +404,7 @@ class GitOpsGnupg(pulumi.CustomResource):
397
404
 
398
405
  @property
399
406
  @pulumi.getter(name="accountId")
407
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
400
408
  def account_id(self) -> pulumi.Output[str]:
401
409
  """
402
410
  Account Identifier for the GnuPG Key.
@@ -21,39 +21,31 @@ __all__ = ['GitOpsRepoCertArgs', 'GitOpsRepoCert']
21
21
  @pulumi.input_type
22
22
  class GitOpsRepoCertArgs:
23
23
  def __init__(__self__, *,
24
- account_id: pulumi.Input[str],
25
24
  agent_id: pulumi.Input[str],
26
25
  requests: pulumi.Input[Sequence[pulumi.Input['GitOpsRepoCertRequestArgs']]],
26
+ account_id: Optional[pulumi.Input[str]] = None,
27
27
  org_id: Optional[pulumi.Input[str]] = None,
28
28
  project_id: Optional[pulumi.Input[str]] = None):
29
29
  """
30
30
  The set of arguments for constructing a GitOpsRepoCert resource.
31
- :param pulumi.Input[str] account_id: Account identifier of the GitOps repository certificate.
32
31
  :param pulumi.Input[str] agent_id: Agent identifier of the GitOps repository certificate.
33
32
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsRepoCertRequestArgs']]] requests: Repository Certificate create/update request.
33
+ :param pulumi.Input[str] account_id: Account identifier of the GitOps repository certificate.
34
34
  :param pulumi.Input[str] org_id: Organization identifier of the GitOps repository certificate.
35
35
  :param pulumi.Input[str] project_id: Project identifier of the GitOps repository certificate.
36
36
  """
37
- pulumi.set(__self__, "account_id", account_id)
38
37
  pulumi.set(__self__, "agent_id", agent_id)
39
38
  pulumi.set(__self__, "requests", requests)
39
+ if account_id is not None:
40
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
41
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
42
+ if account_id is not None:
43
+ pulumi.set(__self__, "account_id", account_id)
40
44
  if org_id is not None:
41
45
  pulumi.set(__self__, "org_id", org_id)
42
46
  if project_id is not None:
43
47
  pulumi.set(__self__, "project_id", project_id)
44
48
 
45
- @property
46
- @pulumi.getter(name="accountId")
47
- def account_id(self) -> pulumi.Input[str]:
48
- """
49
- Account identifier of the GitOps repository certificate.
50
- """
51
- return pulumi.get(self, "account_id")
52
-
53
- @account_id.setter
54
- def account_id(self, value: pulumi.Input[str]):
55
- pulumi.set(self, "account_id", value)
56
-
57
49
  @property
58
50
  @pulumi.getter(name="agentId")
59
51
  def agent_id(self) -> pulumi.Input[str]:
@@ -78,6 +70,19 @@ class GitOpsRepoCertArgs:
78
70
  def requests(self, value: pulumi.Input[Sequence[pulumi.Input['GitOpsRepoCertRequestArgs']]]):
79
71
  pulumi.set(self, "requests", value)
80
72
 
73
+ @property
74
+ @pulumi.getter(name="accountId")
75
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
76
+ def account_id(self) -> Optional[pulumi.Input[str]]:
77
+ """
78
+ Account identifier of the GitOps repository certificate.
79
+ """
80
+ return pulumi.get(self, "account_id")
81
+
82
+ @account_id.setter
83
+ def account_id(self, value: Optional[pulumi.Input[str]]):
84
+ pulumi.set(self, "account_id", value)
85
+
81
86
  @property
82
87
  @pulumi.getter(name="orgId")
83
88
  def org_id(self) -> Optional[pulumi.Input[str]]:
@@ -119,6 +124,9 @@ class _GitOpsRepoCertState:
119
124
  :param pulumi.Input[str] project_id: Project identifier of the GitOps repository certificate.
120
125
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsRepoCertRequestArgs']]] requests: Repository Certificate create/update request.
121
126
  """
127
+ if account_id is not None:
128
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
129
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
122
130
  if account_id is not None:
123
131
  pulumi.set(__self__, "account_id", account_id)
124
132
  if agent_id is not None:
@@ -132,6 +140,7 @@ class _GitOpsRepoCertState:
132
140
 
133
141
  @property
134
142
  @pulumi.getter(name="accountId")
143
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
135
144
  def account_id(self) -> Optional[pulumi.Input[str]]:
136
145
  """
137
146
  Account identifier of the GitOps repository certificate.
@@ -337,8 +346,6 @@ class GitOpsRepoCert(pulumi.CustomResource):
337
346
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
338
347
  __props__ = GitOpsRepoCertArgs.__new__(GitOpsRepoCertArgs)
339
348
 
340
- if account_id is None and not opts.urn:
341
- raise TypeError("Missing required property 'account_id'")
342
349
  __props__.__dict__["account_id"] = account_id
343
350
  if agent_id is None and not opts.urn:
344
351
  raise TypeError("Missing required property 'agent_id'")
@@ -389,6 +396,7 @@ class GitOpsRepoCert(pulumi.CustomResource):
389
396
 
390
397
  @property
391
398
  @pulumi.getter(name="accountId")
399
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
392
400
  def account_id(self) -> pulumi.Output[str]:
393
401
  """
394
402
  Account identifier of the GitOps repository certificate.
@@ -21,26 +21,30 @@ __all__ = ['GitOpsRepoCredArgs', 'GitOpsRepoCred']
21
21
  @pulumi.input_type
22
22
  class GitOpsRepoCredArgs:
23
23
  def __init__(__self__, *,
24
- account_id: pulumi.Input[str],
25
24
  agent_id: pulumi.Input[str],
26
25
  identifier: pulumi.Input[str],
26
+ account_id: Optional[pulumi.Input[str]] = None,
27
27
  creds: Optional[pulumi.Input[Sequence[pulumi.Input['GitOpsRepoCredCredArgs']]]] = None,
28
28
  org_id: Optional[pulumi.Input[str]] = None,
29
29
  project_id: Optional[pulumi.Input[str]] = None,
30
30
  upsert: Optional[pulumi.Input[bool]] = None):
31
31
  """
32
32
  The set of arguments for constructing a GitOpsRepoCred resource.
33
- :param pulumi.Input[str] account_id: Account identifier of the Repository Credentials.
34
33
  :param pulumi.Input[str] agent_id: Agent identifier of the Repository Credentials.
35
34
  :param pulumi.Input[str] identifier: Identifier of the Repository Credentials.
35
+ :param pulumi.Input[str] account_id: Account identifier of the Repository Credentials.
36
36
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsRepoCredCredArgs']]] creds: credential details.
37
37
  :param pulumi.Input[str] org_id: Organization identifier of the Repository Credentials.
38
38
  :param pulumi.Input[str] project_id: Project identifier of the Repository Credentials.
39
39
  :param pulumi.Input[bool] upsert: Indicates if the GitOps repository credential should be updated if existing and inserted if not.
40
40
  """
41
- pulumi.set(__self__, "account_id", account_id)
42
41
  pulumi.set(__self__, "agent_id", agent_id)
43
42
  pulumi.set(__self__, "identifier", identifier)
43
+ if account_id is not None:
44
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
45
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
46
+ if account_id is not None:
47
+ pulumi.set(__self__, "account_id", account_id)
44
48
  if creds is not None:
45
49
  pulumi.set(__self__, "creds", creds)
46
50
  if org_id is not None:
@@ -50,18 +54,6 @@ class GitOpsRepoCredArgs:
50
54
  if upsert is not None:
51
55
  pulumi.set(__self__, "upsert", upsert)
52
56
 
53
- @property
54
- @pulumi.getter(name="accountId")
55
- def account_id(self) -> pulumi.Input[str]:
56
- """
57
- Account identifier of the Repository Credentials.
58
- """
59
- return pulumi.get(self, "account_id")
60
-
61
- @account_id.setter
62
- def account_id(self, value: pulumi.Input[str]):
63
- pulumi.set(self, "account_id", value)
64
-
65
57
  @property
66
58
  @pulumi.getter(name="agentId")
67
59
  def agent_id(self) -> pulumi.Input[str]:
@@ -86,6 +78,19 @@ class GitOpsRepoCredArgs:
86
78
  def identifier(self, value: pulumi.Input[str]):
87
79
  pulumi.set(self, "identifier", value)
88
80
 
81
+ @property
82
+ @pulumi.getter(name="accountId")
83
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
84
+ def account_id(self) -> Optional[pulumi.Input[str]]:
85
+ """
86
+ Account identifier of the Repository Credentials.
87
+ """
88
+ return pulumi.get(self, "account_id")
89
+
90
+ @account_id.setter
91
+ def account_id(self, value: Optional[pulumi.Input[str]]):
92
+ pulumi.set(self, "account_id", value)
93
+
89
94
  @property
90
95
  @pulumi.getter
91
96
  def creds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GitOpsRepoCredCredArgs']]]]:
@@ -155,6 +160,9 @@ class _GitOpsRepoCredState:
155
160
  :param pulumi.Input[str] project_id: Project identifier of the Repository Credentials.
156
161
  :param pulumi.Input[bool] upsert: Indicates if the GitOps repository credential should be updated if existing and inserted if not.
157
162
  """
163
+ if account_id is not None:
164
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
165
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
158
166
  if account_id is not None:
159
167
  pulumi.set(__self__, "account_id", account_id)
160
168
  if agent_id is not None:
@@ -172,6 +180,7 @@ class _GitOpsRepoCredState:
172
180
 
173
181
  @property
174
182
  @pulumi.getter(name="accountId")
183
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
175
184
  def account_id(self) -> Optional[pulumi.Input[str]]:
176
185
  """
177
186
  Account identifier of the Repository Credentials.
@@ -409,8 +418,6 @@ class GitOpsRepoCred(pulumi.CustomResource):
409
418
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
410
419
  __props__ = GitOpsRepoCredArgs.__new__(GitOpsRepoCredArgs)
411
420
 
412
- if account_id is None and not opts.urn:
413
- raise TypeError("Missing required property 'account_id'")
414
421
  __props__.__dict__["account_id"] = account_id
415
422
  if agent_id is None and not opts.urn:
416
423
  raise TypeError("Missing required property 'agent_id'")
@@ -469,6 +476,7 @@ class GitOpsRepoCred(pulumi.CustomResource):
469
476
 
470
477
  @property
471
478
  @pulumi.getter(name="accountId")
479
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
472
480
  def account_id(self) -> pulumi.Output[str]:
473
481
  """
474
482
  Account identifier of the Repository Credentials.
@@ -21,10 +21,10 @@ __all__ = ['GitOpsRepositoryArgs', 'GitOpsRepository']
21
21
  @pulumi.input_type
22
22
  class GitOpsRepositoryArgs:
23
23
  def __init__(__self__, *,
24
- account_id: pulumi.Input[str],
25
24
  agent_id: pulumi.Input[str],
26
25
  identifier: pulumi.Input[str],
27
26
  repos: pulumi.Input[Sequence[pulumi.Input['GitOpsRepositoryRepoArgs']]],
27
+ account_id: Optional[pulumi.Input[str]] = None,
28
28
  creds_only: Optional[pulumi.Input[bool]] = None,
29
29
  ecr_gen: Optional[pulumi.Input['GitOpsRepositoryEcrGenArgs']] = None,
30
30
  force_delete: Optional[pulumi.Input[bool]] = None,
@@ -37,10 +37,10 @@ class GitOpsRepositoryArgs:
37
37
  upsert: Optional[pulumi.Input[bool]] = None):
38
38
  """
39
39
  The set of arguments for constructing a GitOpsRepository resource.
40
- :param pulumi.Input[str] account_id: Account identifier of the GitOps repository.
41
40
  :param pulumi.Input[str] agent_id: Agent identifier of the GitOps repository.
42
41
  :param pulumi.Input[str] identifier: Identifier of the GitOps repository.
43
42
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsRepositoryRepoArgs']]] repos: Repo details holding application configurations.
43
+ :param pulumi.Input[str] account_id: Account identifier of the GitOps repository.
44
44
  :param pulumi.Input[bool] creds_only: Indicates if to operate on credential set instead of repository.
45
45
  :param pulumi.Input['GitOpsRepositoryEcrGenArgs'] ecr_gen: ECR access token generator specific configuration.
46
46
  :param pulumi.Input[bool] force_delete: Indicates if the repository should be deleted forcefully, regardless of existing applications using that repo.
@@ -53,10 +53,14 @@ class GitOpsRepositoryArgs:
53
53
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsRepositoryUpdateMaskArgs']]] update_masks: Update mask of the repository.
54
54
  :param pulumi.Input[bool] upsert: Indicates if the GitOps repository should be updated if existing and inserted if not.
55
55
  """
56
- pulumi.set(__self__, "account_id", account_id)
57
56
  pulumi.set(__self__, "agent_id", agent_id)
58
57
  pulumi.set(__self__, "identifier", identifier)
59
58
  pulumi.set(__self__, "repos", repos)
59
+ if account_id is not None:
60
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
61
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
62
+ if account_id is not None:
63
+ pulumi.set(__self__, "account_id", account_id)
60
64
  if creds_only is not None:
61
65
  pulumi.set(__self__, "creds_only", creds_only)
62
66
  if ecr_gen is not None:
@@ -81,18 +85,6 @@ class GitOpsRepositoryArgs:
81
85
  if upsert is not None:
82
86
  pulumi.set(__self__, "upsert", upsert)
83
87
 
84
- @property
85
- @pulumi.getter(name="accountId")
86
- def account_id(self) -> pulumi.Input[str]:
87
- """
88
- Account identifier of the GitOps repository.
89
- """
90
- return pulumi.get(self, "account_id")
91
-
92
- @account_id.setter
93
- def account_id(self, value: pulumi.Input[str]):
94
- pulumi.set(self, "account_id", value)
95
-
96
88
  @property
97
89
  @pulumi.getter(name="agentId")
98
90
  def agent_id(self) -> pulumi.Input[str]:
@@ -129,6 +121,19 @@ class GitOpsRepositoryArgs:
129
121
  def repos(self, value: pulumi.Input[Sequence[pulumi.Input['GitOpsRepositoryRepoArgs']]]):
130
122
  pulumi.set(self, "repos", value)
131
123
 
124
+ @property
125
+ @pulumi.getter(name="accountId")
126
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
127
+ def account_id(self) -> Optional[pulumi.Input[str]]:
128
+ """
129
+ Account identifier of the GitOps repository.
130
+ """
131
+ return pulumi.get(self, "account_id")
132
+
133
+ @account_id.setter
134
+ def account_id(self, value: Optional[pulumi.Input[str]]):
135
+ pulumi.set(self, "account_id", value)
136
+
132
137
  @property
133
138
  @pulumi.getter(name="credsOnly")
134
139
  def creds_only(self) -> Optional[pulumi.Input[bool]]:
@@ -287,6 +292,9 @@ class _GitOpsRepositoryState:
287
292
  :param pulumi.Input[Sequence[pulumi.Input['GitOpsRepositoryUpdateMaskArgs']]] update_masks: Update mask of the repository.
288
293
  :param pulumi.Input[bool] upsert: Indicates if the GitOps repository should be updated if existing and inserted if not.
289
294
  """
295
+ if account_id is not None:
296
+ warnings.warn("""This field is deprecated and will be removed in a future release.""", DeprecationWarning)
297
+ pulumi.log.warn("""account_id is deprecated: This field is deprecated and will be removed in a future release.""")
290
298
  if account_id is not None:
291
299
  pulumi.set(__self__, "account_id", account_id)
292
300
  if agent_id is not None:
@@ -321,6 +329,7 @@ class _GitOpsRepositoryState:
321
329
 
322
330
  @property
323
331
  @pulumi.getter(name="accountId")
332
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
324
333
  def account_id(self) -> Optional[pulumi.Input[str]]:
325
334
  """
326
335
  Account identifier of the GitOps repository.
@@ -618,8 +627,6 @@ class GitOpsRepository(pulumi.CustomResource):
618
627
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
619
628
  __props__ = GitOpsRepositoryArgs.__new__(GitOpsRepositoryArgs)
620
629
 
621
- if account_id is None and not opts.urn:
622
- raise TypeError("Missing required property 'account_id'")
623
630
  __props__.__dict__["account_id"] = account_id
624
631
  if agent_id is None and not opts.urn:
625
632
  raise TypeError("Missing required property 'agent_id'")
@@ -709,6 +716,7 @@ class GitOpsRepository(pulumi.CustomResource):
709
716
 
710
717
  @property
711
718
  @pulumi.getter(name="accountId")
719
+ @_utilities.deprecated("""This field is deprecated and will be removed in a future release.""")
712
720
  def account_id(self) -> pulumi.Output[str]:
713
721
  """
714
722
  Account identifier of the GitOps repository.