pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +144 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +416 -194
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +629 -181
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +15 -0
- pulumi_gcp/dataplex/_inputs.py +264 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +188 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -39,7 +39,9 @@ class BackupPlanIamBindingArgs:
|
|
39
39
|
`gkebackup.BackupPlanIamBinding` can be used per role. Note that custom roles must be of the format
|
40
40
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
41
41
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
42
|
-
Used to find the parent resource to bind the IAM policy to
|
42
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
43
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
44
|
+
location is specified, it is taken from the provider configuration.
|
43
45
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
44
46
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
45
47
|
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.
|
@@ -105,7 +107,9 @@ class BackupPlanIamBindingArgs:
|
|
105
107
|
def location(self) -> Optional[pulumi.Input[str]]:
|
106
108
|
"""
|
107
109
|
The region of the Backup Plan.
|
108
|
-
Used to find the parent resource to bind the IAM policy to
|
110
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
111
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
112
|
+
location is specified, it is taken from the provider configuration.
|
109
113
|
"""
|
110
114
|
return pulumi.get(self, "location")
|
111
115
|
|
@@ -153,7 +157,9 @@ class _BackupPlanIamBindingState:
|
|
153
157
|
Input properties used for looking up and filtering BackupPlanIamBinding resources.
|
154
158
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
155
159
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
156
|
-
Used to find the parent resource to bind the IAM policy to
|
160
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
161
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
162
|
+
location is specified, it is taken from the provider configuration.
|
157
163
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
158
164
|
Each entry can have one of the following values:
|
159
165
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -213,7 +219,9 @@ class _BackupPlanIamBindingState:
|
|
213
219
|
def location(self) -> Optional[pulumi.Input[str]]:
|
214
220
|
"""
|
215
221
|
The region of the Backup Plan.
|
216
|
-
Used to find the parent resource to bind the IAM policy to
|
222
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
223
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
224
|
+
location is specified, it is taken from the provider configuration.
|
217
225
|
"""
|
218
226
|
return pulumi.get(self, "location")
|
219
227
|
|
@@ -441,7 +449,9 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
441
449
|
:param str resource_name: The name of the resource.
|
442
450
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
443
451
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
444
|
-
Used to find the parent resource to bind the IAM policy to
|
452
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
453
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
454
|
+
location is specified, it is taken from the provider configuration.
|
445
455
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
446
456
|
Each entry can have one of the following values:
|
447
457
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -676,7 +686,9 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
676
686
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
677
687
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
678
688
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
679
|
-
Used to find the parent resource to bind the IAM policy to
|
689
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
690
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
691
|
+
location is specified, it is taken from the provider configuration.
|
680
692
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
681
693
|
Each entry can have one of the following values:
|
682
694
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -726,7 +738,9 @@ class BackupPlanIamBinding(pulumi.CustomResource):
|
|
726
738
|
def location(self) -> pulumi.Output[str]:
|
727
739
|
"""
|
728
740
|
The region of the Backup Plan.
|
729
|
-
Used to find the parent resource to bind the IAM policy to
|
741
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
742
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
743
|
+
location is specified, it is taken from the provider configuration.
|
730
744
|
"""
|
731
745
|
return pulumi.get(self, "location")
|
732
746
|
|
@@ -39,7 +39,9 @@ class BackupPlanIamMemberArgs:
|
|
39
39
|
`gkebackup.BackupPlanIamBinding` can be used per role. Note that custom roles must be of the format
|
40
40
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
41
41
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
42
|
-
Used to find the parent resource to bind the IAM policy to
|
42
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
43
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
44
|
+
location is specified, it is taken from the provider configuration.
|
43
45
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
44
46
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
45
47
|
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.
|
@@ -105,7 +107,9 @@ class BackupPlanIamMemberArgs:
|
|
105
107
|
def location(self) -> Optional[pulumi.Input[str]]:
|
106
108
|
"""
|
107
109
|
The region of the Backup Plan.
|
108
|
-
Used to find the parent resource to bind the IAM policy to
|
110
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
111
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
112
|
+
location is specified, it is taken from the provider configuration.
|
109
113
|
"""
|
110
114
|
return pulumi.get(self, "location")
|
111
115
|
|
@@ -153,7 +157,9 @@ class _BackupPlanIamMemberState:
|
|
153
157
|
Input properties used for looking up and filtering BackupPlanIamMember resources.
|
154
158
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
155
159
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
156
|
-
Used to find the parent resource to bind the IAM policy to
|
160
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
161
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
162
|
+
location is specified, it is taken from the provider configuration.
|
157
163
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
158
164
|
Each entry can have one of the following values:
|
159
165
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -213,7 +219,9 @@ class _BackupPlanIamMemberState:
|
|
213
219
|
def location(self) -> Optional[pulumi.Input[str]]:
|
214
220
|
"""
|
215
221
|
The region of the Backup Plan.
|
216
|
-
Used to find the parent resource to bind the IAM policy to
|
222
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
223
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
224
|
+
location is specified, it is taken from the provider configuration.
|
217
225
|
"""
|
218
226
|
return pulumi.get(self, "location")
|
219
227
|
|
@@ -441,7 +449,9 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
441
449
|
:param str resource_name: The name of the resource.
|
442
450
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
443
451
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
444
|
-
Used to find the parent resource to bind the IAM policy to
|
452
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
453
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
454
|
+
location is specified, it is taken from the provider configuration.
|
445
455
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
446
456
|
Each entry can have one of the following values:
|
447
457
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -676,7 +686,9 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
676
686
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
677
687
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
678
688
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
679
|
-
Used to find the parent resource to bind the IAM policy to
|
689
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
690
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
691
|
+
location is specified, it is taken from the provider configuration.
|
680
692
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
681
693
|
Each entry can have one of the following values:
|
682
694
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -726,7 +738,9 @@ class BackupPlanIamMember(pulumi.CustomResource):
|
|
726
738
|
def location(self) -> pulumi.Output[str]:
|
727
739
|
"""
|
728
740
|
The region of the Backup Plan.
|
729
|
-
Used to find the parent resource to bind the IAM policy to
|
741
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
742
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
743
|
+
location is specified, it is taken from the provider configuration.
|
730
744
|
"""
|
731
745
|
return pulumi.get(self, "location")
|
732
746
|
|
@@ -23,7 +23,9 @@ class BackupPlanIamPolicyArgs:
|
|
23
23
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
24
24
|
a `organizations_get_iam_policy` data source.
|
25
25
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
26
|
-
Used to find the parent resource to bind the IAM policy to
|
26
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
27
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
28
|
+
location is specified, it is taken from the provider configuration.
|
27
29
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
28
30
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
29
31
|
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.
|
@@ -54,7 +56,9 @@ class BackupPlanIamPolicyArgs:
|
|
54
56
|
def location(self) -> Optional[pulumi.Input[str]]:
|
55
57
|
"""
|
56
58
|
The region of the Backup Plan.
|
57
|
-
Used to find the parent resource to bind the IAM policy to
|
59
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
60
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
61
|
+
location is specified, it is taken from the provider configuration.
|
58
62
|
"""
|
59
63
|
return pulumi.get(self, "location")
|
60
64
|
|
@@ -100,7 +104,9 @@ class _BackupPlanIamPolicyState:
|
|
100
104
|
Input properties used for looking up and filtering BackupPlanIamPolicy resources.
|
101
105
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
102
106
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
103
|
-
Used to find the parent resource to bind the IAM policy to
|
107
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
108
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
109
|
+
location is specified, it is taken from the provider configuration.
|
104
110
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
105
111
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
106
112
|
a `organizations_get_iam_policy` data source.
|
@@ -135,7 +141,9 @@ class _BackupPlanIamPolicyState:
|
|
135
141
|
def location(self) -> Optional[pulumi.Input[str]]:
|
136
142
|
"""
|
137
143
|
The region of the Backup Plan.
|
138
|
-
Used to find the parent resource to bind the IAM policy to
|
144
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
145
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
146
|
+
location is specified, it is taken from the provider configuration.
|
139
147
|
"""
|
140
148
|
return pulumi.get(self, "location")
|
141
149
|
|
@@ -338,7 +346,9 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
|
|
338
346
|
:param str resource_name: The name of the resource.
|
339
347
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
340
348
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
341
|
-
Used to find the parent resource to bind the IAM policy to
|
349
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
350
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
351
|
+
location is specified, it is taken from the provider configuration.
|
342
352
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
343
353
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
344
354
|
a `organizations_get_iam_policy` data source.
|
@@ -553,7 +563,9 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
|
|
553
563
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
554
564
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
555
565
|
:param pulumi.Input[str] location: The region of the Backup Plan.
|
556
|
-
Used to find the parent resource to bind the IAM policy to
|
566
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
567
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
568
|
+
location is specified, it is taken from the provider configuration.
|
557
569
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
558
570
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
559
571
|
a `organizations_get_iam_policy` data source.
|
@@ -584,7 +596,9 @@ class BackupPlanIamPolicy(pulumi.CustomResource):
|
|
584
596
|
def location(self) -> pulumi.Output[str]:
|
585
597
|
"""
|
586
598
|
The region of the Backup Plan.
|
587
|
-
Used to find the parent resource to bind the IAM policy to
|
599
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
600
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
601
|
+
location is specified, it is taken from the provider configuration.
|
588
602
|
"""
|
589
603
|
return pulumi.get(self, "location")
|
590
604
|
|
@@ -116,7 +116,9 @@ def get_backup_plan_iam_policy(location: Optional[str] = None,
|
|
116
116
|
|
117
117
|
|
118
118
|
:param str location: The region of the Backup Plan.
|
119
|
-
Used to find the parent resource to bind the IAM policy to
|
119
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
120
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
121
|
+
location is specified, it is taken from the provider configuration.
|
120
122
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
121
123
|
:param str project: The ID of the project in which the resource belongs.
|
122
124
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -158,7 +160,9 @@ def get_backup_plan_iam_policy_output(location: Optional[pulumi.Input[Optional[s
|
|
158
160
|
|
159
161
|
|
160
162
|
:param str location: The region of the Backup Plan.
|
161
|
-
Used to find the parent resource to bind the IAM policy to
|
163
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
164
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
165
|
+
location is specified, it is taken from the provider configuration.
|
162
166
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
163
167
|
:param str project: The ID of the project in which the resource belongs.
|
164
168
|
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.
|
@@ -116,7 +116,9 @@ def get_restore_plan_iam_policy(location: Optional[str] = None,
|
|
116
116
|
|
117
117
|
|
118
118
|
:param str location: The region of the Restore Plan.
|
119
|
-
Used to find the parent resource to bind the IAM policy to
|
119
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
120
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
121
|
+
location is specified, it is taken from the provider configuration.
|
120
122
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
121
123
|
:param str project: The ID of the project in which the resource belongs.
|
122
124
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
@@ -158,7 +160,9 @@ def get_restore_plan_iam_policy_output(location: Optional[pulumi.Input[Optional[
|
|
158
160
|
|
159
161
|
|
160
162
|
:param str location: The region of the Restore Plan.
|
161
|
-
Used to find the parent resource to bind the IAM policy to
|
163
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
164
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
165
|
+
location is specified, it is taken from the provider configuration.
|
162
166
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
163
167
|
:param str project: The ID of the project in which the resource belongs.
|
164
168
|
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.
|
@@ -38,7 +38,9 @@ class FeatureIamBindingArgs:
|
|
38
38
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
39
39
|
`gkehub.FeatureIamBinding` can be used per role. Note that custom roles must be of the format
|
40
40
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
41
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
41
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
42
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
43
|
+
location is specified, it is taken from the provider configuration.
|
42
44
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
43
45
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
44
46
|
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.
|
@@ -103,7 +105,9 @@ class FeatureIamBindingArgs:
|
|
103
105
|
@pulumi.getter
|
104
106
|
def location(self) -> Optional[pulumi.Input[str]]:
|
105
107
|
"""
|
106
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
108
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
109
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
110
|
+
location is specified, it is taken from the provider configuration.
|
107
111
|
"""
|
108
112
|
return pulumi.get(self, "location")
|
109
113
|
|
@@ -150,7 +154,9 @@ class _FeatureIamBindingState:
|
|
150
154
|
"""
|
151
155
|
Input properties used for looking up and filtering FeatureIamBinding resources.
|
152
156
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
153
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
157
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
158
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
159
|
+
location is specified, it is taken from the provider configuration.
|
154
160
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
155
161
|
Each entry can have one of the following values:
|
156
162
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -209,7 +215,9 @@ class _FeatureIamBindingState:
|
|
209
215
|
@pulumi.getter
|
210
216
|
def location(self) -> Optional[pulumi.Input[str]]:
|
211
217
|
"""
|
212
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
218
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
219
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
220
|
+
location is specified, it is taken from the provider configuration.
|
213
221
|
"""
|
214
222
|
return pulumi.get(self, "location")
|
215
223
|
|
@@ -436,7 +444,9 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
436
444
|
|
437
445
|
:param str resource_name: The name of the resource.
|
438
446
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
439
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
447
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
448
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
449
|
+
location is specified, it is taken from the provider configuration.
|
440
450
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
441
451
|
Each entry can have one of the following values:
|
442
452
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -670,7 +680,9 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
670
680
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
671
681
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
672
682
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
673
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
683
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
684
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
685
|
+
location is specified, it is taken from the provider configuration.
|
674
686
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
675
687
|
Each entry can have one of the following values:
|
676
688
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -719,7 +731,9 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
719
731
|
@pulumi.getter
|
720
732
|
def location(self) -> pulumi.Output[str]:
|
721
733
|
"""
|
722
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
734
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
735
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
736
|
+
location is specified, it is taken from the provider configuration.
|
723
737
|
"""
|
724
738
|
return pulumi.get(self, "location")
|
725
739
|
|
@@ -38,7 +38,9 @@ class FeatureIamMemberArgs:
|
|
38
38
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
39
39
|
`gkehub.FeatureIamBinding` can be used per role. Note that custom roles must be of the format
|
40
40
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
41
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
41
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
42
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
43
|
+
location is specified, it is taken from the provider configuration.
|
42
44
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
43
45
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
44
46
|
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.
|
@@ -103,7 +105,9 @@ class FeatureIamMemberArgs:
|
|
103
105
|
@pulumi.getter
|
104
106
|
def location(self) -> Optional[pulumi.Input[str]]:
|
105
107
|
"""
|
106
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
108
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
109
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
110
|
+
location is specified, it is taken from the provider configuration.
|
107
111
|
"""
|
108
112
|
return pulumi.get(self, "location")
|
109
113
|
|
@@ -150,7 +154,9 @@ class _FeatureIamMemberState:
|
|
150
154
|
"""
|
151
155
|
Input properties used for looking up and filtering FeatureIamMember resources.
|
152
156
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
153
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
157
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
158
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
159
|
+
location is specified, it is taken from the provider configuration.
|
154
160
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
155
161
|
Each entry can have one of the following values:
|
156
162
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -209,7 +215,9 @@ class _FeatureIamMemberState:
|
|
209
215
|
@pulumi.getter
|
210
216
|
def location(self) -> Optional[pulumi.Input[str]]:
|
211
217
|
"""
|
212
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
218
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
219
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
220
|
+
location is specified, it is taken from the provider configuration.
|
213
221
|
"""
|
214
222
|
return pulumi.get(self, "location")
|
215
223
|
|
@@ -436,7 +444,9 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
436
444
|
|
437
445
|
:param str resource_name: The name of the resource.
|
438
446
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
439
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
447
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
448
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
449
|
+
location is specified, it is taken from the provider configuration.
|
440
450
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
441
451
|
Each entry can have one of the following values:
|
442
452
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -670,7 +680,9 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
670
680
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
671
681
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
672
682
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
673
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
683
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
684
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
685
|
+
location is specified, it is taken from the provider configuration.
|
674
686
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
675
687
|
Each entry can have one of the following values:
|
676
688
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -719,7 +731,9 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
719
731
|
@pulumi.getter
|
720
732
|
def location(self) -> pulumi.Output[str]:
|
721
733
|
"""
|
722
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
734
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
735
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
736
|
+
location is specified, it is taken from the provider configuration.
|
723
737
|
"""
|
724
738
|
return pulumi.get(self, "location")
|
725
739
|
|
@@ -22,7 +22,9 @@ class FeatureIamPolicyArgs:
|
|
22
22
|
The set of arguments for constructing a FeatureIamPolicy resource.
|
23
23
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
24
24
|
a `organizations_get_iam_policy` data source.
|
25
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
25
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
26
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
27
|
+
location is specified, it is taken from the provider configuration.
|
26
28
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
27
29
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
28
30
|
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.
|
@@ -52,7 +54,9 @@ class FeatureIamPolicyArgs:
|
|
52
54
|
@pulumi.getter
|
53
55
|
def location(self) -> Optional[pulumi.Input[str]]:
|
54
56
|
"""
|
55
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
57
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
58
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
59
|
+
location is specified, it is taken from the provider configuration.
|
56
60
|
"""
|
57
61
|
return pulumi.get(self, "location")
|
58
62
|
|
@@ -97,7 +101,9 @@ class _FeatureIamPolicyState:
|
|
97
101
|
"""
|
98
102
|
Input properties used for looking up and filtering FeatureIamPolicy resources.
|
99
103
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
100
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
104
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
105
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
106
|
+
location is specified, it is taken from the provider configuration.
|
101
107
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
102
108
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
103
109
|
a `organizations_get_iam_policy` data source.
|
@@ -131,7 +137,9 @@ class _FeatureIamPolicyState:
|
|
131
137
|
@pulumi.getter
|
132
138
|
def location(self) -> Optional[pulumi.Input[str]]:
|
133
139
|
"""
|
134
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
140
|
+
The location for the resource 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.
|
135
143
|
"""
|
136
144
|
return pulumi.get(self, "location")
|
137
145
|
|
@@ -333,7 +341,9 @@ class FeatureIamPolicy(pulumi.CustomResource):
|
|
333
341
|
|
334
342
|
:param str resource_name: The name of the resource.
|
335
343
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
336
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
344
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
345
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
346
|
+
location is specified, it is taken from the provider configuration.
|
337
347
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
338
348
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
339
349
|
a `organizations_get_iam_policy` data source.
|
@@ -547,7 +557,9 @@ class FeatureIamPolicy(pulumi.CustomResource):
|
|
547
557
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
548
558
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
549
559
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
550
|
-
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
560
|
+
:param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
561
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
562
|
+
location is specified, it is taken from the provider configuration.
|
551
563
|
:param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
|
552
564
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
553
565
|
a `organizations_get_iam_policy` data source.
|
@@ -577,7 +589,9 @@ class FeatureIamPolicy(pulumi.CustomResource):
|
|
577
589
|
@pulumi.getter
|
578
590
|
def location(self) -> pulumi.Output[str]:
|
579
591
|
"""
|
580
|
-
The location for the resource Used to find the parent resource to bind the IAM policy to
|
592
|
+
The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
593
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
594
|
+
location is specified, it is taken from the provider configuration.
|
581
595
|
"""
|
582
596
|
return pulumi.get(self, "location")
|
583
597
|
|
@@ -115,7 +115,9 @@ def get_feature_iam_policy(location: Optional[str] = None,
|
|
115
115
|
```
|
116
116
|
|
117
117
|
|
118
|
-
:param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
118
|
+
:param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
119
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
120
|
+
location is specified, it is taken from the provider configuration.
|
119
121
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
120
122
|
:param str project: The ID of the project in which the resource belongs.
|
121
123
|
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.
|
@@ -156,7 +158,9 @@ def get_feature_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
|
|
156
158
|
```
|
157
159
|
|
158
160
|
|
159
|
-
:param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
|
161
|
+
:param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
|
162
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
163
|
+
location is specified, it is taken from the provider configuration.
|
160
164
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
161
165
|
:param str project: The ID of the project in which the resource belongs.
|
162
166
|
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.
|
@@ -117,7 +117,9 @@ def get_membership_iam_policy(location: Optional[str] = None,
|
|
117
117
|
|
118
118
|
:param str location: Location of the membership.
|
119
119
|
The default value is `global`.
|
120
|
-
Used to find the parent resource to bind the IAM policy to
|
120
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
121
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
122
|
+
location is specified, it is taken from the provider configuration.
|
121
123
|
:param str project: The ID of the project in which the resource belongs.
|
122
124
|
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.
|
123
125
|
"""
|
@@ -159,7 +161,9 @@ def get_membership_iam_policy_output(location: Optional[pulumi.Input[Optional[st
|
|
159
161
|
|
160
162
|
:param str location: Location of the membership.
|
161
163
|
The default value is `global`.
|
162
|
-
Used to find the parent resource to bind the IAM policy to
|
164
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
166
|
+
location is specified, it is taken from the provider configuration.
|
163
167
|
:param str project: The ID of the project in which the resource belongs.
|
164
168
|
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.
|
165
169
|
"""
|
@@ -418,16 +418,16 @@ class MembershipBinding(pulumi.CustomResource):
|
|
418
418
|
network="default",
|
419
419
|
subnetwork="default")
|
420
420
|
membership = gcp.gkehub.Membership("membership",
|
421
|
-
membership_id="tf-test-
|
421
|
+
membership_id="tf-test-membership_39249",
|
422
422
|
endpoint=gcp.gkehub.MembershipEndpointArgs(
|
423
423
|
gke_cluster=gcp.gkehub.MembershipEndpointGkeClusterArgs(
|
424
424
|
resource_link=primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
|
425
425
|
),
|
426
426
|
),
|
427
427
|
opts=pulumi.ResourceOptions(depends_on=[primary]))
|
428
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
428
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_74391")
|
429
429
|
membership_binding = gcp.gkehub.MembershipBinding("membership_binding",
|
430
|
-
membership_binding_id="tf-test-membership-
|
430
|
+
membership_binding_id="tf-test-membership-binding_16511",
|
431
431
|
scope=scope.name,
|
432
432
|
membership_id=membership.membership_id,
|
433
433
|
location="global",
|
@@ -514,16 +514,16 @@ class MembershipBinding(pulumi.CustomResource):
|
|
514
514
|
network="default",
|
515
515
|
subnetwork="default")
|
516
516
|
membership = gcp.gkehub.Membership("membership",
|
517
|
-
membership_id="tf-test-
|
517
|
+
membership_id="tf-test-membership_39249",
|
518
518
|
endpoint=gcp.gkehub.MembershipEndpointArgs(
|
519
519
|
gke_cluster=gcp.gkehub.MembershipEndpointGkeClusterArgs(
|
520
520
|
resource_link=primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
|
521
521
|
),
|
522
522
|
),
|
523
523
|
opts=pulumi.ResourceOptions(depends_on=[primary]))
|
524
|
-
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-
|
524
|
+
scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_74391")
|
525
525
|
membership_binding = gcp.gkehub.MembershipBinding("membership_binding",
|
526
|
-
membership_binding_id="tf-test-membership-
|
526
|
+
membership_binding_id="tf-test-membership-binding_16511",
|
527
527
|
scope=scope.name,
|
528
528
|
membership_id=membership.membership_id,
|
529
529
|
location="global",
|