pulumi-gcp 8.31.0a1747205151__py3-none-any.whl → 8.32.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 +96 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/alloydb/_inputs.py +164 -0
- pulumi_gcp/alloydb/outputs.py +211 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/_inputs.py +20 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/apigee/outputs.py +12 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/routine.py +56 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificateauthority/_inputs.py +20 -19
- pulumi_gcp/certificateauthority/authority.py +70 -0
- pulumi_gcp/certificateauthority/outputs.py +12 -11
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/cloudfunctionsv2/function.py +4 -4
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +438 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/cross_site_network.py +374 -0
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_health_check.py +12 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/health_check.py +120 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +463 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/compute/region_health_check.py +120 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service.py +1 -12
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service.py +0 -61
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +6245 -2553
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +306 -0
- pulumi_gcp/diagflow/cx_page.py +290 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +4924 -2135
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +58 -2
- pulumi_gcp/netapp/backup_vault.py +185 -0
- pulumi_gcp/netapp/storage_pool.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +47 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +13 -13
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/networkservices/_inputs.py +43 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +61 -0
- pulumi_gcp/networkservices/outputs.py +43 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +1 -12
- pulumi_gcp/redis/instance.py +0 -61
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/spanner/database.py +56 -0
- pulumi_gcp/spanner/get_database.py +12 -1
- pulumi_gcp/storage/bucket.py +4 -4
- pulumi_gcp/storage/get_bucket_object_content.py +29 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +289 -273
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,7 @@ class SecretIamPolicyArgs:
|
|
27
27
|
The set of arguments for constructing a SecretIamPolicy resource.
|
28
28
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
29
29
|
a `organizations_get_iam_policy` data source.
|
30
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
30
31
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
31
32
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
32
33
|
"""
|
@@ -51,6 +52,9 @@ class SecretIamPolicyArgs:
|
|
51
52
|
@property
|
52
53
|
@pulumi.getter(name="secretId")
|
53
54
|
def secret_id(self) -> pulumi.Input[builtins.str]:
|
55
|
+
"""
|
56
|
+
Used to find the parent resource to bind the IAM policy to
|
57
|
+
"""
|
54
58
|
return pulumi.get(self, "secret_id")
|
55
59
|
|
56
60
|
@secret_id.setter
|
@@ -85,6 +89,7 @@ class _SecretIamPolicyState:
|
|
85
89
|
a `organizations_get_iam_policy` data source.
|
86
90
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
87
91
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
92
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
88
93
|
"""
|
89
94
|
if etag is not None:
|
90
95
|
pulumi.set(__self__, "etag", etag)
|
@@ -136,6 +141,9 @@ class _SecretIamPolicyState:
|
|
136
141
|
@property
|
137
142
|
@pulumi.getter(name="secretId")
|
138
143
|
def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
144
|
+
"""
|
145
|
+
Used to find the parent resource to bind the IAM policy to
|
146
|
+
"""
|
139
147
|
return pulumi.get(self, "secret_id")
|
140
148
|
|
141
149
|
@secret_id.setter
|
@@ -427,6 +435,7 @@ class SecretIamPolicy(pulumi.CustomResource):
|
|
427
435
|
a `organizations_get_iam_policy` data source.
|
428
436
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
429
437
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
438
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
430
439
|
"""
|
431
440
|
...
|
432
441
|
@overload
|
@@ -763,6 +772,7 @@ class SecretIamPolicy(pulumi.CustomResource):
|
|
763
772
|
a `organizations_get_iam_policy` data source.
|
764
773
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
765
774
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
775
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
766
776
|
"""
|
767
777
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
768
778
|
|
@@ -803,5 +813,8 @@ class SecretIamPolicy(pulumi.CustomResource):
|
|
803
813
|
@property
|
804
814
|
@pulumi.getter(name="secretId")
|
805
815
|
def secret_id(self) -> pulumi.Output[builtins.str]:
|
816
|
+
"""
|
817
|
+
Used to find the parent resource to bind the IAM policy to
|
818
|
+
"""
|
806
819
|
return pulumi.get(self, "secret_id")
|
807
820
|
|
@@ -121,8 +121,7 @@ def get_instance_iam_policy(instance_id: Optional[builtins.str] = None,
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
-
:param builtins.str instance_id:
|
125
|
-
Used to find the parent resource to bind the IAM policy to
|
124
|
+
:param builtins.str instance_id: Used to find the parent resource to bind the IAM policy to
|
126
125
|
:param builtins.str location: The location for the Instance.
|
127
126
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
128
127
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -163,8 +162,7 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[builtins.s
|
|
163
162
|
```
|
164
163
|
|
165
164
|
|
166
|
-
:param builtins.str instance_id:
|
167
|
-
Used to find the parent resource to bind the IAM policy to
|
165
|
+
:param builtins.str instance_id: Used to find the parent resource to bind the IAM policy to
|
168
166
|
:param builtins.str location: The location for the Instance.
|
169
167
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
170
168
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -127,8 +127,7 @@ def get_repository_iam_policy(location: Optional[builtins.str] = None,
|
|
127
127
|
location is specified, it is taken from the provider configuration.
|
128
128
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
129
129
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
130
|
-
:param builtins.str repository_id:
|
131
|
-
Used to find the parent resource to bind the IAM policy to
|
130
|
+
:param builtins.str repository_id: Used to find the parent resource to bind the IAM policy to
|
132
131
|
"""
|
133
132
|
__args__ = dict()
|
134
133
|
__args__['location'] = location
|
@@ -169,8 +168,7 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[bu
|
|
169
168
|
location is specified, it is taken from the provider configuration.
|
170
169
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
171
170
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
172
|
-
:param builtins.str repository_id:
|
173
|
-
Used to find the parent resource to bind the IAM policy to
|
171
|
+
:param builtins.str repository_id: Used to find the parent resource to bind the IAM policy to
|
174
172
|
"""
|
175
173
|
__args__ = dict()
|
176
174
|
__args__['location'] = location
|
@@ -41,8 +41,7 @@ class RepositoryIamBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
-
:param pulumi.Input[builtins.str] repository_id:
|
45
|
-
Used to find the parent resource to bind the IAM policy to
|
44
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
46
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
47
46
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
48
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,7 +88,6 @@ class RepositoryIamBindingArgs:
|
|
89
88
|
@pulumi.getter(name="repositoryId")
|
90
89
|
def repository_id(self) -> pulumi.Input[builtins.str]:
|
91
90
|
"""
|
92
|
-
The ID for the Repository.
|
93
91
|
Used to find the parent resource to bind the IAM policy to
|
94
92
|
"""
|
95
93
|
return pulumi.get(self, "repository_id")
|
@@ -180,8 +178,7 @@ class _RepositoryIamBindingState:
|
|
180
178
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
179
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
182
180
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
183
|
-
:param pulumi.Input[builtins.str] repository_id:
|
184
|
-
Used to find the parent resource to bind the IAM policy to
|
181
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
185
182
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
186
183
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
187
184
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -276,7 +273,6 @@ class _RepositoryIamBindingState:
|
|
276
273
|
@pulumi.getter(name="repositoryId")
|
277
274
|
def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
278
275
|
"""
|
279
|
-
The ID for the Repository.
|
280
276
|
Used to find the parent resource to bind the IAM policy to
|
281
277
|
"""
|
282
278
|
return pulumi.get(self, "repository_id")
|
@@ -494,8 +490,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
494
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
495
491
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
496
492
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
497
|
-
:param pulumi.Input[builtins.str] repository_id:
|
498
|
-
Used to find the parent resource to bind the IAM policy to
|
493
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
499
494
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
500
495
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
501
496
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -753,8 +748,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
753
748
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
754
749
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
755
750
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
756
|
-
:param pulumi.Input[builtins.str] repository_id:
|
757
|
-
Used to find the parent resource to bind the IAM policy to
|
751
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
758
752
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
759
753
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
760
754
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -827,7 +821,6 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
827
821
|
@pulumi.getter(name="repositoryId")
|
828
822
|
def repository_id(self) -> pulumi.Output[builtins.str]:
|
829
823
|
"""
|
830
|
-
The ID for the Repository.
|
831
824
|
Used to find the parent resource to bind the IAM policy to
|
832
825
|
"""
|
833
826
|
return pulumi.get(self, "repository_id")
|
@@ -41,8 +41,7 @@ class RepositoryIamMemberArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
-
:param pulumi.Input[builtins.str] repository_id:
|
45
|
-
Used to find the parent resource to bind the IAM policy to
|
44
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
46
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
47
46
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
48
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -89,7 +88,6 @@ class RepositoryIamMemberArgs:
|
|
89
88
|
@pulumi.getter(name="repositoryId")
|
90
89
|
def repository_id(self) -> pulumi.Input[builtins.str]:
|
91
90
|
"""
|
92
|
-
The ID for the Repository.
|
93
91
|
Used to find the parent resource to bind the IAM policy to
|
94
92
|
"""
|
95
93
|
return pulumi.get(self, "repository_id")
|
@@ -180,8 +178,7 @@ class _RepositoryIamMemberState:
|
|
180
178
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
181
179
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
182
180
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
183
|
-
:param pulumi.Input[builtins.str] repository_id:
|
184
|
-
Used to find the parent resource to bind the IAM policy to
|
181
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
185
182
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
186
183
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
187
184
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -276,7 +273,6 @@ class _RepositoryIamMemberState:
|
|
276
273
|
@pulumi.getter(name="repositoryId")
|
277
274
|
def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
278
275
|
"""
|
279
|
-
The ID for the Repository.
|
280
276
|
Used to find the parent resource to bind the IAM policy to
|
281
277
|
"""
|
282
278
|
return pulumi.get(self, "repository_id")
|
@@ -494,8 +490,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
494
490
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
495
491
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
496
492
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
497
|
-
:param pulumi.Input[builtins.str] repository_id:
|
498
|
-
Used to find the parent resource to bind the IAM policy to
|
493
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
499
494
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
500
495
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
501
496
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -753,8 +748,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
753
748
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
754
749
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
755
750
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
756
|
-
:param pulumi.Input[builtins.str] repository_id:
|
757
|
-
Used to find the parent resource to bind the IAM policy to
|
751
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
758
752
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
759
753
|
`securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
|
760
754
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -827,7 +821,6 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
827
821
|
@pulumi.getter(name="repositoryId")
|
828
822
|
def repository_id(self) -> pulumi.Output[builtins.str]:
|
829
823
|
"""
|
830
|
-
The ID for the Repository.
|
831
824
|
Used to find the parent resource to bind the IAM policy to
|
832
825
|
"""
|
833
826
|
return pulumi.get(self, "repository_id")
|
@@ -28,8 +28,7 @@ class RepositoryIamPolicyArgs:
|
|
28
28
|
The set of arguments for constructing a RepositoryIamPolicy resource.
|
29
29
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
30
30
|
a `organizations_get_iam_policy` data source.
|
31
|
-
:param pulumi.Input[builtins.str] repository_id:
|
32
|
-
Used to find the parent resource to bind the IAM policy to
|
31
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
33
32
|
:param pulumi.Input[builtins.str] location: The location for the Repository.
|
34
33
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
35
34
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -61,7 +60,6 @@ class RepositoryIamPolicyArgs:
|
|
61
60
|
@pulumi.getter(name="repositoryId")
|
62
61
|
def repository_id(self) -> pulumi.Input[builtins.str]:
|
63
62
|
"""
|
64
|
-
The ID for the Repository.
|
65
63
|
Used to find the parent resource to bind the IAM policy to
|
66
64
|
"""
|
67
65
|
return pulumi.get(self, "repository_id")
|
@@ -118,8 +116,7 @@ class _RepositoryIamPolicyState:
|
|
118
116
|
a `organizations_get_iam_policy` data source.
|
119
117
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
120
118
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
121
|
-
:param pulumi.Input[builtins.str] repository_id:
|
122
|
-
Used to find the parent resource to bind the IAM policy to
|
119
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
123
120
|
"""
|
124
121
|
if etag is not None:
|
125
122
|
pulumi.set(__self__, "etag", etag)
|
@@ -189,7 +186,6 @@ class _RepositoryIamPolicyState:
|
|
189
186
|
@pulumi.getter(name="repositoryId")
|
190
187
|
def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
191
188
|
"""
|
192
|
-
The ID for the Repository.
|
193
189
|
Used to find the parent resource to bind the IAM policy to
|
194
190
|
"""
|
195
191
|
return pulumi.get(self, "repository_id")
|
@@ -382,8 +378,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
382
378
|
a `organizations_get_iam_policy` data source.
|
383
379
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
384
380
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
385
|
-
:param pulumi.Input[builtins.str] repository_id:
|
386
|
-
Used to find the parent resource to bind the IAM policy to
|
381
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
387
382
|
"""
|
388
383
|
...
|
389
384
|
@overload
|
@@ -621,8 +616,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
621
616
|
a `organizations_get_iam_policy` data source.
|
622
617
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
623
618
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
624
|
-
:param pulumi.Input[builtins.str] repository_id:
|
625
|
-
Used to find the parent resource to bind the IAM policy to
|
619
|
+
:param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
|
626
620
|
"""
|
627
621
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
628
622
|
|
@@ -676,7 +670,6 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
676
670
|
@pulumi.getter(name="repositoryId")
|
677
671
|
def repository_id(self) -> pulumi.Output[builtins.str]:
|
678
672
|
"""
|
679
|
-
The ID for the Repository.
|
680
673
|
Used to find the parent resource to bind the IAM policy to
|
681
674
|
"""
|
682
675
|
return pulumi.get(self, "repository_id")
|
@@ -470,7 +470,7 @@ class V2OrganizationSccBigQueryExport(pulumi.CustomResource):
|
|
470
470
|
import pulumi_gcp as gcp
|
471
471
|
|
472
472
|
default = gcp.bigquery.Dataset("default",
|
473
|
-
dataset_id="",
|
473
|
+
dataset_id="my-dataset",
|
474
474
|
friendly_name="test",
|
475
475
|
description="This is a test description",
|
476
476
|
location="US",
|
@@ -572,7 +572,7 @@ class V2OrganizationSccBigQueryExport(pulumi.CustomResource):
|
|
572
572
|
import pulumi_gcp as gcp
|
573
573
|
|
574
574
|
default = gcp.bigquery.Dataset("default",
|
575
|
-
dataset_id="",
|
575
|
+
dataset_id="my-dataset",
|
576
576
|
friendly_name="test",
|
577
577
|
description="This is a test description",
|
578
578
|
location="US",
|
@@ -472,7 +472,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
472
472
|
import pulumi_gcp as gcp
|
473
473
|
|
474
474
|
default = gcp.bigquery.Dataset("default",
|
475
|
-
dataset_id="",
|
475
|
+
dataset_id="my-dataset",
|
476
476
|
friendly_name="test",
|
477
477
|
description="This is a test description",
|
478
478
|
location="US",
|
@@ -576,7 +576,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
|
|
576
576
|
import pulumi_gcp as gcp
|
577
577
|
|
578
578
|
default = gcp.bigquery.Dataset("default",
|
579
|
-
dataset_id="",
|
579
|
+
dataset_id="my-dataset",
|
580
580
|
friendly_name="test",
|
581
581
|
description="This is a test description",
|
582
582
|
location="US",
|
pulumi_gcp/spanner/database.py
CHANGED
@@ -25,6 +25,7 @@ class DatabaseArgs:
|
|
25
25
|
instance: pulumi.Input[builtins.str],
|
26
26
|
database_dialect: Optional[pulumi.Input[builtins.str]] = None,
|
27
27
|
ddls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
28
|
+
default_time_zone: Optional[pulumi.Input[builtins.str]] = None,
|
28
29
|
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
29
30
|
enable_drop_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
30
31
|
encryption_config: Optional[pulumi.Input['DatabaseEncryptionConfigArgs']] = None,
|
@@ -40,6 +41,8 @@ class DatabaseArgs:
|
|
40
41
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
41
42
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
42
43
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
44
|
+
:param pulumi.Input[builtins.str] default_time_zone: The default time zone for the database. The default time zone must be a valid name
|
45
|
+
from the tz database. Default value is "America/Los_angeles".
|
43
46
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
44
47
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
45
48
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
@@ -59,6 +62,8 @@ class DatabaseArgs:
|
|
59
62
|
pulumi.set(__self__, "database_dialect", database_dialect)
|
60
63
|
if ddls is not None:
|
61
64
|
pulumi.set(__self__, "ddls", ddls)
|
65
|
+
if default_time_zone is not None:
|
66
|
+
pulumi.set(__self__, "default_time_zone", default_time_zone)
|
62
67
|
if deletion_protection is not None:
|
63
68
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
64
69
|
if enable_drop_protection is not None:
|
@@ -110,6 +115,19 @@ class DatabaseArgs:
|
|
110
115
|
def ddls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
111
116
|
pulumi.set(self, "ddls", value)
|
112
117
|
|
118
|
+
@property
|
119
|
+
@pulumi.getter(name="defaultTimeZone")
|
120
|
+
def default_time_zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
121
|
+
"""
|
122
|
+
The default time zone for the database. The default time zone must be a valid name
|
123
|
+
from the tz database. Default value is "America/Los_angeles".
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "default_time_zone")
|
126
|
+
|
127
|
+
@default_time_zone.setter
|
128
|
+
def default_time_zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
129
|
+
pulumi.set(self, "default_time_zone", value)
|
130
|
+
|
113
131
|
@property
|
114
132
|
@pulumi.getter(name="deletionProtection")
|
115
133
|
def deletion_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
|
@@ -193,6 +211,7 @@ class _DatabaseState:
|
|
193
211
|
def __init__(__self__, *,
|
194
212
|
database_dialect: Optional[pulumi.Input[builtins.str]] = None,
|
195
213
|
ddls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
214
|
+
default_time_zone: Optional[pulumi.Input[builtins.str]] = None,
|
196
215
|
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
197
216
|
enable_drop_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
198
217
|
encryption_config: Optional[pulumi.Input['DatabaseEncryptionConfigArgs']] = None,
|
@@ -206,6 +225,8 @@ class _DatabaseState:
|
|
206
225
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
207
226
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
208
227
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
228
|
+
:param pulumi.Input[builtins.str] default_time_zone: The default time zone for the database. The default time zone must be a valid name
|
229
|
+
from the tz database. Default value is "America/Los_angeles".
|
209
230
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
210
231
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
211
232
|
:param pulumi.Input['DatabaseEncryptionConfigArgs'] encryption_config: Encryption configuration for the database
|
@@ -229,6 +250,8 @@ class _DatabaseState:
|
|
229
250
|
pulumi.set(__self__, "database_dialect", database_dialect)
|
230
251
|
if ddls is not None:
|
231
252
|
pulumi.set(__self__, "ddls", ddls)
|
253
|
+
if default_time_zone is not None:
|
254
|
+
pulumi.set(__self__, "default_time_zone", default_time_zone)
|
232
255
|
if deletion_protection is not None:
|
233
256
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
234
257
|
if enable_drop_protection is not None:
|
@@ -269,6 +292,19 @@ class _DatabaseState:
|
|
269
292
|
def ddls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
270
293
|
pulumi.set(self, "ddls", value)
|
271
294
|
|
295
|
+
@property
|
296
|
+
@pulumi.getter(name="defaultTimeZone")
|
297
|
+
def default_time_zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
298
|
+
"""
|
299
|
+
The default time zone for the database. The default time zone must be a valid name
|
300
|
+
from the tz database. Default value is "America/Los_angeles".
|
301
|
+
"""
|
302
|
+
return pulumi.get(self, "default_time_zone")
|
303
|
+
|
304
|
+
@default_time_zone.setter
|
305
|
+
def default_time_zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
306
|
+
pulumi.set(self, "default_time_zone", value)
|
307
|
+
|
272
308
|
@property
|
273
309
|
@pulumi.getter(name="deletionProtection")
|
274
310
|
def deletion_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
|
@@ -382,6 +418,7 @@ class Database(pulumi.CustomResource):
|
|
382
418
|
opts: Optional[pulumi.ResourceOptions] = None,
|
383
419
|
database_dialect: Optional[pulumi.Input[builtins.str]] = None,
|
384
420
|
ddls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
421
|
+
default_time_zone: Optional[pulumi.Input[builtins.str]] = None,
|
385
422
|
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
386
423
|
enable_drop_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
387
424
|
encryption_config: Optional[pulumi.Input[Union['DatabaseEncryptionConfigArgs', 'DatabaseEncryptionConfigArgsDict']]] = None,
|
@@ -421,6 +458,7 @@ class Database(pulumi.CustomResource):
|
|
421
458
|
instance=main.name,
|
422
459
|
name="my-database",
|
423
460
|
version_retention_period="3d",
|
461
|
+
default_time_zone="UTC",
|
424
462
|
ddls=[
|
425
463
|
"CREATE TABLE t1 (t1 INT64 NOT NULL,) PRIMARY KEY(t1)",
|
426
464
|
"CREATE TABLE t2 (t2 INT64 NOT NULL,) PRIMARY KEY(t2)",
|
@@ -463,6 +501,8 @@ class Database(pulumi.CustomResource):
|
|
463
501
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
464
502
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
465
503
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
504
|
+
:param pulumi.Input[builtins.str] default_time_zone: The default time zone for the database. The default time zone must be a valid name
|
505
|
+
from the tz database. Default value is "America/Los_angeles".
|
466
506
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
467
507
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
468
508
|
:param pulumi.Input[Union['DatabaseEncryptionConfigArgs', 'DatabaseEncryptionConfigArgsDict']] encryption_config: Encryption configuration for the database
|
@@ -518,6 +558,7 @@ class Database(pulumi.CustomResource):
|
|
518
558
|
instance=main.name,
|
519
559
|
name="my-database",
|
520
560
|
version_retention_period="3d",
|
561
|
+
default_time_zone="UTC",
|
521
562
|
ddls=[
|
522
563
|
"CREATE TABLE t1 (t1 INT64 NOT NULL,) PRIMARY KEY(t1)",
|
523
564
|
"CREATE TABLE t2 (t2 INT64 NOT NULL,) PRIMARY KEY(t2)",
|
@@ -572,6 +613,7 @@ class Database(pulumi.CustomResource):
|
|
572
613
|
opts: Optional[pulumi.ResourceOptions] = None,
|
573
614
|
database_dialect: Optional[pulumi.Input[builtins.str]] = None,
|
574
615
|
ddls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
616
|
+
default_time_zone: Optional[pulumi.Input[builtins.str]] = None,
|
575
617
|
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
576
618
|
enable_drop_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
577
619
|
encryption_config: Optional[pulumi.Input[Union['DatabaseEncryptionConfigArgs', 'DatabaseEncryptionConfigArgsDict']]] = None,
|
@@ -590,6 +632,7 @@ class Database(pulumi.CustomResource):
|
|
590
632
|
|
591
633
|
__props__.__dict__["database_dialect"] = database_dialect
|
592
634
|
__props__.__dict__["ddls"] = ddls
|
635
|
+
__props__.__dict__["default_time_zone"] = default_time_zone
|
593
636
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
594
637
|
__props__.__dict__["enable_drop_protection"] = enable_drop_protection
|
595
638
|
__props__.__dict__["encryption_config"] = encryption_config
|
@@ -612,6 +655,7 @@ class Database(pulumi.CustomResource):
|
|
612
655
|
opts: Optional[pulumi.ResourceOptions] = None,
|
613
656
|
database_dialect: Optional[pulumi.Input[builtins.str]] = None,
|
614
657
|
ddls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
658
|
+
default_time_zone: Optional[pulumi.Input[builtins.str]] = None,
|
615
659
|
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
616
660
|
enable_drop_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
617
661
|
encryption_config: Optional[pulumi.Input[Union['DatabaseEncryptionConfigArgs', 'DatabaseEncryptionConfigArgsDict']]] = None,
|
@@ -630,6 +674,8 @@ class Database(pulumi.CustomResource):
|
|
630
674
|
:param pulumi.Input[builtins.str] database_dialect: The dialect of the Cloud Spanner Database.
|
631
675
|
If it is not provided, "GOOGLE_STANDARD_SQL" will be used.
|
632
676
|
Possible values are: `GOOGLE_STANDARD_SQL`, `POSTGRESQL`.
|
677
|
+
:param pulumi.Input[builtins.str] default_time_zone: The default time zone for the database. The default time zone must be a valid name
|
678
|
+
from the tz database. Default value is "America/Los_angeles".
|
633
679
|
:param pulumi.Input[builtins.bool] deletion_protection: Whether or not to allow the provider to destroy the instance. Unless this field is set to false
|
634
680
|
in state, a `destroy` or `update` that would delete the instance will fail.
|
635
681
|
:param pulumi.Input[Union['DatabaseEncryptionConfigArgs', 'DatabaseEncryptionConfigArgsDict']] encryption_config: Encryption configuration for the database
|
@@ -655,6 +701,7 @@ class Database(pulumi.CustomResource):
|
|
655
701
|
|
656
702
|
__props__.__dict__["database_dialect"] = database_dialect
|
657
703
|
__props__.__dict__["ddls"] = ddls
|
704
|
+
__props__.__dict__["default_time_zone"] = default_time_zone
|
658
705
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
659
706
|
__props__.__dict__["enable_drop_protection"] = enable_drop_protection
|
660
707
|
__props__.__dict__["encryption_config"] = encryption_config
|
@@ -680,6 +727,15 @@ class Database(pulumi.CustomResource):
|
|
680
727
|
def ddls(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
681
728
|
return pulumi.get(self, "ddls")
|
682
729
|
|
730
|
+
@property
|
731
|
+
@pulumi.getter(name="defaultTimeZone")
|
732
|
+
def default_time_zone(self) -> pulumi.Output[Optional[builtins.str]]:
|
733
|
+
"""
|
734
|
+
The default time zone for the database. The default time zone must be a valid name
|
735
|
+
from the tz database. Default value is "America/Los_angeles".
|
736
|
+
"""
|
737
|
+
return pulumi.get(self, "default_time_zone")
|
738
|
+
|
683
739
|
@property
|
684
740
|
@pulumi.getter(name="deletionProtection")
|
685
741
|
def deletion_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
|
@@ -28,13 +28,16 @@ class GetDatabaseResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getDatabase.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, database_dialect=None, ddls=None, deletion_protection=None, enable_drop_protection=None, encryption_configs=None, id=None, instance=None, name=None, project=None, state=None, version_retention_period=None):
|
31
|
+
def __init__(__self__, database_dialect=None, ddls=None, default_time_zone=None, deletion_protection=None, enable_drop_protection=None, encryption_configs=None, id=None, instance=None, name=None, project=None, state=None, version_retention_period=None):
|
32
32
|
if database_dialect and not isinstance(database_dialect, str):
|
33
33
|
raise TypeError("Expected argument 'database_dialect' to be a str")
|
34
34
|
pulumi.set(__self__, "database_dialect", database_dialect)
|
35
35
|
if ddls and not isinstance(ddls, list):
|
36
36
|
raise TypeError("Expected argument 'ddls' to be a list")
|
37
37
|
pulumi.set(__self__, "ddls", ddls)
|
38
|
+
if default_time_zone and not isinstance(default_time_zone, str):
|
39
|
+
raise TypeError("Expected argument 'default_time_zone' to be a str")
|
40
|
+
pulumi.set(__self__, "default_time_zone", default_time_zone)
|
38
41
|
if deletion_protection and not isinstance(deletion_protection, bool):
|
39
42
|
raise TypeError("Expected argument 'deletion_protection' to be a bool")
|
40
43
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
@@ -73,6 +76,11 @@ class GetDatabaseResult:
|
|
73
76
|
def ddls(self) -> Sequence[builtins.str]:
|
74
77
|
return pulumi.get(self, "ddls")
|
75
78
|
|
79
|
+
@property
|
80
|
+
@pulumi.getter(name="defaultTimeZone")
|
81
|
+
def default_time_zone(self) -> builtins.str:
|
82
|
+
return pulumi.get(self, "default_time_zone")
|
83
|
+
|
76
84
|
@property
|
77
85
|
@pulumi.getter(name="deletionProtection")
|
78
86
|
def deletion_protection(self) -> builtins.bool:
|
@@ -130,6 +138,7 @@ class AwaitableGetDatabaseResult(GetDatabaseResult):
|
|
130
138
|
return GetDatabaseResult(
|
131
139
|
database_dialect=self.database_dialect,
|
132
140
|
ddls=self.ddls,
|
141
|
+
default_time_zone=self.default_time_zone,
|
133
142
|
deletion_protection=self.deletion_protection,
|
134
143
|
enable_drop_protection=self.enable_drop_protection,
|
135
144
|
encryption_configs=self.encryption_configs,
|
@@ -176,6 +185,7 @@ def get_database(instance: Optional[builtins.str] = None,
|
|
176
185
|
return AwaitableGetDatabaseResult(
|
177
186
|
database_dialect=pulumi.get(__ret__, 'database_dialect'),
|
178
187
|
ddls=pulumi.get(__ret__, 'ddls'),
|
188
|
+
default_time_zone=pulumi.get(__ret__, 'default_time_zone'),
|
179
189
|
deletion_protection=pulumi.get(__ret__, 'deletion_protection'),
|
180
190
|
enable_drop_protection=pulumi.get(__ret__, 'enable_drop_protection'),
|
181
191
|
encryption_configs=pulumi.get(__ret__, 'encryption_configs'),
|
@@ -219,6 +229,7 @@ def get_database_output(instance: Optional[pulumi.Input[builtins.str]] = None,
|
|
219
229
|
return __ret__.apply(lambda __response__: GetDatabaseResult(
|
220
230
|
database_dialect=pulumi.get(__response__, 'database_dialect'),
|
221
231
|
ddls=pulumi.get(__response__, 'ddls'),
|
232
|
+
default_time_zone=pulumi.get(__response__, 'default_time_zone'),
|
222
233
|
deletion_protection=pulumi.get(__response__, 'deletion_protection'),
|
223
234
|
enable_drop_protection=pulumi.get(__response__, 'enable_drop_protection'),
|
224
235
|
encryption_configs=pulumi.get(__response__, 'encryption_configs'),
|
pulumi_gcp/storage/bucket.py
CHANGED
@@ -1033,7 +1033,7 @@ class Bucket(pulumi.CustomResource):
|
|
1033
1033
|
import pulumi
|
1034
1034
|
import pulumi_gcp as gcp
|
1035
1035
|
|
1036
|
-
|
1036
|
+
no_public_access = gcp.storage.Bucket("no-public-access",
|
1037
1037
|
name="no-public-access-bucket",
|
1038
1038
|
location="US",
|
1039
1039
|
force_destroy=True,
|
@@ -1046,7 +1046,7 @@ class Bucket(pulumi.CustomResource):
|
|
1046
1046
|
import pulumi
|
1047
1047
|
import pulumi_gcp as gcp
|
1048
1048
|
|
1049
|
-
|
1049
|
+
hns_enabled = gcp.storage.Bucket("hns-enabled",
|
1050
1050
|
name="hns-enabled-bucket",
|
1051
1051
|
location="US",
|
1052
1052
|
force_destroy=True,
|
@@ -1224,7 +1224,7 @@ class Bucket(pulumi.CustomResource):
|
|
1224
1224
|
import pulumi
|
1225
1225
|
import pulumi_gcp as gcp
|
1226
1226
|
|
1227
|
-
|
1227
|
+
no_public_access = gcp.storage.Bucket("no-public-access",
|
1228
1228
|
name="no-public-access-bucket",
|
1229
1229
|
location="US",
|
1230
1230
|
force_destroy=True,
|
@@ -1237,7 +1237,7 @@ class Bucket(pulumi.CustomResource):
|
|
1237
1237
|
import pulumi
|
1238
1238
|
import pulumi_gcp as gcp
|
1239
1239
|
|
1240
|
-
|
1240
|
+
hns_enabled = gcp.storage.Bucket("hns-enabled",
|
1241
1241
|
name="hns-enabled-bucket",
|
1242
1242
|
location="US",
|
1243
1243
|
force_destroy=True,
|