pulumi-gcp 8.32.0a1747377897__py3-none-any.whl → 8.32.0a1747834582__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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- 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/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/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/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/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/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -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/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- 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_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_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 +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- 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 +2 -2
- 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/pulumi-plugin.json +1 -1
- 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/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.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/top_level.txt +0 -0
@@ -32,6 +32,7 @@ class ZoneIamMemberArgs:
|
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a ZoneIamMember resource.
|
34
34
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
35
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
35
36
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
36
37
|
Each entry can have one of the following values:
|
37
38
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -46,6 +47,9 @@ class ZoneIamMemberArgs:
|
|
46
47
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
47
48
|
`dataplex.ZoneIamBinding` can be used per role. Note that custom roles must be of the format
|
48
49
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
50
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
51
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
52
|
+
location is specified, it is taken from the provider configuration.
|
49
53
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
50
54
|
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.
|
51
55
|
"""
|
@@ -75,6 +79,9 @@ class ZoneIamMemberArgs:
|
|
75
79
|
@property
|
76
80
|
@pulumi.getter
|
77
81
|
def lake(self) -> pulumi.Input[builtins.str]:
|
82
|
+
"""
|
83
|
+
Used to find the parent resource to bind the IAM policy to
|
84
|
+
"""
|
78
85
|
return pulumi.get(self, "lake")
|
79
86
|
|
80
87
|
@lake.setter
|
@@ -129,6 +136,11 @@ class ZoneIamMemberArgs:
|
|
129
136
|
@property
|
130
137
|
@pulumi.getter
|
131
138
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
139
|
+
"""
|
140
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
141
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
142
|
+
location is specified, it is taken from the provider configuration.
|
143
|
+
"""
|
132
144
|
return pulumi.get(self, "location")
|
133
145
|
|
134
146
|
@location.setter
|
@@ -164,6 +176,10 @@ class _ZoneIamMemberState:
|
|
164
176
|
Input properties used for looking up and filtering ZoneIamMember resources.
|
165
177
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
166
178
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
179
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
180
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
181
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
182
|
+
location is specified, it is taken from the provider configuration.
|
167
183
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
168
184
|
Each entry can have one of the following values:
|
169
185
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -234,6 +250,9 @@ class _ZoneIamMemberState:
|
|
234
250
|
@property
|
235
251
|
@pulumi.getter
|
236
252
|
def lake(self) -> Optional[pulumi.Input[builtins.str]]:
|
253
|
+
"""
|
254
|
+
Used to find the parent resource to bind the IAM policy to
|
255
|
+
"""
|
237
256
|
return pulumi.get(self, "lake")
|
238
257
|
|
239
258
|
@lake.setter
|
@@ -243,6 +262,11 @@ class _ZoneIamMemberState:
|
|
243
262
|
@property
|
244
263
|
@pulumi.getter
|
245
264
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
265
|
+
"""
|
266
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
267
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
268
|
+
location is specified, it is taken from the provider configuration.
|
269
|
+
"""
|
246
270
|
return pulumi.get(self, "location")
|
247
271
|
|
248
272
|
@location.setter
|
@@ -484,6 +508,10 @@ class ZoneIamMember(pulumi.CustomResource):
|
|
484
508
|
:param str resource_name: The name of the resource.
|
485
509
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
486
510
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
511
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
512
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
513
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
514
|
+
location is specified, it is taken from the provider configuration.
|
487
515
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
488
516
|
Each entry can have one of the following values:
|
489
517
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -749,6 +777,10 @@ class ZoneIamMember(pulumi.CustomResource):
|
|
749
777
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
750
778
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
751
779
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
780
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
781
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
782
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
783
|
+
location is specified, it is taken from the provider configuration.
|
752
784
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
753
785
|
Each entry can have one of the following values:
|
754
786
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -804,11 +836,19 @@ class ZoneIamMember(pulumi.CustomResource):
|
|
804
836
|
@property
|
805
837
|
@pulumi.getter
|
806
838
|
def lake(self) -> pulumi.Output[builtins.str]:
|
839
|
+
"""
|
840
|
+
Used to find the parent resource to bind the IAM policy to
|
841
|
+
"""
|
807
842
|
return pulumi.get(self, "lake")
|
808
843
|
|
809
844
|
@property
|
810
845
|
@pulumi.getter
|
811
846
|
def location(self) -> pulumi.Output[builtins.str]:
|
847
|
+
"""
|
848
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
849
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
850
|
+
location is specified, it is taken from the provider configuration.
|
851
|
+
"""
|
812
852
|
return pulumi.get(self, "location")
|
813
853
|
|
814
854
|
@property
|
@@ -28,8 +28,12 @@ class ZoneIamPolicyArgs:
|
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a ZoneIamPolicy resource.
|
30
30
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
31
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
31
32
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
32
33
|
a `organizations_get_iam_policy` data source.
|
34
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
35
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
36
|
+
location is specified, it is taken from the provider configuration.
|
33
37
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
34
38
|
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.
|
35
39
|
"""
|
@@ -56,6 +60,9 @@ class ZoneIamPolicyArgs:
|
|
56
60
|
@property
|
57
61
|
@pulumi.getter
|
58
62
|
def lake(self) -> pulumi.Input[builtins.str]:
|
63
|
+
"""
|
64
|
+
Used to find the parent resource to bind the IAM policy to
|
65
|
+
"""
|
59
66
|
return pulumi.get(self, "lake")
|
60
67
|
|
61
68
|
@lake.setter
|
@@ -78,6 +85,11 @@ class ZoneIamPolicyArgs:
|
|
78
85
|
@property
|
79
86
|
@pulumi.getter
|
80
87
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
88
|
+
"""
|
89
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
90
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
91
|
+
location is specified, it is taken from the provider configuration.
|
92
|
+
"""
|
81
93
|
return pulumi.get(self, "location")
|
82
94
|
|
83
95
|
@location.setter
|
@@ -111,6 +123,10 @@ class _ZoneIamPolicyState:
|
|
111
123
|
Input properties used for looking up and filtering ZoneIamPolicy resources.
|
112
124
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
113
125
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
126
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
127
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
128
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
129
|
+
location is specified, it is taken from the provider configuration.
|
114
130
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
115
131
|
a `organizations_get_iam_policy` data source.
|
116
132
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -156,6 +172,9 @@ class _ZoneIamPolicyState:
|
|
156
172
|
@property
|
157
173
|
@pulumi.getter
|
158
174
|
def lake(self) -> Optional[pulumi.Input[builtins.str]]:
|
175
|
+
"""
|
176
|
+
Used to find the parent resource to bind the IAM policy to
|
177
|
+
"""
|
159
178
|
return pulumi.get(self, "lake")
|
160
179
|
|
161
180
|
@lake.setter
|
@@ -165,6 +184,11 @@ class _ZoneIamPolicyState:
|
|
165
184
|
@property
|
166
185
|
@pulumi.getter
|
167
186
|
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
187
|
+
"""
|
188
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
189
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
190
|
+
location is specified, it is taken from the provider configuration.
|
191
|
+
"""
|
168
192
|
return pulumi.get(self, "location")
|
169
193
|
|
170
194
|
@location.setter
|
@@ -381,6 +405,10 @@ class ZoneIamPolicy(pulumi.CustomResource):
|
|
381
405
|
:param str resource_name: The name of the resource.
|
382
406
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
383
407
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
408
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
409
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
410
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
411
|
+
location is specified, it is taken from the provider configuration.
|
384
412
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
385
413
|
a `organizations_get_iam_policy` data source.
|
386
414
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -626,6 +654,10 @@ class ZoneIamPolicy(pulumi.CustomResource):
|
|
626
654
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
627
655
|
:param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
|
628
656
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
657
|
+
:param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
|
658
|
+
:param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
659
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
660
|
+
location is specified, it is taken from the provider configuration.
|
629
661
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
630
662
|
a `organizations_get_iam_policy` data source.
|
631
663
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -662,11 +694,19 @@ class ZoneIamPolicy(pulumi.CustomResource):
|
|
662
694
|
@property
|
663
695
|
@pulumi.getter
|
664
696
|
def lake(self) -> pulumi.Output[builtins.str]:
|
697
|
+
"""
|
698
|
+
Used to find the parent resource to bind the IAM policy to
|
699
|
+
"""
|
665
700
|
return pulumi.get(self, "lake")
|
666
701
|
|
667
702
|
@property
|
668
703
|
@pulumi.getter
|
669
704
|
def location(self) -> pulumi.Output[builtins.str]:
|
705
|
+
"""
|
706
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
707
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
708
|
+
location is specified, it is taken from the provider configuration.
|
709
|
+
"""
|
670
710
|
return pulumi.get(self, "location")
|
671
711
|
|
672
712
|
@property
|
@@ -41,10 +41,7 @@ class AutoscalingPolicyIamBindingArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
-
:param pulumi.Input[builtins.str] policy_id:
|
45
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
46
|
-
3 and 50 characters.
|
47
|
-
Used to find the parent resource to bind the IAM policy to
|
44
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
48
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
49
46
|
`dataproc.AutoscalingPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
50
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -92,9 +89,6 @@ class AutoscalingPolicyIamBindingArgs:
|
|
92
89
|
@pulumi.getter(name="policyId")
|
93
90
|
def policy_id(self) -> pulumi.Input[builtins.str]:
|
94
91
|
"""
|
95
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
96
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
97
|
-
3 and 50 characters.
|
98
92
|
Used to find the parent resource to bind the IAM policy to
|
99
93
|
"""
|
100
94
|
return pulumi.get(self, "policy_id")
|
@@ -185,10 +179,7 @@ class _AutoscalingPolicyIamBindingState:
|
|
185
179
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
186
180
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
187
181
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
-
:param pulumi.Input[builtins.str] policy_id:
|
189
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
190
|
-
3 and 50 characters.
|
191
|
-
Used to find the parent resource to bind the IAM policy to
|
182
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
192
183
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
193
184
|
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.
|
194
185
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -273,9 +264,6 @@ class _AutoscalingPolicyIamBindingState:
|
|
273
264
|
@pulumi.getter(name="policyId")
|
274
265
|
def policy_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
275
266
|
"""
|
276
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
277
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
278
|
-
3 and 50 characters.
|
279
267
|
Used to find the parent resource to bind the IAM policy to
|
280
268
|
"""
|
281
269
|
return pulumi.get(self, "policy_id")
|
@@ -505,10 +493,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
505
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
506
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
507
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
508
|
-
:param pulumi.Input[builtins.str] policy_id:
|
509
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
510
|
-
3 and 50 characters.
|
511
|
-
Used to find the parent resource to bind the IAM policy to
|
496
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
512
497
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
513
498
|
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.
|
514
499
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -767,10 +752,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
767
752
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
768
753
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
769
754
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
770
|
-
:param pulumi.Input[builtins.str] policy_id:
|
771
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
772
|
-
3 and 50 characters.
|
773
|
-
Used to find the parent resource to bind the IAM policy to
|
755
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
774
756
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
775
757
|
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.
|
776
758
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -837,9 +819,6 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
837
819
|
@pulumi.getter(name="policyId")
|
838
820
|
def policy_id(self) -> pulumi.Output[builtins.str]:
|
839
821
|
"""
|
840
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
841
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
842
|
-
3 and 50 characters.
|
843
822
|
Used to find the parent resource to bind the IAM policy to
|
844
823
|
"""
|
845
824
|
return pulumi.get(self, "policy_id")
|
@@ -41,10 +41,7 @@ class AutoscalingPolicyIamMemberArgs:
|
|
41
41
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
42
42
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
43
43
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
44
|
-
:param pulumi.Input[builtins.str] policy_id:
|
45
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
46
|
-
3 and 50 characters.
|
47
|
-
Used to find the parent resource to bind the IAM policy to
|
44
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
48
45
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
49
46
|
`dataproc.AutoscalingPolicyIamBinding` can be used per role. Note that custom roles must be of the format
|
50
47
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
@@ -92,9 +89,6 @@ class AutoscalingPolicyIamMemberArgs:
|
|
92
89
|
@pulumi.getter(name="policyId")
|
93
90
|
def policy_id(self) -> pulumi.Input[builtins.str]:
|
94
91
|
"""
|
95
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
96
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
97
|
-
3 and 50 characters.
|
98
92
|
Used to find the parent resource to bind the IAM policy to
|
99
93
|
"""
|
100
94
|
return pulumi.get(self, "policy_id")
|
@@ -185,10 +179,7 @@ class _AutoscalingPolicyIamMemberState:
|
|
185
179
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
186
180
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
187
181
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
188
|
-
:param pulumi.Input[builtins.str] policy_id:
|
189
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
190
|
-
3 and 50 characters.
|
191
|
-
Used to find the parent resource to bind the IAM policy to
|
182
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
192
183
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
193
184
|
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.
|
194
185
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -273,9 +264,6 @@ class _AutoscalingPolicyIamMemberState:
|
|
273
264
|
@pulumi.getter(name="policyId")
|
274
265
|
def policy_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
275
266
|
"""
|
276
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
277
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
278
|
-
3 and 50 characters.
|
279
267
|
Used to find the parent resource to bind the IAM policy to
|
280
268
|
"""
|
281
269
|
return pulumi.get(self, "policy_id")
|
@@ -505,10 +493,7 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
|
|
505
493
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
506
494
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
507
495
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
508
|
-
:param pulumi.Input[builtins.str] policy_id:
|
509
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
510
|
-
3 and 50 characters.
|
511
|
-
Used to find the parent resource to bind the IAM policy to
|
496
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
512
497
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
513
498
|
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.
|
514
499
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -767,10 +752,7 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
|
|
767
752
|
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
768
753
|
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
769
754
|
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
770
|
-
:param pulumi.Input[builtins.str] policy_id:
|
771
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
772
|
-
3 and 50 characters.
|
773
|
-
Used to find the parent resource to bind the IAM policy to
|
755
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
774
756
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
775
757
|
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.
|
776
758
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
@@ -837,9 +819,6 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
|
|
837
819
|
@pulumi.getter(name="policyId")
|
838
820
|
def policy_id(self) -> pulumi.Output[builtins.str]:
|
839
821
|
"""
|
840
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
841
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
842
|
-
3 and 50 characters.
|
843
822
|
Used to find the parent resource to bind the IAM policy to
|
844
823
|
"""
|
845
824
|
return pulumi.get(self, "policy_id")
|
@@ -28,10 +28,7 @@ class AutoscalingPolicyIamPolicyArgs:
|
|
28
28
|
The set of arguments for constructing a AutoscalingPolicyIamPolicy 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] policy_id:
|
32
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
33
|
-
3 and 50 characters.
|
34
|
-
Used to find the parent resource to bind the IAM policy to
|
31
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
35
32
|
:param pulumi.Input[builtins.str] location: The location where the autoscaling policy should reside.
|
36
33
|
The default value is `global`.
|
37
34
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
@@ -64,9 +61,6 @@ class AutoscalingPolicyIamPolicyArgs:
|
|
64
61
|
@pulumi.getter(name="policyId")
|
65
62
|
def policy_id(self) -> pulumi.Input[builtins.str]:
|
66
63
|
"""
|
67
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
68
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
69
|
-
3 and 50 characters.
|
70
64
|
Used to find the parent resource to bind the IAM policy to
|
71
65
|
"""
|
72
66
|
return pulumi.get(self, "policy_id")
|
@@ -123,10 +117,7 @@ class _AutoscalingPolicyIamPolicyState:
|
|
123
117
|
location is specified, it is taken from the provider configuration.
|
124
118
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
125
119
|
a `organizations_get_iam_policy` data source.
|
126
|
-
:param pulumi.Input[builtins.str] policy_id:
|
127
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
128
|
-
3 and 50 characters.
|
129
|
-
Used to find the parent resource to bind the IAM policy to
|
120
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
130
121
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
131
122
|
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.
|
132
123
|
"""
|
@@ -186,9 +177,6 @@ class _AutoscalingPolicyIamPolicyState:
|
|
186
177
|
@pulumi.getter(name="policyId")
|
187
178
|
def policy_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
188
179
|
"""
|
189
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
190
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
191
|
-
3 and 50 characters.
|
192
180
|
Used to find the parent resource to bind the IAM policy to
|
193
181
|
"""
|
194
182
|
return pulumi.get(self, "policy_id")
|
@@ -393,10 +381,7 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
|
|
393
381
|
location is specified, it is taken from the provider configuration.
|
394
382
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
395
383
|
a `organizations_get_iam_policy` data source.
|
396
|
-
:param pulumi.Input[builtins.str] policy_id:
|
397
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
398
|
-
3 and 50 characters.
|
399
|
-
Used to find the parent resource to bind the IAM policy to
|
384
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
400
385
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
401
386
|
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.
|
402
387
|
"""
|
@@ -635,10 +620,7 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
|
|
635
620
|
location is specified, it is taken from the provider configuration.
|
636
621
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
637
622
|
a `organizations_get_iam_policy` data source.
|
638
|
-
:param pulumi.Input[builtins.str] policy_id:
|
639
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
640
|
-
3 and 50 characters.
|
641
|
-
Used to find the parent resource to bind the IAM policy to
|
623
|
+
:param pulumi.Input[builtins.str] policy_id: Used to find the parent resource to bind the IAM policy to
|
642
624
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
643
625
|
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.
|
644
626
|
"""
|
@@ -686,9 +668,6 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
|
|
686
668
|
@pulumi.getter(name="policyId")
|
687
669
|
def policy_id(self) -> pulumi.Output[builtins.str]:
|
688
670
|
"""
|
689
|
-
The policy id. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
690
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
691
|
-
3 and 50 characters.
|
692
671
|
Used to find the parent resource to bind the IAM policy to
|
693
672
|
"""
|
694
673
|
return pulumi.get(self, "policy_id")
|
@@ -126,10 +126,7 @@ def get_autoscaling_policy_iam_policy(location: Optional[builtins.str] = None,
|
|
126
126
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
127
127
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
128
128
|
location is specified, it is taken from the provider configuration.
|
129
|
-
:param builtins.str policy_id:
|
130
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
131
|
-
3 and 50 characters.
|
132
|
-
Used to find the parent resource to bind the IAM policy to
|
129
|
+
:param builtins.str policy_id: Used to find the parent resource to bind the IAM policy to
|
133
130
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
134
131
|
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.
|
135
132
|
"""
|
@@ -171,10 +168,7 @@ def get_autoscaling_policy_iam_policy_output(location: Optional[pulumi.Input[Opt
|
|
171
168
|
Used to find the parent resource to bind the IAM policy to. If not specified,
|
172
169
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
173
170
|
location is specified, it is taken from the provider configuration.
|
174
|
-
:param builtins.str policy_id:
|
175
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
176
|
-
3 and 50 characters.
|
177
|
-
Used to find the parent resource to bind the IAM policy to
|
171
|
+
:param builtins.str policy_id: Used to find the parent resource to bind the IAM policy to
|
178
172
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
179
173
|
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.
|
180
174
|
"""
|
@@ -133,8 +133,12 @@ def get_metastore_database_iam_policy(database: Optional[builtins.str] = None,
|
|
133
133
|
|
134
134
|
|
135
135
|
:param builtins.str database: Used to find the parent resource to bind the IAM policy to
|
136
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
137
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
138
|
+
location is specified, it is taken from the provider configuration.
|
136
139
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
137
140
|
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.
|
141
|
+
:param builtins.str service_id: Used to find the parent resource to bind the IAM policy to
|
138
142
|
"""
|
139
143
|
__args__ = dict()
|
140
144
|
__args__['database'] = database
|
@@ -174,8 +178,12 @@ def get_metastore_database_iam_policy_output(database: Optional[pulumi.Input[bui
|
|
174
178
|
|
175
179
|
|
176
180
|
:param builtins.str database: Used to find the parent resource to bind the IAM policy to
|
181
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
182
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
183
|
+
location is specified, it is taken from the provider configuration.
|
177
184
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
178
185
|
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.
|
186
|
+
:param builtins.str service_id: Used to find the parent resource to bind the IAM policy to
|
179
187
|
"""
|
180
188
|
__args__ = dict()
|
181
189
|
__args__['database'] = database
|
@@ -121,6 +121,7 @@ def get_metastore_federation_iam_policy(federation_id: Optional[builtins.str] =
|
|
121
121
|
```
|
122
122
|
|
123
123
|
|
124
|
+
:param builtins.str federation_id: Used to find the parent resource to bind the IAM policy to
|
124
125
|
:param builtins.str location: The location where the metastore federation should reside.
|
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_metastore_federation_iam_policy_output(federation_id: Optional[pulumi.In
|
|
161
162
|
```
|
162
163
|
|
163
164
|
|
165
|
+
:param builtins.str federation_id: Used to find the parent resource to bind the IAM policy to
|
164
166
|
:param builtins.str location: The location where the metastore federation should reside.
|
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
|
@@ -128,6 +128,7 @@ def get_metastore_service_iam_policy(location: Optional[builtins.str] = None,
|
|
128
128
|
location is specified, it is taken from the provider configuration.
|
129
129
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
130
130
|
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.
|
131
|
+
:param builtins.str service_id: Used to find the parent resource to bind the IAM policy to
|
131
132
|
"""
|
132
133
|
__args__ = dict()
|
133
134
|
__args__['location'] = location
|
@@ -169,6 +170,7 @@ def get_metastore_service_iam_policy_output(location: Optional[pulumi.Input[Opti
|
|
169
170
|
location is specified, it is taken from the provider configuration.
|
170
171
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
171
172
|
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.
|
173
|
+
:param builtins.str service_id: Used to find the parent resource to bind the IAM policy to
|
172
174
|
"""
|
173
175
|
__args__ = dict()
|
174
176
|
__args__['location'] = location
|
@@ -143,8 +143,13 @@ def get_metastore_table_iam_policy(database_id: Optional[builtins.str] = None,
|
|
143
143
|
```
|
144
144
|
|
145
145
|
|
146
|
+
:param builtins.str database_id: Used to find the parent resource to bind the IAM policy to
|
147
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
148
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
149
|
+
location is specified, it is taken from the provider configuration.
|
146
150
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
147
151
|
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.
|
152
|
+
:param builtins.str service_id: Used to find the parent resource to bind the IAM policy to
|
148
153
|
:param builtins.str table: Used to find the parent resource to bind the IAM policy to
|
149
154
|
"""
|
150
155
|
__args__ = dict()
|
@@ -188,8 +193,13 @@ def get_metastore_table_iam_policy_output(database_id: Optional[pulumi.Input[bui
|
|
188
193
|
```
|
189
194
|
|
190
195
|
|
196
|
+
:param builtins.str database_id: Used to find the parent resource to bind the IAM policy to
|
197
|
+
:param builtins.str location: Used to find the parent resource to bind the IAM policy to. If not specified,
|
198
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
199
|
+
location is specified, it is taken from the provider configuration.
|
191
200
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
192
201
|
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.
|
202
|
+
:param builtins.str service_id: Used to find the parent resource to bind the IAM policy to
|
193
203
|
:param builtins.str table: Used to find the parent resource to bind the IAM policy to
|
194
204
|
"""
|
195
205
|
__args__ = dict()
|