pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711607165__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.
Files changed (91) hide show
  1. pulumi_gcp/__init__.py +0 -27
  2. pulumi_gcp/apphub/__init__.py +0 -1
  3. pulumi_gcp/apphub/outputs.py +0 -214
  4. pulumi_gcp/bigquery/_inputs.py +0 -16
  5. pulumi_gcp/bigquery/outputs.py +0 -14
  6. pulumi_gcp/bigquery/routine.py +0 -98
  7. pulumi_gcp/bigtable/_inputs.py +4 -4
  8. pulumi_gcp/bigtable/gc_policy.py +0 -8
  9. pulumi_gcp/bigtable/outputs.py +4 -4
  10. pulumi_gcp/billing/_inputs.py +4 -4
  11. pulumi_gcp/billing/outputs.py +4 -4
  12. pulumi_gcp/billing/project_info.py +4 -4
  13. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  14. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  15. pulumi_gcp/cloudquota/__init__.py +0 -2
  16. pulumi_gcp/cloudquota/outputs.py +0 -118
  17. pulumi_gcp/cloudrunv2/service.py +7 -7
  18. pulumi_gcp/composer/_inputs.py +4 -14
  19. pulumi_gcp/composer/outputs.py +10 -22
  20. pulumi_gcp/compute/_inputs.py +44 -40
  21. pulumi_gcp/compute/autoscaler.py +14 -14
  22. pulumi_gcp/compute/interconnect_attachment.py +0 -64
  23. pulumi_gcp/compute/network_endpoint.py +0 -8
  24. pulumi_gcp/compute/network_endpoint_list.py +0 -8
  25. pulumi_gcp/compute/outputs.py +60 -62
  26. pulumi_gcp/compute/region_autoscaler.py +14 -14
  27. pulumi_gcp/compute/region_backend_service.py +0 -28
  28. pulumi_gcp/compute/target_instance.py +4 -4
  29. pulumi_gcp/config/__init__.pyi +0 -2
  30. pulumi_gcp/config/vars.py +0 -4
  31. pulumi_gcp/container/_inputs.py +16 -148
  32. pulumi_gcp/container/outputs.py +16 -148
  33. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  34. pulumi_gcp/dataflow/flex_template_job.py +112 -84
  35. pulumi_gcp/dataloss/_inputs.py +6 -6
  36. pulumi_gcp/dataloss/outputs.py +6 -6
  37. pulumi_gcp/dataplex/task.py +16 -16
  38. pulumi_gcp/dataproc/_inputs.py +10 -85
  39. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  40. pulumi_gcp/dataproc/metastore_service.py +0 -120
  41. pulumi_gcp/dataproc/outputs.py +10 -142
  42. pulumi_gcp/firebase/app_check_service_config.py +2 -2
  43. pulumi_gcp/firestore/backup_schedule.py +14 -14
  44. pulumi_gcp/firestore/field.py +4 -4
  45. pulumi_gcp/gkehub/membership_binding.py +6 -6
  46. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  47. pulumi_gcp/gkehub/namespace.py +4 -4
  48. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  49. pulumi_gcp/iam/_inputs.py +0 -76
  50. pulumi_gcp/iam/outputs.py +0 -76
  51. pulumi_gcp/iam/workforce_pool_provider.py +0 -35
  52. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -140
  53. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  54. pulumi_gcp/kms/_inputs.py +0 -46
  55. pulumi_gcp/kms/crypto_key.py +0 -54
  56. pulumi_gcp/kms/crypto_key_version.py +0 -54
  57. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  58. pulumi_gcp/kms/outputs.py +0 -54
  59. pulumi_gcp/logging/_inputs.py +8 -8
  60. pulumi_gcp/logging/metric.py +7 -7
  61. pulumi_gcp/logging/outputs.py +8 -8
  62. pulumi_gcp/monitoring/_inputs.py +2 -2
  63. pulumi_gcp/monitoring/outputs.py +2 -2
  64. pulumi_gcp/monitoring/slo.py +4 -4
  65. pulumi_gcp/networkservices/_inputs.py +6 -6
  66. pulumi_gcp/networkservices/outputs.py +6 -6
  67. pulumi_gcp/orgpolicy/policy.py +2 -2
  68. pulumi_gcp/provider.py +0 -20
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  71. pulumi_gcp/sql/_inputs.py +2 -20
  72. pulumi_gcp/sql/database_instance.py +2 -2
  73. pulumi_gcp/sql/outputs.py +2 -20
  74. pulumi_gcp/storage/_inputs.py +2 -2
  75. pulumi_gcp/storage/outputs.py +2 -2
  76. pulumi_gcp/vertex/__init__.py +0 -1
  77. pulumi_gcp/vertex/_inputs.py +8 -175
  78. pulumi_gcp/vertex/outputs.py +10 -202
  79. pulumi_gcp/vpcaccess/connector.py +28 -77
  80. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/RECORD +83 -91
  82. pulumi_gcp/apphub/get_application.py +0 -220
  83. pulumi_gcp/applicationintegration/__init__.py +0 -10
  84. pulumi_gcp/applicationintegration/_inputs.py +0 -119
  85. pulumi_gcp/applicationintegration/client.py +0 -566
  86. pulumi_gcp/applicationintegration/outputs.py +0 -122
  87. pulumi_gcp/cloudquota/_inputs.py +0 -131
  88. pulumi_gcp/cloudquota/s_quota_preference.py +0 -777
  89. pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -477
  90. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711607165.dist-info}/top_level.txt +0 -0
@@ -133,8 +133,8 @@ class InstanceCluster(dict):
133
133
  `bigtable.Instance` resource. If these values are changing, use a new
134
134
  `cluster_id`.
135
135
  :param int num_nodes: The number of nodes in the cluster.
136
- If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.
137
- :param str state: describes the current state of the cluster.
136
+ If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50%!s(MISSING)torage utilization.
137
+ :param str state: The state of the cluster
138
138
  :param str storage_type: The storage type to use. One of `"SSD"` or
139
139
  `"HDD"`. Defaults to `"SSD"`.
140
140
  :param str zone: The zone to create the Cloud Bigtable cluster in. If it not
@@ -193,7 +193,7 @@ class InstanceCluster(dict):
193
193
  def num_nodes(self) -> Optional[int]:
194
194
  """
195
195
  The number of nodes in the cluster.
196
- If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.
196
+ If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50%!s(MISSING)torage utilization.
197
197
  """
198
198
  return pulumi.get(self, "num_nodes")
199
199
 
@@ -201,7 +201,7 @@ class InstanceCluster(dict):
201
201
  @pulumi.getter
202
202
  def state(self) -> Optional[str]:
203
203
  """
204
- describes the current state of the cluster.
204
+ The state of the cluster
205
205
  """
206
206
  return pulumi.get(self, "state")
207
207
 
@@ -199,7 +199,7 @@ class BudgetAmountArgs:
199
199
  last_period_amount: Optional[pulumi.Input[bool]] = None,
200
200
  specified_amount: Optional[pulumi.Input['BudgetAmountSpecifiedAmountArgs']] = None):
201
201
  """
202
- :param pulumi.Input[bool] last_period_amount: Configures a budget amount that is automatically set to 100% of
202
+ :param pulumi.Input[bool] last_period_amount: Configures a budget amount that is automatically set to 100%!o(MISSING)f
203
203
  last period's spend.
204
204
  Boolean. Set value to true to use. Do not set to false, instead
205
205
  use the `specified_amount` block.
@@ -217,7 +217,7 @@ class BudgetAmountArgs:
217
217
  @pulumi.getter(name="lastPeriodAmount")
218
218
  def last_period_amount(self) -> Optional[pulumi.Input[bool]]:
219
219
  """
220
- Configures a budget amount that is automatically set to 100% of
220
+ Configures a budget amount that is automatically set to 100%!o(MISSING)f
221
221
  last period's spend.
222
222
  Boolean. Set value to true to use. Do not set to false, instead
223
223
  use the `specified_amount` block.
@@ -687,7 +687,7 @@ class BudgetThresholdRuleArgs:
687
687
  spend_basis: Optional[pulumi.Input[str]] = None):
688
688
  """
689
689
  :param pulumi.Input[float] threshold_percent: Send an alert when this threshold is exceeded. This is a
690
- 1.0-based percentage, so 0.5 = 50%. Must be >= 0.
690
+ 1.0-based percentage, so 0.5 = 50%! (MISSING)Must be >= 0.
691
691
  :param pulumi.Input[str] spend_basis: The type of basis used to determine if spend has passed
692
692
  the threshold.
693
693
  Default value is `CURRENT_SPEND`.
@@ -702,7 +702,7 @@ class BudgetThresholdRuleArgs:
702
702
  def threshold_percent(self) -> pulumi.Input[float]:
703
703
  """
704
704
  Send an alert when this threshold is exceeded. This is a
705
- 1.0-based percentage, so 0.5 = 50%. Must be >= 0.
705
+ 1.0-based percentage, so 0.5 = 50%! (MISSING)Must be >= 0.
706
706
  """
707
707
  return pulumi.get(self, "threshold_percent")
708
708
 
@@ -202,7 +202,7 @@ class BudgetAmount(dict):
202
202
  last_period_amount: Optional[bool] = None,
203
203
  specified_amount: Optional['outputs.BudgetAmountSpecifiedAmount'] = None):
204
204
  """
205
- :param bool last_period_amount: Configures a budget amount that is automatically set to 100% of
205
+ :param bool last_period_amount: Configures a budget amount that is automatically set to 100%!o(MISSING)f
206
206
  last period's spend.
207
207
  Boolean. Set value to true to use. Do not set to false, instead
208
208
  use the `specified_amount` block.
@@ -220,7 +220,7 @@ class BudgetAmount(dict):
220
220
  @pulumi.getter(name="lastPeriodAmount")
221
221
  def last_period_amount(self) -> Optional[bool]:
222
222
  """
223
- Configures a budget amount that is automatically set to 100% of
223
+ Configures a budget amount that is automatically set to 100%!o(MISSING)f
224
224
  last period's spend.
225
225
  Boolean. Set value to true to use. Do not set to false, instead
226
226
  use the `specified_amount` block.
@@ -682,7 +682,7 @@ class BudgetThresholdRule(dict):
682
682
  spend_basis: Optional[str] = None):
683
683
  """
684
684
  :param float threshold_percent: Send an alert when this threshold is exceeded. This is a
685
- 1.0-based percentage, so 0.5 = 50%. Must be >= 0.
685
+ 1.0-based percentage, so 0.5 = 50%! (MISSING)Must be >= 0.
686
686
  :param str spend_basis: The type of basis used to determine if spend has passed
687
687
  the threshold.
688
688
  Default value is `CURRENT_SPEND`.
@@ -697,7 +697,7 @@ class BudgetThresholdRule(dict):
697
697
  def threshold_percent(self) -> float:
698
698
  """
699
699
  Send an alert when this threshold is exceeded. This is a
700
- 1.0-based percentage, so 0.5 = 50%. Must be >= 0.
700
+ 1.0-based percentage, so 0.5 = 50%! (MISSING)Must be >= 0.
701
701
  """
702
702
  return pulumi.get(self, "threshold_percent")
703
703
 
@@ -141,8 +141,8 @@ class ProjectInfo(pulumi.CustomResource):
141
141
  import pulumi_gcp as gcp
142
142
 
143
143
  project = gcp.organizations.Project("project",
144
- project_id="tf-test_15222",
145
- name="tf-test_81126",
144
+ project_id="tf-test_77884",
145
+ name="tf-test_15222",
146
146
  org_id="123456789")
147
147
  default = gcp.billing.ProjectInfo("default",
148
148
  project=project.project_id,
@@ -204,8 +204,8 @@ class ProjectInfo(pulumi.CustomResource):
204
204
  import pulumi_gcp as gcp
205
205
 
206
206
  project = gcp.organizations.Project("project",
207
- project_id="tf-test_15222",
208
- name="tf-test_81126",
207
+ project_id="tf-test_77884",
208
+ name="tf-test_15222",
209
209
  org_id="123456789")
210
210
  default = gcp.billing.ProjectInfo("default",
211
211
  project=project.project_id,
@@ -687,7 +687,7 @@ class FunctionServiceConfigArgs:
687
687
  vpc_connector: Optional[pulumi.Input[str]] = None,
688
688
  vpc_connector_egress_settings: Optional[pulumi.Input[str]] = None):
689
689
  """
690
- :param pulumi.Input[bool] all_traffic_on_latest_revision: Whether 100% of traffic is routed to the latest revision. Defaults to true.
690
+ :param pulumi.Input[bool] all_traffic_on_latest_revision: Whether 100%!o(MISSING)f traffic is routed to the latest revision. Defaults to true.
691
691
  :param pulumi.Input[str] available_cpu: The number of CPUs used in a single container instance. Default value is calculated from available memory.
692
692
  :param pulumi.Input[str] available_memory: The amount of memory available for a function.
693
693
  Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is
@@ -757,7 +757,7 @@ class FunctionServiceConfigArgs:
757
757
  @pulumi.getter(name="allTrafficOnLatestRevision")
758
758
  def all_traffic_on_latest_revision(self) -> Optional[pulumi.Input[bool]]:
759
759
  """
760
- Whether 100% of traffic is routed to the latest revision. Defaults to true.
760
+ Whether 100%!o(MISSING)f traffic is routed to the latest revision. Defaults to true.
761
761
  """
762
762
  return pulumi.get(self, "all_traffic_on_latest_revision")
763
763
 
@@ -699,7 +699,7 @@ class FunctionServiceConfig(dict):
699
699
  vpc_connector: Optional[str] = None,
700
700
  vpc_connector_egress_settings: Optional[str] = None):
701
701
  """
702
- :param bool all_traffic_on_latest_revision: Whether 100% of traffic is routed to the latest revision. Defaults to true.
702
+ :param bool all_traffic_on_latest_revision: Whether 100%!o(MISSING)f traffic is routed to the latest revision. Defaults to true.
703
703
  :param str available_cpu: The number of CPUs used in a single container instance. Default value is calculated from available memory.
704
704
  :param str available_memory: The amount of memory available for a function.
705
705
  Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is
@@ -769,7 +769,7 @@ class FunctionServiceConfig(dict):
769
769
  @pulumi.getter(name="allTrafficOnLatestRevision")
770
770
  def all_traffic_on_latest_revision(self) -> Optional[bool]:
771
771
  """
772
- Whether 100% of traffic is routed to the latest revision. Defaults to true.
772
+ Whether 100%!o(MISSING)f traffic is routed to the latest revision. Defaults to true.
773
773
  """
774
774
  return pulumi.get(self, "all_traffic_on_latest_revision")
775
775
 
@@ -1513,7 +1513,7 @@ class GetFunctionServiceConfigResult(dict):
1513
1513
  vpc_connector: str,
1514
1514
  vpc_connector_egress_settings: str):
1515
1515
  """
1516
- :param bool all_traffic_on_latest_revision: Whether 100% of traffic is routed to the latest revision. Defaults to true.
1516
+ :param bool all_traffic_on_latest_revision: Whether 100%!o(MISSING)f traffic is routed to the latest revision. Defaults to true.
1517
1517
  :param str available_cpu: The number of CPUs used in a single container instance. Default value is calculated from available memory.
1518
1518
  :param str available_memory: The amount of memory available for a function.
1519
1519
  Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is
@@ -1559,7 +1559,7 @@ class GetFunctionServiceConfigResult(dict):
1559
1559
  @pulumi.getter(name="allTrafficOnLatestRevision")
1560
1560
  def all_traffic_on_latest_revision(self) -> bool:
1561
1561
  """
1562
- Whether 100% of traffic is routed to the latest revision. Defaults to true.
1562
+ Whether 100%!o(MISSING)f traffic is routed to the latest revision. Defaults to true.
1563
1563
  """
1564
1564
  return pulumi.get(self, "all_traffic_on_latest_revision")
1565
1565
 
@@ -7,6 +7,4 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .get_s_quota_info import *
9
9
  from .get_s_quota_infos import *
10
- from .s_quota_preference import *
11
- from ._inputs import *
12
10
  from . import outputs
@@ -11,7 +11,6 @@ from .. import _utilities
11
11
  from . import outputs
12
12
 
13
13
  __all__ = [
14
- 'SQuotaPreferenceQuotaConfig',
15
14
  'GetSQuotaInfoDimensionsInfoResult',
16
15
  'GetSQuotaInfoDimensionsInfoDetailResult',
17
16
  'GetSQuotaInfoQuotaIncreaseEligibilityResult',
@@ -21,123 +20,6 @@ __all__ = [
21
20
  'GetSQuotaInfosQuotaInfoQuotaIncreaseEligibilityResult',
22
21
  ]
23
22
 
24
- @pulumi.output_type
25
- class SQuotaPreferenceQuotaConfig(dict):
26
- @staticmethod
27
- def __key_warning(key: str):
28
- suggest = None
29
- if key == "preferredValue":
30
- suggest = "preferred_value"
31
- elif key == "grantedValue":
32
- suggest = "granted_value"
33
- elif key == "requestOrigin":
34
- suggest = "request_origin"
35
- elif key == "stateDetail":
36
- suggest = "state_detail"
37
- elif key == "traceId":
38
- suggest = "trace_id"
39
-
40
- if suggest:
41
- pulumi.log.warn(f"Key '{key}' not found in SQuotaPreferenceQuotaConfig. Access the value via the '{suggest}' property getter instead.")
42
-
43
- def __getitem__(self, key: str) -> Any:
44
- SQuotaPreferenceQuotaConfig.__key_warning(key)
45
- return super().__getitem__(key)
46
-
47
- def get(self, key: str, default = None) -> Any:
48
- SQuotaPreferenceQuotaConfig.__key_warning(key)
49
- return super().get(key, default)
50
-
51
- def __init__(__self__, *,
52
- preferred_value: str,
53
- annotations: Optional[Mapping[str, str]] = None,
54
- granted_value: Optional[str] = None,
55
- request_origin: Optional[str] = None,
56
- state_detail: Optional[str] = None,
57
- trace_id: Optional[str] = None):
58
- """
59
- :param str preferred_value: The preferred value. Must be greater than or equal to -1. If set to -1, it means the value is "unlimited".
60
- :param Mapping[str, str] annotations: The annotations map for clients to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations.
61
- An object containing a list of "key: value" pairs. Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
62
- :param str granted_value: (Output)
63
- Granted quota value.
64
- :param str request_origin: (Output)
65
- The origin of the quota preference request.
66
-
67
- - - -
68
- :param str state_detail: (Output)
69
- Optional details about the state of this quota preference.
70
- :param str trace_id: (Output)
71
- The trace id that the Google Cloud uses to provision the requested quota. This trace id may be used by the client to contact Cloud support to track the state of a quota preference request. The trace id is only produced for increase requests and is unique for each request. The quota decrease requests do not have a trace id.
72
- """
73
- pulumi.set(__self__, "preferred_value", preferred_value)
74
- if annotations is not None:
75
- pulumi.set(__self__, "annotations", annotations)
76
- if granted_value is not None:
77
- pulumi.set(__self__, "granted_value", granted_value)
78
- if request_origin is not None:
79
- pulumi.set(__self__, "request_origin", request_origin)
80
- if state_detail is not None:
81
- pulumi.set(__self__, "state_detail", state_detail)
82
- if trace_id is not None:
83
- pulumi.set(__self__, "trace_id", trace_id)
84
-
85
- @property
86
- @pulumi.getter(name="preferredValue")
87
- def preferred_value(self) -> str:
88
- """
89
- The preferred value. Must be greater than or equal to -1. If set to -1, it means the value is "unlimited".
90
- """
91
- return pulumi.get(self, "preferred_value")
92
-
93
- @property
94
- @pulumi.getter
95
- def annotations(self) -> Optional[Mapping[str, str]]:
96
- """
97
- The annotations map for clients to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations.
98
- An object containing a list of "key: value" pairs. Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`.
99
- """
100
- return pulumi.get(self, "annotations")
101
-
102
- @property
103
- @pulumi.getter(name="grantedValue")
104
- def granted_value(self) -> Optional[str]:
105
- """
106
- (Output)
107
- Granted quota value.
108
- """
109
- return pulumi.get(self, "granted_value")
110
-
111
- @property
112
- @pulumi.getter(name="requestOrigin")
113
- def request_origin(self) -> Optional[str]:
114
- """
115
- (Output)
116
- The origin of the quota preference request.
117
-
118
- - - -
119
- """
120
- return pulumi.get(self, "request_origin")
121
-
122
- @property
123
- @pulumi.getter(name="stateDetail")
124
- def state_detail(self) -> Optional[str]:
125
- """
126
- (Output)
127
- Optional details about the state of this quota preference.
128
- """
129
- return pulumi.get(self, "state_detail")
130
-
131
- @property
132
- @pulumi.getter(name="traceId")
133
- def trace_id(self) -> Optional[str]:
134
- """
135
- (Output)
136
- The trace id that the Google Cloud uses to provision the requested quota. This trace id may be used by the client to contact Cloud support to track the state of a quota preference request. The trace id is only produced for increase requests and is unique for each request. The quota decrease requests do not have a trace id.
137
- """
138
- return pulumi.get(self, "trace_id")
139
-
140
-
141
23
  @pulumi.output_type
142
24
  class GetSQuotaInfoDimensionsInfoResult(dict):
143
25
  def __init__(__self__, *,
@@ -66,7 +66,7 @@ class ServiceArgs:
66
66
  If it is not provided, the provider project is used.
67
67
  :param pulumi.Input['ServiceScalingArgs'] scaling: Scaling settings that apply to the whole service
68
68
  Structure is documented below.
69
- :param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
69
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.
70
70
  Structure is documented below.
71
71
  """
72
72
  pulumi.set(__self__, "location", location)
@@ -289,7 +289,7 @@ class ServiceArgs:
289
289
  @pulumi.getter
290
290
  def traffics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]]]:
291
291
  """
292
- Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
292
+ Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.
293
293
  Structure is documented below.
294
294
  """
295
295
  return pulumi.get(self, "traffics")
@@ -397,7 +397,7 @@ class _ServiceState:
397
397
  Structure is documented below.
398
398
  :param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficStatusArgs']]] traffic_statuses: Detailed status information for corresponding traffic targets. See comments in reconciling for additional information on reconciliation process in Cloud Run.
399
399
  Structure is documented below.
400
- :param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
400
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.
401
401
  Structure is documented below.
402
402
  :param pulumi.Input[str] uid: Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
403
403
  :param pulumi.Input[str] update_time: The last-modified time.
@@ -878,7 +878,7 @@ class _ServiceState:
878
878
  @pulumi.getter
879
879
  def traffics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]]]:
880
880
  """
881
- Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
881
+ Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.
882
882
  Structure is documented below.
883
883
  """
884
884
  return pulumi.get(self, "traffics")
@@ -1408,7 +1408,7 @@ class Service(pulumi.CustomResource):
1408
1408
  Structure is documented below.
1409
1409
  :param pulumi.Input[pulumi.InputType['ServiceTemplateArgs']] template: The template used to create revisions for this Service.
1410
1410
  Structure is documented below.
1411
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
1411
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.
1412
1412
  Structure is documented below.
1413
1413
  """
1414
1414
  ...
@@ -2034,7 +2034,7 @@ class Service(pulumi.CustomResource):
2034
2034
  Structure is documented below.
2035
2035
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficStatusArgs']]]] traffic_statuses: Detailed status information for corresponding traffic targets. See comments in reconciling for additional information on reconciliation process in Cloud Run.
2036
2036
  Structure is documented below.
2037
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
2037
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.
2038
2038
  Structure is documented below.
2039
2039
  :param pulumi.Input[str] uid: Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
2040
2040
  :param pulumi.Input[str] update_time: The last-modified time.
@@ -2361,7 +2361,7 @@ class Service(pulumi.CustomResource):
2361
2361
  @pulumi.getter
2362
2362
  def traffics(self) -> pulumi.Output[Sequence['outputs.ServiceTraffic']]:
2363
2363
  """
2364
- Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
2364
+ Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100%!t(MISSING)raffic to the latest Ready Revision.
2365
2365
  Structure is documented below.
2366
2366
  """
2367
2367
  return pulumi.get(self, "traffics")
@@ -61,13 +61,8 @@ class EnvironmentConfigArgs:
61
61
  web_server_network_access_control: Optional[pulumi.Input['EnvironmentConfigWebServerNetworkAccessControlArgs']] = None,
62
62
  workloads_config: Optional[pulumi.Input['EnvironmentConfigWorkloadsConfigArgs']] = None):
63
63
  """
64
- :param pulumi.Input[str] airflow_uri: The URI of the Apache Airflow Web UI hosted within this
65
- environment.
66
- :param pulumi.Input[str] dag_gcs_prefix: The Cloud Storage prefix of the DAGs for this environment.
67
- Although Cloud Storage objects reside in a flat namespace, a
68
- hierarchical file tree can be simulated using '/'-delimited
69
- object name prefixes. DAG objects for this environment
70
- reside in a simulated directory with this prefix.
64
+ :param pulumi.Input[str] airflow_uri: The URI of the Apache Airflow Web UI hosted within this environment.
65
+ :param pulumi.Input[str] dag_gcs_prefix: The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix.
71
66
  :param pulumi.Input['EnvironmentConfigDataRetentionConfigArgs'] data_retention_config: The configuration setting for Airflow data retention mechanism. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4. or newer
72
67
  :param pulumi.Input['EnvironmentConfigDatabaseConfigArgs'] database_config: The configuration of Cloud SQL instance that is used by the Apache Airflow software. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
73
68
  :param pulumi.Input[bool] enable_private_builds_only: Optional. If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet.
@@ -132,8 +127,7 @@ class EnvironmentConfigArgs:
132
127
  @pulumi.getter(name="airflowUri")
133
128
  def airflow_uri(self) -> Optional[pulumi.Input[str]]:
134
129
  """
135
- The URI of the Apache Airflow Web UI hosted within this
136
- environment.
130
+ The URI of the Apache Airflow Web UI hosted within this environment.
137
131
  """
138
132
  return pulumi.get(self, "airflow_uri")
139
133
 
@@ -145,11 +139,7 @@ class EnvironmentConfigArgs:
145
139
  @pulumi.getter(name="dagGcsPrefix")
146
140
  def dag_gcs_prefix(self) -> Optional[pulumi.Input[str]]:
147
141
  """
148
- The Cloud Storage prefix of the DAGs for this environment.
149
- Although Cloud Storage objects reside in a flat namespace, a
150
- hierarchical file tree can be simulated using '/'-delimited
151
- object name prefixes. DAG objects for this environment
152
- reside in a simulated directory with this prefix.
142
+ The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix.
153
143
  """
154
144
  return pulumi.get(self, "dag_gcs_prefix")
155
145
 
@@ -143,13 +143,8 @@ class EnvironmentConfig(dict):
143
143
  web_server_network_access_control: Optional['outputs.EnvironmentConfigWebServerNetworkAccessControl'] = None,
144
144
  workloads_config: Optional['outputs.EnvironmentConfigWorkloadsConfig'] = None):
145
145
  """
146
- :param str airflow_uri: The URI of the Apache Airflow Web UI hosted within this
147
- environment.
148
- :param str dag_gcs_prefix: The Cloud Storage prefix of the DAGs for this environment.
149
- Although Cloud Storage objects reside in a flat namespace, a
150
- hierarchical file tree can be simulated using '/'-delimited
151
- object name prefixes. DAG objects for this environment
152
- reside in a simulated directory with this prefix.
146
+ :param str airflow_uri: The URI of the Apache Airflow Web UI hosted within this environment.
147
+ :param str dag_gcs_prefix: The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix.
153
148
  :param 'EnvironmentConfigDataRetentionConfigArgs' data_retention_config: The configuration setting for Airflow data retention mechanism. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4. or newer
154
149
  :param 'EnvironmentConfigDatabaseConfigArgs' database_config: The configuration of Cloud SQL instance that is used by the Apache Airflow software. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
155
150
  :param bool enable_private_builds_only: Optional. If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet.
@@ -214,8 +209,7 @@ class EnvironmentConfig(dict):
214
209
  @pulumi.getter(name="airflowUri")
215
210
  def airflow_uri(self) -> Optional[str]:
216
211
  """
217
- The URI of the Apache Airflow Web UI hosted within this
218
- environment.
212
+ The URI of the Apache Airflow Web UI hosted within this environment.
219
213
  """
220
214
  return pulumi.get(self, "airflow_uri")
221
215
 
@@ -223,11 +217,7 @@ class EnvironmentConfig(dict):
223
217
  @pulumi.getter(name="dagGcsPrefix")
224
218
  def dag_gcs_prefix(self) -> Optional[str]:
225
219
  """
226
- The Cloud Storage prefix of the DAGs for this environment.
227
- Although Cloud Storage objects reside in a flat namespace, a
228
- hierarchical file tree can be simulated using '/'-delimited
229
- object name prefixes. DAG objects for this environment
230
- reside in a simulated directory with this prefix.
220
+ The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix.
231
221
  """
232
222
  return pulumi.get(self, "dag_gcs_prefix")
233
223
 
@@ -1956,16 +1946,15 @@ class GetEnvironmentConfigResult(dict):
1956
1946
  web_server_network_access_controls: Sequence['outputs.GetEnvironmentConfigWebServerNetworkAccessControlResult'],
1957
1947
  workloads_configs: Sequence['outputs.GetEnvironmentConfigWorkloadsConfigResult']):
1958
1948
  """
1959
- :param str airflow_uri: The URI of the Apache Airflow Web UI hosted within the
1960
- environment.
1961
- :param str dag_gcs_prefix: The Cloud Storage prefix of the DAGs for the environment.
1949
+ :param str airflow_uri: The URI of the Apache Airflow Web UI hosted within this environment.
1950
+ :param str dag_gcs_prefix: The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix.
1962
1951
  :param Sequence['GetEnvironmentConfigDataRetentionConfigArgs'] data_retention_configs: The configuration setting for Airflow data retention mechanism. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4. or newer
1963
1952
  :param Sequence['GetEnvironmentConfigDatabaseConfigArgs'] database_configs: The configuration of Cloud SQL instance that is used by the Apache Airflow software. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
1964
1953
  :param bool enable_private_builds_only: Optional. If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet.
1965
1954
  :param bool enable_private_environment: Optional. If true, a private Composer environment will be created.
1966
1955
  :param Sequence['GetEnvironmentConfigEncryptionConfigArgs'] encryption_configs: The encryption options for the Composer environment and its dependencies.
1967
1956
  :param str environment_size: The size of the Cloud Composer environment. This field is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.
1968
- :param str gke_cluster: The Kubernetes Engine cluster used to run the environment.
1957
+ :param str gke_cluster: The Kubernetes Engine cluster used to run this environment.
1969
1958
  :param Sequence['GetEnvironmentConfigMaintenanceWindowArgs'] maintenance_windows: The configuration for Cloud Composer maintenance window.
1970
1959
  :param Sequence['GetEnvironmentConfigMasterAuthorizedNetworksConfigArgs'] master_authorized_networks_configs: Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.
1971
1960
  :param Sequence['GetEnvironmentConfigNodeConfigArgs'] node_configs: The configuration used for the Kubernetes Engine cluster.
@@ -2003,8 +1992,7 @@ class GetEnvironmentConfigResult(dict):
2003
1992
  @pulumi.getter(name="airflowUri")
2004
1993
  def airflow_uri(self) -> str:
2005
1994
  """
2006
- The URI of the Apache Airflow Web UI hosted within the
2007
- environment.
1995
+ The URI of the Apache Airflow Web UI hosted within this environment.
2008
1996
  """
2009
1997
  return pulumi.get(self, "airflow_uri")
2010
1998
 
@@ -2012,7 +2000,7 @@ class GetEnvironmentConfigResult(dict):
2012
2000
  @pulumi.getter(name="dagGcsPrefix")
2013
2001
  def dag_gcs_prefix(self) -> str:
2014
2002
  """
2015
- The Cloud Storage prefix of the DAGs for the environment.
2003
+ The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix.
2016
2004
  """
2017
2005
  return pulumi.get(self, "dag_gcs_prefix")
2018
2006
 
@@ -2068,7 +2056,7 @@ class GetEnvironmentConfigResult(dict):
2068
2056
  @pulumi.getter(name="gkeCluster")
2069
2057
  def gke_cluster(self) -> str:
2070
2058
  """
2071
- The Kubernetes Engine cluster used to run the environment.
2059
+ The Kubernetes Engine cluster used to run this environment.
2072
2060
  """
2073
2061
  return pulumi.get(self, "gke_cluster")
2074
2062