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
@@ -26,6 +26,7 @@ class DataPolicyIamPolicyArgs:
|
|
26
26
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a DataPolicyIamPolicy resource.
|
29
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
29
30
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
30
31
|
a `organizations_get_iam_policy` data source.
|
31
32
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
@@ -45,6 +46,9 @@ class DataPolicyIamPolicyArgs:
|
|
45
46
|
@property
|
46
47
|
@pulumi.getter(name="dataPolicyId")
|
47
48
|
def data_policy_id(self) -> pulumi.Input[builtins.str]:
|
49
|
+
"""
|
50
|
+
Used to find the parent resource to bind the IAM policy to
|
51
|
+
"""
|
48
52
|
return pulumi.get(self, "data_policy_id")
|
49
53
|
|
50
54
|
@data_policy_id.setter
|
@@ -103,6 +107,7 @@ class _DataPolicyIamPolicyState:
|
|
103
107
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
104
108
|
"""
|
105
109
|
Input properties used for looking up and filtering DataPolicyIamPolicy resources.
|
110
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
106
111
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
107
112
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
108
113
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -127,6 +132,9 @@ class _DataPolicyIamPolicyState:
|
|
127
132
|
@property
|
128
133
|
@pulumi.getter(name="dataPolicyId")
|
129
134
|
def data_policy_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
135
|
+
"""
|
136
|
+
Used to find the parent resource to bind the IAM policy to
|
137
|
+
"""
|
130
138
|
return pulumi.get(self, "data_policy_id")
|
131
139
|
|
132
140
|
@data_policy_id.setter
|
@@ -362,6 +370,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
362
370
|
|
363
371
|
:param str resource_name: The name of the resource.
|
364
372
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
373
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
365
374
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
366
375
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
367
376
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -598,6 +607,7 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
598
607
|
:param str resource_name: The unique name of the resulting resource.
|
599
608
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
600
609
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
610
|
+
:param pulumi.Input[builtins.str] data_policy_id: Used to find the parent resource to bind the IAM policy to
|
601
611
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
602
612
|
:param pulumi.Input[builtins.str] location: The name of the location of the data policy.
|
603
613
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -622,6 +632,9 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
|
|
622
632
|
@property
|
623
633
|
@pulumi.getter(name="dataPolicyId")
|
624
634
|
def data_policy_id(self) -> pulumi.Output[builtins.str]:
|
635
|
+
"""
|
636
|
+
Used to find the parent resource to bind the IAM policy to
|
637
|
+
"""
|
625
638
|
return pulumi.get(self, "data_policy_id")
|
626
639
|
|
627
640
|
@property
|
@@ -121,6 +121,7 @@ def get_iam_policy(data_policy_id: Optional[builtins.str] = None,
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
+
:param builtins.str data_policy_id: Used to find the parent resource to bind the IAM policy to
|
124
125
|
:param builtins.str location: The name of the location of the data policy.
|
125
126
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
126
127
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -161,6 +162,7 @@ def get_iam_policy_output(data_policy_id: Optional[pulumi.Input[builtins.str]] =
|
|
161
162
|
```
|
162
163
|
|
163
164
|
|
165
|
+
:param builtins.str data_policy_id: Used to find the parent resource to bind the IAM policy to
|
164
166
|
:param builtins.str location: The name of the location of the data policy.
|
165
167
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
166
168
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -22,6 +22,7 @@ class LogicalViewArgs:
|
|
22
22
|
def __init__(__self__, *,
|
23
23
|
logical_view_id: pulumi.Input[builtins.str],
|
24
24
|
query: pulumi.Input[builtins.str],
|
25
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
25
26
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
26
27
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
27
28
|
"""
|
@@ -31,12 +32,15 @@ class LogicalViewArgs:
|
|
31
32
|
|
32
33
|
- - -
|
33
34
|
:param pulumi.Input[builtins.str] query: The logical view's select query.
|
35
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
34
36
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
35
37
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
36
38
|
If it is not provided, the provider project is used.
|
37
39
|
"""
|
38
40
|
pulumi.set(__self__, "logical_view_id", logical_view_id)
|
39
41
|
pulumi.set(__self__, "query", query)
|
42
|
+
if deletion_protection is not None:
|
43
|
+
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
40
44
|
if instance is not None:
|
41
45
|
pulumi.set(__self__, "instance", instance)
|
42
46
|
if project is not None:
|
@@ -69,6 +73,18 @@ class LogicalViewArgs:
|
|
69
73
|
def query(self, value: pulumi.Input[builtins.str]):
|
70
74
|
pulumi.set(self, "query", value)
|
71
75
|
|
76
|
+
@property
|
77
|
+
@pulumi.getter(name="deletionProtection")
|
78
|
+
def deletion_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
|
79
|
+
"""
|
80
|
+
Set to true to make the logical view protected against deletion.
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "deletion_protection")
|
83
|
+
|
84
|
+
@deletion_protection.setter
|
85
|
+
def deletion_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
|
86
|
+
pulumi.set(self, "deletion_protection", value)
|
87
|
+
|
72
88
|
@property
|
73
89
|
@pulumi.getter
|
74
90
|
def instance(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -98,6 +114,7 @@ class LogicalViewArgs:
|
|
98
114
|
@pulumi.input_type
|
99
115
|
class _LogicalViewState:
|
100
116
|
def __init__(__self__, *,
|
117
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
101
118
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
102
119
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
103
120
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -105,6 +122,7 @@ class _LogicalViewState:
|
|
105
122
|
query: Optional[pulumi.Input[builtins.str]] = None):
|
106
123
|
"""
|
107
124
|
Input properties used for looking up and filtering LogicalView resources.
|
125
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
108
126
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
109
127
|
:param pulumi.Input[builtins.str] logical_view_id: The unique name of the logical view in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
110
128
|
|
@@ -115,6 +133,8 @@ class _LogicalViewState:
|
|
115
133
|
If it is not provided, the provider project is used.
|
116
134
|
:param pulumi.Input[builtins.str] query: The logical view's select query.
|
117
135
|
"""
|
136
|
+
if deletion_protection is not None:
|
137
|
+
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
118
138
|
if instance is not None:
|
119
139
|
pulumi.set(__self__, "instance", instance)
|
120
140
|
if logical_view_id is not None:
|
@@ -126,6 +146,18 @@ class _LogicalViewState:
|
|
126
146
|
if query is not None:
|
127
147
|
pulumi.set(__self__, "query", query)
|
128
148
|
|
149
|
+
@property
|
150
|
+
@pulumi.getter(name="deletionProtection")
|
151
|
+
def deletion_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
|
152
|
+
"""
|
153
|
+
Set to true to make the logical view protected against deletion.
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "deletion_protection")
|
156
|
+
|
157
|
+
@deletion_protection.setter
|
158
|
+
def deletion_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
|
159
|
+
pulumi.set(self, "deletion_protection", value)
|
160
|
+
|
129
161
|
@property
|
130
162
|
@pulumi.getter
|
131
163
|
def instance(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -197,6 +229,7 @@ class LogicalView(pulumi.CustomResource):
|
|
197
229
|
def __init__(__self__,
|
198
230
|
resource_name: str,
|
199
231
|
opts: Optional[pulumi.ResourceOptions] = None,
|
232
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
200
233
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
201
234
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
202
235
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -235,6 +268,7 @@ class LogicalView(pulumi.CustomResource):
|
|
235
268
|
logical_view = gcp.bigtable.LogicalView("logical_view",
|
236
269
|
logical_view_id="bt-logical-view",
|
237
270
|
instance=instance.name,
|
271
|
+
deletion_protection=False,
|
238
272
|
query=\"\"\"SELECT _key, CF
|
239
273
|
FROM ` + "`bt-table`" + `
|
240
274
|
\"\"\",
|
@@ -267,6 +301,7 @@ class LogicalView(pulumi.CustomResource):
|
|
267
301
|
|
268
302
|
:param str resource_name: The name of the resource.
|
269
303
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
304
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
270
305
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
271
306
|
:param pulumi.Input[builtins.str] logical_view_id: The unique name of the logical view in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
272
307
|
|
@@ -315,6 +350,7 @@ class LogicalView(pulumi.CustomResource):
|
|
315
350
|
logical_view = gcp.bigtable.LogicalView("logical_view",
|
316
351
|
logical_view_id="bt-logical-view",
|
317
352
|
instance=instance.name,
|
353
|
+
deletion_protection=False,
|
318
354
|
query=\"\"\"SELECT _key, CF
|
319
355
|
FROM ` + "`bt-table`" + `
|
320
356
|
\"\"\",
|
@@ -360,6 +396,7 @@ class LogicalView(pulumi.CustomResource):
|
|
360
396
|
def _internal_init(__self__,
|
361
397
|
resource_name: str,
|
362
398
|
opts: Optional[pulumi.ResourceOptions] = None,
|
399
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
363
400
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
364
401
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
365
402
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -373,6 +410,7 @@ class LogicalView(pulumi.CustomResource):
|
|
373
410
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
374
411
|
__props__ = LogicalViewArgs.__new__(LogicalViewArgs)
|
375
412
|
|
413
|
+
__props__.__dict__["deletion_protection"] = deletion_protection
|
376
414
|
__props__.__dict__["instance"] = instance
|
377
415
|
if logical_view_id is None and not opts.urn:
|
378
416
|
raise TypeError("Missing required property 'logical_view_id'")
|
@@ -392,6 +430,7 @@ class LogicalView(pulumi.CustomResource):
|
|
392
430
|
def get(resource_name: str,
|
393
431
|
id: pulumi.Input[str],
|
394
432
|
opts: Optional[pulumi.ResourceOptions] = None,
|
433
|
+
deletion_protection: Optional[pulumi.Input[builtins.bool]] = None,
|
395
434
|
instance: Optional[pulumi.Input[builtins.str]] = None,
|
396
435
|
logical_view_id: Optional[pulumi.Input[builtins.str]] = None,
|
397
436
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -404,6 +443,7 @@ class LogicalView(pulumi.CustomResource):
|
|
404
443
|
:param str resource_name: The unique name of the resulting resource.
|
405
444
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
406
445
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
446
|
+
:param pulumi.Input[builtins.bool] deletion_protection: Set to true to make the logical view protected against deletion.
|
407
447
|
:param pulumi.Input[builtins.str] instance: The name of the instance to create the logical view within.
|
408
448
|
:param pulumi.Input[builtins.str] logical_view_id: The unique name of the logical view in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
409
449
|
|
@@ -418,6 +458,7 @@ class LogicalView(pulumi.CustomResource):
|
|
418
458
|
|
419
459
|
__props__ = _LogicalViewState.__new__(_LogicalViewState)
|
420
460
|
|
461
|
+
__props__.__dict__["deletion_protection"] = deletion_protection
|
421
462
|
__props__.__dict__["instance"] = instance
|
422
463
|
__props__.__dict__["logical_view_id"] = logical_view_id
|
423
464
|
__props__.__dict__["name"] = name
|
@@ -425,6 +466,14 @@ class LogicalView(pulumi.CustomResource):
|
|
425
466
|
__props__.__dict__["query"] = query
|
426
467
|
return LogicalView(resource_name, opts=opts, __props__=__props__)
|
427
468
|
|
469
|
+
@property
|
470
|
+
@pulumi.getter(name="deletionProtection")
|
471
|
+
def deletion_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
|
472
|
+
"""
|
473
|
+
Set to true to make the logical view protected against deletion.
|
474
|
+
"""
|
475
|
+
return pulumi.get(self, "deletion_protection")
|
476
|
+
|
428
477
|
@property
|
429
478
|
@pulumi.getter
|
430
479
|
def instance(self) -> pulumi.Output[Optional[builtins.str]]:
|
pulumi_gcp/bigtable/table.py
CHANGED
@@ -33,7 +33,7 @@ class TableArgs:
|
|
33
33
|
"""
|
34
34
|
The set of arguments for constructing a Table resource.
|
35
35
|
:param pulumi.Input[builtins.str] instance_name: The name of the Bigtable instance.
|
36
|
-
:param pulumi.Input['TableAutomatedBackupPolicyArgs'] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit
|
36
|
+
:param pulumi.Input['TableAutomatedBackupPolicyArgs'] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an _existing_ table that has automated backup enabled, set _both_ Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will _not_ be modified.
|
37
37
|
|
38
38
|
-----
|
39
39
|
:param pulumi.Input[builtins.str] change_stream_retention: Duration to retain change stream data for the table. Set to 0 to disable. Must be between 1 and 7 days.
|
@@ -78,7 +78,7 @@ class TableArgs:
|
|
78
78
|
@pulumi.getter(name="automatedBackupPolicy")
|
79
79
|
def automated_backup_policy(self) -> Optional[pulumi.Input['TableAutomatedBackupPolicyArgs']]:
|
80
80
|
"""
|
81
|
-
Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit
|
81
|
+
Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an _existing_ table that has automated backup enabled, set _both_ Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will _not_ be modified.
|
82
82
|
|
83
83
|
-----
|
84
84
|
"""
|
@@ -177,7 +177,7 @@ class _TableState:
|
|
177
177
|
split_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
178
178
|
"""
|
179
179
|
Input properties used for looking up and filtering Table resources.
|
180
|
-
:param pulumi.Input['TableAutomatedBackupPolicyArgs'] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit
|
180
|
+
:param pulumi.Input['TableAutomatedBackupPolicyArgs'] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an _existing_ table that has automated backup enabled, set _both_ Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will _not_ be modified.
|
181
181
|
|
182
182
|
-----
|
183
183
|
:param pulumi.Input[builtins.str] change_stream_retention: Duration to retain change stream data for the table. Set to 0 to disable. Must be between 1 and 7 days.
|
@@ -212,7 +212,7 @@ class _TableState:
|
|
212
212
|
@pulumi.getter(name="automatedBackupPolicy")
|
213
213
|
def automated_backup_policy(self) -> Optional[pulumi.Input['TableAutomatedBackupPolicyArgs']]:
|
214
214
|
"""
|
215
|
-
Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit
|
215
|
+
Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an _existing_ table that has automated backup enabled, set _both_ Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will _not_ be modified.
|
216
216
|
|
217
217
|
-----
|
218
218
|
"""
|
@@ -412,7 +412,7 @@ class Table(pulumi.CustomResource):
|
|
412
412
|
|
413
413
|
:param str resource_name: The name of the resource.
|
414
414
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
415
|
-
:param pulumi.Input[Union['TableAutomatedBackupPolicyArgs', 'TableAutomatedBackupPolicyArgsDict']] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit
|
415
|
+
:param pulumi.Input[Union['TableAutomatedBackupPolicyArgs', 'TableAutomatedBackupPolicyArgsDict']] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an _existing_ table that has automated backup enabled, set _both_ Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will _not_ be modified.
|
416
416
|
|
417
417
|
-----
|
418
418
|
:param pulumi.Input[builtins.str] change_stream_retention: Duration to retain change stream data for the table. Set to 0 to disable. Must be between 1 and 7 days.
|
@@ -584,7 +584,7 @@ class Table(pulumi.CustomResource):
|
|
584
584
|
:param str resource_name: The unique name of the resulting resource.
|
585
585
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
586
586
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
587
|
-
:param pulumi.Input[Union['TableAutomatedBackupPolicyArgs', 'TableAutomatedBackupPolicyArgsDict']] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit
|
587
|
+
:param pulumi.Input[Union['TableAutomatedBackupPolicyArgs', 'TableAutomatedBackupPolicyArgsDict']] automated_backup_policy: Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an _existing_ table that has automated backup enabled, set _both_ Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will _not_ be modified.
|
588
588
|
|
589
589
|
-----
|
590
590
|
:param pulumi.Input[builtins.str] change_stream_retention: Duration to retain change stream data for the table. Set to 0 to disable. Must be between 1 and 7 days.
|
@@ -616,7 +616,7 @@ class Table(pulumi.CustomResource):
|
|
616
616
|
@pulumi.getter(name="automatedBackupPolicy")
|
617
617
|
def automated_backup_policy(self) -> pulumi.Output['outputs.TableAutomatedBackupPolicy']:
|
618
618
|
"""
|
619
|
-
Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit
|
619
|
+
Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, either omit the automated_backup_policy argument, or set both Retention Period and Frequency properties to "0". To disable automated backup on an _existing_ table that has automated backup enabled, set _both_ Retention Period and Frequency properties to "0". When updating an existing table, to modify the Retention Period or Frequency properties of the resource's automated backup policy, set the respective property to a non-zero value. If the automated_backup_policy argument is not provided in the configuration on update, the resource's automated backup policy will _not_ be modified.
|
620
620
|
|
621
621
|
-----
|
622
622
|
"""
|
@@ -410,10 +410,6 @@ if not MYPY:
|
|
410
410
|
"""
|
411
411
|
The common name of the distinguished name.
|
412
412
|
"""
|
413
|
-
organization: pulumi.Input[builtins.str]
|
414
|
-
"""
|
415
|
-
The organization of the subject.
|
416
|
-
"""
|
417
413
|
country_code: NotRequired[pulumi.Input[builtins.str]]
|
418
414
|
"""
|
419
415
|
The country code of the subject.
|
@@ -422,6 +418,10 @@ if not MYPY:
|
|
422
418
|
"""
|
423
419
|
The locality or city of the subject.
|
424
420
|
"""
|
421
|
+
organization: NotRequired[pulumi.Input[builtins.str]]
|
422
|
+
"""
|
423
|
+
The organization of the subject.
|
424
|
+
"""
|
425
425
|
organizational_unit: NotRequired[pulumi.Input[builtins.str]]
|
426
426
|
"""
|
427
427
|
The organizational unit of the subject.
|
@@ -445,29 +445,30 @@ elif False:
|
|
445
445
|
class AuthorityConfigSubjectConfigSubjectArgs:
|
446
446
|
def __init__(__self__, *,
|
447
447
|
common_name: pulumi.Input[builtins.str],
|
448
|
-
organization: pulumi.Input[builtins.str],
|
449
448
|
country_code: Optional[pulumi.Input[builtins.str]] = None,
|
450
449
|
locality: Optional[pulumi.Input[builtins.str]] = None,
|
450
|
+
organization: Optional[pulumi.Input[builtins.str]] = None,
|
451
451
|
organizational_unit: Optional[pulumi.Input[builtins.str]] = None,
|
452
452
|
postal_code: Optional[pulumi.Input[builtins.str]] = None,
|
453
453
|
province: Optional[pulumi.Input[builtins.str]] = None,
|
454
454
|
street_address: Optional[pulumi.Input[builtins.str]] = None):
|
455
455
|
"""
|
456
456
|
:param pulumi.Input[builtins.str] common_name: The common name of the distinguished name.
|
457
|
-
:param pulumi.Input[builtins.str] organization: The organization of the subject.
|
458
457
|
:param pulumi.Input[builtins.str] country_code: The country code of the subject.
|
459
458
|
:param pulumi.Input[builtins.str] locality: The locality or city of the subject.
|
459
|
+
:param pulumi.Input[builtins.str] organization: The organization of the subject.
|
460
460
|
:param pulumi.Input[builtins.str] organizational_unit: The organizational unit of the subject.
|
461
461
|
:param pulumi.Input[builtins.str] postal_code: The postal code of the subject.
|
462
462
|
:param pulumi.Input[builtins.str] province: The province, territory, or regional state of the subject.
|
463
463
|
:param pulumi.Input[builtins.str] street_address: The street address of the subject.
|
464
464
|
"""
|
465
465
|
pulumi.set(__self__, "common_name", common_name)
|
466
|
-
pulumi.set(__self__, "organization", organization)
|
467
466
|
if country_code is not None:
|
468
467
|
pulumi.set(__self__, "country_code", country_code)
|
469
468
|
if locality is not None:
|
470
469
|
pulumi.set(__self__, "locality", locality)
|
470
|
+
if organization is not None:
|
471
|
+
pulumi.set(__self__, "organization", organization)
|
471
472
|
if organizational_unit is not None:
|
472
473
|
pulumi.set(__self__, "organizational_unit", organizational_unit)
|
473
474
|
if postal_code is not None:
|
@@ -489,18 +490,6 @@ class AuthorityConfigSubjectConfigSubjectArgs:
|
|
489
490
|
def common_name(self, value: pulumi.Input[builtins.str]):
|
490
491
|
pulumi.set(self, "common_name", value)
|
491
492
|
|
492
|
-
@property
|
493
|
-
@pulumi.getter
|
494
|
-
def organization(self) -> pulumi.Input[builtins.str]:
|
495
|
-
"""
|
496
|
-
The organization of the subject.
|
497
|
-
"""
|
498
|
-
return pulumi.get(self, "organization")
|
499
|
-
|
500
|
-
@organization.setter
|
501
|
-
def organization(self, value: pulumi.Input[builtins.str]):
|
502
|
-
pulumi.set(self, "organization", value)
|
503
|
-
|
504
493
|
@property
|
505
494
|
@pulumi.getter(name="countryCode")
|
506
495
|
def country_code(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -525,6 +514,18 @@ class AuthorityConfigSubjectConfigSubjectArgs:
|
|
525
514
|
def locality(self, value: Optional[pulumi.Input[builtins.str]]):
|
526
515
|
pulumi.set(self, "locality", value)
|
527
516
|
|
517
|
+
@property
|
518
|
+
@pulumi.getter
|
519
|
+
def organization(self) -> Optional[pulumi.Input[builtins.str]]:
|
520
|
+
"""
|
521
|
+
The organization of the subject.
|
522
|
+
"""
|
523
|
+
return pulumi.get(self, "organization")
|
524
|
+
|
525
|
+
@organization.setter
|
526
|
+
def organization(self, value: Optional[pulumi.Input[builtins.str]]):
|
527
|
+
pulumi.set(self, "organization", value)
|
528
|
+
|
528
529
|
@property
|
529
530
|
@pulumi.getter(name="organizationalUnit")
|
530
531
|
def organizational_unit(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -858,6 +858,41 @@ class Authority(pulumi.CustomResource):
|
|
858
858
|
"algorithm": "RSA_PKCS1_4096_SHA256",
|
859
859
|
})
|
860
860
|
```
|
861
|
+
### Privateca Certificate Authority Basic No Org
|
862
|
+
|
863
|
+
```python
|
864
|
+
import pulumi
|
865
|
+
import pulumi_gcp as gcp
|
866
|
+
|
867
|
+
default = gcp.certificateauthority.Authority("default",
|
868
|
+
pool="ca-pool",
|
869
|
+
certificate_authority_id="my-certificate-authority",
|
870
|
+
location="us-central1",
|
871
|
+
deletion_protection=True,
|
872
|
+
config={
|
873
|
+
"subject_config": {
|
874
|
+
"subject": {
|
875
|
+
"common_name": "my-certificate-authority",
|
876
|
+
},
|
877
|
+
},
|
878
|
+
"x509_config": {
|
879
|
+
"ca_options": {
|
880
|
+
"is_ca": True,
|
881
|
+
},
|
882
|
+
"key_usage": {
|
883
|
+
"base_key_usage": {
|
884
|
+
"cert_sign": True,
|
885
|
+
"crl_sign": True,
|
886
|
+
},
|
887
|
+
"extended_key_usage": {},
|
888
|
+
},
|
889
|
+
},
|
890
|
+
},
|
891
|
+
lifetime=f"{10 * 365 * 24 * 3600}s",
|
892
|
+
key_spec={
|
893
|
+
"algorithm": "RSA_PKCS1_4096_SHA256",
|
894
|
+
})
|
895
|
+
```
|
861
896
|
### Privateca Certificate Authority Subordinate
|
862
897
|
|
863
898
|
```python
|
@@ -1193,6 +1228,41 @@ class Authority(pulumi.CustomResource):
|
|
1193
1228
|
"algorithm": "RSA_PKCS1_4096_SHA256",
|
1194
1229
|
})
|
1195
1230
|
```
|
1231
|
+
### Privateca Certificate Authority Basic No Org
|
1232
|
+
|
1233
|
+
```python
|
1234
|
+
import pulumi
|
1235
|
+
import pulumi_gcp as gcp
|
1236
|
+
|
1237
|
+
default = gcp.certificateauthority.Authority("default",
|
1238
|
+
pool="ca-pool",
|
1239
|
+
certificate_authority_id="my-certificate-authority",
|
1240
|
+
location="us-central1",
|
1241
|
+
deletion_protection=True,
|
1242
|
+
config={
|
1243
|
+
"subject_config": {
|
1244
|
+
"subject": {
|
1245
|
+
"common_name": "my-certificate-authority",
|
1246
|
+
},
|
1247
|
+
},
|
1248
|
+
"x509_config": {
|
1249
|
+
"ca_options": {
|
1250
|
+
"is_ca": True,
|
1251
|
+
},
|
1252
|
+
"key_usage": {
|
1253
|
+
"base_key_usage": {
|
1254
|
+
"cert_sign": True,
|
1255
|
+
"crl_sign": True,
|
1256
|
+
},
|
1257
|
+
"extended_key_usage": {},
|
1258
|
+
},
|
1259
|
+
},
|
1260
|
+
},
|
1261
|
+
lifetime=f"{10 * 365 * 24 * 3600}s",
|
1262
|
+
key_spec={
|
1263
|
+
"algorithm": "RSA_PKCS1_4096_SHA256",
|
1264
|
+
})
|
1265
|
+
```
|
1196
1266
|
### Privateca Certificate Authority Subordinate
|
1197
1267
|
|
1198
1268
|
```python
|
@@ -337,29 +337,30 @@ class AuthorityConfigSubjectConfigSubject(dict):
|
|
337
337
|
|
338
338
|
def __init__(__self__, *,
|
339
339
|
common_name: builtins.str,
|
340
|
-
organization: builtins.str,
|
341
340
|
country_code: Optional[builtins.str] = None,
|
342
341
|
locality: Optional[builtins.str] = None,
|
342
|
+
organization: Optional[builtins.str] = None,
|
343
343
|
organizational_unit: Optional[builtins.str] = None,
|
344
344
|
postal_code: Optional[builtins.str] = None,
|
345
345
|
province: Optional[builtins.str] = None,
|
346
346
|
street_address: Optional[builtins.str] = None):
|
347
347
|
"""
|
348
348
|
:param builtins.str common_name: The common name of the distinguished name.
|
349
|
-
:param builtins.str organization: The organization of the subject.
|
350
349
|
:param builtins.str country_code: The country code of the subject.
|
351
350
|
:param builtins.str locality: The locality or city of the subject.
|
351
|
+
:param builtins.str organization: The organization of the subject.
|
352
352
|
:param builtins.str organizational_unit: The organizational unit of the subject.
|
353
353
|
:param builtins.str postal_code: The postal code of the subject.
|
354
354
|
:param builtins.str province: The province, territory, or regional state of the subject.
|
355
355
|
:param builtins.str street_address: The street address of the subject.
|
356
356
|
"""
|
357
357
|
pulumi.set(__self__, "common_name", common_name)
|
358
|
-
pulumi.set(__self__, "organization", organization)
|
359
358
|
if country_code is not None:
|
360
359
|
pulumi.set(__self__, "country_code", country_code)
|
361
360
|
if locality is not None:
|
362
361
|
pulumi.set(__self__, "locality", locality)
|
362
|
+
if organization is not None:
|
363
|
+
pulumi.set(__self__, "organization", organization)
|
363
364
|
if organizational_unit is not None:
|
364
365
|
pulumi.set(__self__, "organizational_unit", organizational_unit)
|
365
366
|
if postal_code is not None:
|
@@ -377,14 +378,6 @@ class AuthorityConfigSubjectConfigSubject(dict):
|
|
377
378
|
"""
|
378
379
|
return pulumi.get(self, "common_name")
|
379
380
|
|
380
|
-
@property
|
381
|
-
@pulumi.getter
|
382
|
-
def organization(self) -> builtins.str:
|
383
|
-
"""
|
384
|
-
The organization of the subject.
|
385
|
-
"""
|
386
|
-
return pulumi.get(self, "organization")
|
387
|
-
|
388
381
|
@property
|
389
382
|
@pulumi.getter(name="countryCode")
|
390
383
|
def country_code(self) -> Optional[builtins.str]:
|
@@ -401,6 +394,14 @@ class AuthorityConfigSubjectConfigSubject(dict):
|
|
401
394
|
"""
|
402
395
|
return pulumi.get(self, "locality")
|
403
396
|
|
397
|
+
@property
|
398
|
+
@pulumi.getter
|
399
|
+
def organization(self) -> Optional[builtins.str]:
|
400
|
+
"""
|
401
|
+
The organization of the subject.
|
402
|
+
"""
|
403
|
+
return pulumi.get(self, "organization")
|
404
|
+
|
404
405
|
@property
|
405
406
|
@pulumi.getter(name="organizationalUnit")
|
406
407
|
def organizational_unit(self) -> Optional[builtins.str]:
|
pulumi_gcp/cloudbuild/trigger.py
CHANGED
@@ -1315,7 +1315,7 @@ class Trigger(pulumi.CustomResource):
|
|
1315
1315
|
import pulumi_gcp as gcp
|
1316
1316
|
|
1317
1317
|
manual_ghe_trigger = gcp.cloudbuild.Trigger("manual-ghe-trigger",
|
1318
|
-
name="",
|
1318
|
+
name="my-trigger",
|
1319
1319
|
source_to_build={
|
1320
1320
|
"uri": "https://hashicorp/terraform-provider-google-beta",
|
1321
1321
|
"ref": "refs/heads/main",
|
@@ -2029,7 +2029,7 @@ class Trigger(pulumi.CustomResource):
|
|
2029
2029
|
import pulumi_gcp as gcp
|
2030
2030
|
|
2031
2031
|
manual_ghe_trigger = gcp.cloudbuild.Trigger("manual-ghe-trigger",
|
2032
|
-
name="",
|
2032
|
+
name="my-trigger",
|
2033
2033
|
source_to_build={
|
2034
2034
|
"uri": "https://hashicorp/terraform-provider-google-beta",
|
2035
2035
|
"ref": "refs/heads/main",
|
@@ -121,6 +121,9 @@ def get_delivery_pipeline_iam_policy(location: Optional[builtins.str] = None,
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
125
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
126
|
+
location is specified, it is taken from the provider configuration.
|
124
127
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
125
128
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
126
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.
|
@@ -158,6 +161,9 @@ def get_delivery_pipeline_iam_policy_output(location: Optional[pulumi.Input[Opti
|
|
158
161
|
```
|
159
162
|
|
160
163
|
|
164
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
166
|
+
location is specified, it is taken from the provider configuration.
|
161
167
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
162
168
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
163
169
|
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,6 +121,9 @@ def get_target_iam_policy(location: Optional[builtins.str] = None,
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
125
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
126
|
+
location is specified, it is taken from the provider configuration.
|
124
127
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
125
128
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
126
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.
|
@@ -158,6 +161,9 @@ def get_target_iam_policy_output(location: Optional[pulumi.Input[Optional[builti
|
|
158
161
|
```
|
159
162
|
|
160
163
|
|
164
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
166
|
+
location is specified, it is taken from the provider configuration.
|
161
167
|
:param builtins.str name: Used to find the parent resource to bind the IAM policy to
|
162
168
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
163
169
|
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.
|