pulumi-gcp 8.5.0a1728109225__py3-none-any.whl → 8.5.0a1728386657__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 +24 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/bigtable/gc_policy.py +7 -0
- pulumi_gcp/compute/_inputs.py +299 -15
- pulumi_gcp/compute/backend_service.py +111 -7
- pulumi_gcp/compute/get_backend_service.py +11 -1
- pulumi_gcp/compute/network.py +236 -0
- pulumi_gcp/compute/outputs.py +399 -14
- pulumi_gcp/compute/region_backend_service.py +115 -7
- pulumi_gcp/compute/route.py +92 -0
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +94 -0
- pulumi_gcp/container/aws_node_pool.py +59 -0
- pulumi_gcp/container/outputs.py +79 -0
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +1394 -0
- pulumi_gcp/dataproc/batch.py +1514 -0
- pulumi_gcp/dataproc/outputs.py +1127 -0
- pulumi_gcp/firestore/field.py +4 -4
- 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/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +1 -0
- pulumi_gcp/healthcare/_inputs.py +538 -0
- pulumi_gcp/healthcare/outputs.py +467 -0
- pulumi_gcp/healthcare/pipeline_job.py +1233 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +333 -1
- pulumi_gcp/pubsub/outputs.py +410 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +44 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/repository.py +0 -2
- pulumi_gcp/securityposture/posture.py +0 -2
- pulumi_gcp/securityposture/posture_deployment.py +0 -2
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -2
- pulumi_gcp/siteverification/__init__.py +1 -0
- pulumi_gcp/siteverification/owner.py +398 -0
- pulumi_gcp/sourcerepo/get_repository.py +11 -1
- pulumi_gcp/sourcerepo/repository.py +47 -0
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.5.0a1728109225.dist-info → pulumi_gcp-8.5.0a1728386657.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.5.0a1728109225.dist-info → pulumi_gcp-8.5.0a1728386657.dist-info}/RECORD +52 -49
- {pulumi_gcp-8.5.0a1728109225.dist-info → pulumi_gcp-8.5.0a1728386657.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0a1728109225.dist-info → pulumi_gcp-8.5.0a1728386657.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -4013,6 +4013,14 @@ _utilities.register(
|
|
4013
4013
|
"gcp:dataproc/autoscalingPolicyIamPolicy:AutoscalingPolicyIamPolicy": "AutoscalingPolicyIamPolicy"
|
4014
4014
|
}
|
4015
4015
|
},
|
4016
|
+
{
|
4017
|
+
"pkg": "gcp",
|
4018
|
+
"mod": "dataproc/batch",
|
4019
|
+
"fqn": "pulumi_gcp.dataproc",
|
4020
|
+
"classes": {
|
4021
|
+
"gcp:dataproc/batch:Batch": "Batch"
|
4022
|
+
}
|
4023
|
+
},
|
4016
4024
|
{
|
4017
4025
|
"pkg": "gcp",
|
4018
4026
|
"mod": "dataproc/cluster",
|
@@ -5261,6 +5269,14 @@ _utilities.register(
|
|
5261
5269
|
"gcp:healthcare/hl7StoreIamPolicy:Hl7StoreIamPolicy": "Hl7StoreIamPolicy"
|
5262
5270
|
}
|
5263
5271
|
},
|
5272
|
+
{
|
5273
|
+
"pkg": "gcp",
|
5274
|
+
"mod": "healthcare/pipelineJob",
|
5275
|
+
"fqn": "pulumi_gcp.healthcare",
|
5276
|
+
"classes": {
|
5277
|
+
"gcp:healthcare/pipelineJob:PipelineJob": "PipelineJob"
|
5278
|
+
}
|
5279
|
+
},
|
5264
5280
|
{
|
5265
5281
|
"pkg": "gcp",
|
5266
5282
|
"mod": "healthcare/workspace",
|
@@ -7581,6 +7597,14 @@ _utilities.register(
|
|
7581
7597
|
"gcp:serviceusage/consumerQuotaOverride:ConsumerQuotaOverride": "ConsumerQuotaOverride"
|
7582
7598
|
}
|
7583
7599
|
},
|
7600
|
+
{
|
7601
|
+
"pkg": "gcp",
|
7602
|
+
"mod": "siteverification/owner",
|
7603
|
+
"fqn": "pulumi_gcp.siteverification",
|
7604
|
+
"classes": {
|
7605
|
+
"gcp:siteverification/owner:Owner": "Owner"
|
7606
|
+
}
|
7607
|
+
},
|
7584
7608
|
{
|
7585
7609
|
"pkg": "gcp",
|
7586
7610
|
"mod": "siteverification/webResource",
|
@@ -37,7 +37,7 @@ class WorkloadArgs:
|
|
37
37
|
violation_notifications_enabled: Optional[pulumi.Input[bool]] = None):
|
38
38
|
"""
|
39
39
|
The set of arguments for constructing a Workload resource.
|
40
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
40
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
41
41
|
:param pulumi.Input[str] display_name: Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
|
42
42
|
:param pulumi.Input[str] location: The location for the resource
|
43
43
|
:param pulumi.Input[str] organization: The organization for the resource
|
@@ -88,7 +88,7 @@ class WorkloadArgs:
|
|
88
88
|
@pulumi.getter(name="complianceRegime")
|
89
89
|
def compliance_regime(self) -> pulumi.Input[str]:
|
90
90
|
"""
|
91
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
91
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
92
92
|
"""
|
93
93
|
return pulumi.get(self, "compliance_regime")
|
94
94
|
|
@@ -290,7 +290,7 @@ class _WorkloadState:
|
|
290
290
|
"""
|
291
291
|
Input properties used for looking up and filtering Workload resources.
|
292
292
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
293
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
293
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
294
294
|
:param pulumi.Input[Sequence[pulumi.Input['WorkloadComplianceStatusArgs']]] compliance_statuses: Output only. Count of active Violations in the Workload.
|
295
295
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliant_but_disallowed_services: Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke workloads.restrictAllowedResources endpoint to allow your project developers to use these services in their environment.
|
296
296
|
:param pulumi.Input[str] create_time: Output only. Immutable. The Workload creation timestamp.
|
@@ -386,7 +386,7 @@ class _WorkloadState:
|
|
386
386
|
@pulumi.getter(name="complianceRegime")
|
387
387
|
def compliance_regime(self) -> Optional[pulumi.Input[str]]:
|
388
388
|
"""
|
389
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
389
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
390
390
|
"""
|
391
391
|
return pulumi.get(self, "compliance_regime")
|
392
392
|
|
@@ -817,7 +817,7 @@ class Workload(pulumi.CustomResource):
|
|
817
817
|
:param str resource_name: The name of the resource.
|
818
818
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
819
819
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
820
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
820
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
821
821
|
:param pulumi.Input[str] display_name: Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
|
822
822
|
:param pulumi.Input[bool] enable_sovereign_controls: Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
|
823
823
|
:param pulumi.Input[Union['WorkloadKmsSettingsArgs', 'WorkloadKmsSettingsArgsDict']] kms_settings: **DEPRECATED** Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.
|
@@ -1086,7 +1086,7 @@ class Workload(pulumi.CustomResource):
|
|
1086
1086
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1087
1087
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1088
1088
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
1089
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
1089
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
1090
1090
|
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkloadComplianceStatusArgs', 'WorkloadComplianceStatusArgsDict']]]] compliance_statuses: Output only. Count of active Violations in the Workload.
|
1091
1091
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliant_but_disallowed_services: Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke workloads.restrictAllowedResources endpoint to allow your project developers to use these services in their environment.
|
1092
1092
|
:param pulumi.Input[str] create_time: Output only. Immutable. The Workload creation timestamp.
|
@@ -1159,7 +1159,7 @@ class Workload(pulumi.CustomResource):
|
|
1159
1159
|
@pulumi.getter(name="complianceRegime")
|
1160
1160
|
def compliance_regime(self) -> pulumi.Output[str]:
|
1161
1161
|
"""
|
1162
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
1162
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
1163
1163
|
"""
|
1164
1164
|
return pulumi.get(self, "compliance_regime")
|
1165
1165
|
|
pulumi_gcp/bigtable/gc_policy.py
CHANGED
@@ -44,6 +44,7 @@ class GCPolicyArgs:
|
|
44
44
|
:param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
|
45
45
|
Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
|
46
46
|
you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
|
47
|
+
|
47
48
|
-----
|
48
49
|
:param pulumi.Input['GCPolicyMaxAgeArgs'] max_age: GC policy that applies to all cells older than the given age.
|
49
50
|
:param pulumi.Input[Sequence[pulumi.Input['GCPolicyMaxVersionArgs']]] max_versions: GC policy that applies to all versions of a cell except for the most recent.
|
@@ -138,6 +139,7 @@ class GCPolicyArgs:
|
|
138
139
|
Boolean for whether to allow ignoring warnings when updating the gc policy.
|
139
140
|
Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
|
140
141
|
you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
|
142
|
+
|
141
143
|
-----
|
142
144
|
"""
|
143
145
|
return pulumi.get(self, "ignore_warnings")
|
@@ -219,6 +221,7 @@ class _GCPolicyState:
|
|
219
221
|
:param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
|
220
222
|
Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
|
221
223
|
you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
|
224
|
+
|
222
225
|
-----
|
223
226
|
:param pulumi.Input[str] instance_name: The name of the Bigtable instance.
|
224
227
|
:param pulumi.Input['GCPolicyMaxAgeArgs'] max_age: GC policy that applies to all cells older than the given age.
|
@@ -294,6 +297,7 @@ class _GCPolicyState:
|
|
294
297
|
Boolean for whether to allow ignoring warnings when updating the gc policy.
|
295
298
|
Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
|
296
299
|
you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
|
300
|
+
|
297
301
|
-----
|
298
302
|
"""
|
299
303
|
return pulumi.get(self, "ignore_warnings")
|
@@ -526,6 +530,7 @@ class GCPolicy(pulumi.CustomResource):
|
|
526
530
|
:param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
|
527
531
|
Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
|
528
532
|
you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
|
533
|
+
|
529
534
|
-----
|
530
535
|
:param pulumi.Input[str] instance_name: The name of the Bigtable instance.
|
531
536
|
:param pulumi.Input[Union['GCPolicyMaxAgeArgs', 'GCPolicyMaxAgeArgsDict']] max_age: GC policy that applies to all cells older than the given age.
|
@@ -750,6 +755,7 @@ class GCPolicy(pulumi.CustomResource):
|
|
750
755
|
:param pulumi.Input[bool] ignore_warnings: Boolean for whether to allow ignoring warnings when updating the gc policy.
|
751
756
|
Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
|
752
757
|
you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
|
758
|
+
|
753
759
|
-----
|
754
760
|
:param pulumi.Input[str] instance_name: The name of the Bigtable instance.
|
755
761
|
:param pulumi.Input[Union['GCPolicyMaxAgeArgs', 'GCPolicyMaxAgeArgsDict']] max_age: GC policy that applies to all cells older than the given age.
|
@@ -808,6 +814,7 @@ class GCPolicy(pulumi.CustomResource):
|
|
808
814
|
Boolean for whether to allow ignoring warnings when updating the gc policy.
|
809
815
|
Setting this to `true` allows relaxing the gc policy for replicated clusters by up to 90 days, but keep in mind this may increase how long clusters are inconsistent. Make sure
|
810
816
|
you understand the risks listed at https://cloud.google.com/bigtable/docs/garbage-collection#increasing before setting this option.
|
817
|
+
|
811
818
|
-----
|
812
819
|
"""
|
813
820
|
return pulumi.get(self, "ignore_warnings")
|
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -89,6 +89,10 @@ __all__ = [
|
|
89
89
|
'BackendServiceSecuritySettingsArgsDict',
|
90
90
|
'BackendServiceSecuritySettingsAwsV4AuthenticationArgs',
|
91
91
|
'BackendServiceSecuritySettingsAwsV4AuthenticationArgsDict',
|
92
|
+
'BackendServiceStrongSessionAffinityCookieArgs',
|
93
|
+
'BackendServiceStrongSessionAffinityCookieArgsDict',
|
94
|
+
'BackendServiceStrongSessionAffinityCookieTtlArgs',
|
95
|
+
'BackendServiceStrongSessionAffinityCookieTtlArgsDict',
|
92
96
|
'DiskAsyncPrimaryDiskArgs',
|
93
97
|
'DiskAsyncPrimaryDiskArgsDict',
|
94
98
|
'DiskAsyncReplicationSecondaryDiskArgs',
|
@@ -529,6 +533,10 @@ __all__ = [
|
|
529
533
|
'RegionBackendServiceOutlierDetectionBaseEjectionTimeArgsDict',
|
530
534
|
'RegionBackendServiceOutlierDetectionIntervalArgs',
|
531
535
|
'RegionBackendServiceOutlierDetectionIntervalArgsDict',
|
536
|
+
'RegionBackendServiceStrongSessionAffinityCookieArgs',
|
537
|
+
'RegionBackendServiceStrongSessionAffinityCookieArgsDict',
|
538
|
+
'RegionBackendServiceStrongSessionAffinityCookieTtlArgs',
|
539
|
+
'RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict',
|
532
540
|
'RegionBackendServiceSubsettingArgs',
|
533
541
|
'RegionBackendServiceSubsettingArgsDict',
|
534
542
|
'RegionCommitmentLicenseResourceArgs',
|
@@ -5325,6 +5333,144 @@ class BackendServiceSecuritySettingsAwsV4AuthenticationArgs:
|
|
5325
5333
|
pulumi.set(self, "origin_region", value)
|
5326
5334
|
|
5327
5335
|
|
5336
|
+
if not MYPY:
|
5337
|
+
class BackendServiceStrongSessionAffinityCookieArgsDict(TypedDict):
|
5338
|
+
name: NotRequired[pulumi.Input[str]]
|
5339
|
+
"""
|
5340
|
+
Name of the cookie.
|
5341
|
+
"""
|
5342
|
+
path: NotRequired[pulumi.Input[str]]
|
5343
|
+
"""
|
5344
|
+
Path to set for the cookie.
|
5345
|
+
"""
|
5346
|
+
ttl: NotRequired[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgsDict']]
|
5347
|
+
"""
|
5348
|
+
Lifetime of the cookie.
|
5349
|
+
Structure is documented below.
|
5350
|
+
"""
|
5351
|
+
elif False:
|
5352
|
+
BackendServiceStrongSessionAffinityCookieArgsDict: TypeAlias = Mapping[str, Any]
|
5353
|
+
|
5354
|
+
@pulumi.input_type
|
5355
|
+
class BackendServiceStrongSessionAffinityCookieArgs:
|
5356
|
+
def __init__(__self__, *,
|
5357
|
+
name: Optional[pulumi.Input[str]] = None,
|
5358
|
+
path: Optional[pulumi.Input[str]] = None,
|
5359
|
+
ttl: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs']] = None):
|
5360
|
+
"""
|
5361
|
+
:param pulumi.Input[str] name: Name of the cookie.
|
5362
|
+
:param pulumi.Input[str] path: Path to set for the cookie.
|
5363
|
+
:param pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs'] ttl: Lifetime of the cookie.
|
5364
|
+
Structure is documented below.
|
5365
|
+
"""
|
5366
|
+
if name is not None:
|
5367
|
+
pulumi.set(__self__, "name", name)
|
5368
|
+
if path is not None:
|
5369
|
+
pulumi.set(__self__, "path", path)
|
5370
|
+
if ttl is not None:
|
5371
|
+
pulumi.set(__self__, "ttl", ttl)
|
5372
|
+
|
5373
|
+
@property
|
5374
|
+
@pulumi.getter
|
5375
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
5376
|
+
"""
|
5377
|
+
Name of the cookie.
|
5378
|
+
"""
|
5379
|
+
return pulumi.get(self, "name")
|
5380
|
+
|
5381
|
+
@name.setter
|
5382
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
5383
|
+
pulumi.set(self, "name", value)
|
5384
|
+
|
5385
|
+
@property
|
5386
|
+
@pulumi.getter
|
5387
|
+
def path(self) -> Optional[pulumi.Input[str]]:
|
5388
|
+
"""
|
5389
|
+
Path to set for the cookie.
|
5390
|
+
"""
|
5391
|
+
return pulumi.get(self, "path")
|
5392
|
+
|
5393
|
+
@path.setter
|
5394
|
+
def path(self, value: Optional[pulumi.Input[str]]):
|
5395
|
+
pulumi.set(self, "path", value)
|
5396
|
+
|
5397
|
+
@property
|
5398
|
+
@pulumi.getter
|
5399
|
+
def ttl(self) -> Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs']]:
|
5400
|
+
"""
|
5401
|
+
Lifetime of the cookie.
|
5402
|
+
Structure is documented below.
|
5403
|
+
"""
|
5404
|
+
return pulumi.get(self, "ttl")
|
5405
|
+
|
5406
|
+
@ttl.setter
|
5407
|
+
def ttl(self, value: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieTtlArgs']]):
|
5408
|
+
pulumi.set(self, "ttl", value)
|
5409
|
+
|
5410
|
+
|
5411
|
+
if not MYPY:
|
5412
|
+
class BackendServiceStrongSessionAffinityCookieTtlArgsDict(TypedDict):
|
5413
|
+
seconds: pulumi.Input[int]
|
5414
|
+
"""
|
5415
|
+
Span of time at a resolution of a second.
|
5416
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
5417
|
+
"""
|
5418
|
+
nanos: NotRequired[pulumi.Input[int]]
|
5419
|
+
"""
|
5420
|
+
Span of time that's a fraction of a second at nanosecond
|
5421
|
+
resolution. Durations less than one second are represented
|
5422
|
+
with a 0 seconds field and a positive nanos field. Must
|
5423
|
+
be from 0 to 999,999,999 inclusive.
|
5424
|
+
"""
|
5425
|
+
elif False:
|
5426
|
+
BackendServiceStrongSessionAffinityCookieTtlArgsDict: TypeAlias = Mapping[str, Any]
|
5427
|
+
|
5428
|
+
@pulumi.input_type
|
5429
|
+
class BackendServiceStrongSessionAffinityCookieTtlArgs:
|
5430
|
+
def __init__(__self__, *,
|
5431
|
+
seconds: pulumi.Input[int],
|
5432
|
+
nanos: Optional[pulumi.Input[int]] = None):
|
5433
|
+
"""
|
5434
|
+
:param pulumi.Input[int] seconds: Span of time at a resolution of a second.
|
5435
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
5436
|
+
:param pulumi.Input[int] nanos: Span of time that's a fraction of a second at nanosecond
|
5437
|
+
resolution. Durations less than one second are represented
|
5438
|
+
with a 0 seconds field and a positive nanos field. Must
|
5439
|
+
be from 0 to 999,999,999 inclusive.
|
5440
|
+
"""
|
5441
|
+
pulumi.set(__self__, "seconds", seconds)
|
5442
|
+
if nanos is not None:
|
5443
|
+
pulumi.set(__self__, "nanos", nanos)
|
5444
|
+
|
5445
|
+
@property
|
5446
|
+
@pulumi.getter
|
5447
|
+
def seconds(self) -> pulumi.Input[int]:
|
5448
|
+
"""
|
5449
|
+
Span of time at a resolution of a second.
|
5450
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
5451
|
+
"""
|
5452
|
+
return pulumi.get(self, "seconds")
|
5453
|
+
|
5454
|
+
@seconds.setter
|
5455
|
+
def seconds(self, value: pulumi.Input[int]):
|
5456
|
+
pulumi.set(self, "seconds", value)
|
5457
|
+
|
5458
|
+
@property
|
5459
|
+
@pulumi.getter
|
5460
|
+
def nanos(self) -> Optional[pulumi.Input[int]]:
|
5461
|
+
"""
|
5462
|
+
Span of time that's a fraction of a second at nanosecond
|
5463
|
+
resolution. Durations less than one second are represented
|
5464
|
+
with a 0 seconds field and a positive nanos field. Must
|
5465
|
+
be from 0 to 999,999,999 inclusive.
|
5466
|
+
"""
|
5467
|
+
return pulumi.get(self, "nanos")
|
5468
|
+
|
5469
|
+
@nanos.setter
|
5470
|
+
def nanos(self, value: Optional[pulumi.Input[int]]):
|
5471
|
+
pulumi.set(self, "nanos", value)
|
5472
|
+
|
5473
|
+
|
5328
5474
|
if not MYPY:
|
5329
5475
|
class DiskAsyncPrimaryDiskArgsDict(TypedDict):
|
5330
5476
|
disk: pulumi.Input[str]
|
@@ -10509,7 +10655,7 @@ if not MYPY:
|
|
10509
10655
|
class InstanceConfidentialInstanceConfigArgsDict(TypedDict):
|
10510
10656
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
10511
10657
|
"""
|
10512
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
10658
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
10513
10659
|
"""
|
10514
10660
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
10515
10661
|
"""
|
@@ -10524,7 +10670,7 @@ class InstanceConfidentialInstanceConfigArgs:
|
|
10524
10670
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
10525
10671
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
10526
10672
|
"""
|
10527
|
-
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
10673
|
+
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
10528
10674
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
10529
10675
|
"""
|
10530
10676
|
if confidential_instance_type is not None:
|
@@ -10536,7 +10682,7 @@ class InstanceConfidentialInstanceConfigArgs:
|
|
10536
10682
|
@pulumi.getter(name="confidentialInstanceType")
|
10537
10683
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
10538
10684
|
"""
|
10539
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
10685
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
10540
10686
|
"""
|
10541
10687
|
return pulumi.get(self, "confidential_instance_type")
|
10542
10688
|
|
@@ -11171,7 +11317,7 @@ if not MYPY:
|
|
11171
11317
|
The confidential computing technology the instance uses.
|
11172
11318
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
11173
11319
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
11174
|
-
"AMD Milan" is currently required.
|
11320
|
+
"AMD Milan" is currently required.
|
11175
11321
|
"""
|
11176
11322
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
11177
11323
|
"""
|
@@ -11189,7 +11335,7 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
|
|
11189
11335
|
:param pulumi.Input[str] confidential_instance_type: The confidential computing technology the instance uses.
|
11190
11336
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
11191
11337
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
11192
|
-
"AMD Milan" is currently required.
|
11338
|
+
"AMD Milan" is currently required.
|
11193
11339
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
11194
11340
|
"""
|
11195
11341
|
if confidential_instance_type is not None:
|
@@ -11204,7 +11350,7 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
|
|
11204
11350
|
The confidential computing technology the instance uses.
|
11205
11351
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
11206
11352
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
11207
|
-
"AMD Milan" is currently required.
|
11353
|
+
"AMD Milan" is currently required.
|
11208
11354
|
"""
|
11209
11355
|
return pulumi.get(self, "confidential_instance_type")
|
11210
11356
|
|
@@ -13317,7 +13463,7 @@ if not MYPY:
|
|
13317
13463
|
The confidential computing technology the instance uses.
|
13318
13464
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
13319
13465
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
13320
|
-
"AMD Milan" is currently required.
|
13466
|
+
"AMD Milan" is currently required.
|
13321
13467
|
"""
|
13322
13468
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
13323
13469
|
"""
|
@@ -13335,7 +13481,7 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
|
|
13335
13481
|
:param pulumi.Input[str] confidential_instance_type: The confidential computing technology the instance uses.
|
13336
13482
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
13337
13483
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
13338
|
-
"AMD Milan" is currently required.
|
13484
|
+
"AMD Milan" is currently required.
|
13339
13485
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
13340
13486
|
"""
|
13341
13487
|
if confidential_instance_type is not None:
|
@@ -13350,7 +13496,7 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
|
|
13350
13496
|
The confidential computing technology the instance uses.
|
13351
13497
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
13352
13498
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
13353
|
-
"AMD Milan" is currently required.
|
13499
|
+
"AMD Milan" is currently required.
|
13354
13500
|
"""
|
13355
13501
|
return pulumi.get(self, "confidential_instance_type")
|
13356
13502
|
|
@@ -17884,7 +18030,7 @@ if not MYPY:
|
|
17884
18030
|
class InstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
17885
18031
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
17886
18032
|
"""
|
17887
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
18033
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
17888
18034
|
"""
|
17889
18035
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
17890
18036
|
"""
|
@@ -17899,7 +18045,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
|
|
17899
18045
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
17900
18046
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
17901
18047
|
"""
|
17902
|
-
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
18048
|
+
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
17903
18049
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
17904
18050
|
"""
|
17905
18051
|
if confidential_instance_type is not None:
|
@@ -17911,7 +18057,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
|
|
17911
18057
|
@pulumi.getter(name="confidentialInstanceType")
|
17912
18058
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
17913
18059
|
"""
|
17914
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
18060
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
17915
18061
|
"""
|
17916
18062
|
return pulumi.get(self, "confidential_instance_type")
|
17917
18063
|
|
@@ -28191,6 +28337,144 @@ class RegionBackendServiceOutlierDetectionIntervalArgs:
|
|
28191
28337
|
pulumi.set(self, "nanos", value)
|
28192
28338
|
|
28193
28339
|
|
28340
|
+
if not MYPY:
|
28341
|
+
class RegionBackendServiceStrongSessionAffinityCookieArgsDict(TypedDict):
|
28342
|
+
name: NotRequired[pulumi.Input[str]]
|
28343
|
+
"""
|
28344
|
+
Name of the cookie.
|
28345
|
+
"""
|
28346
|
+
path: NotRequired[pulumi.Input[str]]
|
28347
|
+
"""
|
28348
|
+
Path to set for the cookie.
|
28349
|
+
"""
|
28350
|
+
ttl: NotRequired[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict']]
|
28351
|
+
"""
|
28352
|
+
Lifetime of the cookie.
|
28353
|
+
Structure is documented below.
|
28354
|
+
"""
|
28355
|
+
elif False:
|
28356
|
+
RegionBackendServiceStrongSessionAffinityCookieArgsDict: TypeAlias = Mapping[str, Any]
|
28357
|
+
|
28358
|
+
@pulumi.input_type
|
28359
|
+
class RegionBackendServiceStrongSessionAffinityCookieArgs:
|
28360
|
+
def __init__(__self__, *,
|
28361
|
+
name: Optional[pulumi.Input[str]] = None,
|
28362
|
+
path: Optional[pulumi.Input[str]] = None,
|
28363
|
+
ttl: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs']] = None):
|
28364
|
+
"""
|
28365
|
+
:param pulumi.Input[str] name: Name of the cookie.
|
28366
|
+
:param pulumi.Input[str] path: Path to set for the cookie.
|
28367
|
+
:param pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs'] ttl: Lifetime of the cookie.
|
28368
|
+
Structure is documented below.
|
28369
|
+
"""
|
28370
|
+
if name is not None:
|
28371
|
+
pulumi.set(__self__, "name", name)
|
28372
|
+
if path is not None:
|
28373
|
+
pulumi.set(__self__, "path", path)
|
28374
|
+
if ttl is not None:
|
28375
|
+
pulumi.set(__self__, "ttl", ttl)
|
28376
|
+
|
28377
|
+
@property
|
28378
|
+
@pulumi.getter
|
28379
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
28380
|
+
"""
|
28381
|
+
Name of the cookie.
|
28382
|
+
"""
|
28383
|
+
return pulumi.get(self, "name")
|
28384
|
+
|
28385
|
+
@name.setter
|
28386
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
28387
|
+
pulumi.set(self, "name", value)
|
28388
|
+
|
28389
|
+
@property
|
28390
|
+
@pulumi.getter
|
28391
|
+
def path(self) -> Optional[pulumi.Input[str]]:
|
28392
|
+
"""
|
28393
|
+
Path to set for the cookie.
|
28394
|
+
"""
|
28395
|
+
return pulumi.get(self, "path")
|
28396
|
+
|
28397
|
+
@path.setter
|
28398
|
+
def path(self, value: Optional[pulumi.Input[str]]):
|
28399
|
+
pulumi.set(self, "path", value)
|
28400
|
+
|
28401
|
+
@property
|
28402
|
+
@pulumi.getter
|
28403
|
+
def ttl(self) -> Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs']]:
|
28404
|
+
"""
|
28405
|
+
Lifetime of the cookie.
|
28406
|
+
Structure is documented below.
|
28407
|
+
"""
|
28408
|
+
return pulumi.get(self, "ttl")
|
28409
|
+
|
28410
|
+
@ttl.setter
|
28411
|
+
def ttl(self, value: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieTtlArgs']]):
|
28412
|
+
pulumi.set(self, "ttl", value)
|
28413
|
+
|
28414
|
+
|
28415
|
+
if not MYPY:
|
28416
|
+
class RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict(TypedDict):
|
28417
|
+
seconds: pulumi.Input[int]
|
28418
|
+
"""
|
28419
|
+
Span of time at a resolution of a second.
|
28420
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
28421
|
+
"""
|
28422
|
+
nanos: NotRequired[pulumi.Input[int]]
|
28423
|
+
"""
|
28424
|
+
Span of time that's a fraction of a second at nanosecond
|
28425
|
+
resolution. Durations less than one second are represented
|
28426
|
+
with a 0 seconds field and a positive nanos field. Must
|
28427
|
+
be from 0 to 999,999,999 inclusive.
|
28428
|
+
"""
|
28429
|
+
elif False:
|
28430
|
+
RegionBackendServiceStrongSessionAffinityCookieTtlArgsDict: TypeAlias = Mapping[str, Any]
|
28431
|
+
|
28432
|
+
@pulumi.input_type
|
28433
|
+
class RegionBackendServiceStrongSessionAffinityCookieTtlArgs:
|
28434
|
+
def __init__(__self__, *,
|
28435
|
+
seconds: pulumi.Input[int],
|
28436
|
+
nanos: Optional[pulumi.Input[int]] = None):
|
28437
|
+
"""
|
28438
|
+
:param pulumi.Input[int] seconds: Span of time at a resolution of a second.
|
28439
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
28440
|
+
:param pulumi.Input[int] nanos: Span of time that's a fraction of a second at nanosecond
|
28441
|
+
resolution. Durations less than one second are represented
|
28442
|
+
with a 0 seconds field and a positive nanos field. Must
|
28443
|
+
be from 0 to 999,999,999 inclusive.
|
28444
|
+
"""
|
28445
|
+
pulumi.set(__self__, "seconds", seconds)
|
28446
|
+
if nanos is not None:
|
28447
|
+
pulumi.set(__self__, "nanos", nanos)
|
28448
|
+
|
28449
|
+
@property
|
28450
|
+
@pulumi.getter
|
28451
|
+
def seconds(self) -> pulumi.Input[int]:
|
28452
|
+
"""
|
28453
|
+
Span of time at a resolution of a second.
|
28454
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
28455
|
+
"""
|
28456
|
+
return pulumi.get(self, "seconds")
|
28457
|
+
|
28458
|
+
@seconds.setter
|
28459
|
+
def seconds(self, value: pulumi.Input[int]):
|
28460
|
+
pulumi.set(self, "seconds", value)
|
28461
|
+
|
28462
|
+
@property
|
28463
|
+
@pulumi.getter
|
28464
|
+
def nanos(self) -> Optional[pulumi.Input[int]]:
|
28465
|
+
"""
|
28466
|
+
Span of time that's a fraction of a second at nanosecond
|
28467
|
+
resolution. Durations less than one second are represented
|
28468
|
+
with a 0 seconds field and a positive nanos field. Must
|
28469
|
+
be from 0 to 999,999,999 inclusive.
|
28470
|
+
"""
|
28471
|
+
return pulumi.get(self, "nanos")
|
28472
|
+
|
28473
|
+
@nanos.setter
|
28474
|
+
def nanos(self, value: Optional[pulumi.Input[int]]):
|
28475
|
+
pulumi.set(self, "nanos", value)
|
28476
|
+
|
28477
|
+
|
28194
28478
|
if not MYPY:
|
28195
28479
|
class RegionBackendServiceSubsettingArgsDict(TypedDict):
|
28196
28480
|
policy: pulumi.Input[str]
|
@@ -31062,7 +31346,7 @@ if not MYPY:
|
|
31062
31346
|
class RegionInstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
31063
31347
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
31064
31348
|
"""
|
31065
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
31349
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
31066
31350
|
"""
|
31067
31351
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
31068
31352
|
"""
|
@@ -31077,7 +31361,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
|
|
31077
31361
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
31078
31362
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
31079
31363
|
"""
|
31080
|
-
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
31364
|
+
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
31081
31365
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
31082
31366
|
"""
|
31083
31367
|
if confidential_instance_type is not None:
|
@@ -31089,7 +31373,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
|
|
31089
31373
|
@pulumi.getter(name="confidentialInstanceType")
|
31090
31374
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
31091
31375
|
"""
|
31092
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
31376
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
31093
31377
|
"""
|
31094
31378
|
return pulumi.get(self, "confidential_instance_type")
|
31095
31379
|
|