pulumi-gcp 8.42.0a1756925793__py3-none-any.whl → 9.0.0a1__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 +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -96,7 +96,8 @@ class RegionInstanceGroupManagerArgs:
|
|
96
96
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
97
97
|
instances in the group are added. Updating the target pools attribute does
|
98
98
|
not affect existing instances.
|
99
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
99
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
100
|
+
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
100
101
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
101
102
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
102
103
|
:param pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -430,7 +431,8 @@ class RegionInstanceGroupManagerArgs:
|
|
430
431
|
@pulumi.getter(name="targetSize")
|
431
432
|
def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
432
433
|
"""
|
433
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
434
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set
|
435
|
+
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
434
436
|
"""
|
435
437
|
return pulumi.get(self, "target_size")
|
436
438
|
|
@@ -591,7 +593,8 @@ class _RegionInstanceGroupManagerState:
|
|
591
593
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
592
594
|
instances in the group are added. Updating the target pools attribute does
|
593
595
|
not affect existing instances.
|
594
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
596
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
597
|
+
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
595
598
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
596
599
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
597
600
|
:param pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -1000,7 +1003,8 @@ class _RegionInstanceGroupManagerState:
|
|
1000
1003
|
@pulumi.getter(name="targetSize")
|
1001
1004
|
def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1002
1005
|
"""
|
1003
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
1006
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set
|
1007
|
+
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1004
1008
|
"""
|
1005
1009
|
return pulumi.get(self, "target_size")
|
1006
1010
|
|
@@ -1286,7 +1290,8 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1286
1290
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
1287
1291
|
instances in the group are added. Updating the target pools attribute does
|
1288
1292
|
not affect existing instances.
|
1289
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1293
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1294
|
+
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1290
1295
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1291
1296
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1292
1297
|
:param pulumi.Input[Union['RegionInstanceGroupManagerUpdatePolicyArgs', 'RegionInstanceGroupManagerUpdatePolicyArgsDict']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -1611,7 +1616,8 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1611
1616
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
1612
1617
|
instances in the group are added. Updating the target pools attribute does
|
1613
1618
|
not affect existing instances.
|
1614
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1619
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1620
|
+
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1615
1621
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1616
1622
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1617
1623
|
:param pulumi.Input[Union['RegionInstanceGroupManagerUpdatePolicyArgs', 'RegionInstanceGroupManagerUpdatePolicyArgsDict']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -1893,7 +1899,8 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1893
1899
|
@pulumi.getter(name="targetSize")
|
1894
1900
|
def target_size(self) -> pulumi.Output[_builtins.int]:
|
1895
1901
|
"""
|
1896
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
1902
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set
|
1903
|
+
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1897
1904
|
"""
|
1898
1905
|
return pulumi.get(self, "target_size")
|
1899
1906
|
|
pulumi_gcp/compute/subnetwork.py
CHANGED
@@ -24,7 +24,6 @@ class SubnetworkArgs:
|
|
24
24
|
network: pulumi.Input[_builtins.str],
|
25
25
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
26
26
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
28
27
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
29
28
|
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
30
29
|
ip_collection: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -53,13 +52,6 @@ class SubnetworkArgs:
|
|
53
52
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
54
53
|
you create the resource. This field can be set only at resource
|
55
54
|
creation time.
|
56
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
57
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
58
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
59
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
60
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
61
|
-
|
62
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
63
55
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
64
56
|
:param pulumi.Input[_builtins.str] ip_cidr_range: The range of internal addresses that are owned by this subnetwork.
|
65
57
|
Provide this property when you create the subnetwork. For example,
|
@@ -135,11 +127,6 @@ class SubnetworkArgs:
|
|
135
127
|
pulumi.set(__self__, "allow_subnet_cidr_routes_overlap", allow_subnet_cidr_routes_overlap)
|
136
128
|
if description is not None:
|
137
129
|
pulumi.set(__self__, "description", description)
|
138
|
-
if enable_flow_logs is not None:
|
139
|
-
warnings.warn("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""", DeprecationWarning)
|
140
|
-
pulumi.log.warn("""enable_flow_logs is deprecated: This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
141
|
-
if enable_flow_logs is not None:
|
142
|
-
pulumi.set(__self__, "enable_flow_logs", enable_flow_logs)
|
143
130
|
if external_ipv6_prefix is not None:
|
144
131
|
pulumi.set(__self__, "external_ipv6_prefix", external_ipv6_prefix)
|
145
132
|
if ip_cidr_range is not None:
|
@@ -217,25 +204,6 @@ class SubnetworkArgs:
|
|
217
204
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
218
205
|
pulumi.set(self, "description", value)
|
219
206
|
|
220
|
-
@_builtins.property
|
221
|
-
@pulumi.getter(name="enableFlowLogs")
|
222
|
-
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
223
|
-
def enable_flow_logs(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
224
|
-
"""
|
225
|
-
(Optional, Deprecated)
|
226
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
227
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
228
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
229
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
230
|
-
|
231
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
232
|
-
"""
|
233
|
-
return pulumi.get(self, "enable_flow_logs")
|
234
|
-
|
235
|
-
@enable_flow_logs.setter
|
236
|
-
def enable_flow_logs(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
237
|
-
pulumi.set(self, "enable_flow_logs", value)
|
238
|
-
|
239
207
|
@_builtins.property
|
240
208
|
@pulumi.getter(name="externalIpv6Prefix")
|
241
209
|
def external_ipv6_prefix(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -499,7 +467,6 @@ class _SubnetworkState:
|
|
499
467
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
500
468
|
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
501
469
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
502
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
503
470
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
504
471
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
505
472
|
gateway_address: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -536,13 +503,6 @@ class _SubnetworkState:
|
|
536
503
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
537
504
|
you create the resource. This field can be set only at resource
|
538
505
|
creation time.
|
539
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
540
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
541
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
542
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
543
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
544
|
-
|
545
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
546
506
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
547
507
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during updates of this resource.
|
548
508
|
:param pulumi.Input[_builtins.str] gateway_address: The gateway address for default routes to reach destination addresses
|
@@ -637,11 +597,6 @@ class _SubnetworkState:
|
|
637
597
|
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
638
598
|
if description is not None:
|
639
599
|
pulumi.set(__self__, "description", description)
|
640
|
-
if enable_flow_logs is not None:
|
641
|
-
warnings.warn("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""", DeprecationWarning)
|
642
|
-
pulumi.log.warn("""enable_flow_logs is deprecated: This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
643
|
-
if enable_flow_logs is not None:
|
644
|
-
pulumi.set(__self__, "enable_flow_logs", enable_flow_logs)
|
645
600
|
if external_ipv6_prefix is not None:
|
646
601
|
pulumi.set(__self__, "external_ipv6_prefix", external_ipv6_prefix)
|
647
602
|
if fingerprint is not None:
|
@@ -739,25 +694,6 @@ class _SubnetworkState:
|
|
739
694
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
740
695
|
pulumi.set(self, "description", value)
|
741
696
|
|
742
|
-
@_builtins.property
|
743
|
-
@pulumi.getter(name="enableFlowLogs")
|
744
|
-
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
745
|
-
def enable_flow_logs(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
746
|
-
"""
|
747
|
-
(Optional, Deprecated)
|
748
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
749
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
750
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
751
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
752
|
-
|
753
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
754
|
-
"""
|
755
|
-
return pulumi.get(self, "enable_flow_logs")
|
756
|
-
|
757
|
-
@enable_flow_logs.setter
|
758
|
-
def enable_flow_logs(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
759
|
-
pulumi.set(self, "enable_flow_logs", value)
|
760
|
-
|
761
697
|
@_builtins.property
|
762
698
|
@pulumi.getter(name="externalIpv6Prefix")
|
763
699
|
def external_ipv6_prefix(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1141,7 +1077,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1141
1077
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1142
1078
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
1143
1079
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1144
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
1145
1080
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
1146
1081
|
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
1147
1082
|
ip_collection: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1412,13 +1347,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1412
1347
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
1413
1348
|
you create the resource. This field can be set only at resource
|
1414
1349
|
creation time.
|
1415
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
1416
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
1417
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
1418
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
1419
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
1420
|
-
|
1421
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
1422
1350
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
1423
1351
|
:param pulumi.Input[_builtins.str] ip_cidr_range: The range of internal addresses that are owned by this subnetwork.
|
1424
1352
|
Provide this property when you create the subnetwork. For example,
|
@@ -1756,7 +1684,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1756
1684
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1757
1685
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
1758
1686
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1759
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
1760
1687
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
1761
1688
|
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
1762
1689
|
ip_collection: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1786,7 +1713,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1786
1713
|
|
1787
1714
|
__props__.__dict__["allow_subnet_cidr_routes_overlap"] = allow_subnet_cidr_routes_overlap
|
1788
1715
|
__props__.__dict__["description"] = description
|
1789
|
-
__props__.__dict__["enable_flow_logs"] = enable_flow_logs
|
1790
1716
|
__props__.__dict__["external_ipv6_prefix"] = external_ipv6_prefix
|
1791
1717
|
__props__.__dict__["ip_cidr_range"] = ip_cidr_range
|
1792
1718
|
__props__.__dict__["ip_collection"] = ip_collection
|
@@ -1829,7 +1755,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1829
1755
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
1830
1756
|
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
1831
1757
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1832
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
1833
1758
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
1834
1759
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
1835
1760
|
gateway_address: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1871,13 +1796,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1871
1796
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
1872
1797
|
you create the resource. This field can be set only at resource
|
1873
1798
|
creation time.
|
1874
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
1875
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
1876
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
1877
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
1878
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
1879
|
-
|
1880
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
1881
1799
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
1882
1800
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during updates of this resource.
|
1883
1801
|
:param pulumi.Input[_builtins.str] gateway_address: The gateway address for default routes to reach destination addresses
|
@@ -1973,7 +1891,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1973
1891
|
__props__.__dict__["allow_subnet_cidr_routes_overlap"] = allow_subnet_cidr_routes_overlap
|
1974
1892
|
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1975
1893
|
__props__.__dict__["description"] = description
|
1976
|
-
__props__.__dict__["enable_flow_logs"] = enable_flow_logs
|
1977
1894
|
__props__.__dict__["external_ipv6_prefix"] = external_ipv6_prefix
|
1978
1895
|
__props__.__dict__["fingerprint"] = fingerprint
|
1979
1896
|
__props__.__dict__["gateway_address"] = gateway_address
|
@@ -2031,21 +1948,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
2031
1948
|
"""
|
2032
1949
|
return pulumi.get(self, "description")
|
2033
1950
|
|
2034
|
-
@_builtins.property
|
2035
|
-
@pulumi.getter(name="enableFlowLogs")
|
2036
|
-
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
2037
|
-
def enable_flow_logs(self) -> pulumi.Output[_builtins.bool]:
|
2038
|
-
"""
|
2039
|
-
(Optional, Deprecated)
|
2040
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
2041
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
2042
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
2043
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
2044
|
-
|
2045
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
2046
|
-
"""
|
2047
|
-
return pulumi.get(self, "enable_flow_logs")
|
2048
|
-
|
2049
1951
|
@_builtins.property
|
2050
1952
|
@pulumi.getter(name="externalIpv6Prefix")
|
2051
1953
|
def external_ipv6_prefix(self) -> pulumi.Output[_builtins.str]:
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -333,6 +333,8 @@ runtimeConfigCustomEndpoint: Optional[str]
|
|
333
333
|
|
334
334
|
runtimeconfigCustomEndpoint: Optional[str]
|
335
335
|
|
336
|
+
saasRuntimeCustomEndpoint: Optional[str]
|
337
|
+
|
336
338
|
scopes: Optional[str]
|
337
339
|
|
338
340
|
secretManagerCustomEndpoint: Optional[str]
|
@@ -383,8 +385,6 @@ tagsCustomEndpoint: Optional[str]
|
|
383
385
|
|
384
386
|
tagsLocationCustomEndpoint: Optional[str]
|
385
387
|
|
386
|
-
tpuCustomEndpoint: Optional[str]
|
387
|
-
|
388
388
|
tpuV2CustomEndpoint: Optional[str]
|
389
389
|
|
390
390
|
transcoderCustomEndpoint: Optional[str]
|
pulumi_gcp/config/vars.py
CHANGED
@@ -657,6 +657,10 @@ class _ExportableConfig(types.ModuleType):
|
|
657
657
|
def runtimeconfig_custom_endpoint(self) -> Optional[str]:
|
658
658
|
return __config__.get('runtimeconfigCustomEndpoint')
|
659
659
|
|
660
|
+
@_builtins.property
|
661
|
+
def saas_runtime_custom_endpoint(self) -> Optional[str]:
|
662
|
+
return __config__.get('saasRuntimeCustomEndpoint')
|
663
|
+
|
660
664
|
@_builtins.property
|
661
665
|
def scopes(self) -> Optional[str]:
|
662
666
|
return __config__.get('scopes')
|
@@ -757,10 +761,6 @@ class _ExportableConfig(types.ModuleType):
|
|
757
761
|
def tags_location_custom_endpoint(self) -> Optional[str]:
|
758
762
|
return __config__.get('tagsLocationCustomEndpoint')
|
759
763
|
|
760
|
-
@_builtins.property
|
761
|
-
def tpu_custom_endpoint(self) -> Optional[str]:
|
762
|
-
return __config__.get('tpuCustomEndpoint')
|
763
|
-
|
764
764
|
@_builtins.property
|
765
765
|
def tpu_v2_custom_endpoint(self) -> Optional[str]:
|
766
766
|
return __config__.get('tpuV2CustomEndpoint')
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -5811,6 +5811,10 @@ if not MYPY:
|
|
5811
5811
|
feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability
|
5812
5812
|
when deciding to remove nodes from a cluster. Can be `BALANCED` or `OPTIMIZE_UTILIZATION`. Defaults to `BALANCED`.
|
5813
5813
|
"""
|
5814
|
+
default_compute_class_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
5815
|
+
"""
|
5816
|
+
Specifies whether default compute class behaviour is enabled. If enabled, cluster autoscaler will use Compute Class with name default for all the workloads, if not overriden.
|
5817
|
+
"""
|
5814
5818
|
enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
5815
5819
|
"""
|
5816
5820
|
Whether node auto-provisioning is enabled. Must be supplied for GKE Standard clusters, `true` is implied
|
@@ -5832,6 +5836,7 @@ class ClusterClusterAutoscalingArgs:
|
|
5832
5836
|
auto_provisioning_defaults: Optional[pulumi.Input['ClusterClusterAutoscalingAutoProvisioningDefaultsArgs']] = None,
|
5833
5837
|
auto_provisioning_locations: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
5834
5838
|
autoscaling_profile: Optional[pulumi.Input[_builtins.str]] = None,
|
5839
|
+
default_compute_class_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
5835
5840
|
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
5836
5841
|
resource_limits: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterClusterAutoscalingResourceLimitArgs']]]] = None):
|
5837
5842
|
"""
|
@@ -5845,6 +5850,7 @@ class ClusterClusterAutoscalingArgs:
|
|
5845
5850
|
options for the [Autoscaling profile](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler#autoscaling_profiles)
|
5846
5851
|
feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability
|
5847
5852
|
when deciding to remove nodes from a cluster. Can be `BALANCED` or `OPTIMIZE_UTILIZATION`. Defaults to `BALANCED`.
|
5853
|
+
:param pulumi.Input[_builtins.bool] default_compute_class_enabled: Specifies whether default compute class behaviour is enabled. If enabled, cluster autoscaler will use Compute Class with name default for all the workloads, if not overriden.
|
5848
5854
|
:param pulumi.Input[_builtins.bool] enabled: Whether node auto-provisioning is enabled. Must be supplied for GKE Standard clusters, `true` is implied
|
5849
5855
|
for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
|
5850
5856
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterClusterAutoscalingResourceLimitArgs']]] resource_limits: Global constraints for machine resources in the
|
@@ -5858,6 +5864,8 @@ class ClusterClusterAutoscalingArgs:
|
|
5858
5864
|
pulumi.set(__self__, "auto_provisioning_locations", auto_provisioning_locations)
|
5859
5865
|
if autoscaling_profile is not None:
|
5860
5866
|
pulumi.set(__self__, "autoscaling_profile", autoscaling_profile)
|
5867
|
+
if default_compute_class_enabled is not None:
|
5868
|
+
pulumi.set(__self__, "default_compute_class_enabled", default_compute_class_enabled)
|
5861
5869
|
if enabled is not None:
|
5862
5870
|
pulumi.set(__self__, "enabled", enabled)
|
5863
5871
|
if resource_limits is not None:
|
@@ -5906,6 +5914,18 @@ class ClusterClusterAutoscalingArgs:
|
|
5906
5914
|
def autoscaling_profile(self, value: Optional[pulumi.Input[_builtins.str]]):
|
5907
5915
|
pulumi.set(self, "autoscaling_profile", value)
|
5908
5916
|
|
5917
|
+
@_builtins.property
|
5918
|
+
@pulumi.getter(name="defaultComputeClassEnabled")
|
5919
|
+
def default_compute_class_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
5920
|
+
"""
|
5921
|
+
Specifies whether default compute class behaviour is enabled. If enabled, cluster autoscaler will use Compute Class with name default for all the workloads, if not overriden.
|
5922
|
+
"""
|
5923
|
+
return pulumi.get(self, "default_compute_class_enabled")
|
5924
|
+
|
5925
|
+
@default_compute_class_enabled.setter
|
5926
|
+
def default_compute_class_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
5927
|
+
pulumi.set(self, "default_compute_class_enabled", value)
|
5928
|
+
|
5909
5929
|
@_builtins.property
|
5910
5930
|
@pulumi.getter
|
5911
5931
|
def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -41,10 +41,12 @@ class AwsClusterArgs:
|
|
41
41
|
:param pulumi.Input['AwsClusterFleetArgs'] fleet: Fleet configuration.
|
42
42
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
43
43
|
:param pulumi.Input['AwsClusterNetworkingArgs'] networking: Cluster-wide networking configuration.
|
44
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
45
|
-
|
46
|
-
|
47
|
-
|
44
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
45
|
+
all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
|
46
|
+
separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
|
47
|
+
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
48
|
+
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
49
|
+
`effective_annotations` for all of the annotations present on the resource.
|
48
50
|
:param pulumi.Input['AwsClusterBinaryAuthorizationArgs'] binary_authorization: Configuration options for the Binary Authorization feature.
|
49
51
|
:param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
50
52
|
:param pulumi.Input['AwsClusterLoggingConfigArgs'] logging_config: Logging configuration.
|
@@ -146,10 +148,12 @@ class AwsClusterArgs:
|
|
146
148
|
@pulumi.getter
|
147
149
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
148
150
|
"""
|
149
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
150
|
-
|
151
|
-
|
152
|
-
|
151
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
152
|
+
all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
|
153
|
+
separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
|
154
|
+
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
155
|
+
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
156
|
+
`effective_annotations` for all of the annotations present on the resource.
|
153
157
|
"""
|
154
158
|
return pulumi.get(self, "annotations")
|
155
159
|
|
@@ -244,10 +248,12 @@ class _AwsClusterState:
|
|
244
248
|
workload_identity_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AwsClusterWorkloadIdentityConfigArgs']]]] = None):
|
245
249
|
"""
|
246
250
|
Input properties used for looking up and filtering AwsCluster resources.
|
247
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
252
|
+
all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
|
253
|
+
separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
|
254
|
+
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
255
|
+
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
256
|
+
`effective_annotations` for all of the annotations present on the resource.
|
251
257
|
:param pulumi.Input['AwsClusterAuthorizationArgs'] authorization: Configuration related to the cluster RBAC settings.
|
252
258
|
:param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
|
253
259
|
:param pulumi.Input['AwsClusterBinaryAuthorizationArgs'] binary_authorization: Configuration options for the Binary Authorization feature.
|
@@ -315,10 +321,12 @@ class _AwsClusterState:
|
|
315
321
|
@pulumi.getter
|
316
322
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
317
323
|
"""
|
318
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
319
|
-
|
320
|
-
|
321
|
-
|
324
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
325
|
+
all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
|
326
|
+
separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
|
327
|
+
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
328
|
+
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
329
|
+
`effective_annotations` for all of the annotations present on the resource.
|
322
330
|
"""
|
323
331
|
return pulumi.get(self, "annotations")
|
324
332
|
|
@@ -841,10 +849,12 @@ class AwsCluster(pulumi.CustomResource):
|
|
841
849
|
|
842
850
|
:param str resource_name: The name of the resource.
|
843
851
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
844
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
845
|
-
|
846
|
-
|
847
|
-
|
852
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
853
|
+
all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
|
854
|
+
separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
|
855
|
+
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
856
|
+
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
857
|
+
`effective_annotations` for all of the annotations present on the resource.
|
848
858
|
:param pulumi.Input[Union['AwsClusterAuthorizationArgs', 'AwsClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
|
849
859
|
:param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
|
850
860
|
:param pulumi.Input[Union['AwsClusterBinaryAuthorizationArgs', 'AwsClusterBinaryAuthorizationArgsDict']] binary_authorization: Configuration options for the Binary Authorization feature.
|
@@ -1226,10 +1236,12 @@ class AwsCluster(pulumi.CustomResource):
|
|
1226
1236
|
:param str resource_name: The unique name of the resulting resource.
|
1227
1237
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1228
1238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1229
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1239
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1240
|
+
all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
|
1241
|
+
separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
|
1242
|
+
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
1243
|
+
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1244
|
+
`effective_annotations` for all of the annotations present on the resource.
|
1233
1245
|
:param pulumi.Input[Union['AwsClusterAuthorizationArgs', 'AwsClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
|
1234
1246
|
:param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
|
1235
1247
|
:param pulumi.Input[Union['AwsClusterBinaryAuthorizationArgs', 'AwsClusterBinaryAuthorizationArgsDict']] binary_authorization: Configuration options for the Binary Authorization feature.
|
@@ -1281,10 +1293,12 @@ class AwsCluster(pulumi.CustomResource):
|
|
1281
1293
|
@pulumi.getter
|
1282
1294
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
1283
1295
|
"""
|
1284
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1296
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1297
|
+
all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
|
1298
|
+
separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
|
1299
|
+
alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
|
1300
|
+
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1301
|
+
`effective_annotations` for all of the annotations present on the resource.
|
1288
1302
|
"""
|
1289
1303
|
return pulumi.get(self, "annotations")
|
1290
1304
|
|