pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.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 +144 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +416 -194
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +629 -181
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +15 -0
- pulumi_gcp/dataplex/_inputs.py +264 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +188 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -3604,6 +3604,38 @@ _utilities.register(
|
|
3604
3604
|
"gcp:dataloss/preventionStoredInfoType:PreventionStoredInfoType": "PreventionStoredInfoType"
|
3605
3605
|
}
|
3606
3606
|
},
|
3607
|
+
{
|
3608
|
+
"pkg": "gcp",
|
3609
|
+
"mod": "dataplex/aspectType",
|
3610
|
+
"fqn": "pulumi_gcp.dataplex",
|
3611
|
+
"classes": {
|
3612
|
+
"gcp:dataplex/aspectType:AspectType": "AspectType"
|
3613
|
+
}
|
3614
|
+
},
|
3615
|
+
{
|
3616
|
+
"pkg": "gcp",
|
3617
|
+
"mod": "dataplex/aspectTypeIamBinding",
|
3618
|
+
"fqn": "pulumi_gcp.dataplex",
|
3619
|
+
"classes": {
|
3620
|
+
"gcp:dataplex/aspectTypeIamBinding:AspectTypeIamBinding": "AspectTypeIamBinding"
|
3621
|
+
}
|
3622
|
+
},
|
3623
|
+
{
|
3624
|
+
"pkg": "gcp",
|
3625
|
+
"mod": "dataplex/aspectTypeIamMember",
|
3626
|
+
"fqn": "pulumi_gcp.dataplex",
|
3627
|
+
"classes": {
|
3628
|
+
"gcp:dataplex/aspectTypeIamMember:AspectTypeIamMember": "AspectTypeIamMember"
|
3629
|
+
}
|
3630
|
+
},
|
3631
|
+
{
|
3632
|
+
"pkg": "gcp",
|
3633
|
+
"mod": "dataplex/aspectTypeIamPolicy",
|
3634
|
+
"fqn": "pulumi_gcp.dataplex",
|
3635
|
+
"classes": {
|
3636
|
+
"gcp:dataplex/aspectTypeIamPolicy:AspectTypeIamPolicy": "AspectTypeIamPolicy"
|
3637
|
+
}
|
3638
|
+
},
|
3607
3639
|
{
|
3608
3640
|
"pkg": "gcp",
|
3609
3641
|
"mod": "dataplex/asset",
|
@@ -3668,6 +3700,70 @@ _utilities.register(
|
|
3668
3700
|
"gcp:dataplex/datascanIamPolicy:DatascanIamPolicy": "DatascanIamPolicy"
|
3669
3701
|
}
|
3670
3702
|
},
|
3703
|
+
{
|
3704
|
+
"pkg": "gcp",
|
3705
|
+
"mod": "dataplex/entryGroup",
|
3706
|
+
"fqn": "pulumi_gcp.dataplex",
|
3707
|
+
"classes": {
|
3708
|
+
"gcp:dataplex/entryGroup:EntryGroup": "EntryGroup"
|
3709
|
+
}
|
3710
|
+
},
|
3711
|
+
{
|
3712
|
+
"pkg": "gcp",
|
3713
|
+
"mod": "dataplex/entryGroupIamBinding",
|
3714
|
+
"fqn": "pulumi_gcp.dataplex",
|
3715
|
+
"classes": {
|
3716
|
+
"gcp:dataplex/entryGroupIamBinding:EntryGroupIamBinding": "EntryGroupIamBinding"
|
3717
|
+
}
|
3718
|
+
},
|
3719
|
+
{
|
3720
|
+
"pkg": "gcp",
|
3721
|
+
"mod": "dataplex/entryGroupIamMember",
|
3722
|
+
"fqn": "pulumi_gcp.dataplex",
|
3723
|
+
"classes": {
|
3724
|
+
"gcp:dataplex/entryGroupIamMember:EntryGroupIamMember": "EntryGroupIamMember"
|
3725
|
+
}
|
3726
|
+
},
|
3727
|
+
{
|
3728
|
+
"pkg": "gcp",
|
3729
|
+
"mod": "dataplex/entryGroupIamPolicy",
|
3730
|
+
"fqn": "pulumi_gcp.dataplex",
|
3731
|
+
"classes": {
|
3732
|
+
"gcp:dataplex/entryGroupIamPolicy:EntryGroupIamPolicy": "EntryGroupIamPolicy"
|
3733
|
+
}
|
3734
|
+
},
|
3735
|
+
{
|
3736
|
+
"pkg": "gcp",
|
3737
|
+
"mod": "dataplex/entryType",
|
3738
|
+
"fqn": "pulumi_gcp.dataplex",
|
3739
|
+
"classes": {
|
3740
|
+
"gcp:dataplex/entryType:EntryType": "EntryType"
|
3741
|
+
}
|
3742
|
+
},
|
3743
|
+
{
|
3744
|
+
"pkg": "gcp",
|
3745
|
+
"mod": "dataplex/entryTypeIamBinding",
|
3746
|
+
"fqn": "pulumi_gcp.dataplex",
|
3747
|
+
"classes": {
|
3748
|
+
"gcp:dataplex/entryTypeIamBinding:EntryTypeIamBinding": "EntryTypeIamBinding"
|
3749
|
+
}
|
3750
|
+
},
|
3751
|
+
{
|
3752
|
+
"pkg": "gcp",
|
3753
|
+
"mod": "dataplex/entryTypeIamMember",
|
3754
|
+
"fqn": "pulumi_gcp.dataplex",
|
3755
|
+
"classes": {
|
3756
|
+
"gcp:dataplex/entryTypeIamMember:EntryTypeIamMember": "EntryTypeIamMember"
|
3757
|
+
}
|
3758
|
+
},
|
3759
|
+
{
|
3760
|
+
"pkg": "gcp",
|
3761
|
+
"mod": "dataplex/entryTypeIamPolicy",
|
3762
|
+
"fqn": "pulumi_gcp.dataplex",
|
3763
|
+
"classes": {
|
3764
|
+
"gcp:dataplex/entryTypeIamPolicy:EntryTypeIamPolicy": "EntryTypeIamPolicy"
|
3765
|
+
}
|
3766
|
+
},
|
3671
3767
|
{
|
3672
3768
|
"pkg": "gcp",
|
3673
3769
|
"mod": "dataplex/lake",
|
@@ -5428,6 +5524,14 @@ _utilities.register(
|
|
5428
5524
|
"gcp:integrationconnectors/managedZone:ManagedZone": "ManagedZone"
|
5429
5525
|
}
|
5430
5526
|
},
|
5527
|
+
{
|
5528
|
+
"pkg": "gcp",
|
5529
|
+
"mod": "kms/autokeyConfig",
|
5530
|
+
"fqn": "pulumi_gcp.kms",
|
5531
|
+
"classes": {
|
5532
|
+
"gcp:kms/autokeyConfig:AutokeyConfig": "AutokeyConfig"
|
5533
|
+
}
|
5534
|
+
},
|
5431
5535
|
{
|
5432
5536
|
"pkg": "gcp",
|
5433
5537
|
"mod": "kms/cryptoKey",
|
@@ -5476,6 +5580,14 @@ _utilities.register(
|
|
5476
5580
|
"gcp:kms/ekmConnection:EkmConnection": "EkmConnection"
|
5477
5581
|
}
|
5478
5582
|
},
|
5583
|
+
{
|
5584
|
+
"pkg": "gcp",
|
5585
|
+
"mod": "kms/keyHandle",
|
5586
|
+
"fqn": "pulumi_gcp.kms",
|
5587
|
+
"classes": {
|
5588
|
+
"gcp:kms/keyHandle:KeyHandle": "KeyHandle"
|
5589
|
+
}
|
5590
|
+
},
|
5479
5591
|
{
|
5480
5592
|
"pkg": "gcp",
|
5481
5593
|
"mod": "kms/keyRing",
|
@@ -5596,6 +5708,30 @@ _utilities.register(
|
|
5596
5708
|
"gcp:logging/logView:LogView": "LogView"
|
5597
5709
|
}
|
5598
5710
|
},
|
5711
|
+
{
|
5712
|
+
"pkg": "gcp",
|
5713
|
+
"mod": "logging/logViewIamBinding",
|
5714
|
+
"fqn": "pulumi_gcp.logging",
|
5715
|
+
"classes": {
|
5716
|
+
"gcp:logging/logViewIamBinding:LogViewIamBinding": "LogViewIamBinding"
|
5717
|
+
}
|
5718
|
+
},
|
5719
|
+
{
|
5720
|
+
"pkg": "gcp",
|
5721
|
+
"mod": "logging/logViewIamMember",
|
5722
|
+
"fqn": "pulumi_gcp.logging",
|
5723
|
+
"classes": {
|
5724
|
+
"gcp:logging/logViewIamMember:LogViewIamMember": "LogViewIamMember"
|
5725
|
+
}
|
5726
|
+
},
|
5727
|
+
{
|
5728
|
+
"pkg": "gcp",
|
5729
|
+
"mod": "logging/logViewIamPolicy",
|
5730
|
+
"fqn": "pulumi_gcp.logging",
|
5731
|
+
"classes": {
|
5732
|
+
"gcp:logging/logViewIamPolicy:LogViewIamPolicy": "LogViewIamPolicy"
|
5733
|
+
}
|
5734
|
+
},
|
5599
5735
|
{
|
5600
5736
|
"pkg": "gcp",
|
5601
5737
|
"mod": "logging/metric",
|
@@ -6076,6 +6212,14 @@ _utilities.register(
|
|
6076
6212
|
"gcp:networkservices/httpRoute:HttpRoute": "HttpRoute"
|
6077
6213
|
}
|
6078
6214
|
},
|
6215
|
+
{
|
6216
|
+
"pkg": "gcp",
|
6217
|
+
"mod": "networkservices/lbRouteExtension",
|
6218
|
+
"fqn": "pulumi_gcp.networkservices",
|
6219
|
+
"classes": {
|
6220
|
+
"gcp:networkservices/lbRouteExtension:LbRouteExtension": "LbRouteExtension"
|
6221
|
+
}
|
6222
|
+
},
|
6079
6223
|
{
|
6080
6224
|
"pkg": "gcp",
|
6081
6225
|
"mod": "networkservices/lbTrafficExtension",
|
pulumi_gcp/alloydb/_inputs.py
CHANGED
@@ -32,6 +32,7 @@ __all__ = [
|
|
32
32
|
'ClusterMaintenanceUpdatePolicyMaintenanceWindowStartTimeArgs',
|
33
33
|
'ClusterMigrationSourceArgs',
|
34
34
|
'ClusterNetworkConfigArgs',
|
35
|
+
'ClusterPscConfigArgs',
|
35
36
|
'ClusterRestoreBackupSourceArgs',
|
36
37
|
'ClusterRestoreContinuousBackupSourceArgs',
|
37
38
|
'ClusterSecondaryConfigArgs',
|
@@ -40,6 +41,7 @@ __all__ = [
|
|
40
41
|
'InstanceMachineConfigArgs',
|
41
42
|
'InstanceNetworkConfigArgs',
|
42
43
|
'InstanceNetworkConfigAuthorizedExternalNetworkArgs',
|
44
|
+
'InstancePscInstanceConfigArgs',
|
43
45
|
'InstanceQueryInsightsConfigArgs',
|
44
46
|
'InstanceReadPoolConfigArgs',
|
45
47
|
]
|
@@ -1053,6 +1055,29 @@ class ClusterNetworkConfigArgs:
|
|
1053
1055
|
pulumi.set(self, "network", value)
|
1054
1056
|
|
1055
1057
|
|
1058
|
+
@pulumi.input_type
|
1059
|
+
class ClusterPscConfigArgs:
|
1060
|
+
def __init__(__self__, *,
|
1061
|
+
psc_enabled: Optional[pulumi.Input[bool]] = None):
|
1062
|
+
"""
|
1063
|
+
:param pulumi.Input[bool] psc_enabled: Create an instance that allows connections from Private Service Connect endpoints to the instance.
|
1064
|
+
"""
|
1065
|
+
if psc_enabled is not None:
|
1066
|
+
pulumi.set(__self__, "psc_enabled", psc_enabled)
|
1067
|
+
|
1068
|
+
@property
|
1069
|
+
@pulumi.getter(name="pscEnabled")
|
1070
|
+
def psc_enabled(self) -> Optional[pulumi.Input[bool]]:
|
1071
|
+
"""
|
1072
|
+
Create an instance that allows connections from Private Service Connect endpoints to the instance.
|
1073
|
+
"""
|
1074
|
+
return pulumi.get(self, "psc_enabled")
|
1075
|
+
|
1076
|
+
@psc_enabled.setter
|
1077
|
+
def psc_enabled(self, value: Optional[pulumi.Input[bool]]):
|
1078
|
+
pulumi.set(self, "psc_enabled", value)
|
1079
|
+
|
1080
|
+
|
1056
1081
|
@pulumi.input_type
|
1057
1082
|
class ClusterRestoreBackupSourceArgs:
|
1058
1083
|
def __init__(__self__, *,
|
@@ -1297,6 +1322,73 @@ class InstanceNetworkConfigAuthorizedExternalNetworkArgs:
|
|
1297
1322
|
pulumi.set(self, "cidr_range", value)
|
1298
1323
|
|
1299
1324
|
|
1325
|
+
@pulumi.input_type
|
1326
|
+
class InstancePscInstanceConfigArgs:
|
1327
|
+
def __init__(__self__, *,
|
1328
|
+
allowed_consumer_projects: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1329
|
+
psc_dns_name: Optional[pulumi.Input[str]] = None,
|
1330
|
+
service_attachment_link: Optional[pulumi.Input[str]] = None):
|
1331
|
+
"""
|
1332
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_consumer_projects: List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
1333
|
+
These should be specified as project numbers only.
|
1334
|
+
:param pulumi.Input[str] psc_dns_name: (Output)
|
1335
|
+
The DNS name of the instance for PSC connectivity.
|
1336
|
+
Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
|
1337
|
+
:param pulumi.Input[str] service_attachment_link: (Output)
|
1338
|
+
The service attachment created when Private Service Connect (PSC) is enabled for the instance.
|
1339
|
+
The name of the resource will be in the format of
|
1340
|
+
`projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
|
1341
|
+
"""
|
1342
|
+
if allowed_consumer_projects is not None:
|
1343
|
+
pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
|
1344
|
+
if psc_dns_name is not None:
|
1345
|
+
pulumi.set(__self__, "psc_dns_name", psc_dns_name)
|
1346
|
+
if service_attachment_link is not None:
|
1347
|
+
pulumi.set(__self__, "service_attachment_link", service_attachment_link)
|
1348
|
+
|
1349
|
+
@property
|
1350
|
+
@pulumi.getter(name="allowedConsumerProjects")
|
1351
|
+
def allowed_consumer_projects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1352
|
+
"""
|
1353
|
+
List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
1354
|
+
These should be specified as project numbers only.
|
1355
|
+
"""
|
1356
|
+
return pulumi.get(self, "allowed_consumer_projects")
|
1357
|
+
|
1358
|
+
@allowed_consumer_projects.setter
|
1359
|
+
def allowed_consumer_projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1360
|
+
pulumi.set(self, "allowed_consumer_projects", value)
|
1361
|
+
|
1362
|
+
@property
|
1363
|
+
@pulumi.getter(name="pscDnsName")
|
1364
|
+
def psc_dns_name(self) -> Optional[pulumi.Input[str]]:
|
1365
|
+
"""
|
1366
|
+
(Output)
|
1367
|
+
The DNS name of the instance for PSC connectivity.
|
1368
|
+
Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
|
1369
|
+
"""
|
1370
|
+
return pulumi.get(self, "psc_dns_name")
|
1371
|
+
|
1372
|
+
@psc_dns_name.setter
|
1373
|
+
def psc_dns_name(self, value: Optional[pulumi.Input[str]]):
|
1374
|
+
pulumi.set(self, "psc_dns_name", value)
|
1375
|
+
|
1376
|
+
@property
|
1377
|
+
@pulumi.getter(name="serviceAttachmentLink")
|
1378
|
+
def service_attachment_link(self) -> Optional[pulumi.Input[str]]:
|
1379
|
+
"""
|
1380
|
+
(Output)
|
1381
|
+
The service attachment created when Private Service Connect (PSC) is enabled for the instance.
|
1382
|
+
The name of the resource will be in the format of
|
1383
|
+
`projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>`
|
1384
|
+
"""
|
1385
|
+
return pulumi.get(self, "service_attachment_link")
|
1386
|
+
|
1387
|
+
@service_attachment_link.setter
|
1388
|
+
def service_attachment_link(self, value: Optional[pulumi.Input[str]]):
|
1389
|
+
pulumi.set(self, "service_attachment_link", value)
|
1390
|
+
|
1391
|
+
|
1300
1392
|
@pulumi.input_type
|
1301
1393
|
class InstanceQueryInsightsConfigArgs:
|
1302
1394
|
def __init__(__self__, *,
|
pulumi_gcp/alloydb/backup.py
CHANGED
@@ -705,7 +705,9 @@ class Backup(pulumi.CustomResource):
|
|
705
705
|
default_cluster = gcp.alloydb.Cluster("default",
|
706
706
|
cluster_id="alloydb-cluster",
|
707
707
|
location="us-central1",
|
708
|
-
|
708
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
709
|
+
network=default_network.id,
|
710
|
+
))
|
709
711
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
710
712
|
name="alloydb-cluster",
|
711
713
|
address_type="INTERNAL",
|
@@ -737,7 +739,9 @@ class Backup(pulumi.CustomResource):
|
|
737
739
|
default_cluster = gcp.alloydb.Cluster("default",
|
738
740
|
cluster_id="alloydb-cluster",
|
739
741
|
location="us-central1",
|
740
|
-
|
742
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
743
|
+
network=default_network.id,
|
744
|
+
))
|
741
745
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
742
746
|
name="alloydb-cluster",
|
743
747
|
address_type="INTERNAL",
|
@@ -842,7 +846,9 @@ class Backup(pulumi.CustomResource):
|
|
842
846
|
default_cluster = gcp.alloydb.Cluster("default",
|
843
847
|
cluster_id="alloydb-cluster",
|
844
848
|
location="us-central1",
|
845
|
-
|
849
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
850
|
+
network=default_network.id,
|
851
|
+
))
|
846
852
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
847
853
|
name="alloydb-cluster",
|
848
854
|
address_type="INTERNAL",
|
@@ -874,7 +880,9 @@ class Backup(pulumi.CustomResource):
|
|
874
880
|
default_cluster = gcp.alloydb.Cluster("default",
|
875
881
|
cluster_id="alloydb-cluster",
|
876
882
|
location="us-central1",
|
877
|
-
|
883
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
884
|
+
network=default_network.id,
|
885
|
+
))
|
878
886
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
879
887
|
name="alloydb-cluster",
|
880
888
|
address_type="INTERNAL",
|
pulumi_gcp/alloydb/cluster.py
CHANGED
@@ -33,6 +33,7 @@ class ClusterArgs:
|
|
33
33
|
network: Optional[pulumi.Input[str]] = None,
|
34
34
|
network_config: Optional[pulumi.Input['ClusterNetworkConfigArgs']] = None,
|
35
35
|
project: Optional[pulumi.Input[str]] = None,
|
36
|
+
psc_config: Optional[pulumi.Input['ClusterPscConfigArgs']] = None,
|
36
37
|
restore_backup_source: Optional[pulumi.Input['ClusterRestoreBackupSourceArgs']] = None,
|
37
38
|
restore_continuous_backup_source: Optional[pulumi.Input['ClusterRestoreContinuousBackupSourceArgs']] = None,
|
38
39
|
secondary_config: Optional[pulumi.Input['ClusterSecondaryConfigArgs']] = None):
|
@@ -80,6 +81,8 @@ class ClusterArgs:
|
|
80
81
|
Structure is documented below.
|
81
82
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
82
83
|
If it is not provided, the provider project is used.
|
84
|
+
:param pulumi.Input['ClusterPscConfigArgs'] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
85
|
+
Structure is documented below.
|
83
86
|
:param pulumi.Input['ClusterRestoreBackupSourceArgs'] restore_backup_source: The source when restoring from a backup. Conflicts with 'restore_continuous_backup_source', both can't be set together.
|
84
87
|
Structure is documented below.
|
85
88
|
:param pulumi.Input['ClusterRestoreContinuousBackupSourceArgs'] restore_continuous_backup_source: The source when restoring via point in time recovery (PITR). Conflicts with 'restore_backup_source', both can't be set together.
|
@@ -122,6 +125,8 @@ class ClusterArgs:
|
|
122
125
|
pulumi.set(__self__, "network_config", network_config)
|
123
126
|
if project is not None:
|
124
127
|
pulumi.set(__self__, "project", project)
|
128
|
+
if psc_config is not None:
|
129
|
+
pulumi.set(__self__, "psc_config", psc_config)
|
125
130
|
if restore_backup_source is not None:
|
126
131
|
pulumi.set(__self__, "restore_backup_source", restore_backup_source)
|
127
132
|
if restore_continuous_backup_source is not None:
|
@@ -361,6 +366,19 @@ class ClusterArgs:
|
|
361
366
|
def project(self, value: Optional[pulumi.Input[str]]):
|
362
367
|
pulumi.set(self, "project", value)
|
363
368
|
|
369
|
+
@property
|
370
|
+
@pulumi.getter(name="pscConfig")
|
371
|
+
def psc_config(self) -> Optional[pulumi.Input['ClusterPscConfigArgs']]:
|
372
|
+
"""
|
373
|
+
Configuration for Private Service Connect (PSC) for the cluster.
|
374
|
+
Structure is documented below.
|
375
|
+
"""
|
376
|
+
return pulumi.get(self, "psc_config")
|
377
|
+
|
378
|
+
@psc_config.setter
|
379
|
+
def psc_config(self, value: Optional[pulumi.Input['ClusterPscConfigArgs']]):
|
380
|
+
pulumi.set(self, "psc_config", value)
|
381
|
+
|
364
382
|
@property
|
365
383
|
@pulumi.getter(name="restoreBackupSource")
|
366
384
|
def restore_backup_source(self) -> Optional[pulumi.Input['ClusterRestoreBackupSourceArgs']]:
|
@@ -428,6 +446,7 @@ class _ClusterState:
|
|
428
446
|
network: Optional[pulumi.Input[str]] = None,
|
429
447
|
network_config: Optional[pulumi.Input['ClusterNetworkConfigArgs']] = None,
|
430
448
|
project: Optional[pulumi.Input[str]] = None,
|
449
|
+
psc_config: Optional[pulumi.Input['ClusterPscConfigArgs']] = None,
|
431
450
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
432
451
|
reconciling: Optional[pulumi.Input[bool]] = None,
|
433
452
|
restore_backup_source: Optional[pulumi.Input['ClusterRestoreBackupSourceArgs']] = None,
|
@@ -490,6 +509,8 @@ class _ClusterState:
|
|
490
509
|
Structure is documented below.
|
491
510
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
492
511
|
If it is not provided, the provider project is used.
|
512
|
+
:param pulumi.Input['ClusterPscConfigArgs'] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
513
|
+
Structure is documented below.
|
493
514
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
494
515
|
and default labels configured on the provider.
|
495
516
|
:param pulumi.Input[bool] reconciling: Output only. Reconciling (https://google.aip.dev/128#reconciliation).
|
@@ -555,6 +576,8 @@ class _ClusterState:
|
|
555
576
|
pulumi.set(__self__, "network_config", network_config)
|
556
577
|
if project is not None:
|
557
578
|
pulumi.set(__self__, "project", project)
|
579
|
+
if psc_config is not None:
|
580
|
+
pulumi.set(__self__, "psc_config", psc_config)
|
558
581
|
if pulumi_labels is not None:
|
559
582
|
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
560
583
|
if reconciling is not None:
|
@@ -888,6 +911,19 @@ class _ClusterState:
|
|
888
911
|
def project(self, value: Optional[pulumi.Input[str]]):
|
889
912
|
pulumi.set(self, "project", value)
|
890
913
|
|
914
|
+
@property
|
915
|
+
@pulumi.getter(name="pscConfig")
|
916
|
+
def psc_config(self) -> Optional[pulumi.Input['ClusterPscConfigArgs']]:
|
917
|
+
"""
|
918
|
+
Configuration for Private Service Connect (PSC) for the cluster.
|
919
|
+
Structure is documented below.
|
920
|
+
"""
|
921
|
+
return pulumi.get(self, "psc_config")
|
922
|
+
|
923
|
+
@psc_config.setter
|
924
|
+
def psc_config(self, value: Optional[pulumi.Input['ClusterPscConfigArgs']]):
|
925
|
+
pulumi.set(self, "psc_config", value)
|
926
|
+
|
891
927
|
@property
|
892
928
|
@pulumi.getter(name="pulumiLabels")
|
893
929
|
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -1001,6 +1037,7 @@ class Cluster(pulumi.CustomResource):
|
|
1001
1037
|
network: Optional[pulumi.Input[str]] = None,
|
1002
1038
|
network_config: Optional[pulumi.Input[pulumi.InputType['ClusterNetworkConfigArgs']]] = None,
|
1003
1039
|
project: Optional[pulumi.Input[str]] = None,
|
1040
|
+
psc_config: Optional[pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']]] = None,
|
1004
1041
|
restore_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']]] = None,
|
1005
1042
|
restore_continuous_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreContinuousBackupSourceArgs']]] = None,
|
1006
1043
|
secondary_config: Optional[pulumi.Input[pulumi.InputType['ClusterSecondaryConfigArgs']]] = None,
|
@@ -1030,7 +1067,9 @@ class Cluster(pulumi.CustomResource):
|
|
1030
1067
|
default = gcp.alloydb.Cluster("default",
|
1031
1068
|
cluster_id="alloydb-cluster",
|
1032
1069
|
location="us-central1",
|
1033
|
-
|
1070
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1071
|
+
network=default_network.id,
|
1072
|
+
))
|
1034
1073
|
project = gcp.organizations.get_project()
|
1035
1074
|
```
|
1036
1075
|
### Alloydb Cluster Full
|
@@ -1043,7 +1082,9 @@ class Cluster(pulumi.CustomResource):
|
|
1043
1082
|
full = gcp.alloydb.Cluster("full",
|
1044
1083
|
cluster_id="alloydb-cluster-full",
|
1045
1084
|
location="us-central1",
|
1046
|
-
|
1085
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1086
|
+
network=default.id,
|
1087
|
+
),
|
1047
1088
|
database_version="POSTGRES_15",
|
1048
1089
|
initial_user=gcp.alloydb.ClusterInitialUserArgs(
|
1049
1090
|
user="alloydb-cluster-full",
|
@@ -1118,7 +1159,9 @@ class Cluster(pulumi.CustomResource):
|
|
1118
1159
|
restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
|
1119
1160
|
cluster_id="alloydb-backup-restored",
|
1120
1161
|
location="us-central1",
|
1121
|
-
|
1162
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1163
|
+
network=default.id,
|
1164
|
+
),
|
1122
1165
|
restore_backup_source=gcp.alloydb.ClusterRestoreBackupSourceArgs(
|
1123
1166
|
backup_name=source_backup.name,
|
1124
1167
|
))
|
@@ -1250,6 +1293,8 @@ class Cluster(pulumi.CustomResource):
|
|
1250
1293
|
Structure is documented below.
|
1251
1294
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1252
1295
|
If it is not provided, the provider project is used.
|
1296
|
+
:param pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
1297
|
+
Structure is documented below.
|
1253
1298
|
:param pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']] restore_backup_source: The source when restoring from a backup. Conflicts with 'restore_continuous_backup_source', both can't be set together.
|
1254
1299
|
Structure is documented below.
|
1255
1300
|
:param pulumi.Input[pulumi.InputType['ClusterRestoreContinuousBackupSourceArgs']] restore_continuous_backup_source: The source when restoring via point in time recovery (PITR). Conflicts with 'restore_backup_source', both can't be set together.
|
@@ -1288,7 +1333,9 @@ class Cluster(pulumi.CustomResource):
|
|
1288
1333
|
default = gcp.alloydb.Cluster("default",
|
1289
1334
|
cluster_id="alloydb-cluster",
|
1290
1335
|
location="us-central1",
|
1291
|
-
|
1336
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1337
|
+
network=default_network.id,
|
1338
|
+
))
|
1292
1339
|
project = gcp.organizations.get_project()
|
1293
1340
|
```
|
1294
1341
|
### Alloydb Cluster Full
|
@@ -1301,7 +1348,9 @@ class Cluster(pulumi.CustomResource):
|
|
1301
1348
|
full = gcp.alloydb.Cluster("full",
|
1302
1349
|
cluster_id="alloydb-cluster-full",
|
1303
1350
|
location="us-central1",
|
1304
|
-
|
1351
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1352
|
+
network=default.id,
|
1353
|
+
),
|
1305
1354
|
database_version="POSTGRES_15",
|
1306
1355
|
initial_user=gcp.alloydb.ClusterInitialUserArgs(
|
1307
1356
|
user="alloydb-cluster-full",
|
@@ -1376,7 +1425,9 @@ class Cluster(pulumi.CustomResource):
|
|
1376
1425
|
restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
|
1377
1426
|
cluster_id="alloydb-backup-restored",
|
1378
1427
|
location="us-central1",
|
1379
|
-
|
1428
|
+
network_config=gcp.alloydb.ClusterNetworkConfigArgs(
|
1429
|
+
network=default.id,
|
1430
|
+
),
|
1380
1431
|
restore_backup_source=gcp.alloydb.ClusterRestoreBackupSourceArgs(
|
1381
1432
|
backup_name=source_backup.name,
|
1382
1433
|
))
|
@@ -1496,6 +1547,7 @@ class Cluster(pulumi.CustomResource):
|
|
1496
1547
|
network: Optional[pulumi.Input[str]] = None,
|
1497
1548
|
network_config: Optional[pulumi.Input[pulumi.InputType['ClusterNetworkConfigArgs']]] = None,
|
1498
1549
|
project: Optional[pulumi.Input[str]] = None,
|
1550
|
+
psc_config: Optional[pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']]] = None,
|
1499
1551
|
restore_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']]] = None,
|
1500
1552
|
restore_continuous_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreContinuousBackupSourceArgs']]] = None,
|
1501
1553
|
secondary_config: Optional[pulumi.Input[pulumi.InputType['ClusterSecondaryConfigArgs']]] = None,
|
@@ -1529,6 +1581,7 @@ class Cluster(pulumi.CustomResource):
|
|
1529
1581
|
__props__.__dict__["network"] = network
|
1530
1582
|
__props__.__dict__["network_config"] = network_config
|
1531
1583
|
__props__.__dict__["project"] = project
|
1584
|
+
__props__.__dict__["psc_config"] = psc_config
|
1532
1585
|
__props__.__dict__["restore_backup_source"] = restore_backup_source
|
1533
1586
|
__props__.__dict__["restore_continuous_backup_source"] = restore_continuous_backup_source
|
1534
1587
|
__props__.__dict__["secondary_config"] = secondary_config
|
@@ -1579,6 +1632,7 @@ class Cluster(pulumi.CustomResource):
|
|
1579
1632
|
network: Optional[pulumi.Input[str]] = None,
|
1580
1633
|
network_config: Optional[pulumi.Input[pulumi.InputType['ClusterNetworkConfigArgs']]] = None,
|
1581
1634
|
project: Optional[pulumi.Input[str]] = None,
|
1635
|
+
psc_config: Optional[pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']]] = None,
|
1582
1636
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1583
1637
|
reconciling: Optional[pulumi.Input[bool]] = None,
|
1584
1638
|
restore_backup_source: Optional[pulumi.Input[pulumi.InputType['ClusterRestoreBackupSourceArgs']]] = None,
|
@@ -1646,6 +1700,8 @@ class Cluster(pulumi.CustomResource):
|
|
1646
1700
|
Structure is documented below.
|
1647
1701
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1648
1702
|
If it is not provided, the provider project is used.
|
1703
|
+
:param pulumi.Input[pulumi.InputType['ClusterPscConfigArgs']] psc_config: Configuration for Private Service Connect (PSC) for the cluster.
|
1704
|
+
Structure is documented below.
|
1649
1705
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
1650
1706
|
and default labels configured on the provider.
|
1651
1707
|
:param pulumi.Input[bool] reconciling: Output only. Reconciling (https://google.aip.dev/128#reconciliation).
|
@@ -1688,6 +1744,7 @@ class Cluster(pulumi.CustomResource):
|
|
1688
1744
|
__props__.__dict__["network"] = network
|
1689
1745
|
__props__.__dict__["network_config"] = network_config
|
1690
1746
|
__props__.__dict__["project"] = project
|
1747
|
+
__props__.__dict__["psc_config"] = psc_config
|
1691
1748
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
1692
1749
|
__props__.__dict__["reconciling"] = reconciling
|
1693
1750
|
__props__.__dict__["restore_backup_source"] = restore_backup_source
|
@@ -1919,6 +1976,15 @@ class Cluster(pulumi.CustomResource):
|
|
1919
1976
|
"""
|
1920
1977
|
return pulumi.get(self, "project")
|
1921
1978
|
|
1979
|
+
@property
|
1980
|
+
@pulumi.getter(name="pscConfig")
|
1981
|
+
def psc_config(self) -> pulumi.Output[Optional['outputs.ClusterPscConfig']]:
|
1982
|
+
"""
|
1983
|
+
Configuration for Private Service Connect (PSC) for the cluster.
|
1984
|
+
Structure is documented below.
|
1985
|
+
"""
|
1986
|
+
return pulumi.get(self, "psc_config")
|
1987
|
+
|
1922
1988
|
@property
|
1923
1989
|
@pulumi.getter(name="pulumiLabels")
|
1924
1990
|
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|