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
@@ -20,6 +20,7 @@ __all__ = [
|
|
20
20
|
'EdgeCacheKeysetPublicKey',
|
21
21
|
'EdgeCacheKeysetValidationSharedKey',
|
22
22
|
'EdgeCacheOriginAwsV4Authentication',
|
23
|
+
'EdgeCacheOriginFlexShielding',
|
23
24
|
'EdgeCacheOriginOriginOverrideAction',
|
24
25
|
'EdgeCacheOriginOriginOverrideActionHeaderAction',
|
25
26
|
'EdgeCacheOriginOriginOverrideActionHeaderActionRequestHeadersToAdd',
|
@@ -258,6 +259,48 @@ class EdgeCacheOriginAwsV4Authentication(dict):
|
|
258
259
|
return pulumi.get(self, "secret_access_key_version")
|
259
260
|
|
260
261
|
|
262
|
+
@pulumi.output_type
|
263
|
+
class EdgeCacheOriginFlexShielding(dict):
|
264
|
+
@staticmethod
|
265
|
+
def __key_warning(key: str):
|
266
|
+
suggest = None
|
267
|
+
if key == "flexShieldingRegions":
|
268
|
+
suggest = "flex_shielding_regions"
|
269
|
+
|
270
|
+
if suggest:
|
271
|
+
pulumi.log.warn(f"Key '{key}' not found in EdgeCacheOriginFlexShielding. Access the value via the '{suggest}' property getter instead.")
|
272
|
+
|
273
|
+
def __getitem__(self, key: str) -> Any:
|
274
|
+
EdgeCacheOriginFlexShielding.__key_warning(key)
|
275
|
+
return super().__getitem__(key)
|
276
|
+
|
277
|
+
def get(self, key: str, default = None) -> Any:
|
278
|
+
EdgeCacheOriginFlexShielding.__key_warning(key)
|
279
|
+
return super().get(key, default)
|
280
|
+
|
281
|
+
def __init__(__self__, *,
|
282
|
+
flex_shielding_regions: Optional[builtins.str] = None):
|
283
|
+
"""
|
284
|
+
:param builtins.str flex_shielding_regions: Whenever possible, content will be fetched from origin and cached in or
|
285
|
+
near the specified origin. Best effort.
|
286
|
+
You must specify exactly one FlexShieldingRegion.
|
287
|
+
Each value may be one of: `AFRICA_SOUTH1`, `ME_CENTRAL1`.
|
288
|
+
"""
|
289
|
+
if flex_shielding_regions is not None:
|
290
|
+
pulumi.set(__self__, "flex_shielding_regions", flex_shielding_regions)
|
291
|
+
|
292
|
+
@property
|
293
|
+
@pulumi.getter(name="flexShieldingRegions")
|
294
|
+
def flex_shielding_regions(self) -> Optional[builtins.str]:
|
295
|
+
"""
|
296
|
+
Whenever possible, content will be fetched from origin and cached in or
|
297
|
+
near the specified origin. Best effort.
|
298
|
+
You must specify exactly one FlexShieldingRegion.
|
299
|
+
Each value may be one of: `AFRICA_SOUTH1`, `ME_CENTRAL1`.
|
300
|
+
"""
|
301
|
+
return pulumi.get(self, "flex_shielding_regions")
|
302
|
+
|
303
|
+
|
261
304
|
@pulumi.output_type
|
262
305
|
class EdgeCacheOriginOriginOverrideAction(dict):
|
263
306
|
@staticmethod
|
pulumi_gcp/pulumi-plugin.json
CHANGED
pulumi_gcp/redis/get_instance.py
CHANGED
@@ -28,7 +28,7 @@ class GetInstanceResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getInstance.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, alternative_location_id=None, auth_enabled=None, auth_string=None, authorized_network=None, connect_mode=None, create_time=None, current_location_id=None, customer_managed_key=None, display_name=None, effective_labels=None, host=None, id=None, labels=None, location_id=None, maintenance_policies=None, maintenance_schedules=None, maintenance_version=None, memory_size_gb=None, name=None, nodes=None, persistence_configs=None, persistence_iam_identity=None, port=None, project=None, pulumi_labels=None, read_endpoint=None, read_endpoint_port=None, read_replicas_mode=None, redis_configs=None, redis_version=None, region=None, replica_count=None, reserved_ip_range=None, secondary_ip_range=None, server_ca_certs=None,
|
31
|
+
def __init__(__self__, alternative_location_id=None, auth_enabled=None, auth_string=None, authorized_network=None, connect_mode=None, create_time=None, current_location_id=None, customer_managed_key=None, display_name=None, effective_labels=None, host=None, id=None, labels=None, location_id=None, maintenance_policies=None, maintenance_schedules=None, maintenance_version=None, memory_size_gb=None, name=None, nodes=None, persistence_configs=None, persistence_iam_identity=None, port=None, project=None, pulumi_labels=None, read_endpoint=None, read_endpoint_port=None, read_replicas_mode=None, redis_configs=None, redis_version=None, region=None, replica_count=None, reserved_ip_range=None, secondary_ip_range=None, server_ca_certs=None, tier=None, transit_encryption_mode=None):
|
32
32
|
if alternative_location_id and not isinstance(alternative_location_id, str):
|
33
33
|
raise TypeError("Expected argument 'alternative_location_id' to be a str")
|
34
34
|
pulumi.set(__self__, "alternative_location_id", alternative_location_id)
|
@@ -134,9 +134,6 @@ class GetInstanceResult:
|
|
134
134
|
if server_ca_certs and not isinstance(server_ca_certs, list):
|
135
135
|
raise TypeError("Expected argument 'server_ca_certs' to be a list")
|
136
136
|
pulumi.set(__self__, "server_ca_certs", server_ca_certs)
|
137
|
-
if tags and not isinstance(tags, dict):
|
138
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
139
|
-
pulumi.set(__self__, "tags", tags)
|
140
137
|
if tier and not isinstance(tier, str):
|
141
138
|
raise TypeError("Expected argument 'tier' to be a str")
|
142
139
|
pulumi.set(__self__, "tier", tier)
|
@@ -322,11 +319,6 @@ class GetInstanceResult:
|
|
322
319
|
def server_ca_certs(self) -> Sequence['outputs.GetInstanceServerCaCertResult']:
|
323
320
|
return pulumi.get(self, "server_ca_certs")
|
324
321
|
|
325
|
-
@property
|
326
|
-
@pulumi.getter
|
327
|
-
def tags(self) -> Mapping[str, builtins.str]:
|
328
|
-
return pulumi.get(self, "tags")
|
329
|
-
|
330
322
|
@property
|
331
323
|
@pulumi.getter
|
332
324
|
def tier(self) -> builtins.str:
|
@@ -379,7 +371,6 @@ class AwaitableGetInstanceResult(GetInstanceResult):
|
|
379
371
|
reserved_ip_range=self.reserved_ip_range,
|
380
372
|
secondary_ip_range=self.secondary_ip_range,
|
381
373
|
server_ca_certs=self.server_ca_certs,
|
382
|
-
tags=self.tags,
|
383
374
|
tier=self.tier,
|
384
375
|
transit_encryption_mode=self.transit_encryption_mode)
|
385
376
|
|
@@ -455,7 +446,6 @@ def get_instance(name: Optional[builtins.str] = None,
|
|
455
446
|
reserved_ip_range=pulumi.get(__ret__, 'reserved_ip_range'),
|
456
447
|
secondary_ip_range=pulumi.get(__ret__, 'secondary_ip_range'),
|
457
448
|
server_ca_certs=pulumi.get(__ret__, 'server_ca_certs'),
|
458
|
-
tags=pulumi.get(__ret__, 'tags'),
|
459
449
|
tier=pulumi.get(__ret__, 'tier'),
|
460
450
|
transit_encryption_mode=pulumi.get(__ret__, 'transit_encryption_mode'))
|
461
451
|
def get_instance_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -528,6 +518,5 @@ def get_instance_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
528
518
|
reserved_ip_range=pulumi.get(__response__, 'reserved_ip_range'),
|
529
519
|
secondary_ip_range=pulumi.get(__response__, 'secondary_ip_range'),
|
530
520
|
server_ca_certs=pulumi.get(__response__, 'server_ca_certs'),
|
531
|
-
tags=pulumi.get(__response__, 'tags'),
|
532
521
|
tier=pulumi.get(__response__, 'tier'),
|
533
522
|
transit_encryption_mode=pulumi.get(__response__, 'transit_encryption_mode')))
|
pulumi_gcp/redis/instance.py
CHANGED
@@ -43,7 +43,6 @@ class InstanceArgs:
|
|
43
43
|
replica_count: Optional[pulumi.Input[builtins.int]] = None,
|
44
44
|
reserved_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
45
45
|
secondary_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
46
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
47
46
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
48
47
|
transit_encryption_mode: Optional[pulumi.Input[builtins.str]] = None):
|
49
48
|
"""
|
@@ -111,9 +110,6 @@ class InstanceArgs:
|
|
111
110
|
an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or
|
112
111
|
"auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address
|
113
112
|
range associated with the private service access connection, or "auto".
|
114
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
115
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
116
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_key_value}.
|
117
113
|
:param pulumi.Input[builtins.str] tier: The service tier of the instance. Must be one of these values:
|
118
114
|
- BASIC: standalone instance
|
119
115
|
- STANDARD_HA: highly available primary/replica instances
|
@@ -165,8 +161,6 @@ class InstanceArgs:
|
|
165
161
|
pulumi.set(__self__, "reserved_ip_range", reserved_ip_range)
|
166
162
|
if secondary_ip_range is not None:
|
167
163
|
pulumi.set(__self__, "secondary_ip_range", secondary_ip_range)
|
168
|
-
if tags is not None:
|
169
|
-
pulumi.set(__self__, "tags", tags)
|
170
164
|
if tier is not None:
|
171
165
|
pulumi.set(__self__, "tier", tier)
|
172
166
|
if transit_encryption_mode is not None:
|
@@ -466,20 +460,6 @@ class InstanceArgs:
|
|
466
460
|
def secondary_ip_range(self, value: Optional[pulumi.Input[builtins.str]]):
|
467
461
|
pulumi.set(self, "secondary_ip_range", value)
|
468
462
|
|
469
|
-
@property
|
470
|
-
@pulumi.getter
|
471
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
472
|
-
"""
|
473
|
-
A map of resource manager tags.
|
474
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
475
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_key_value}.
|
476
|
-
"""
|
477
|
-
return pulumi.get(self, "tags")
|
478
|
-
|
479
|
-
@tags.setter
|
480
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
481
|
-
pulumi.set(self, "tags", value)
|
482
|
-
|
483
463
|
@property
|
484
464
|
@pulumi.getter
|
485
465
|
def tier(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -549,7 +529,6 @@ class _InstanceState:
|
|
549
529
|
reserved_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
550
530
|
secondary_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
551
531
|
server_ca_certs: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceServerCaCertArgs']]]] = None,
|
552
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
553
532
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
554
533
|
transit_encryption_mode: Optional[pulumi.Input[builtins.str]] = None):
|
555
534
|
"""
|
@@ -646,9 +625,6 @@ class _InstanceState:
|
|
646
625
|
range associated with the private service access connection, or "auto".
|
647
626
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceServerCaCertArgs']]] server_ca_certs: List of server CA certificates for the instance.
|
648
627
|
Structure is documented below.
|
649
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
650
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
651
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_key_value}.
|
652
628
|
:param pulumi.Input[builtins.str] tier: The service tier of the instance. Must be one of these values:
|
653
629
|
- BASIC: standalone instance
|
654
630
|
- STANDARD_HA: highly available primary/replica instances
|
@@ -727,8 +703,6 @@ class _InstanceState:
|
|
727
703
|
pulumi.set(__self__, "secondary_ip_range", secondary_ip_range)
|
728
704
|
if server_ca_certs is not None:
|
729
705
|
pulumi.set(__self__, "server_ca_certs", server_ca_certs)
|
730
|
-
if tags is not None:
|
731
|
-
pulumi.set(__self__, "tags", tags)
|
732
706
|
if tier is not None:
|
733
707
|
pulumi.set(__self__, "tier", tier)
|
734
708
|
if transit_encryption_mode is not None:
|
@@ -1200,20 +1174,6 @@ class _InstanceState:
|
|
1200
1174
|
def server_ca_certs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceServerCaCertArgs']]]]):
|
1201
1175
|
pulumi.set(self, "server_ca_certs", value)
|
1202
1176
|
|
1203
|
-
@property
|
1204
|
-
@pulumi.getter
|
1205
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
1206
|
-
"""
|
1207
|
-
A map of resource manager tags.
|
1208
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
1209
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_key_value}.
|
1210
|
-
"""
|
1211
|
-
return pulumi.get(self, "tags")
|
1212
|
-
|
1213
|
-
@tags.setter
|
1214
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
1215
|
-
pulumi.set(self, "tags", value)
|
1216
|
-
|
1217
1177
|
@property
|
1218
1178
|
@pulumi.getter
|
1219
1179
|
def tier(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -1273,7 +1233,6 @@ class Instance(pulumi.CustomResource):
|
|
1273
1233
|
replica_count: Optional[pulumi.Input[builtins.int]] = None,
|
1274
1234
|
reserved_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
1275
1235
|
secondary_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
1276
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1277
1236
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
1278
1237
|
transit_encryption_mode: Optional[pulumi.Input[builtins.str]] = None,
|
1279
1238
|
__props__=None):
|
@@ -1558,9 +1517,6 @@ class Instance(pulumi.CustomResource):
|
|
1558
1517
|
an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or
|
1559
1518
|
"auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address
|
1560
1519
|
range associated with the private service access connection, or "auto".
|
1561
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
1562
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
1563
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_key_value}.
|
1564
1520
|
:param pulumi.Input[builtins.str] tier: The service tier of the instance. Must be one of these values:
|
1565
1521
|
- BASIC: standalone instance
|
1566
1522
|
- STANDARD_HA: highly available primary/replica instances
|
@@ -1829,7 +1785,6 @@ class Instance(pulumi.CustomResource):
|
|
1829
1785
|
replica_count: Optional[pulumi.Input[builtins.int]] = None,
|
1830
1786
|
reserved_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
1831
1787
|
secondary_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
1832
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1833
1788
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
1834
1789
|
transit_encryption_mode: Optional[pulumi.Input[builtins.str]] = None,
|
1835
1790
|
__props__=None):
|
@@ -1864,7 +1819,6 @@ class Instance(pulumi.CustomResource):
|
|
1864
1819
|
__props__.__dict__["replica_count"] = replica_count
|
1865
1820
|
__props__.__dict__["reserved_ip_range"] = reserved_ip_range
|
1866
1821
|
__props__.__dict__["secondary_ip_range"] = secondary_ip_range
|
1867
|
-
__props__.__dict__["tags"] = tags
|
1868
1822
|
__props__.__dict__["tier"] = tier
|
1869
1823
|
__props__.__dict__["transit_encryption_mode"] = transit_encryption_mode
|
1870
1824
|
__props__.__dict__["auth_string"] = None
|
@@ -1926,7 +1880,6 @@ class Instance(pulumi.CustomResource):
|
|
1926
1880
|
reserved_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
1927
1881
|
secondary_ip_range: Optional[pulumi.Input[builtins.str]] = None,
|
1928
1882
|
server_ca_certs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerCaCertArgs', 'InstanceServerCaCertArgsDict']]]]] = None,
|
1929
|
-
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1930
1883
|
tier: Optional[pulumi.Input[builtins.str]] = None,
|
1931
1884
|
transit_encryption_mode: Optional[pulumi.Input[builtins.str]] = None) -> 'Instance':
|
1932
1885
|
"""
|
@@ -2028,9 +1981,6 @@ class Instance(pulumi.CustomResource):
|
|
2028
1981
|
range associated with the private service access connection, or "auto".
|
2029
1982
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerCaCertArgs', 'InstanceServerCaCertArgsDict']]]] server_ca_certs: List of server CA certificates for the instance.
|
2030
1983
|
Structure is documented below.
|
2031
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: A map of resource manager tags.
|
2032
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
2033
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_key_value}.
|
2034
1984
|
:param pulumi.Input[builtins.str] tier: The service tier of the instance. Must be one of these values:
|
2035
1985
|
- BASIC: standalone instance
|
2036
1986
|
- STANDARD_HA: highly available primary/replica instances
|
@@ -2079,7 +2029,6 @@ class Instance(pulumi.CustomResource):
|
|
2079
2029
|
__props__.__dict__["reserved_ip_range"] = reserved_ip_range
|
2080
2030
|
__props__.__dict__["secondary_ip_range"] = secondary_ip_range
|
2081
2031
|
__props__.__dict__["server_ca_certs"] = server_ca_certs
|
2082
|
-
__props__.__dict__["tags"] = tags
|
2083
2032
|
__props__.__dict__["tier"] = tier
|
2084
2033
|
__props__.__dict__["transit_encryption_mode"] = transit_encryption_mode
|
2085
2034
|
return Instance(resource_name, opts=opts, __props__=__props__)
|
@@ -2414,16 +2363,6 @@ class Instance(pulumi.CustomResource):
|
|
2414
2363
|
"""
|
2415
2364
|
return pulumi.get(self, "server_ca_certs")
|
2416
2365
|
|
2417
|
-
@property
|
2418
|
-
@pulumi.getter
|
2419
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|
2420
|
-
"""
|
2421
|
-
A map of resource manager tags.
|
2422
|
-
Resource manager tag keys and values have the same definition as resource manager tags.
|
2423
|
-
Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/{tag_key_value}.
|
2424
|
-
"""
|
2425
|
-
return pulumi.get(self, "tags")
|
2426
|
-
|
2427
2366
|
@property
|
2428
2367
|
@pulumi.getter
|
2429
2368
|
def tier(self) -> pulumi.Output[Optional[builtins.str]]:
|
@@ -127,6 +127,7 @@ def get_regional_secret_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 secret_id: Used to find the parent resource to bind the IAM policy to
|
130
131
|
"""
|
131
132
|
__args__ = dict()
|
132
133
|
__args__['location'] = location
|
@@ -167,6 +168,7 @@ def get_regional_secret_iam_policy_output(location: Optional[pulumi.Input[Option
|
|
167
168
|
location is specified, it is taken from the provider configuration.
|
168
169
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
169
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.
|
171
|
+
:param builtins.str secret_id: Used to find the parent resource to bind the IAM policy to
|
170
172
|
"""
|
171
173
|
__args__ = dict()
|
172
174
|
__args__['location'] = location
|
@@ -112,6 +112,7 @@ def get_secret_iam_policy(project: Optional[builtins.str] = None,
|
|
112
112
|
|
113
113
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
114
114
|
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.
|
115
|
+
:param builtins.str secret_id: Used to find the parent resource to bind the IAM policy to
|
115
116
|
"""
|
116
117
|
__args__ = dict()
|
117
118
|
__args__['project'] = project
|
@@ -144,6 +145,7 @@ def get_secret_iam_policy_output(project: Optional[pulumi.Input[Optional[builtin
|
|
144
145
|
|
145
146
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
146
147
|
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.
|
148
|
+
:param builtins.str secret_id: Used to find the parent resource to bind the IAM policy to
|
147
149
|
"""
|
148
150
|
__args__ = dict()
|
149
151
|
__args__['project'] = project
|
@@ -44,6 +44,7 @@ class RegionalSecretIamBindingArgs:
|
|
44
44
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
45
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
46
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
47
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
47
48
|
:param pulumi.Input['RegionalSecretIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
48
49
|
Structure is documented below.
|
49
50
|
:param pulumi.Input[builtins.str] location: The location of the regional secret. eg us-central1
|
@@ -102,6 +103,9 @@ class RegionalSecretIamBindingArgs:
|
|
102
103
|
@property
|
103
104
|
@pulumi.getter(name="secretId")
|
104
105
|
def secret_id(self) -> pulumi.Input[builtins.str]:
|
106
|
+
"""
|
107
|
+
Used to find the parent resource to bind the IAM policy to
|
108
|
+
"""
|
105
109
|
return pulumi.get(self, "secret_id")
|
106
110
|
|
107
111
|
@secret_id.setter
|
@@ -185,6 +189,7 @@ class _RegionalSecretIamBindingState:
|
|
185
189
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
186
190
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
187
191
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
192
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
188
193
|
"""
|
189
194
|
if condition is not None:
|
190
195
|
pulumi.set(__self__, "condition", condition)
|
@@ -293,6 +298,9 @@ class _RegionalSecretIamBindingState:
|
|
293
298
|
@property
|
294
299
|
@pulumi.getter(name="secretId")
|
295
300
|
def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
301
|
+
"""
|
302
|
+
Used to find the parent resource to bind the IAM policy to
|
303
|
+
"""
|
296
304
|
return pulumi.get(self, "secret_id")
|
297
305
|
|
298
306
|
@secret_id.setter
|
@@ -619,6 +627,7 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
|
|
619
627
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
620
628
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
621
629
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
630
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
622
631
|
"""
|
623
632
|
...
|
624
633
|
@overload
|
@@ -998,6 +1007,7 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
|
|
998
1007
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
999
1008
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
1000
1009
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
1010
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
1001
1011
|
"""
|
1002
1012
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1003
1013
|
|
@@ -1080,5 +1090,8 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
|
|
1080
1090
|
@property
|
1081
1091
|
@pulumi.getter(name="secretId")
|
1082
1092
|
def secret_id(self) -> pulumi.Output[builtins.str]:
|
1093
|
+
"""
|
1094
|
+
Used to find the parent resource to bind the IAM policy to
|
1095
|
+
"""
|
1083
1096
|
return pulumi.get(self, "secret_id")
|
1084
1097
|
|
@@ -44,6 +44,7 @@ class RegionalSecretIamMemberArgs:
|
|
44
44
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
45
45
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
46
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
47
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
47
48
|
:param pulumi.Input['RegionalSecretIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
48
49
|
Structure is documented below.
|
49
50
|
:param pulumi.Input[builtins.str] location: The location of the regional secret. eg us-central1
|
@@ -102,6 +103,9 @@ class RegionalSecretIamMemberArgs:
|
|
102
103
|
@property
|
103
104
|
@pulumi.getter(name="secretId")
|
104
105
|
def secret_id(self) -> pulumi.Input[builtins.str]:
|
106
|
+
"""
|
107
|
+
Used to find the parent resource to bind the IAM policy to
|
108
|
+
"""
|
105
109
|
return pulumi.get(self, "secret_id")
|
106
110
|
|
107
111
|
@secret_id.setter
|
@@ -185,6 +189,7 @@ class _RegionalSecretIamMemberState:
|
|
185
189
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
186
190
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
187
191
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
192
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
188
193
|
"""
|
189
194
|
if condition is not None:
|
190
195
|
pulumi.set(__self__, "condition", condition)
|
@@ -293,6 +298,9 @@ class _RegionalSecretIamMemberState:
|
|
293
298
|
@property
|
294
299
|
@pulumi.getter(name="secretId")
|
295
300
|
def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
301
|
+
"""
|
302
|
+
Used to find the parent resource to bind the IAM policy to
|
303
|
+
"""
|
296
304
|
return pulumi.get(self, "secret_id")
|
297
305
|
|
298
306
|
@secret_id.setter
|
@@ -619,6 +627,7 @@ class RegionalSecretIamMember(pulumi.CustomResource):
|
|
619
627
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
620
628
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
621
629
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
630
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
622
631
|
"""
|
623
632
|
...
|
624
633
|
@overload
|
@@ -998,6 +1007,7 @@ class RegionalSecretIamMember(pulumi.CustomResource):
|
|
998
1007
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
999
1008
|
`secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
|
1000
1009
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
1010
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
1001
1011
|
"""
|
1002
1012
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1003
1013
|
|
@@ -1080,5 +1090,8 @@ class RegionalSecretIamMember(pulumi.CustomResource):
|
|
1080
1090
|
@property
|
1081
1091
|
@pulumi.getter(name="secretId")
|
1082
1092
|
def secret_id(self) -> pulumi.Output[builtins.str]:
|
1093
|
+
"""
|
1094
|
+
Used to find the parent resource to bind the IAM policy to
|
1095
|
+
"""
|
1083
1096
|
return pulumi.get(self, "secret_id")
|
1084
1097
|
|
@@ -28,6 +28,7 @@ class RegionalSecretIamPolicyArgs:
|
|
28
28
|
The set of arguments for constructing a RegionalSecretIamPolicy 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] secret_id: Used to find the parent resource to bind the IAM policy to
|
31
32
|
:param pulumi.Input[builtins.str] location: The location of the regional secret. eg us-central1
|
32
33
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
33
34
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
@@ -58,6 +59,9 @@ class RegionalSecretIamPolicyArgs:
|
|
58
59
|
@property
|
59
60
|
@pulumi.getter(name="secretId")
|
60
61
|
def secret_id(self) -> pulumi.Input[builtins.str]:
|
62
|
+
"""
|
63
|
+
Used to find the parent resource to bind the IAM policy to
|
64
|
+
"""
|
61
65
|
return pulumi.get(self, "secret_id")
|
62
66
|
|
63
67
|
@secret_id.setter
|
@@ -112,6 +116,7 @@ class _RegionalSecretIamPolicyState:
|
|
112
116
|
a `organizations_get_iam_policy` data source.
|
113
117
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
114
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.
|
119
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
115
120
|
"""
|
116
121
|
if etag is not None:
|
117
122
|
pulumi.set(__self__, "etag", etag)
|
@@ -180,6 +185,9 @@ class _RegionalSecretIamPolicyState:
|
|
180
185
|
@property
|
181
186
|
@pulumi.getter(name="secretId")
|
182
187
|
def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
188
|
+
"""
|
189
|
+
Used to find the parent resource to bind the IAM policy to
|
190
|
+
"""
|
183
191
|
return pulumi.get(self, "secret_id")
|
184
192
|
|
185
193
|
@secret_id.setter
|
@@ -490,6 +498,7 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
|
|
490
498
|
a `organizations_get_iam_policy` data source.
|
491
499
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
492
500
|
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.
|
501
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
493
502
|
"""
|
494
503
|
...
|
495
504
|
@overload
|
@@ -847,6 +856,7 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
|
|
847
856
|
a `organizations_get_iam_policy` data source.
|
848
857
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
849
858
|
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.
|
859
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
850
860
|
"""
|
851
861
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
852
862
|
|
@@ -899,5 +909,8 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
|
|
899
909
|
@property
|
900
910
|
@pulumi.getter(name="secretId")
|
901
911
|
def secret_id(self) -> pulumi.Output[builtins.str]:
|
912
|
+
"""
|
913
|
+
Used to find the parent resource to bind the IAM policy to
|
914
|
+
"""
|
902
915
|
return pulumi.get(self, "secret_id")
|
903
916
|
|
@@ -43,6 +43,7 @@ class SecretIamBindingArgs:
|
|
43
43
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
44
44
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
45
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
46
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input['SecretIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
47
48
|
Structure is documented below.
|
48
49
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -95,6 +96,9 @@ class SecretIamBindingArgs:
|
|
95
96
|
@property
|
96
97
|
@pulumi.getter(name="secretId")
|
97
98
|
def secret_id(self) -> pulumi.Input[builtins.str]:
|
99
|
+
"""
|
100
|
+
Used to find the parent resource to bind the IAM policy to
|
101
|
+
"""
|
98
102
|
return pulumi.get(self, "secret_id")
|
99
103
|
|
100
104
|
@secret_id.setter
|
@@ -158,6 +162,7 @@ class _SecretIamBindingState:
|
|
158
162
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
159
163
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
160
164
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
165
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
161
166
|
"""
|
162
167
|
if condition is not None:
|
163
168
|
pulumi.set(__self__, "condition", condition)
|
@@ -249,6 +254,9 @@ class _SecretIamBindingState:
|
|
249
254
|
@property
|
250
255
|
@pulumi.getter(name="secretId")
|
251
256
|
def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
257
|
+
"""
|
258
|
+
Used to find the parent resource to bind the IAM policy to
|
259
|
+
"""
|
252
260
|
return pulumi.get(self, "secret_id")
|
253
261
|
|
254
262
|
@secret_id.setter
|
@@ -556,6 +564,7 @@ class SecretIamBinding(pulumi.CustomResource):
|
|
556
564
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
557
565
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
558
566
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
567
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
559
568
|
"""
|
560
569
|
...
|
561
570
|
@overload
|
@@ -914,6 +923,7 @@ class SecretIamBinding(pulumi.CustomResource):
|
|
914
923
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
915
924
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
916
925
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
926
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
917
927
|
"""
|
918
928
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
919
929
|
|
@@ -984,5 +994,8 @@ class SecretIamBinding(pulumi.CustomResource):
|
|
984
994
|
@property
|
985
995
|
@pulumi.getter(name="secretId")
|
986
996
|
def secret_id(self) -> pulumi.Output[builtins.str]:
|
997
|
+
"""
|
998
|
+
Used to find the parent resource to bind the IAM policy to
|
999
|
+
"""
|
987
1000
|
return pulumi.get(self, "secret_id")
|
988
1001
|
|
@@ -43,6 +43,7 @@ class SecretIamMemberArgs:
|
|
43
43
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
44
44
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
45
45
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
46
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
46
47
|
:param pulumi.Input['SecretIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
47
48
|
Structure is documented below.
|
48
49
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -95,6 +96,9 @@ class SecretIamMemberArgs:
|
|
95
96
|
@property
|
96
97
|
@pulumi.getter(name="secretId")
|
97
98
|
def secret_id(self) -> pulumi.Input[builtins.str]:
|
99
|
+
"""
|
100
|
+
Used to find the parent resource to bind the IAM policy to
|
101
|
+
"""
|
98
102
|
return pulumi.get(self, "secret_id")
|
99
103
|
|
100
104
|
@secret_id.setter
|
@@ -158,6 +162,7 @@ class _SecretIamMemberState:
|
|
158
162
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
159
163
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
160
164
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
165
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
161
166
|
"""
|
162
167
|
if condition is not None:
|
163
168
|
pulumi.set(__self__, "condition", condition)
|
@@ -249,6 +254,9 @@ class _SecretIamMemberState:
|
|
249
254
|
@property
|
250
255
|
@pulumi.getter(name="secretId")
|
251
256
|
def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
257
|
+
"""
|
258
|
+
Used to find the parent resource to bind the IAM policy to
|
259
|
+
"""
|
252
260
|
return pulumi.get(self, "secret_id")
|
253
261
|
|
254
262
|
@secret_id.setter
|
@@ -556,6 +564,7 @@ class SecretIamMember(pulumi.CustomResource):
|
|
556
564
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
557
565
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
558
566
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
567
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
559
568
|
"""
|
560
569
|
...
|
561
570
|
@overload
|
@@ -914,6 +923,7 @@ class SecretIamMember(pulumi.CustomResource):
|
|
914
923
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
915
924
|
`secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
|
916
925
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
926
|
+
:param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
|
917
927
|
"""
|
918
928
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
919
929
|
|
@@ -984,5 +994,8 @@ class SecretIamMember(pulumi.CustomResource):
|
|
984
994
|
@property
|
985
995
|
@pulumi.getter(name="secretId")
|
986
996
|
def secret_id(self) -> pulumi.Output[builtins.str]:
|
997
|
+
"""
|
998
|
+
Used to find the parent resource to bind the IAM policy to
|
999
|
+
"""
|
987
1000
|
return pulumi.get(self, "secret_id")
|
988
1001
|
|