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
@@ -24,7 +24,9 @@ class RepositoryIamPolicyArgs:
|
|
24
24
|
a `organizations_get_iam_policy` data source.
|
25
25
|
:param pulumi.Input[str] repository: Used to find the parent resource to bind the IAM policy to
|
26
26
|
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
27
|
-
Used to find the parent resource to bind the IAM policy to
|
27
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
28
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
29
|
+
location is specified, it is taken from the provider configuration.
|
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.
|
30
32
|
"""
|
@@ -65,7 +67,9 @@ class RepositoryIamPolicyArgs:
|
|
65
67
|
def location(self) -> Optional[pulumi.Input[str]]:
|
66
68
|
"""
|
67
69
|
The name of the location this repository is located in.
|
68
|
-
Used to find the parent resource to bind the IAM policy to
|
70
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
71
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
72
|
+
location is specified, it is taken from the provider configuration.
|
69
73
|
"""
|
70
74
|
return pulumi.get(self, "location")
|
71
75
|
|
@@ -99,7 +103,9 @@ class _RepositoryIamPolicyState:
|
|
99
103
|
Input properties used for looking up and filtering RepositoryIamPolicy resources.
|
100
104
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
101
105
|
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
102
|
-
Used to find the parent resource to bind the IAM policy to
|
106
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
107
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
108
|
+
location is specified, it is taken from the provider configuration.
|
103
109
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
104
110
|
a `organizations_get_iam_policy` data source.
|
105
111
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -134,7 +140,9 @@ class _RepositoryIamPolicyState:
|
|
134
140
|
def location(self) -> Optional[pulumi.Input[str]]:
|
135
141
|
"""
|
136
142
|
The name of the location this repository is located in.
|
137
|
-
Used to find the parent resource to bind the IAM policy to
|
143
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
144
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
145
|
+
location is specified, it is taken from the provider configuration.
|
138
146
|
"""
|
139
147
|
return pulumi.get(self, "location")
|
140
148
|
|
@@ -337,7 +345,9 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
337
345
|
:param str resource_name: The name of the resource.
|
338
346
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
339
347
|
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
340
|
-
Used to find the parent resource to bind the IAM policy to
|
348
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
349
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
350
|
+
location is specified, it is taken from the provider configuration.
|
341
351
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
342
352
|
a `organizations_get_iam_policy` data source.
|
343
353
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -554,7 +564,9 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
554
564
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
555
565
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
556
566
|
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
557
|
-
Used to find the parent resource to bind the IAM policy to
|
567
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
568
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
569
|
+
location is specified, it is taken from the provider configuration.
|
558
570
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
559
571
|
a `organizations_get_iam_policy` data source.
|
560
572
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -585,7 +597,9 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
585
597
|
def location(self) -> pulumi.Output[str]:
|
586
598
|
"""
|
587
599
|
The name of the location this repository is located in.
|
588
|
-
Used to find the parent resource to bind the IAM policy to
|
600
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
601
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
602
|
+
location is specified, it is taken from the provider configuration.
|
589
603
|
"""
|
590
604
|
return pulumi.get(self, "location")
|
591
605
|
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -69,6 +69,9 @@ __all__ = [
|
|
69
69
|
'TableEncryptionConfigurationArgs',
|
70
70
|
'TableExternalDataConfigurationArgs',
|
71
71
|
'TableExternalDataConfigurationAvroOptionsArgs',
|
72
|
+
'TableExternalDataConfigurationBigtableOptionsArgs',
|
73
|
+
'TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs',
|
74
|
+
'TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs',
|
72
75
|
'TableExternalDataConfigurationCsvOptionsArgs',
|
73
76
|
'TableExternalDataConfigurationGoogleSheetsOptionsArgs',
|
74
77
|
'TableExternalDataConfigurationHivePartitioningOptionsArgs',
|
@@ -4114,6 +4117,7 @@ class TableExternalDataConfigurationArgs:
|
|
4114
4117
|
autodetect: pulumi.Input[bool],
|
4115
4118
|
source_uris: pulumi.Input[Sequence[pulumi.Input[str]]],
|
4116
4119
|
avro_options: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']] = None,
|
4120
|
+
bigtable_options: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']] = None,
|
4117
4121
|
compression: Optional[pulumi.Input[str]] = None,
|
4118
4122
|
connection_id: Optional[pulumi.Input[str]] = None,
|
4119
4123
|
csv_options: Optional[pulumi.Input['TableExternalDataConfigurationCsvOptionsArgs']] = None,
|
@@ -4137,6 +4141,8 @@ class TableExternalDataConfigurationArgs:
|
|
4137
4141
|
your data in Google Cloud.
|
4138
4142
|
:param pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs'] avro_options: Additional options if `source_format` is set to
|
4139
4143
|
"AVRO". Structure is documented below.
|
4144
|
+
:param pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs'] bigtable_options: Additional properties to set if
|
4145
|
+
`source_format` is set to "BIGTABLE". Structure is documented below.
|
4140
4146
|
:param pulumi.Input[str] compression: The compression type of the data source.
|
4141
4147
|
Valid values are "NONE" or "GZIP".
|
4142
4148
|
:param pulumi.Input[str] connection_id: The connection specifying the credentials to be used to read
|
@@ -4199,6 +4205,8 @@ class TableExternalDataConfigurationArgs:
|
|
4199
4205
|
pulumi.set(__self__, "source_uris", source_uris)
|
4200
4206
|
if avro_options is not None:
|
4201
4207
|
pulumi.set(__self__, "avro_options", avro_options)
|
4208
|
+
if bigtable_options is not None:
|
4209
|
+
pulumi.set(__self__, "bigtable_options", bigtable_options)
|
4202
4210
|
if compression is not None:
|
4203
4211
|
pulumi.set(__self__, "compression", compression)
|
4204
4212
|
if connection_id is not None:
|
@@ -4271,6 +4279,19 @@ class TableExternalDataConfigurationArgs:
|
|
4271
4279
|
def avro_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']]):
|
4272
4280
|
pulumi.set(self, "avro_options", value)
|
4273
4281
|
|
4282
|
+
@property
|
4283
|
+
@pulumi.getter(name="bigtableOptions")
|
4284
|
+
def bigtable_options(self) -> Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]:
|
4285
|
+
"""
|
4286
|
+
Additional properties to set if
|
4287
|
+
`source_format` is set to "BIGTABLE". Structure is documented below.
|
4288
|
+
"""
|
4289
|
+
return pulumi.get(self, "bigtable_options")
|
4290
|
+
|
4291
|
+
@bigtable_options.setter
|
4292
|
+
def bigtable_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]):
|
4293
|
+
pulumi.set(self, "bigtable_options", value)
|
4294
|
+
|
4274
4295
|
@property
|
4275
4296
|
@pulumi.getter
|
4276
4297
|
def compression(self) -> Optional[pulumi.Input[str]]:
|
@@ -4531,6 +4552,267 @@ class TableExternalDataConfigurationAvroOptionsArgs:
|
|
4531
4552
|
pulumi.set(self, "use_avro_logical_types", value)
|
4532
4553
|
|
4533
4554
|
|
4555
|
+
@pulumi.input_type
|
4556
|
+
class TableExternalDataConfigurationBigtableOptionsArgs:
|
4557
|
+
def __init__(__self__, *,
|
4558
|
+
column_families: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]] = None,
|
4559
|
+
ignore_unspecified_column_families: Optional[pulumi.Input[bool]] = None,
|
4560
|
+
output_column_families_as_json: Optional[pulumi.Input[bool]] = None,
|
4561
|
+
read_rowkey_as_string: Optional[pulumi.Input[bool]] = None):
|
4562
|
+
"""
|
4563
|
+
:param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]] column_families: A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
|
4564
|
+
:param pulumi.Input[bool] ignore_unspecified_column_families: If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
|
4565
|
+
:param pulumi.Input[bool] output_column_families_as_json: If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
|
4566
|
+
:param pulumi.Input[bool] read_rowkey_as_string: If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
|
4567
|
+
"""
|
4568
|
+
if column_families is not None:
|
4569
|
+
pulumi.set(__self__, "column_families", column_families)
|
4570
|
+
if ignore_unspecified_column_families is not None:
|
4571
|
+
pulumi.set(__self__, "ignore_unspecified_column_families", ignore_unspecified_column_families)
|
4572
|
+
if output_column_families_as_json is not None:
|
4573
|
+
pulumi.set(__self__, "output_column_families_as_json", output_column_families_as_json)
|
4574
|
+
if read_rowkey_as_string is not None:
|
4575
|
+
pulumi.set(__self__, "read_rowkey_as_string", read_rowkey_as_string)
|
4576
|
+
|
4577
|
+
@property
|
4578
|
+
@pulumi.getter(name="columnFamilies")
|
4579
|
+
def column_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]:
|
4580
|
+
"""
|
4581
|
+
A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
|
4582
|
+
"""
|
4583
|
+
return pulumi.get(self, "column_families")
|
4584
|
+
|
4585
|
+
@column_families.setter
|
4586
|
+
def column_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]):
|
4587
|
+
pulumi.set(self, "column_families", value)
|
4588
|
+
|
4589
|
+
@property
|
4590
|
+
@pulumi.getter(name="ignoreUnspecifiedColumnFamilies")
|
4591
|
+
def ignore_unspecified_column_families(self) -> Optional[pulumi.Input[bool]]:
|
4592
|
+
"""
|
4593
|
+
If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
|
4594
|
+
"""
|
4595
|
+
return pulumi.get(self, "ignore_unspecified_column_families")
|
4596
|
+
|
4597
|
+
@ignore_unspecified_column_families.setter
|
4598
|
+
def ignore_unspecified_column_families(self, value: Optional[pulumi.Input[bool]]):
|
4599
|
+
pulumi.set(self, "ignore_unspecified_column_families", value)
|
4600
|
+
|
4601
|
+
@property
|
4602
|
+
@pulumi.getter(name="outputColumnFamiliesAsJson")
|
4603
|
+
def output_column_families_as_json(self) -> Optional[pulumi.Input[bool]]:
|
4604
|
+
"""
|
4605
|
+
If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
|
4606
|
+
"""
|
4607
|
+
return pulumi.get(self, "output_column_families_as_json")
|
4608
|
+
|
4609
|
+
@output_column_families_as_json.setter
|
4610
|
+
def output_column_families_as_json(self, value: Optional[pulumi.Input[bool]]):
|
4611
|
+
pulumi.set(self, "output_column_families_as_json", value)
|
4612
|
+
|
4613
|
+
@property
|
4614
|
+
@pulumi.getter(name="readRowkeyAsString")
|
4615
|
+
def read_rowkey_as_string(self) -> Optional[pulumi.Input[bool]]:
|
4616
|
+
"""
|
4617
|
+
If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
|
4618
|
+
"""
|
4619
|
+
return pulumi.get(self, "read_rowkey_as_string")
|
4620
|
+
|
4621
|
+
@read_rowkey_as_string.setter
|
4622
|
+
def read_rowkey_as_string(self, value: Optional[pulumi.Input[bool]]):
|
4623
|
+
pulumi.set(self, "read_rowkey_as_string", value)
|
4624
|
+
|
4625
|
+
|
4626
|
+
@pulumi.input_type
|
4627
|
+
class TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs:
|
4628
|
+
def __init__(__self__, *,
|
4629
|
+
columns: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]] = None,
|
4630
|
+
encoding: Optional[pulumi.Input[str]] = None,
|
4631
|
+
family_id: Optional[pulumi.Input[str]] = None,
|
4632
|
+
only_read_latest: Optional[pulumi.Input[bool]] = None,
|
4633
|
+
type: Optional[pulumi.Input[str]] = None):
|
4634
|
+
"""
|
4635
|
+
:param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]] columns: A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
|
4636
|
+
:param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
|
4637
|
+
:param pulumi.Input[str] family_id: Identifier of the column family.
|
4638
|
+
:param pulumi.Input[bool] only_read_latest: If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
|
4639
|
+
:param pulumi.Input[str] type: The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
|
4640
|
+
"""
|
4641
|
+
if columns is not None:
|
4642
|
+
pulumi.set(__self__, "columns", columns)
|
4643
|
+
if encoding is not None:
|
4644
|
+
pulumi.set(__self__, "encoding", encoding)
|
4645
|
+
if family_id is not None:
|
4646
|
+
pulumi.set(__self__, "family_id", family_id)
|
4647
|
+
if only_read_latest is not None:
|
4648
|
+
pulumi.set(__self__, "only_read_latest", only_read_latest)
|
4649
|
+
if type is not None:
|
4650
|
+
pulumi.set(__self__, "type", type)
|
4651
|
+
|
4652
|
+
@property
|
4653
|
+
@pulumi.getter
|
4654
|
+
def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]:
|
4655
|
+
"""
|
4656
|
+
A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
|
4657
|
+
"""
|
4658
|
+
return pulumi.get(self, "columns")
|
4659
|
+
|
4660
|
+
@columns.setter
|
4661
|
+
def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]):
|
4662
|
+
pulumi.set(self, "columns", value)
|
4663
|
+
|
4664
|
+
@property
|
4665
|
+
@pulumi.getter
|
4666
|
+
def encoding(self) -> Optional[pulumi.Input[str]]:
|
4667
|
+
"""
|
4668
|
+
The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
|
4669
|
+
"""
|
4670
|
+
return pulumi.get(self, "encoding")
|
4671
|
+
|
4672
|
+
@encoding.setter
|
4673
|
+
def encoding(self, value: Optional[pulumi.Input[str]]):
|
4674
|
+
pulumi.set(self, "encoding", value)
|
4675
|
+
|
4676
|
+
@property
|
4677
|
+
@pulumi.getter(name="familyId")
|
4678
|
+
def family_id(self) -> Optional[pulumi.Input[str]]:
|
4679
|
+
"""
|
4680
|
+
Identifier of the column family.
|
4681
|
+
"""
|
4682
|
+
return pulumi.get(self, "family_id")
|
4683
|
+
|
4684
|
+
@family_id.setter
|
4685
|
+
def family_id(self, value: Optional[pulumi.Input[str]]):
|
4686
|
+
pulumi.set(self, "family_id", value)
|
4687
|
+
|
4688
|
+
@property
|
4689
|
+
@pulumi.getter(name="onlyReadLatest")
|
4690
|
+
def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
|
4691
|
+
"""
|
4692
|
+
If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
|
4693
|
+
"""
|
4694
|
+
return pulumi.get(self, "only_read_latest")
|
4695
|
+
|
4696
|
+
@only_read_latest.setter
|
4697
|
+
def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
|
4698
|
+
pulumi.set(self, "only_read_latest", value)
|
4699
|
+
|
4700
|
+
@property
|
4701
|
+
@pulumi.getter
|
4702
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
4703
|
+
"""
|
4704
|
+
The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
|
4705
|
+
"""
|
4706
|
+
return pulumi.get(self, "type")
|
4707
|
+
|
4708
|
+
@type.setter
|
4709
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
4710
|
+
pulumi.set(self, "type", value)
|
4711
|
+
|
4712
|
+
|
4713
|
+
@pulumi.input_type
|
4714
|
+
class TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs:
|
4715
|
+
def __init__(__self__, *,
|
4716
|
+
encoding: Optional[pulumi.Input[str]] = None,
|
4717
|
+
field_name: Optional[pulumi.Input[str]] = None,
|
4718
|
+
only_read_latest: Optional[pulumi.Input[bool]] = None,
|
4719
|
+
qualifier_encoded: Optional[pulumi.Input[str]] = None,
|
4720
|
+
qualifier_string: Optional[pulumi.Input[str]] = None,
|
4721
|
+
type: Optional[pulumi.Input[str]] = None):
|
4722
|
+
"""
|
4723
|
+
:param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
|
4724
|
+
:param pulumi.Input[str] field_name: If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
|
4725
|
+
:param pulumi.Input[bool] only_read_latest: If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
|
4726
|
+
:param pulumi.Input[str] qualifier_encoded: Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
|
4727
|
+
:param pulumi.Input[str] qualifier_string: Qualifier string.
|
4728
|
+
:param pulumi.Input[str] type: The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
|
4729
|
+
"""
|
4730
|
+
if encoding is not None:
|
4731
|
+
pulumi.set(__self__, "encoding", encoding)
|
4732
|
+
if field_name is not None:
|
4733
|
+
pulumi.set(__self__, "field_name", field_name)
|
4734
|
+
if only_read_latest is not None:
|
4735
|
+
pulumi.set(__self__, "only_read_latest", only_read_latest)
|
4736
|
+
if qualifier_encoded is not None:
|
4737
|
+
pulumi.set(__self__, "qualifier_encoded", qualifier_encoded)
|
4738
|
+
if qualifier_string is not None:
|
4739
|
+
pulumi.set(__self__, "qualifier_string", qualifier_string)
|
4740
|
+
if type is not None:
|
4741
|
+
pulumi.set(__self__, "type", type)
|
4742
|
+
|
4743
|
+
@property
|
4744
|
+
@pulumi.getter
|
4745
|
+
def encoding(self) -> Optional[pulumi.Input[str]]:
|
4746
|
+
"""
|
4747
|
+
The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
|
4748
|
+
"""
|
4749
|
+
return pulumi.get(self, "encoding")
|
4750
|
+
|
4751
|
+
@encoding.setter
|
4752
|
+
def encoding(self, value: Optional[pulumi.Input[str]]):
|
4753
|
+
pulumi.set(self, "encoding", value)
|
4754
|
+
|
4755
|
+
@property
|
4756
|
+
@pulumi.getter(name="fieldName")
|
4757
|
+
def field_name(self) -> Optional[pulumi.Input[str]]:
|
4758
|
+
"""
|
4759
|
+
If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
|
4760
|
+
"""
|
4761
|
+
return pulumi.get(self, "field_name")
|
4762
|
+
|
4763
|
+
@field_name.setter
|
4764
|
+
def field_name(self, value: Optional[pulumi.Input[str]]):
|
4765
|
+
pulumi.set(self, "field_name", value)
|
4766
|
+
|
4767
|
+
@property
|
4768
|
+
@pulumi.getter(name="onlyReadLatest")
|
4769
|
+
def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
|
4770
|
+
"""
|
4771
|
+
If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
|
4772
|
+
"""
|
4773
|
+
return pulumi.get(self, "only_read_latest")
|
4774
|
+
|
4775
|
+
@only_read_latest.setter
|
4776
|
+
def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
|
4777
|
+
pulumi.set(self, "only_read_latest", value)
|
4778
|
+
|
4779
|
+
@property
|
4780
|
+
@pulumi.getter(name="qualifierEncoded")
|
4781
|
+
def qualifier_encoded(self) -> Optional[pulumi.Input[str]]:
|
4782
|
+
"""
|
4783
|
+
Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
|
4784
|
+
"""
|
4785
|
+
return pulumi.get(self, "qualifier_encoded")
|
4786
|
+
|
4787
|
+
@qualifier_encoded.setter
|
4788
|
+
def qualifier_encoded(self, value: Optional[pulumi.Input[str]]):
|
4789
|
+
pulumi.set(self, "qualifier_encoded", value)
|
4790
|
+
|
4791
|
+
@property
|
4792
|
+
@pulumi.getter(name="qualifierString")
|
4793
|
+
def qualifier_string(self) -> Optional[pulumi.Input[str]]:
|
4794
|
+
"""
|
4795
|
+
Qualifier string.
|
4796
|
+
"""
|
4797
|
+
return pulumi.get(self, "qualifier_string")
|
4798
|
+
|
4799
|
+
@qualifier_string.setter
|
4800
|
+
def qualifier_string(self, value: Optional[pulumi.Input[str]]):
|
4801
|
+
pulumi.set(self, "qualifier_string", value)
|
4802
|
+
|
4803
|
+
@property
|
4804
|
+
@pulumi.getter
|
4805
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
4806
|
+
"""
|
4807
|
+
The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
|
4808
|
+
"""
|
4809
|
+
return pulumi.get(self, "type")
|
4810
|
+
|
4811
|
+
@type.setter
|
4812
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
4813
|
+
pulumi.set(self, "type", value)
|
4814
|
+
|
4815
|
+
|
4534
4816
|
@pulumi.input_type
|
4535
4817
|
class TableExternalDataConfigurationCsvOptionsArgs:
|
4536
4818
|
def __init__(__self__, *,
|
@@ -5262,7 +5544,8 @@ class TableTableReplicationInfoArgs:
|
|
5262
5544
|
:param pulumi.Input[str] source_dataset_id: The ID of the source dataset.
|
5263
5545
|
:param pulumi.Input[str] source_project_id: The ID of the source project.
|
5264
5546
|
:param pulumi.Input[str] source_table_id: The ID of the source materialized view.
|
5265
|
-
:param pulumi.Input[int] replication_interval_ms: The interval at which the source
|
5547
|
+
:param pulumi.Input[int] replication_interval_ms: The interval at which the source
|
5548
|
+
materialized view is polled for updates. The default is 300000.
|
5266
5549
|
"""
|
5267
5550
|
pulumi.set(__self__, "source_dataset_id", source_dataset_id)
|
5268
5551
|
pulumi.set(__self__, "source_project_id", source_project_id)
|
@@ -5310,7 +5593,8 @@ class TableTableReplicationInfoArgs:
|
|
5310
5593
|
@pulumi.getter(name="replicationIntervalMs")
|
5311
5594
|
def replication_interval_ms(self) -> Optional[pulumi.Input[int]]:
|
5312
5595
|
"""
|
5313
|
-
The interval at which the source
|
5596
|
+
The interval at which the source
|
5597
|
+
materialized view is polled for updates. The default is 300000.
|
5314
5598
|
"""
|
5315
5599
|
return pulumi.get(self, "replication_interval_ms")
|
5316
5600
|
|
@@ -46,7 +46,9 @@ class ConnectionIamBindingArgs:
|
|
46
46
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
47
47
|
Spanner Connections same as spanner region
|
48
48
|
AWS allowed regions are aws-us-east-1
|
49
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
49
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
50
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
51
|
+
location is specified, it is taken from the provider configuration.
|
50
52
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
51
53
|
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
54
|
"""
|
@@ -128,7 +130,9 @@ class ConnectionIamBindingArgs:
|
|
128
130
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
129
131
|
Spanner Connections same as spanner region
|
130
132
|
AWS allowed regions are aws-us-east-1
|
131
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
133
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
134
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
135
|
+
location is specified, it is taken from the provider configuration.
|
132
136
|
"""
|
133
137
|
return pulumi.get(self, "location")
|
134
138
|
|
@@ -171,7 +175,9 @@ class _ConnectionIamBindingState:
|
|
171
175
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
172
176
|
Spanner Connections same as spanner region
|
173
177
|
AWS allowed regions are aws-us-east-1
|
174
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
178
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
179
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
180
|
+
location is specified, it is taken from the provider configuration.
|
175
181
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
176
182
|
Each entry can have one of the following values:
|
177
183
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -248,7 +254,9 @@ class _ConnectionIamBindingState:
|
|
248
254
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
249
255
|
Spanner Connections same as spanner region
|
250
256
|
AWS allowed regions are aws-us-east-1
|
251
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
257
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
258
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
259
|
+
location is specified, it is taken from the provider configuration.
|
252
260
|
"""
|
253
261
|
return pulumi.get(self, "location")
|
254
262
|
|
@@ -471,7 +479,9 @@ class ConnectionIamBinding(pulumi.CustomResource):
|
|
471
479
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
472
480
|
Spanner Connections same as spanner region
|
473
481
|
AWS allowed regions are aws-us-east-1
|
474
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
482
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
483
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
484
|
+
location is specified, it is taken from the provider configuration.
|
475
485
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
476
486
|
Each entry can have one of the following values:
|
477
487
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -714,7 +724,9 @@ class ConnectionIamBinding(pulumi.CustomResource):
|
|
714
724
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
715
725
|
Spanner Connections same as spanner region
|
716
726
|
AWS allowed regions are aws-us-east-1
|
717
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
727
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
728
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
729
|
+
location is specified, it is taken from the provider configuration.
|
718
730
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
719
731
|
Each entry can have one of the following values:
|
720
732
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -777,7 +789,9 @@ class ConnectionIamBinding(pulumi.CustomResource):
|
|
777
789
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
778
790
|
Spanner Connections same as spanner region
|
779
791
|
AWS allowed regions are aws-us-east-1
|
780
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
792
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
793
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
794
|
+
location is specified, it is taken from the provider configuration.
|
781
795
|
"""
|
782
796
|
return pulumi.get(self, "location")
|
783
797
|
|
@@ -46,7 +46,9 @@ class ConnectionIamMemberArgs:
|
|
46
46
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
47
47
|
Spanner Connections same as spanner region
|
48
48
|
AWS allowed regions are aws-us-east-1
|
49
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
49
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
50
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
51
|
+
location is specified, it is taken from the provider configuration.
|
50
52
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
51
53
|
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
54
|
"""
|
@@ -128,7 +130,9 @@ class ConnectionIamMemberArgs:
|
|
128
130
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
129
131
|
Spanner Connections same as spanner region
|
130
132
|
AWS allowed regions are aws-us-east-1
|
131
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
133
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
134
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
135
|
+
location is specified, it is taken from the provider configuration.
|
132
136
|
"""
|
133
137
|
return pulumi.get(self, "location")
|
134
138
|
|
@@ -171,7 +175,9 @@ class _ConnectionIamMemberState:
|
|
171
175
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
172
176
|
Spanner Connections same as spanner region
|
173
177
|
AWS allowed regions are aws-us-east-1
|
174
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
178
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
179
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
180
|
+
location is specified, it is taken from the provider configuration.
|
175
181
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
176
182
|
Each entry can have one of the following values:
|
177
183
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -248,7 +254,9 @@ class _ConnectionIamMemberState:
|
|
248
254
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
249
255
|
Spanner Connections same as spanner region
|
250
256
|
AWS allowed regions are aws-us-east-1
|
251
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
257
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
258
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
259
|
+
location is specified, it is taken from the provider configuration.
|
252
260
|
"""
|
253
261
|
return pulumi.get(self, "location")
|
254
262
|
|
@@ -471,7 +479,9 @@ class ConnectionIamMember(pulumi.CustomResource):
|
|
471
479
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
472
480
|
Spanner Connections same as spanner region
|
473
481
|
AWS allowed regions are aws-us-east-1
|
474
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
482
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
483
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
484
|
+
location is specified, it is taken from the provider configuration.
|
475
485
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
476
486
|
Each entry can have one of the following values:
|
477
487
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -714,7 +724,9 @@ class ConnectionIamMember(pulumi.CustomResource):
|
|
714
724
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
715
725
|
Spanner Connections same as spanner region
|
716
726
|
AWS allowed regions are aws-us-east-1
|
717
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
727
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
728
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
729
|
+
location is specified, it is taken from the provider configuration.
|
718
730
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
719
731
|
Each entry can have one of the following values:
|
720
732
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -777,7 +789,9 @@ class ConnectionIamMember(pulumi.CustomResource):
|
|
777
789
|
Examples: US, EU, asia-northeast1, us-central1, europe-west1.
|
778
790
|
Spanner Connections same as spanner region
|
779
791
|
AWS allowed regions are aws-us-east-1
|
780
|
-
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
|
792
|
+
Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
|
793
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
794
|
+
location is specified, it is taken from the provider configuration.
|
781
795
|
"""
|
782
796
|
return pulumi.get(self, "location")
|
783
797
|
|