pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.0__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.
- pulumi_gcp/__init__.py +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +213 -9
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,7 @@ __all__ = [
|
|
35
35
|
'AuthorityKeySpec',
|
36
36
|
'AuthoritySubordinateConfig',
|
37
37
|
'AuthoritySubordinateConfigPemIssuerChain',
|
38
|
+
'AuthorityUserDefinedAccessUrls',
|
38
39
|
'CaPoolIamBindingCondition',
|
39
40
|
'CaPoolIamMemberCondition',
|
40
41
|
'CaPoolIssuancePolicy',
|
@@ -126,6 +127,7 @@ __all__ = [
|
|
126
127
|
'GetAuthorityKeySpecResult',
|
127
128
|
'GetAuthoritySubordinateConfigResult',
|
128
129
|
'GetAuthoritySubordinateConfigPemIssuerChainResult',
|
130
|
+
'GetAuthorityUserDefinedAccessUrlResult',
|
129
131
|
]
|
130
132
|
|
131
133
|
@pulumi.output_type
|
@@ -1575,6 +1577,56 @@ class AuthoritySubordinateConfigPemIssuerChain(dict):
|
|
1575
1577
|
return pulumi.get(self, "pem_certificates")
|
1576
1578
|
|
1577
1579
|
|
1580
|
+
@pulumi.output_type
|
1581
|
+
class AuthorityUserDefinedAccessUrls(dict):
|
1582
|
+
@staticmethod
|
1583
|
+
def __key_warning(key: str):
|
1584
|
+
suggest = None
|
1585
|
+
if key == "aiaIssuingCertificateUrls":
|
1586
|
+
suggest = "aia_issuing_certificate_urls"
|
1587
|
+
elif key == "crlAccessUrls":
|
1588
|
+
suggest = "crl_access_urls"
|
1589
|
+
|
1590
|
+
if suggest:
|
1591
|
+
pulumi.log.warn(f"Key '{key}' not found in AuthorityUserDefinedAccessUrls. Access the value via the '{suggest}' property getter instead.")
|
1592
|
+
|
1593
|
+
def __getitem__(self, key: str) -> Any:
|
1594
|
+
AuthorityUserDefinedAccessUrls.__key_warning(key)
|
1595
|
+
return super().__getitem__(key)
|
1596
|
+
|
1597
|
+
def get(self, key: str, default = None) -> Any:
|
1598
|
+
AuthorityUserDefinedAccessUrls.__key_warning(key)
|
1599
|
+
return super().get(key, default)
|
1600
|
+
|
1601
|
+
def __init__(__self__, *,
|
1602
|
+
aia_issuing_certificate_urls: Optional[Sequence[str]] = None,
|
1603
|
+
crl_access_urls: Optional[Sequence[str]] = None):
|
1604
|
+
"""
|
1605
|
+
:param Sequence[str] aia_issuing_certificate_urls: A list of URLs where this CertificateAuthority's CA certificate is published that is specified by users.
|
1606
|
+
:param Sequence[str] crl_access_urls: A list of URLs where this CertificateAuthority's CRLs are published that is specified by users.
|
1607
|
+
"""
|
1608
|
+
if aia_issuing_certificate_urls is not None:
|
1609
|
+
pulumi.set(__self__, "aia_issuing_certificate_urls", aia_issuing_certificate_urls)
|
1610
|
+
if crl_access_urls is not None:
|
1611
|
+
pulumi.set(__self__, "crl_access_urls", crl_access_urls)
|
1612
|
+
|
1613
|
+
@property
|
1614
|
+
@pulumi.getter(name="aiaIssuingCertificateUrls")
|
1615
|
+
def aia_issuing_certificate_urls(self) -> Optional[Sequence[str]]:
|
1616
|
+
"""
|
1617
|
+
A list of URLs where this CertificateAuthority's CA certificate is published that is specified by users.
|
1618
|
+
"""
|
1619
|
+
return pulumi.get(self, "aia_issuing_certificate_urls")
|
1620
|
+
|
1621
|
+
@property
|
1622
|
+
@pulumi.getter(name="crlAccessUrls")
|
1623
|
+
def crl_access_urls(self) -> Optional[Sequence[str]]:
|
1624
|
+
"""
|
1625
|
+
A list of URLs where this CertificateAuthority's CRLs are published that is specified by users.
|
1626
|
+
"""
|
1627
|
+
return pulumi.get(self, "crl_access_urls")
|
1628
|
+
|
1629
|
+
|
1578
1630
|
@pulumi.output_type
|
1579
1631
|
class CaPoolIamBindingCondition(dict):
|
1580
1632
|
def __init__(__self__, *,
|
@@ -7902,3 +7954,32 @@ class GetAuthoritySubordinateConfigPemIssuerChainResult(dict):
|
|
7902
7954
|
return pulumi.get(self, "pem_certificates")
|
7903
7955
|
|
7904
7956
|
|
7957
|
+
@pulumi.output_type
|
7958
|
+
class GetAuthorityUserDefinedAccessUrlResult(dict):
|
7959
|
+
def __init__(__self__, *,
|
7960
|
+
aia_issuing_certificate_urls: Sequence[str],
|
7961
|
+
crl_access_urls: Sequence[str]):
|
7962
|
+
"""
|
7963
|
+
:param Sequence[str] aia_issuing_certificate_urls: A list of URLs where this CertificateAuthority's CA certificate is published that is specified by users.
|
7964
|
+
:param Sequence[str] crl_access_urls: A list of URLs where this CertificateAuthority's CRLs are published that is specified by users.
|
7965
|
+
"""
|
7966
|
+
pulumi.set(__self__, "aia_issuing_certificate_urls", aia_issuing_certificate_urls)
|
7967
|
+
pulumi.set(__self__, "crl_access_urls", crl_access_urls)
|
7968
|
+
|
7969
|
+
@property
|
7970
|
+
@pulumi.getter(name="aiaIssuingCertificateUrls")
|
7971
|
+
def aia_issuing_certificate_urls(self) -> Sequence[str]:
|
7972
|
+
"""
|
7973
|
+
A list of URLs where this CertificateAuthority's CA certificate is published that is specified by users.
|
7974
|
+
"""
|
7975
|
+
return pulumi.get(self, "aia_issuing_certificate_urls")
|
7976
|
+
|
7977
|
+
@property
|
7978
|
+
@pulumi.getter(name="crlAccessUrls")
|
7979
|
+
def crl_access_urls(self) -> Sequence[str]:
|
7980
|
+
"""
|
7981
|
+
A list of URLs where this CertificateAuthority's CRLs are published that is specified by users.
|
7982
|
+
"""
|
7983
|
+
return pulumi.get(self, "crl_access_urls")
|
7984
|
+
|
7985
|
+
|
@@ -339,14 +339,6 @@ class Retrohunt(pulumi.CustomResource):
|
|
339
339
|
rule: Optional[pulumi.Input[str]] = None,
|
340
340
|
__props__=None):
|
341
341
|
"""
|
342
|
-
Retrohunt is an execution of a Rule over a time range in the past.
|
343
|
-
|
344
|
-
To get more information about Retrohunt, see:
|
345
|
-
|
346
|
-
* [API documentation](https://cloud.google.com/chronicle/docs/reference/rest/v1alpha/projects.locations.instances.rules.retrohunts)
|
347
|
-
* How-to Guides
|
348
|
-
* [Google SecOps Guides](https://cloud.google.com/chronicle/docs/secops/secops-overview)
|
349
|
-
|
350
342
|
## Example Usage
|
351
343
|
|
352
344
|
## Import
|
@@ -393,14 +385,6 @@ class Retrohunt(pulumi.CustomResource):
|
|
393
385
|
args: RetrohuntArgs,
|
394
386
|
opts: Optional[pulumi.ResourceOptions] = None):
|
395
387
|
"""
|
396
|
-
Retrohunt is an execution of a Rule over a time range in the past.
|
397
|
-
|
398
|
-
To get more information about Retrohunt, see:
|
399
|
-
|
400
|
-
* [API documentation](https://cloud.google.com/chronicle/docs/reference/rest/v1alpha/projects.locations.instances.rules.retrohunts)
|
401
|
-
* How-to Guides
|
402
|
-
* [Google SecOps Guides](https://cloud.google.com/chronicle/docs/secops/secops-overview)
|
403
|
-
|
404
388
|
## Example Usage
|
405
389
|
|
406
390
|
## Import
|
@@ -25,7 +25,7 @@ class SQuotaAdjusterSettingsArgs:
|
|
25
25
|
The set of arguments for constructing a SQuotaAdjusterSettings resource.
|
26
26
|
:param pulumi.Input[str] enablement: Required. The configured value of the enablement at the given resource.
|
27
27
|
Possible values are: `ENABLED`, `DISABLED`.
|
28
|
-
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed
|
28
|
+
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
29
29
|
|
30
30
|
|
31
31
|
- - -
|
@@ -51,7 +51,7 @@ class SQuotaAdjusterSettingsArgs:
|
|
51
51
|
@pulumi.getter
|
52
52
|
def parent(self) -> Optional[pulumi.Input[str]]:
|
53
53
|
"""
|
54
|
-
The parent of the quota preference. Allowed
|
54
|
+
The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
55
55
|
|
56
56
|
|
57
57
|
- - -
|
@@ -72,13 +72,13 @@ class _SQuotaAdjusterSettingsState:
|
|
72
72
|
parent: Optional[pulumi.Input[str]] = None):
|
73
73
|
"""
|
74
74
|
Input properties used for looking up and filtering SQuotaAdjusterSettings resources.
|
75
|
-
:param pulumi.Input[str] effective_container:
|
76
|
-
|
77
|
-
|
78
|
-
|
75
|
+
:param pulumi.Input[str] effective_container: The resource container that determines if the quota adjuster is set for this project.
|
76
|
+
Expect this field to be empty currently.
|
77
|
+
:param pulumi.Input[str] effective_enablement: Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
78
|
+
Expect this field to be empty currently.
|
79
79
|
:param pulumi.Input[str] enablement: Required. The configured value of the enablement at the given resource.
|
80
80
|
Possible values are: `ENABLED`, `DISABLED`.
|
81
|
-
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed
|
81
|
+
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
82
82
|
|
83
83
|
|
84
84
|
- - -
|
@@ -96,9 +96,8 @@ class _SQuotaAdjusterSettingsState:
|
|
96
96
|
@pulumi.getter(name="effectiveContainer")
|
97
97
|
def effective_container(self) -> Optional[pulumi.Input[str]]:
|
98
98
|
"""
|
99
|
-
|
100
|
-
|
101
|
-
The nearest ancestor (including this container) with `enabled` set (either true or false) will be returned.
|
99
|
+
The resource container that determines if the quota adjuster is set for this project.
|
100
|
+
Expect this field to be empty currently.
|
102
101
|
"""
|
103
102
|
return pulumi.get(self, "effective_container")
|
104
103
|
|
@@ -110,7 +109,8 @@ class _SQuotaAdjusterSettingsState:
|
|
110
109
|
@pulumi.getter(name="effectiveEnablement")
|
111
110
|
def effective_enablement(self) -> Optional[pulumi.Input[str]]:
|
112
111
|
"""
|
113
|
-
Based on the effective container`s setting above, determines Whether this container has the quota adjuster enabled.
|
112
|
+
Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
113
|
+
Expect this field to be empty currently.
|
114
114
|
"""
|
115
115
|
return pulumi.get(self, "effective_enablement")
|
116
116
|
|
@@ -135,7 +135,7 @@ class _SQuotaAdjusterSettingsState:
|
|
135
135
|
@pulumi.getter
|
136
136
|
def parent(self) -> Optional[pulumi.Input[str]]:
|
137
137
|
"""
|
138
|
-
The parent of the quota preference. Allowed
|
138
|
+
The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
139
139
|
|
140
140
|
|
141
141
|
- - -
|
@@ -185,7 +185,7 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
185
185
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
186
186
|
:param pulumi.Input[str] enablement: Required. The configured value of the enablement at the given resource.
|
187
187
|
Possible values are: `ENABLED`, `DISABLED`.
|
188
|
-
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed
|
188
|
+
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
189
189
|
|
190
190
|
|
191
191
|
- - -
|
@@ -275,13 +275,13 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
275
275
|
:param str resource_name: The unique name of the resulting resource.
|
276
276
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
277
277
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
278
|
-
:param pulumi.Input[str] effective_container:
|
279
|
-
|
280
|
-
|
281
|
-
|
278
|
+
:param pulumi.Input[str] effective_container: The resource container that determines if the quota adjuster is set for this project.
|
279
|
+
Expect this field to be empty currently.
|
280
|
+
:param pulumi.Input[str] effective_enablement: Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
281
|
+
Expect this field to be empty currently.
|
282
282
|
:param pulumi.Input[str] enablement: Required. The configured value of the enablement at the given resource.
|
283
283
|
Possible values are: `ENABLED`, `DISABLED`.
|
284
|
-
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed
|
284
|
+
:param pulumi.Input[str] parent: The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
285
285
|
|
286
286
|
|
287
287
|
- - -
|
@@ -300,9 +300,8 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
300
300
|
@pulumi.getter(name="effectiveContainer")
|
301
301
|
def effective_container(self) -> pulumi.Output[str]:
|
302
302
|
"""
|
303
|
-
|
304
|
-
|
305
|
-
The nearest ancestor (including this container) with `enabled` set (either true or false) will be returned.
|
303
|
+
The resource container that determines if the quota adjuster is set for this project.
|
304
|
+
Expect this field to be empty currently.
|
306
305
|
"""
|
307
306
|
return pulumi.get(self, "effective_container")
|
308
307
|
|
@@ -310,7 +309,8 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
310
309
|
@pulumi.getter(name="effectiveEnablement")
|
311
310
|
def effective_enablement(self) -> pulumi.Output[str]:
|
312
311
|
"""
|
313
|
-
Based on the effective container`s setting above, determines Whether this container has the quota adjuster enabled.
|
312
|
+
Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
313
|
+
Expect this field to be empty currently.
|
314
314
|
"""
|
315
315
|
return pulumi.get(self, "effective_enablement")
|
316
316
|
|
@@ -327,7 +327,7 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
327
327
|
@pulumi.getter
|
328
328
|
def parent(self) -> pulumi.Output[str]:
|
329
329
|
"""
|
330
|
-
The parent of the quota preference. Allowed
|
330
|
+
The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
331
331
|
|
332
332
|
|
333
333
|
- - -
|
pulumi_gcp/cloudrunv2/_inputs.py
CHANGED
@@ -79,6 +79,8 @@ __all__ = [
|
|
79
79
|
'ServiceTemplateArgsDict',
|
80
80
|
'ServiceTemplateContainerArgs',
|
81
81
|
'ServiceTemplateContainerArgsDict',
|
82
|
+
'ServiceTemplateContainerBuildInfoArgs',
|
83
|
+
'ServiceTemplateContainerBuildInfoArgsDict',
|
82
84
|
'ServiceTemplateContainerEnvArgs',
|
83
85
|
'ServiceTemplateContainerEnvArgsDict',
|
84
86
|
'ServiceTemplateContainerEnvValueSourceArgs',
|
@@ -3266,6 +3268,16 @@ if not MYPY:
|
|
3266
3268
|
"""
|
3267
3269
|
Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
|
3268
3270
|
"""
|
3271
|
+
base_image_uri: NotRequired[pulumi.Input[str]]
|
3272
|
+
"""
|
3273
|
+
Base image for this container. If set, it indicates that the service is enrolled into automatic base image update.
|
3274
|
+
"""
|
3275
|
+
build_infos: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerBuildInfoArgsDict']]]]
|
3276
|
+
"""
|
3277
|
+
(Output)
|
3278
|
+
The build info of the container image.
|
3279
|
+
Structure is documented below.
|
3280
|
+
"""
|
3269
3281
|
commands: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3270
3282
|
"""
|
3271
3283
|
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
|
@@ -3321,6 +3333,8 @@ class ServiceTemplateContainerArgs:
|
|
3321
3333
|
def __init__(__self__, *,
|
3322
3334
|
image: pulumi.Input[str],
|
3323
3335
|
args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3336
|
+
base_image_uri: Optional[pulumi.Input[str]] = None,
|
3337
|
+
build_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerBuildInfoArgs']]]] = None,
|
3324
3338
|
commands: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3325
3339
|
depends_ons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3326
3340
|
envs: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerEnvArgs']]]] = None,
|
@@ -3334,6 +3348,10 @@ class ServiceTemplateContainerArgs:
|
|
3334
3348
|
"""
|
3335
3349
|
:param pulumi.Input[str] image: URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images
|
3336
3350
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] args: Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run.
|
3351
|
+
:param pulumi.Input[str] base_image_uri: Base image for this container. If set, it indicates that the service is enrolled into automatic base image update.
|
3352
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerBuildInfoArgs']]] build_infos: (Output)
|
3353
|
+
The build info of the container image.
|
3354
|
+
Structure is documented below.
|
3337
3355
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] commands: Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
|
3338
3356
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] depends_ons: Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.
|
3339
3357
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerEnvArgs']]] envs: List of environment variables to set in the container.
|
@@ -3355,6 +3373,10 @@ class ServiceTemplateContainerArgs:
|
|
3355
3373
|
pulumi.set(__self__, "image", image)
|
3356
3374
|
if args is not None:
|
3357
3375
|
pulumi.set(__self__, "args", args)
|
3376
|
+
if base_image_uri is not None:
|
3377
|
+
pulumi.set(__self__, "base_image_uri", base_image_uri)
|
3378
|
+
if build_infos is not None:
|
3379
|
+
pulumi.set(__self__, "build_infos", build_infos)
|
3358
3380
|
if commands is not None:
|
3359
3381
|
pulumi.set(__self__, "commands", commands)
|
3360
3382
|
if depends_ons is not None:
|
@@ -3400,6 +3422,32 @@ class ServiceTemplateContainerArgs:
|
|
3400
3422
|
def args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
3401
3423
|
pulumi.set(self, "args", value)
|
3402
3424
|
|
3425
|
+
@property
|
3426
|
+
@pulumi.getter(name="baseImageUri")
|
3427
|
+
def base_image_uri(self) -> Optional[pulumi.Input[str]]:
|
3428
|
+
"""
|
3429
|
+
Base image for this container. If set, it indicates that the service is enrolled into automatic base image update.
|
3430
|
+
"""
|
3431
|
+
return pulumi.get(self, "base_image_uri")
|
3432
|
+
|
3433
|
+
@base_image_uri.setter
|
3434
|
+
def base_image_uri(self, value: Optional[pulumi.Input[str]]):
|
3435
|
+
pulumi.set(self, "base_image_uri", value)
|
3436
|
+
|
3437
|
+
@property
|
3438
|
+
@pulumi.getter(name="buildInfos")
|
3439
|
+
def build_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerBuildInfoArgs']]]]:
|
3440
|
+
"""
|
3441
|
+
(Output)
|
3442
|
+
The build info of the container image.
|
3443
|
+
Structure is documented below.
|
3444
|
+
"""
|
3445
|
+
return pulumi.get(self, "build_infos")
|
3446
|
+
|
3447
|
+
@build_infos.setter
|
3448
|
+
def build_infos(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateContainerBuildInfoArgs']]]]):
|
3449
|
+
pulumi.set(self, "build_infos", value)
|
3450
|
+
|
3403
3451
|
@property
|
3404
3452
|
@pulumi.getter
|
3405
3453
|
def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -3528,6 +3576,58 @@ class ServiceTemplateContainerArgs:
|
|
3528
3576
|
pulumi.set(self, "working_dir", value)
|
3529
3577
|
|
3530
3578
|
|
3579
|
+
if not MYPY:
|
3580
|
+
class ServiceTemplateContainerBuildInfoArgsDict(TypedDict):
|
3581
|
+
function_target: NotRequired[pulumi.Input[str]]
|
3582
|
+
"""
|
3583
|
+
Entry point of the function when the image is a Cloud Run function.
|
3584
|
+
"""
|
3585
|
+
source_location: NotRequired[pulumi.Input[str]]
|
3586
|
+
"""
|
3587
|
+
Source code location of the image.
|
3588
|
+
"""
|
3589
|
+
elif False:
|
3590
|
+
ServiceTemplateContainerBuildInfoArgsDict: TypeAlias = Mapping[str, Any]
|
3591
|
+
|
3592
|
+
@pulumi.input_type
|
3593
|
+
class ServiceTemplateContainerBuildInfoArgs:
|
3594
|
+
def __init__(__self__, *,
|
3595
|
+
function_target: Optional[pulumi.Input[str]] = None,
|
3596
|
+
source_location: Optional[pulumi.Input[str]] = None):
|
3597
|
+
"""
|
3598
|
+
:param pulumi.Input[str] function_target: Entry point of the function when the image is a Cloud Run function.
|
3599
|
+
:param pulumi.Input[str] source_location: Source code location of the image.
|
3600
|
+
"""
|
3601
|
+
if function_target is not None:
|
3602
|
+
pulumi.set(__self__, "function_target", function_target)
|
3603
|
+
if source_location is not None:
|
3604
|
+
pulumi.set(__self__, "source_location", source_location)
|
3605
|
+
|
3606
|
+
@property
|
3607
|
+
@pulumi.getter(name="functionTarget")
|
3608
|
+
def function_target(self) -> Optional[pulumi.Input[str]]:
|
3609
|
+
"""
|
3610
|
+
Entry point of the function when the image is a Cloud Run function.
|
3611
|
+
"""
|
3612
|
+
return pulumi.get(self, "function_target")
|
3613
|
+
|
3614
|
+
@function_target.setter
|
3615
|
+
def function_target(self, value: Optional[pulumi.Input[str]]):
|
3616
|
+
pulumi.set(self, "function_target", value)
|
3617
|
+
|
3618
|
+
@property
|
3619
|
+
@pulumi.getter(name="sourceLocation")
|
3620
|
+
def source_location(self) -> Optional[pulumi.Input[str]]:
|
3621
|
+
"""
|
3622
|
+
Source code location of the image.
|
3623
|
+
"""
|
3624
|
+
return pulumi.get(self, "source_location")
|
3625
|
+
|
3626
|
+
@source_location.setter
|
3627
|
+
def source_location(self, value: Optional[pulumi.Input[str]]):
|
3628
|
+
pulumi.set(self, "source_location", value)
|
3629
|
+
|
3630
|
+
|
3531
3631
|
if not MYPY:
|
3532
3632
|
class ServiceTemplateContainerEnvArgsDict(TypedDict):
|
3533
3633
|
name: pulumi.Input[str]
|
@@ -3861,6 +3961,8 @@ if not MYPY:
|
|
3861
3961
|
The name of the service to place in the gRPC HealthCheckRequest
|
3862
3962
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
3863
3963
|
If this is not specified, the default behavior is defined by gRPC.
|
3964
|
+
|
3965
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
3864
3966
|
"""
|
3865
3967
|
elif False:
|
3866
3968
|
ServiceTemplateContainerLivenessProbeGrpcArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -3876,6 +3978,8 @@ class ServiceTemplateContainerLivenessProbeGrpcArgs:
|
|
3876
3978
|
:param pulumi.Input[str] service: The name of the service to place in the gRPC HealthCheckRequest
|
3877
3979
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
3878
3980
|
If this is not specified, the default behavior is defined by gRPC.
|
3981
|
+
|
3982
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
3879
3983
|
"""
|
3880
3984
|
if port is not None:
|
3881
3985
|
pulumi.set(__self__, "port", port)
|
@@ -3902,6 +4006,8 @@ class ServiceTemplateContainerLivenessProbeGrpcArgs:
|
|
3902
4006
|
The name of the service to place in the gRPC HealthCheckRequest
|
3903
4007
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
3904
4008
|
If this is not specified, the default behavior is defined by gRPC.
|
4009
|
+
|
4010
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
3905
4011
|
"""
|
3906
4012
|
return pulumi.get(self, "service")
|
3907
4013
|
|
@@ -4373,6 +4479,8 @@ if not MYPY:
|
|
4373
4479
|
The name of the service to place in the gRPC HealthCheckRequest
|
4374
4480
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
4375
4481
|
If this is not specified, the default behavior is defined by gRPC.
|
4482
|
+
|
4483
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
4376
4484
|
"""
|
4377
4485
|
elif False:
|
4378
4486
|
ServiceTemplateContainerStartupProbeGrpcArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -4388,6 +4496,8 @@ class ServiceTemplateContainerStartupProbeGrpcArgs:
|
|
4388
4496
|
:param pulumi.Input[str] service: The name of the service to place in the gRPC HealthCheckRequest
|
4389
4497
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
4390
4498
|
If this is not specified, the default behavior is defined by gRPC.
|
4499
|
+
|
4500
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
4391
4501
|
"""
|
4392
4502
|
if port is not None:
|
4393
4503
|
pulumi.set(__self__, "port", port)
|
@@ -4414,6 +4524,8 @@ class ServiceTemplateContainerStartupProbeGrpcArgs:
|
|
4414
4524
|
The name of the service to place in the gRPC HealthCheckRequest
|
4415
4525
|
(see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
4416
4526
|
If this is not specified, the default behavior is defined by gRPC.
|
4527
|
+
|
4528
|
+
<a name="nested_template_containers_containers_build_info"></a>The `build_info` block contains:
|
4417
4529
|
"""
|
4418
4530
|
return pulumi.get(self, "service")
|
4419
4531
|
|