pulumi-gcp 8.36.0a1750439108__py3-none-any.whl → 8.36.0a1751060819__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 -0
- pulumi_gcp/alloydb/_inputs.py +26 -0
- pulumi_gcp/alloydb/outputs.py +34 -1
- pulumi_gcp/apihub/__init__.py +1 -0
- pulumi_gcp/apihub/_inputs.py +983 -0
- pulumi_gcp/apihub/outputs.py +807 -0
- pulumi_gcp/apihub/plugin_instance.py +808 -0
- pulumi_gcp/bigquery/table.py +16 -12
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +56 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +73 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +201 -48
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +28 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +50 -4
- pulumi_gcp/bigtable/table.py +82 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +64 -8
- pulumi_gcp/compute/_inputs.py +24 -12
- pulumi_gcp/compute/instance.py +2 -2
- pulumi_gcp/compute/instance_template.py +2 -2
- pulumi_gcp/compute/interconnect.py +43 -11
- pulumi_gcp/compute/node_template.py +21 -0
- pulumi_gcp/compute/outputs.py +16 -8
- pulumi_gcp/compute/service_attachment.py +76 -8
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/contactcenterinsights/__init__.py +9 -0
- pulumi_gcp/contactcenterinsights/view.py +526 -0
- pulumi_gcp/container/_inputs.py +72 -12
- pulumi_gcp/container/get_engine_versions.py +15 -1
- pulumi_gcp/container/outputs.py +73 -9
- pulumi_gcp/dataplex/_inputs.py +431 -6
- pulumi_gcp/dataplex/datascan.py +251 -0
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/glossary_category.py +8 -8
- pulumi_gcp/dataplex/glossary_term.py +8 -8
- pulumi_gcp/dataplex/outputs.py +353 -4
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +486 -0
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/dataproc/outputs.py +407 -0
- pulumi_gcp/dataproc/session_template.py +1084 -0
- pulumi_gcp/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +48 -0
- pulumi_gcp/diagflow/cx_tool.py +2 -2
- pulumi_gcp/diagflow/encryption_spec.py +382 -0
- pulumi_gcp/diagflow/outputs.py +46 -0
- pulumi_gcp/firestore/field.py +6 -6
- 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 +8 -8
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/lustre/get_instance.py +12 -1
- pulumi_gcp/lustre/instance.py +143 -86
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/storage/bucket_object.py +56 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/RECORD +71 -66
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataproc/_inputs.py
CHANGED
@@ -252,6 +252,20 @@ __all__ = [
|
|
252
252
|
'MetastoreTableIamBindingConditionArgsDict',
|
253
253
|
'MetastoreTableIamMemberConditionArgs',
|
254
254
|
'MetastoreTableIamMemberConditionArgsDict',
|
255
|
+
'SessionTemplateEnvironmentConfigArgs',
|
256
|
+
'SessionTemplateEnvironmentConfigArgsDict',
|
257
|
+
'SessionTemplateEnvironmentConfigExecutionConfigArgs',
|
258
|
+
'SessionTemplateEnvironmentConfigExecutionConfigArgsDict',
|
259
|
+
'SessionTemplateEnvironmentConfigPeripheralsConfigArgs',
|
260
|
+
'SessionTemplateEnvironmentConfigPeripheralsConfigArgsDict',
|
261
|
+
'SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs',
|
262
|
+
'SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict',
|
263
|
+
'SessionTemplateJupyterSessionArgs',
|
264
|
+
'SessionTemplateJupyterSessionArgsDict',
|
265
|
+
'SessionTemplateRuntimeConfigArgs',
|
266
|
+
'SessionTemplateRuntimeConfigArgsDict',
|
267
|
+
'SessionTemplateSparkConnectSessionArgs',
|
268
|
+
'SessionTemplateSparkConnectSessionArgsDict',
|
255
269
|
'WorkflowTemplateEncryptionConfigArgs',
|
256
270
|
'WorkflowTemplateEncryptionConfigArgsDict',
|
257
271
|
'WorkflowTemplateJobArgs',
|
@@ -10406,6 +10420,478 @@ class MetastoreTableIamMemberConditionArgs:
|
|
10406
10420
|
pulumi.set(self, "description", value)
|
10407
10421
|
|
10408
10422
|
|
10423
|
+
if not MYPY:
|
10424
|
+
class SessionTemplateEnvironmentConfigArgsDict(TypedDict):
|
10425
|
+
execution_config: NotRequired[pulumi.Input['SessionTemplateEnvironmentConfigExecutionConfigArgsDict']]
|
10426
|
+
"""
|
10427
|
+
Execution configuration for a workload.
|
10428
|
+
Structure is documented below.
|
10429
|
+
"""
|
10430
|
+
peripherals_config: NotRequired[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigArgsDict']]
|
10431
|
+
"""
|
10432
|
+
Peripherals configuration that workload has access to.
|
10433
|
+
Structure is documented below.
|
10434
|
+
"""
|
10435
|
+
elif False:
|
10436
|
+
SessionTemplateEnvironmentConfigArgsDict: TypeAlias = Mapping[str, Any]
|
10437
|
+
|
10438
|
+
@pulumi.input_type
|
10439
|
+
class SessionTemplateEnvironmentConfigArgs:
|
10440
|
+
def __init__(__self__, *,
|
10441
|
+
execution_config: Optional[pulumi.Input['SessionTemplateEnvironmentConfigExecutionConfigArgs']] = None,
|
10442
|
+
peripherals_config: Optional[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigArgs']] = None):
|
10443
|
+
"""
|
10444
|
+
:param pulumi.Input['SessionTemplateEnvironmentConfigExecutionConfigArgs'] execution_config: Execution configuration for a workload.
|
10445
|
+
Structure is documented below.
|
10446
|
+
:param pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigArgs'] peripherals_config: Peripherals configuration that workload has access to.
|
10447
|
+
Structure is documented below.
|
10448
|
+
"""
|
10449
|
+
if execution_config is not None:
|
10450
|
+
pulumi.set(__self__, "execution_config", execution_config)
|
10451
|
+
if peripherals_config is not None:
|
10452
|
+
pulumi.set(__self__, "peripherals_config", peripherals_config)
|
10453
|
+
|
10454
|
+
@property
|
10455
|
+
@pulumi.getter(name="executionConfig")
|
10456
|
+
def execution_config(self) -> Optional[pulumi.Input['SessionTemplateEnvironmentConfigExecutionConfigArgs']]:
|
10457
|
+
"""
|
10458
|
+
Execution configuration for a workload.
|
10459
|
+
Structure is documented below.
|
10460
|
+
"""
|
10461
|
+
return pulumi.get(self, "execution_config")
|
10462
|
+
|
10463
|
+
@execution_config.setter
|
10464
|
+
def execution_config(self, value: Optional[pulumi.Input['SessionTemplateEnvironmentConfigExecutionConfigArgs']]):
|
10465
|
+
pulumi.set(self, "execution_config", value)
|
10466
|
+
|
10467
|
+
@property
|
10468
|
+
@pulumi.getter(name="peripheralsConfig")
|
10469
|
+
def peripherals_config(self) -> Optional[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigArgs']]:
|
10470
|
+
"""
|
10471
|
+
Peripherals configuration that workload has access to.
|
10472
|
+
Structure is documented below.
|
10473
|
+
"""
|
10474
|
+
return pulumi.get(self, "peripherals_config")
|
10475
|
+
|
10476
|
+
@peripherals_config.setter
|
10477
|
+
def peripherals_config(self, value: Optional[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigArgs']]):
|
10478
|
+
pulumi.set(self, "peripherals_config", value)
|
10479
|
+
|
10480
|
+
|
10481
|
+
if not MYPY:
|
10482
|
+
class SessionTemplateEnvironmentConfigExecutionConfigArgsDict(TypedDict):
|
10483
|
+
kms_key: NotRequired[pulumi.Input[builtins.str]]
|
10484
|
+
"""
|
10485
|
+
The Cloud KMS key to use for encryption.
|
10486
|
+
"""
|
10487
|
+
network_tags: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
10488
|
+
"""
|
10489
|
+
Tags used for network traffic control.
|
10490
|
+
"""
|
10491
|
+
service_account: NotRequired[pulumi.Input[builtins.str]]
|
10492
|
+
"""
|
10493
|
+
Service account that used to execute workload.
|
10494
|
+
"""
|
10495
|
+
staging_bucket: NotRequired[pulumi.Input[builtins.str]]
|
10496
|
+
"""
|
10497
|
+
A Cloud Storage bucket used to stage workload dependencies, config files, and store
|
10498
|
+
workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
|
10499
|
+
Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
|
10500
|
+
and then create and manage project-level, per-location staging and temporary buckets.
|
10501
|
+
This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
|
10502
|
+
"""
|
10503
|
+
subnetwork_uri: NotRequired[pulumi.Input[builtins.str]]
|
10504
|
+
"""
|
10505
|
+
Subnetwork configuration for workload execution.
|
10506
|
+
"""
|
10507
|
+
ttl: NotRequired[pulumi.Input[builtins.str]]
|
10508
|
+
"""
|
10509
|
+
The duration after which the workload will be terminated.
|
10510
|
+
When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
|
10511
|
+
work to finish. If ttl is not specified for a session workload, the workload will be allowed to run until it
|
10512
|
+
exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
|
10513
|
+
it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
|
10514
|
+
Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
|
10515
|
+
the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
|
10516
|
+
when ttl has been exceeded, whichever occurs first.
|
10517
|
+
"""
|
10518
|
+
elif False:
|
10519
|
+
SessionTemplateEnvironmentConfigExecutionConfigArgsDict: TypeAlias = Mapping[str, Any]
|
10520
|
+
|
10521
|
+
@pulumi.input_type
|
10522
|
+
class SessionTemplateEnvironmentConfigExecutionConfigArgs:
|
10523
|
+
def __init__(__self__, *,
|
10524
|
+
kms_key: Optional[pulumi.Input[builtins.str]] = None,
|
10525
|
+
network_tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
10526
|
+
service_account: Optional[pulumi.Input[builtins.str]] = None,
|
10527
|
+
staging_bucket: Optional[pulumi.Input[builtins.str]] = None,
|
10528
|
+
subnetwork_uri: Optional[pulumi.Input[builtins.str]] = None,
|
10529
|
+
ttl: Optional[pulumi.Input[builtins.str]] = None):
|
10530
|
+
"""
|
10531
|
+
:param pulumi.Input[builtins.str] kms_key: The Cloud KMS key to use for encryption.
|
10532
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] network_tags: Tags used for network traffic control.
|
10533
|
+
:param pulumi.Input[builtins.str] service_account: Service account that used to execute workload.
|
10534
|
+
:param pulumi.Input[builtins.str] staging_bucket: A Cloud Storage bucket used to stage workload dependencies, config files, and store
|
10535
|
+
workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
|
10536
|
+
Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
|
10537
|
+
and then create and manage project-level, per-location staging and temporary buckets.
|
10538
|
+
This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
|
10539
|
+
:param pulumi.Input[builtins.str] subnetwork_uri: Subnetwork configuration for workload execution.
|
10540
|
+
:param pulumi.Input[builtins.str] ttl: The duration after which the workload will be terminated.
|
10541
|
+
When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
|
10542
|
+
work to finish. If ttl is not specified for a session workload, the workload will be allowed to run until it
|
10543
|
+
exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
|
10544
|
+
it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
|
10545
|
+
Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
|
10546
|
+
the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
|
10547
|
+
when ttl has been exceeded, whichever occurs first.
|
10548
|
+
"""
|
10549
|
+
if kms_key is not None:
|
10550
|
+
pulumi.set(__self__, "kms_key", kms_key)
|
10551
|
+
if network_tags is not None:
|
10552
|
+
pulumi.set(__self__, "network_tags", network_tags)
|
10553
|
+
if service_account is not None:
|
10554
|
+
pulumi.set(__self__, "service_account", service_account)
|
10555
|
+
if staging_bucket is not None:
|
10556
|
+
pulumi.set(__self__, "staging_bucket", staging_bucket)
|
10557
|
+
if subnetwork_uri is not None:
|
10558
|
+
pulumi.set(__self__, "subnetwork_uri", subnetwork_uri)
|
10559
|
+
if ttl is not None:
|
10560
|
+
pulumi.set(__self__, "ttl", ttl)
|
10561
|
+
|
10562
|
+
@property
|
10563
|
+
@pulumi.getter(name="kmsKey")
|
10564
|
+
def kms_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
10565
|
+
"""
|
10566
|
+
The Cloud KMS key to use for encryption.
|
10567
|
+
"""
|
10568
|
+
return pulumi.get(self, "kms_key")
|
10569
|
+
|
10570
|
+
@kms_key.setter
|
10571
|
+
def kms_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
10572
|
+
pulumi.set(self, "kms_key", value)
|
10573
|
+
|
10574
|
+
@property
|
10575
|
+
@pulumi.getter(name="networkTags")
|
10576
|
+
def network_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
10577
|
+
"""
|
10578
|
+
Tags used for network traffic control.
|
10579
|
+
"""
|
10580
|
+
return pulumi.get(self, "network_tags")
|
10581
|
+
|
10582
|
+
@network_tags.setter
|
10583
|
+
def network_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
10584
|
+
pulumi.set(self, "network_tags", value)
|
10585
|
+
|
10586
|
+
@property
|
10587
|
+
@pulumi.getter(name="serviceAccount")
|
10588
|
+
def service_account(self) -> Optional[pulumi.Input[builtins.str]]:
|
10589
|
+
"""
|
10590
|
+
Service account that used to execute workload.
|
10591
|
+
"""
|
10592
|
+
return pulumi.get(self, "service_account")
|
10593
|
+
|
10594
|
+
@service_account.setter
|
10595
|
+
def service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
10596
|
+
pulumi.set(self, "service_account", value)
|
10597
|
+
|
10598
|
+
@property
|
10599
|
+
@pulumi.getter(name="stagingBucket")
|
10600
|
+
def staging_bucket(self) -> Optional[pulumi.Input[builtins.str]]:
|
10601
|
+
"""
|
10602
|
+
A Cloud Storage bucket used to stage workload dependencies, config files, and store
|
10603
|
+
workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
|
10604
|
+
Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
|
10605
|
+
and then create and manage project-level, per-location staging and temporary buckets.
|
10606
|
+
This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
|
10607
|
+
"""
|
10608
|
+
return pulumi.get(self, "staging_bucket")
|
10609
|
+
|
10610
|
+
@staging_bucket.setter
|
10611
|
+
def staging_bucket(self, value: Optional[pulumi.Input[builtins.str]]):
|
10612
|
+
pulumi.set(self, "staging_bucket", value)
|
10613
|
+
|
10614
|
+
@property
|
10615
|
+
@pulumi.getter(name="subnetworkUri")
|
10616
|
+
def subnetwork_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
10617
|
+
"""
|
10618
|
+
Subnetwork configuration for workload execution.
|
10619
|
+
"""
|
10620
|
+
return pulumi.get(self, "subnetwork_uri")
|
10621
|
+
|
10622
|
+
@subnetwork_uri.setter
|
10623
|
+
def subnetwork_uri(self, value: Optional[pulumi.Input[builtins.str]]):
|
10624
|
+
pulumi.set(self, "subnetwork_uri", value)
|
10625
|
+
|
10626
|
+
@property
|
10627
|
+
@pulumi.getter
|
10628
|
+
def ttl(self) -> Optional[pulumi.Input[builtins.str]]:
|
10629
|
+
"""
|
10630
|
+
The duration after which the workload will be terminated.
|
10631
|
+
When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
|
10632
|
+
work to finish. If ttl is not specified for a session workload, the workload will be allowed to run until it
|
10633
|
+
exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
|
10634
|
+
it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
|
10635
|
+
Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
|
10636
|
+
the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
|
10637
|
+
when ttl has been exceeded, whichever occurs first.
|
10638
|
+
"""
|
10639
|
+
return pulumi.get(self, "ttl")
|
10640
|
+
|
10641
|
+
@ttl.setter
|
10642
|
+
def ttl(self, value: Optional[pulumi.Input[builtins.str]]):
|
10643
|
+
pulumi.set(self, "ttl", value)
|
10644
|
+
|
10645
|
+
|
10646
|
+
if not MYPY:
|
10647
|
+
class SessionTemplateEnvironmentConfigPeripheralsConfigArgsDict(TypedDict):
|
10648
|
+
metastore_service: NotRequired[pulumi.Input[builtins.str]]
|
10649
|
+
"""
|
10650
|
+
Resource name of an existing Dataproc Metastore service.
|
10651
|
+
"""
|
10652
|
+
spark_history_server_config: NotRequired[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict']]
|
10653
|
+
"""
|
10654
|
+
The Spark History Server configuration for the workload.
|
10655
|
+
Structure is documented below.
|
10656
|
+
"""
|
10657
|
+
elif False:
|
10658
|
+
SessionTemplateEnvironmentConfigPeripheralsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
10659
|
+
|
10660
|
+
@pulumi.input_type
|
10661
|
+
class SessionTemplateEnvironmentConfigPeripheralsConfigArgs:
|
10662
|
+
def __init__(__self__, *,
|
10663
|
+
metastore_service: Optional[pulumi.Input[builtins.str]] = None,
|
10664
|
+
spark_history_server_config: Optional[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs']] = None):
|
10665
|
+
"""
|
10666
|
+
:param pulumi.Input[builtins.str] metastore_service: Resource name of an existing Dataproc Metastore service.
|
10667
|
+
:param pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs'] spark_history_server_config: The Spark History Server configuration for the workload.
|
10668
|
+
Structure is documented below.
|
10669
|
+
"""
|
10670
|
+
if metastore_service is not None:
|
10671
|
+
pulumi.set(__self__, "metastore_service", metastore_service)
|
10672
|
+
if spark_history_server_config is not None:
|
10673
|
+
pulumi.set(__self__, "spark_history_server_config", spark_history_server_config)
|
10674
|
+
|
10675
|
+
@property
|
10676
|
+
@pulumi.getter(name="metastoreService")
|
10677
|
+
def metastore_service(self) -> Optional[pulumi.Input[builtins.str]]:
|
10678
|
+
"""
|
10679
|
+
Resource name of an existing Dataproc Metastore service.
|
10680
|
+
"""
|
10681
|
+
return pulumi.get(self, "metastore_service")
|
10682
|
+
|
10683
|
+
@metastore_service.setter
|
10684
|
+
def metastore_service(self, value: Optional[pulumi.Input[builtins.str]]):
|
10685
|
+
pulumi.set(self, "metastore_service", value)
|
10686
|
+
|
10687
|
+
@property
|
10688
|
+
@pulumi.getter(name="sparkHistoryServerConfig")
|
10689
|
+
def spark_history_server_config(self) -> Optional[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs']]:
|
10690
|
+
"""
|
10691
|
+
The Spark History Server configuration for the workload.
|
10692
|
+
Structure is documented below.
|
10693
|
+
"""
|
10694
|
+
return pulumi.get(self, "spark_history_server_config")
|
10695
|
+
|
10696
|
+
@spark_history_server_config.setter
|
10697
|
+
def spark_history_server_config(self, value: Optional[pulumi.Input['SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs']]):
|
10698
|
+
pulumi.set(self, "spark_history_server_config", value)
|
10699
|
+
|
10700
|
+
|
10701
|
+
if not MYPY:
|
10702
|
+
class SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict(TypedDict):
|
10703
|
+
dataproc_cluster: NotRequired[pulumi.Input[builtins.str]]
|
10704
|
+
"""
|
10705
|
+
Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
|
10706
|
+
"""
|
10707
|
+
elif False:
|
10708
|
+
SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict: TypeAlias = Mapping[str, Any]
|
10709
|
+
|
10710
|
+
@pulumi.input_type
|
10711
|
+
class SessionTemplateEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs:
|
10712
|
+
def __init__(__self__, *,
|
10713
|
+
dataproc_cluster: Optional[pulumi.Input[builtins.str]] = None):
|
10714
|
+
"""
|
10715
|
+
:param pulumi.Input[builtins.str] dataproc_cluster: Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
|
10716
|
+
"""
|
10717
|
+
if dataproc_cluster is not None:
|
10718
|
+
pulumi.set(__self__, "dataproc_cluster", dataproc_cluster)
|
10719
|
+
|
10720
|
+
@property
|
10721
|
+
@pulumi.getter(name="dataprocCluster")
|
10722
|
+
def dataproc_cluster(self) -> Optional[pulumi.Input[builtins.str]]:
|
10723
|
+
"""
|
10724
|
+
Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
|
10725
|
+
"""
|
10726
|
+
return pulumi.get(self, "dataproc_cluster")
|
10727
|
+
|
10728
|
+
@dataproc_cluster.setter
|
10729
|
+
def dataproc_cluster(self, value: Optional[pulumi.Input[builtins.str]]):
|
10730
|
+
pulumi.set(self, "dataproc_cluster", value)
|
10731
|
+
|
10732
|
+
|
10733
|
+
if not MYPY:
|
10734
|
+
class SessionTemplateJupyterSessionArgsDict(TypedDict):
|
10735
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
10736
|
+
"""
|
10737
|
+
Display name, shown in the Jupyter kernelspec card.
|
10738
|
+
"""
|
10739
|
+
kernel: NotRequired[pulumi.Input[builtins.str]]
|
10740
|
+
"""
|
10741
|
+
Kernel to be used with Jupyter interactive session.
|
10742
|
+
Possible values are: `PYTHON`, `SCALA`.
|
10743
|
+
"""
|
10744
|
+
elif False:
|
10745
|
+
SessionTemplateJupyterSessionArgsDict: TypeAlias = Mapping[str, Any]
|
10746
|
+
|
10747
|
+
@pulumi.input_type
|
10748
|
+
class SessionTemplateJupyterSessionArgs:
|
10749
|
+
def __init__(__self__, *,
|
10750
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
10751
|
+
kernel: Optional[pulumi.Input[builtins.str]] = None):
|
10752
|
+
"""
|
10753
|
+
:param pulumi.Input[builtins.str] display_name: Display name, shown in the Jupyter kernelspec card.
|
10754
|
+
:param pulumi.Input[builtins.str] kernel: Kernel to be used with Jupyter interactive session.
|
10755
|
+
Possible values are: `PYTHON`, `SCALA`.
|
10756
|
+
"""
|
10757
|
+
if display_name is not None:
|
10758
|
+
pulumi.set(__self__, "display_name", display_name)
|
10759
|
+
if kernel is not None:
|
10760
|
+
pulumi.set(__self__, "kernel", kernel)
|
10761
|
+
|
10762
|
+
@property
|
10763
|
+
@pulumi.getter(name="displayName")
|
10764
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
10765
|
+
"""
|
10766
|
+
Display name, shown in the Jupyter kernelspec card.
|
10767
|
+
"""
|
10768
|
+
return pulumi.get(self, "display_name")
|
10769
|
+
|
10770
|
+
@display_name.setter
|
10771
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
10772
|
+
pulumi.set(self, "display_name", value)
|
10773
|
+
|
10774
|
+
@property
|
10775
|
+
@pulumi.getter
|
10776
|
+
def kernel(self) -> Optional[pulumi.Input[builtins.str]]:
|
10777
|
+
"""
|
10778
|
+
Kernel to be used with Jupyter interactive session.
|
10779
|
+
Possible values are: `PYTHON`, `SCALA`.
|
10780
|
+
"""
|
10781
|
+
return pulumi.get(self, "kernel")
|
10782
|
+
|
10783
|
+
@kernel.setter
|
10784
|
+
def kernel(self, value: Optional[pulumi.Input[builtins.str]]):
|
10785
|
+
pulumi.set(self, "kernel", value)
|
10786
|
+
|
10787
|
+
|
10788
|
+
if not MYPY:
|
10789
|
+
class SessionTemplateRuntimeConfigArgsDict(TypedDict):
|
10790
|
+
container_image: NotRequired[pulumi.Input[builtins.str]]
|
10791
|
+
"""
|
10792
|
+
Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
|
10793
|
+
"""
|
10794
|
+
effective_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
10795
|
+
"""
|
10796
|
+
(Output)
|
10797
|
+
A mapping of property names to values, which are used to configure workload execution.
|
10798
|
+
"""
|
10799
|
+
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
10800
|
+
"""
|
10801
|
+
A mapping of property names to values, which are used to configure workload execution.
|
10802
|
+
"""
|
10803
|
+
version: NotRequired[pulumi.Input[builtins.str]]
|
10804
|
+
"""
|
10805
|
+
Version of the session runtime.
|
10806
|
+
"""
|
10807
|
+
elif False:
|
10808
|
+
SessionTemplateRuntimeConfigArgsDict: TypeAlias = Mapping[str, Any]
|
10809
|
+
|
10810
|
+
@pulumi.input_type
|
10811
|
+
class SessionTemplateRuntimeConfigArgs:
|
10812
|
+
def __init__(__self__, *,
|
10813
|
+
container_image: Optional[pulumi.Input[builtins.str]] = None,
|
10814
|
+
effective_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
10815
|
+
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
10816
|
+
version: Optional[pulumi.Input[builtins.str]] = None):
|
10817
|
+
"""
|
10818
|
+
:param pulumi.Input[builtins.str] container_image: Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
|
10819
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_properties: (Output)
|
10820
|
+
A mapping of property names to values, which are used to configure workload execution.
|
10821
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] properties: A mapping of property names to values, which are used to configure workload execution.
|
10822
|
+
:param pulumi.Input[builtins.str] version: Version of the session runtime.
|
10823
|
+
"""
|
10824
|
+
if container_image is not None:
|
10825
|
+
pulumi.set(__self__, "container_image", container_image)
|
10826
|
+
if effective_properties is not None:
|
10827
|
+
pulumi.set(__self__, "effective_properties", effective_properties)
|
10828
|
+
if properties is not None:
|
10829
|
+
pulumi.set(__self__, "properties", properties)
|
10830
|
+
if version is not None:
|
10831
|
+
pulumi.set(__self__, "version", version)
|
10832
|
+
|
10833
|
+
@property
|
10834
|
+
@pulumi.getter(name="containerImage")
|
10835
|
+
def container_image(self) -> Optional[pulumi.Input[builtins.str]]:
|
10836
|
+
"""
|
10837
|
+
Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
|
10838
|
+
"""
|
10839
|
+
return pulumi.get(self, "container_image")
|
10840
|
+
|
10841
|
+
@container_image.setter
|
10842
|
+
def container_image(self, value: Optional[pulumi.Input[builtins.str]]):
|
10843
|
+
pulumi.set(self, "container_image", value)
|
10844
|
+
|
10845
|
+
@property
|
10846
|
+
@pulumi.getter(name="effectiveProperties")
|
10847
|
+
def effective_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
10848
|
+
"""
|
10849
|
+
(Output)
|
10850
|
+
A mapping of property names to values, which are used to configure workload execution.
|
10851
|
+
"""
|
10852
|
+
return pulumi.get(self, "effective_properties")
|
10853
|
+
|
10854
|
+
@effective_properties.setter
|
10855
|
+
def effective_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
10856
|
+
pulumi.set(self, "effective_properties", value)
|
10857
|
+
|
10858
|
+
@property
|
10859
|
+
@pulumi.getter
|
10860
|
+
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
10861
|
+
"""
|
10862
|
+
A mapping of property names to values, which are used to configure workload execution.
|
10863
|
+
"""
|
10864
|
+
return pulumi.get(self, "properties")
|
10865
|
+
|
10866
|
+
@properties.setter
|
10867
|
+
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
10868
|
+
pulumi.set(self, "properties", value)
|
10869
|
+
|
10870
|
+
@property
|
10871
|
+
@pulumi.getter
|
10872
|
+
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
10873
|
+
"""
|
10874
|
+
Version of the session runtime.
|
10875
|
+
"""
|
10876
|
+
return pulumi.get(self, "version")
|
10877
|
+
|
10878
|
+
@version.setter
|
10879
|
+
def version(self, value: Optional[pulumi.Input[builtins.str]]):
|
10880
|
+
pulumi.set(self, "version", value)
|
10881
|
+
|
10882
|
+
|
10883
|
+
if not MYPY:
|
10884
|
+
class SessionTemplateSparkConnectSessionArgsDict(TypedDict):
|
10885
|
+
pass
|
10886
|
+
elif False:
|
10887
|
+
SessionTemplateSparkConnectSessionArgsDict: TypeAlias = Mapping[str, Any]
|
10888
|
+
|
10889
|
+
@pulumi.input_type
|
10890
|
+
class SessionTemplateSparkConnectSessionArgs:
|
10891
|
+
def __init__(__self__):
|
10892
|
+
pass
|
10893
|
+
|
10894
|
+
|
10409
10895
|
if not MYPY:
|
10410
10896
|
class WorkflowTemplateEncryptionConfigArgsDict(TypedDict):
|
10411
10897
|
kms_key: NotRequired[pulumi.Input[builtins.str]]
|
pulumi_gcp/dataproc/batch.py
CHANGED
@@ -637,7 +637,7 @@ class Batch(pulumi.CustomResource):
|
|
637
637
|
import pulumi_gcp as gcp
|
638
638
|
|
639
639
|
example_batch_spark = gcp.dataproc.Batch("example_batch_spark",
|
640
|
-
batch_id="tf-test-
|
640
|
+
batch_id="tf-test-batch_22375",
|
641
641
|
location="us-central1",
|
642
642
|
labels={
|
643
643
|
"batch_test": "terraform",
|
@@ -757,7 +757,7 @@ class Batch(pulumi.CustomResource):
|
|
757
757
|
import pulumi_gcp as gcp
|
758
758
|
|
759
759
|
example_batch_sparsql = gcp.dataproc.Batch("example_batch_sparsql",
|
760
|
-
batch_id="tf-test-
|
760
|
+
batch_id="tf-test-batch_29439",
|
761
761
|
location="us-central1",
|
762
762
|
runtime_config={
|
763
763
|
"properties": {
|
@@ -785,7 +785,7 @@ class Batch(pulumi.CustomResource):
|
|
785
785
|
import pulumi_gcp as gcp
|
786
786
|
|
787
787
|
example_batch_pyspark = gcp.dataproc.Batch("example_batch_pyspark",
|
788
|
-
batch_id="tf-test-
|
788
|
+
batch_id="tf-test-batch_87786",
|
789
789
|
location="us-central1",
|
790
790
|
runtime_config={
|
791
791
|
"properties": {
|
@@ -818,7 +818,7 @@ class Batch(pulumi.CustomResource):
|
|
818
818
|
import pulumi_gcp as gcp
|
819
819
|
|
820
820
|
example_batch_sparkr = gcp.dataproc.Batch("example_batch_sparkr",
|
821
|
-
batch_id="tf-test-
|
821
|
+
batch_id="tf-test-batch_2067",
|
822
822
|
location="us-central1",
|
823
823
|
labels={
|
824
824
|
"batch_test": "terraform",
|
@@ -848,7 +848,7 @@ class Batch(pulumi.CustomResource):
|
|
848
848
|
import pulumi_gcp as gcp
|
849
849
|
|
850
850
|
example_batch_autotuning = gcp.dataproc.Batch("example_batch_autotuning",
|
851
|
-
batch_id="tf-test-
|
851
|
+
batch_id="tf-test-batch_40785",
|
852
852
|
location="us-central1",
|
853
853
|
labels={
|
854
854
|
"batch_test": "terraform",
|
@@ -953,7 +953,7 @@ class Batch(pulumi.CustomResource):
|
|
953
953
|
import pulumi_gcp as gcp
|
954
954
|
|
955
955
|
example_batch_spark = gcp.dataproc.Batch("example_batch_spark",
|
956
|
-
batch_id="tf-test-
|
956
|
+
batch_id="tf-test-batch_22375",
|
957
957
|
location="us-central1",
|
958
958
|
labels={
|
959
959
|
"batch_test": "terraform",
|
@@ -1073,7 +1073,7 @@ class Batch(pulumi.CustomResource):
|
|
1073
1073
|
import pulumi_gcp as gcp
|
1074
1074
|
|
1075
1075
|
example_batch_sparsql = gcp.dataproc.Batch("example_batch_sparsql",
|
1076
|
-
batch_id="tf-test-
|
1076
|
+
batch_id="tf-test-batch_29439",
|
1077
1077
|
location="us-central1",
|
1078
1078
|
runtime_config={
|
1079
1079
|
"properties": {
|
@@ -1101,7 +1101,7 @@ class Batch(pulumi.CustomResource):
|
|
1101
1101
|
import pulumi_gcp as gcp
|
1102
1102
|
|
1103
1103
|
example_batch_pyspark = gcp.dataproc.Batch("example_batch_pyspark",
|
1104
|
-
batch_id="tf-test-
|
1104
|
+
batch_id="tf-test-batch_87786",
|
1105
1105
|
location="us-central1",
|
1106
1106
|
runtime_config={
|
1107
1107
|
"properties": {
|
@@ -1134,7 +1134,7 @@ class Batch(pulumi.CustomResource):
|
|
1134
1134
|
import pulumi_gcp as gcp
|
1135
1135
|
|
1136
1136
|
example_batch_sparkr = gcp.dataproc.Batch("example_batch_sparkr",
|
1137
|
-
batch_id="tf-test-
|
1137
|
+
batch_id="tf-test-batch_2067",
|
1138
1138
|
location="us-central1",
|
1139
1139
|
labels={
|
1140
1140
|
"batch_test": "terraform",
|
@@ -1164,7 +1164,7 @@ class Batch(pulumi.CustomResource):
|
|
1164
1164
|
import pulumi_gcp as gcp
|
1165
1165
|
|
1166
1166
|
example_batch_autotuning = gcp.dataproc.Batch("example_batch_autotuning",
|
1167
|
-
batch_id="tf-test-
|
1167
|
+
batch_id="tf-test-batch_40785",
|
1168
1168
|
location="us-central1",
|
1169
1169
|
labels={
|
1170
1170
|
"batch_test": "terraform",
|