pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.25.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +131 -0
- pulumi_gcp/_inputs.py +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +324 -12
- pulumi_gcp/accesscontextmanager/outputs.py +204 -12
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +58 -0
- pulumi_gcp/apigee/dns_zone.py +491 -0
- pulumi_gcp/apigee/outputs.py +53 -0
- pulumi_gcp/bigquery/_inputs.py +158 -0
- pulumi_gcp/bigquery/outputs.py +115 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/reservation_assignment.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +8 -8
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/chronicle/data_access_scope.py +16 -0
- pulumi_gcp/chronicle/reference_list.py +16 -0
- pulumi_gcp/chronicle/retrohunt.py +16 -0
- pulumi_gcp/chronicle/rule.py +16 -0
- pulumi_gcp/chronicle/rule_deployment.py +16 -0
- pulumi_gcp/chronicle/watchlist.py +16 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +20 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2627 -61
- pulumi_gcp/compute/backend_service.py +121 -3
- pulumi_gcp/compute/get_backend_service.py +15 -4
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_instance.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +482 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/get_subnetwork.py +43 -1
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/instance.py +47 -0
- pulumi_gcp/compute/instance_from_machine_image.py +94 -0
- pulumi_gcp/compute/instance_from_template.py +47 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +4522 -391
- pulumi_gcp/compute/public_delegated_prefix.py +69 -15
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +35 -5
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/outputs.py +27 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +274 -13
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/get_registry_image.py +4 -0
- pulumi_gcp/container/get_registry_repository.py +4 -0
- pulumi_gcp/container/outputs.py +305 -10
- pulumi_gcp/container/registry.py +4 -0
- pulumi_gcp/datafusion/instance.py +68 -0
- pulumi_gcp/dataproc/__init__.py +8 -0
- pulumi_gcp/dataproc/_inputs.py +219 -0
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +193 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +210 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +687 -0
- pulumi_gcp/dataproc/metastore_federation.py +38 -2
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +734 -0
- pulumi_gcp/dataproc/outputs.py +139 -0
- pulumi_gcp/datastream/_inputs.py +311 -94
- pulumi_gcp/datastream/connection_profile.py +40 -0
- pulumi_gcp/datastream/outputs.py +244 -51
- pulumi_gcp/datastream/stream.py +216 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/sitemap.py +504 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/enrollment.py +980 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +484 -0
- pulumi_gcp/firebase/app_hosting_build.py +1232 -0
- pulumi_gcp/firebase/outputs.py +333 -0
- pulumi_gcp/identityplatform/_inputs.py +91 -0
- pulumi_gcp/identityplatform/outputs.py +73 -0
- pulumi_gcp/identityplatform/tenant.py +56 -0
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/cluster.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/_inputs.py +1252 -7
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +481 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +843 -0
- pulumi_gcp/memorystore/outputs.py +1440 -15
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +891 -26
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +94 -36
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/outputs.py +531 -1
- pulumi_gcp/networksecurity/security_profile.py +8 -0
- pulumi_gcp/organizations/__init__.py +2 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/organizations/get_iam_custom_roles.py +164 -0
- pulumi_gcp/organizations/outputs.py +96 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/parametermanager/get_parameter.py +16 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +19 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +4 -0
- pulumi_gcp/parametermanager/get_parameters.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +8 -0
- pulumi_gcp/parametermanager/get_regional_parameters.py +4 -0
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/parameter.py +88 -0
- pulumi_gcp/parametermanager/parameter_version.py +74 -0
- pulumi_gcp/parametermanager/regional_parameter.py +12 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +12 -0
- pulumi_gcp/provider.py +75 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +136 -0
- pulumi_gcp/redis/cluster.py +54 -0
- pulumi_gcp/redis/outputs.py +114 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -16
- pulumi_gcp/storage/__init__.py +6 -0
- pulumi_gcp/storage/_inputs.py +1322 -0
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/control_folder_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +408 -0
- pulumi_gcp/storage/get_bucket_object_content.py +16 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +160 -0
- pulumi_gcp/storage/outputs.py +1553 -17
- pulumi_gcp/workbench/instance.py +14 -2
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/RECORD +150 -124
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataproc/outputs.py
CHANGED
@@ -110,6 +110,8 @@ __all__ = [
|
|
110
110
|
'JobSparksqlConfig',
|
111
111
|
'JobSparksqlConfigLoggingConfig',
|
112
112
|
'JobStatus',
|
113
|
+
'MetastoreDatabaseIamBindingCondition',
|
114
|
+
'MetastoreDatabaseIamMemberCondition',
|
113
115
|
'MetastoreFederationBackendMetastore',
|
114
116
|
'MetastoreFederationIamBindingCondition',
|
115
117
|
'MetastoreFederationIamMemberCondition',
|
@@ -130,6 +132,8 @@ __all__ = [
|
|
130
132
|
'MetastoreServiceScalingConfigAutoscalingConfigLimitConfig',
|
131
133
|
'MetastoreServiceScheduledBackup',
|
132
134
|
'MetastoreServiceTelemetryConfig',
|
135
|
+
'MetastoreTableIamBindingCondition',
|
136
|
+
'MetastoreTableIamMemberCondition',
|
133
137
|
'WorkflowTemplateEncryptionConfig',
|
134
138
|
'WorkflowTemplateJob',
|
135
139
|
'WorkflowTemplateJobHadoopJob',
|
@@ -7194,6 +7198,60 @@ class JobStatus(dict):
|
|
7194
7198
|
return pulumi.get(self, "substate")
|
7195
7199
|
|
7196
7200
|
|
7201
|
+
@pulumi.output_type
|
7202
|
+
class MetastoreDatabaseIamBindingCondition(dict):
|
7203
|
+
def __init__(__self__, *,
|
7204
|
+
expression: str,
|
7205
|
+
title: str,
|
7206
|
+
description: Optional[str] = None):
|
7207
|
+
pulumi.set(__self__, "expression", expression)
|
7208
|
+
pulumi.set(__self__, "title", title)
|
7209
|
+
if description is not None:
|
7210
|
+
pulumi.set(__self__, "description", description)
|
7211
|
+
|
7212
|
+
@property
|
7213
|
+
@pulumi.getter
|
7214
|
+
def expression(self) -> str:
|
7215
|
+
return pulumi.get(self, "expression")
|
7216
|
+
|
7217
|
+
@property
|
7218
|
+
@pulumi.getter
|
7219
|
+
def title(self) -> str:
|
7220
|
+
return pulumi.get(self, "title")
|
7221
|
+
|
7222
|
+
@property
|
7223
|
+
@pulumi.getter
|
7224
|
+
def description(self) -> Optional[str]:
|
7225
|
+
return pulumi.get(self, "description")
|
7226
|
+
|
7227
|
+
|
7228
|
+
@pulumi.output_type
|
7229
|
+
class MetastoreDatabaseIamMemberCondition(dict):
|
7230
|
+
def __init__(__self__, *,
|
7231
|
+
expression: str,
|
7232
|
+
title: str,
|
7233
|
+
description: Optional[str] = None):
|
7234
|
+
pulumi.set(__self__, "expression", expression)
|
7235
|
+
pulumi.set(__self__, "title", title)
|
7236
|
+
if description is not None:
|
7237
|
+
pulumi.set(__self__, "description", description)
|
7238
|
+
|
7239
|
+
@property
|
7240
|
+
@pulumi.getter
|
7241
|
+
def expression(self) -> str:
|
7242
|
+
return pulumi.get(self, "expression")
|
7243
|
+
|
7244
|
+
@property
|
7245
|
+
@pulumi.getter
|
7246
|
+
def title(self) -> str:
|
7247
|
+
return pulumi.get(self, "title")
|
7248
|
+
|
7249
|
+
@property
|
7250
|
+
@pulumi.getter
|
7251
|
+
def description(self) -> Optional[str]:
|
7252
|
+
return pulumi.get(self, "description")
|
7253
|
+
|
7254
|
+
|
7197
7255
|
@pulumi.output_type
|
7198
7256
|
class MetastoreFederationBackendMetastore(dict):
|
7199
7257
|
@staticmethod
|
@@ -7949,6 +8007,8 @@ class MetastoreServiceScalingConfigAutoscalingConfig(dict):
|
|
7949
8007
|
suggest = None
|
7950
8008
|
if key == "autoscalingEnabled":
|
7951
8009
|
suggest = "autoscaling_enabled"
|
8010
|
+
elif key == "autoscalingFactor":
|
8011
|
+
suggest = "autoscaling_factor"
|
7952
8012
|
elif key == "limitConfig":
|
7953
8013
|
suggest = "limit_config"
|
7954
8014
|
|
@@ -7965,14 +8025,19 @@ class MetastoreServiceScalingConfigAutoscalingConfig(dict):
|
|
7965
8025
|
|
7966
8026
|
def __init__(__self__, *,
|
7967
8027
|
autoscaling_enabled: Optional[bool] = None,
|
8028
|
+
autoscaling_factor: Optional[float] = None,
|
7968
8029
|
limit_config: Optional['outputs.MetastoreServiceScalingConfigAutoscalingConfigLimitConfig'] = None):
|
7969
8030
|
"""
|
7970
8031
|
:param bool autoscaling_enabled: Defines whether autoscaling is enabled. The default value is false.
|
8032
|
+
:param float autoscaling_factor: (Output)
|
8033
|
+
Output only. The scaling factor of a service with autoscaling enabled.
|
7971
8034
|
:param 'MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs' limit_config: Represents the limit configuration of a metastore service.
|
7972
8035
|
Structure is documented below.
|
7973
8036
|
"""
|
7974
8037
|
if autoscaling_enabled is not None:
|
7975
8038
|
pulumi.set(__self__, "autoscaling_enabled", autoscaling_enabled)
|
8039
|
+
if autoscaling_factor is not None:
|
8040
|
+
pulumi.set(__self__, "autoscaling_factor", autoscaling_factor)
|
7976
8041
|
if limit_config is not None:
|
7977
8042
|
pulumi.set(__self__, "limit_config", limit_config)
|
7978
8043
|
|
@@ -7984,6 +8049,15 @@ class MetastoreServiceScalingConfigAutoscalingConfig(dict):
|
|
7984
8049
|
"""
|
7985
8050
|
return pulumi.get(self, "autoscaling_enabled")
|
7986
8051
|
|
8052
|
+
@property
|
8053
|
+
@pulumi.getter(name="autoscalingFactor")
|
8054
|
+
def autoscaling_factor(self) -> Optional[float]:
|
8055
|
+
"""
|
8056
|
+
(Output)
|
8057
|
+
Output only. The scaling factor of a service with autoscaling enabled.
|
8058
|
+
"""
|
8059
|
+
return pulumi.get(self, "autoscaling_factor")
|
8060
|
+
|
7987
8061
|
@property
|
7988
8062
|
@pulumi.getter(name="limitConfig")
|
7989
8063
|
def limit_config(self) -> Optional['outputs.MetastoreServiceScalingConfigAutoscalingConfigLimitConfig']:
|
@@ -8159,6 +8233,60 @@ class MetastoreServiceTelemetryConfig(dict):
|
|
8159
8233
|
return pulumi.get(self, "log_format")
|
8160
8234
|
|
8161
8235
|
|
8236
|
+
@pulumi.output_type
|
8237
|
+
class MetastoreTableIamBindingCondition(dict):
|
8238
|
+
def __init__(__self__, *,
|
8239
|
+
expression: str,
|
8240
|
+
title: str,
|
8241
|
+
description: Optional[str] = None):
|
8242
|
+
pulumi.set(__self__, "expression", expression)
|
8243
|
+
pulumi.set(__self__, "title", title)
|
8244
|
+
if description is not None:
|
8245
|
+
pulumi.set(__self__, "description", description)
|
8246
|
+
|
8247
|
+
@property
|
8248
|
+
@pulumi.getter
|
8249
|
+
def expression(self) -> str:
|
8250
|
+
return pulumi.get(self, "expression")
|
8251
|
+
|
8252
|
+
@property
|
8253
|
+
@pulumi.getter
|
8254
|
+
def title(self) -> str:
|
8255
|
+
return pulumi.get(self, "title")
|
8256
|
+
|
8257
|
+
@property
|
8258
|
+
@pulumi.getter
|
8259
|
+
def description(self) -> Optional[str]:
|
8260
|
+
return pulumi.get(self, "description")
|
8261
|
+
|
8262
|
+
|
8263
|
+
@pulumi.output_type
|
8264
|
+
class MetastoreTableIamMemberCondition(dict):
|
8265
|
+
def __init__(__self__, *,
|
8266
|
+
expression: str,
|
8267
|
+
title: str,
|
8268
|
+
description: Optional[str] = None):
|
8269
|
+
pulumi.set(__self__, "expression", expression)
|
8270
|
+
pulumi.set(__self__, "title", title)
|
8271
|
+
if description is not None:
|
8272
|
+
pulumi.set(__self__, "description", description)
|
8273
|
+
|
8274
|
+
@property
|
8275
|
+
@pulumi.getter
|
8276
|
+
def expression(self) -> str:
|
8277
|
+
return pulumi.get(self, "expression")
|
8278
|
+
|
8279
|
+
@property
|
8280
|
+
@pulumi.getter
|
8281
|
+
def title(self) -> str:
|
8282
|
+
return pulumi.get(self, "title")
|
8283
|
+
|
8284
|
+
@property
|
8285
|
+
@pulumi.getter
|
8286
|
+
def description(self) -> Optional[str]:
|
8287
|
+
return pulumi.get(self, "description")
|
8288
|
+
|
8289
|
+
|
8162
8290
|
@pulumi.output_type
|
8163
8291
|
class WorkflowTemplateEncryptionConfig(dict):
|
8164
8292
|
@staticmethod
|
@@ -12571,12 +12699,15 @@ class GetMetastoreServiceScalingConfigResult(dict):
|
|
12571
12699
|
class GetMetastoreServiceScalingConfigAutoscalingConfigResult(dict):
|
12572
12700
|
def __init__(__self__, *,
|
12573
12701
|
autoscaling_enabled: bool,
|
12702
|
+
autoscaling_factor: float,
|
12574
12703
|
limit_configs: Sequence['outputs.GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigResult']):
|
12575
12704
|
"""
|
12576
12705
|
:param bool autoscaling_enabled: Defines whether autoscaling is enabled. The default value is false.
|
12706
|
+
:param float autoscaling_factor: Output only. The scaling factor of a service with autoscaling enabled.
|
12577
12707
|
:param Sequence['GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs'] limit_configs: Represents the limit configuration of a metastore service.
|
12578
12708
|
"""
|
12579
12709
|
pulumi.set(__self__, "autoscaling_enabled", autoscaling_enabled)
|
12710
|
+
pulumi.set(__self__, "autoscaling_factor", autoscaling_factor)
|
12580
12711
|
pulumi.set(__self__, "limit_configs", limit_configs)
|
12581
12712
|
|
12582
12713
|
@property
|
@@ -12587,6 +12718,14 @@ class GetMetastoreServiceScalingConfigAutoscalingConfigResult(dict):
|
|
12587
12718
|
"""
|
12588
12719
|
return pulumi.get(self, "autoscaling_enabled")
|
12589
12720
|
|
12721
|
+
@property
|
12722
|
+
@pulumi.getter(name="autoscalingFactor")
|
12723
|
+
def autoscaling_factor(self) -> float:
|
12724
|
+
"""
|
12725
|
+
Output only. The scaling factor of a service with autoscaling enabled.
|
12726
|
+
"""
|
12727
|
+
return pulumi.get(self, "autoscaling_factor")
|
12728
|
+
|
12590
12729
|
@property
|
12591
12730
|
@pulumi.getter(name="limitConfigs")
|
12592
12731
|
def limit_configs(self) -> Sequence['outputs.GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfigResult']:
|