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
@@ -23,7 +23,9 @@ class InstanceIamPolicyArgs:
|
|
23
23
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
24
24
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
25
25
|
a `organizations_get_iam_policy` data source.
|
26
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
26
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. 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] 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.
|
29
31
|
"""
|
@@ -63,7 +65,9 @@ class InstanceIamPolicyArgs:
|
|
63
65
|
@pulumi.getter
|
64
66
|
def location(self) -> Optional[pulumi.Input[str]]:
|
65
67
|
"""
|
66
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
68
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
69
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
70
|
+
location is specified, it is taken from the provider configuration.
|
67
71
|
"""
|
68
72
|
return pulumi.get(self, "location")
|
69
73
|
|
@@ -97,7 +101,9 @@ class _InstanceIamPolicyState:
|
|
97
101
|
Input properties used for looking up and filtering InstanceIamPolicy resources.
|
98
102
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
99
103
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
100
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
104
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. 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] policy_data: The policy data generated by
|
102
108
|
a `organizations_get_iam_policy` data source.
|
103
109
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -142,7 +148,9 @@ class _InstanceIamPolicyState:
|
|
142
148
|
@pulumi.getter
|
143
149
|
def location(self) -> Optional[pulumi.Input[str]]:
|
144
150
|
"""
|
145
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
151
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
152
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
153
|
+
location is specified, it is taken from the provider configuration.
|
146
154
|
"""
|
147
155
|
return pulumi.get(self, "location")
|
148
156
|
|
@@ -333,7 +341,9 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
333
341
|
:param str resource_name: The name of the resource.
|
334
342
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
335
343
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
336
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
344
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. 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] policy_data: The policy data generated by
|
338
348
|
a `organizations_get_iam_policy` data source.
|
339
349
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -549,7 +559,9 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
549
559
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
550
560
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
551
561
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
552
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
562
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
563
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
564
|
+
location is specified, it is taken from the provider configuration.
|
553
565
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
554
566
|
a `organizations_get_iam_policy` data source.
|
555
567
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -586,7 +598,9 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
586
598
|
@pulumi.getter
|
587
599
|
def location(self) -> pulumi.Output[str]:
|
588
600
|
"""
|
589
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
601
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
602
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
603
|
+
location is specified, it is taken from the provider configuration.
|
590
604
|
"""
|
591
605
|
return pulumi.get(self, "location")
|
592
606
|
|
@@ -39,7 +39,9 @@ class RuntimeIamBindingArgs:
|
|
39
39
|
`notebooks.RuntimeIamBinding` 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] runtime_name: Used to find the parent resource to bind the IAM policy to
|
42
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
42
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. 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] 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.
|
45
47
|
"""
|
@@ -114,7 +116,9 @@ class RuntimeIamBindingArgs:
|
|
114
116
|
@pulumi.getter
|
115
117
|
def location(self) -> Optional[pulumi.Input[str]]:
|
116
118
|
"""
|
117
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
119
|
+
A reference to the zone where the machine resides. 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.
|
118
122
|
"""
|
119
123
|
return pulumi.get(self, "location")
|
120
124
|
|
@@ -149,7 +153,9 @@ class _RuntimeIamBindingState:
|
|
149
153
|
"""
|
150
154
|
Input properties used for looking up and filtering RuntimeIamBinding resources.
|
151
155
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
152
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
156
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
157
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
158
|
+
location is specified, it is taken from the provider configuration.
|
153
159
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
154
160
|
Each entry can have one of the following values:
|
155
161
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -208,7 +214,9 @@ class _RuntimeIamBindingState:
|
|
208
214
|
@pulumi.getter
|
209
215
|
def location(self) -> Optional[pulumi.Input[str]]:
|
210
216
|
"""
|
211
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
217
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
218
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
219
|
+
location is specified, it is taken from the provider configuration.
|
212
220
|
"""
|
213
221
|
return pulumi.get(self, "location")
|
214
222
|
|
@@ -435,7 +443,9 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
435
443
|
|
436
444
|
:param str resource_name: The name of the resource.
|
437
445
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
438
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
446
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
447
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
448
|
+
location is specified, it is taken from the provider configuration.
|
439
449
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
440
450
|
Each entry can have one of the following values:
|
441
451
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -671,7 +681,9 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
671
681
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
672
682
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
673
683
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
674
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
684
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
685
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
686
|
+
location is specified, it is taken from the provider configuration.
|
675
687
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
676
688
|
Each entry can have one of the following values:
|
677
689
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -720,7 +732,9 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
720
732
|
@pulumi.getter
|
721
733
|
def location(self) -> pulumi.Output[str]:
|
722
734
|
"""
|
723
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
735
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
736
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
737
|
+
location is specified, it is taken from the provider configuration.
|
724
738
|
"""
|
725
739
|
return pulumi.get(self, "location")
|
726
740
|
|
@@ -39,7 +39,9 @@ class RuntimeIamMemberArgs:
|
|
39
39
|
`notebooks.RuntimeIamBinding` 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] runtime_name: Used to find the parent resource to bind the IAM policy to
|
42
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
42
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. 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] 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.
|
45
47
|
"""
|
@@ -114,7 +116,9 @@ class RuntimeIamMemberArgs:
|
|
114
116
|
@pulumi.getter
|
115
117
|
def location(self) -> Optional[pulumi.Input[str]]:
|
116
118
|
"""
|
117
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
119
|
+
A reference to the zone where the machine resides. 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.
|
118
122
|
"""
|
119
123
|
return pulumi.get(self, "location")
|
120
124
|
|
@@ -149,7 +153,9 @@ class _RuntimeIamMemberState:
|
|
149
153
|
"""
|
150
154
|
Input properties used for looking up and filtering RuntimeIamMember resources.
|
151
155
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
152
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
156
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
157
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
158
|
+
location is specified, it is taken from the provider configuration.
|
153
159
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
154
160
|
Each entry can have one of the following values:
|
155
161
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -208,7 +214,9 @@ class _RuntimeIamMemberState:
|
|
208
214
|
@pulumi.getter
|
209
215
|
def location(self) -> Optional[pulumi.Input[str]]:
|
210
216
|
"""
|
211
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
217
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
218
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
219
|
+
location is specified, it is taken from the provider configuration.
|
212
220
|
"""
|
213
221
|
return pulumi.get(self, "location")
|
214
222
|
|
@@ -435,7 +443,9 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
435
443
|
|
436
444
|
:param str resource_name: The name of the resource.
|
437
445
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
438
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
446
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
447
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
448
|
+
location is specified, it is taken from the provider configuration.
|
439
449
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
440
450
|
Each entry can have one of the following values:
|
441
451
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -671,7 +681,9 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
671
681
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
672
682
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
673
683
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
674
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
684
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
685
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
686
|
+
location is specified, it is taken from the provider configuration.
|
675
687
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
676
688
|
Each entry can have one of the following values:
|
677
689
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -720,7 +732,9 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
720
732
|
@pulumi.getter
|
721
733
|
def location(self) -> pulumi.Output[str]:
|
722
734
|
"""
|
723
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
735
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
736
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
737
|
+
location is specified, it is taken from the provider configuration.
|
724
738
|
"""
|
725
739
|
return pulumi.get(self, "location")
|
726
740
|
|
@@ -23,7 +23,9 @@ class RuntimeIamPolicyArgs:
|
|
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] runtime_name: Used to find the parent resource to bind the IAM policy to
|
26
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
26
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. 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] 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.
|
29
31
|
"""
|
@@ -63,7 +65,9 @@ class RuntimeIamPolicyArgs:
|
|
63
65
|
@pulumi.getter
|
64
66
|
def location(self) -> Optional[pulumi.Input[str]]:
|
65
67
|
"""
|
66
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
68
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
69
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
70
|
+
location is specified, it is taken from the provider configuration.
|
67
71
|
"""
|
68
72
|
return pulumi.get(self, "location")
|
69
73
|
|
@@ -96,7 +100,9 @@ class _RuntimeIamPolicyState:
|
|
96
100
|
"""
|
97
101
|
Input properties used for looking up and filtering RuntimeIamPolicy resources.
|
98
102
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
99
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
103
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
104
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
105
|
+
location is specified, it is taken from the provider configuration.
|
100
106
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
101
107
|
a `organizations_get_iam_policy` data source.
|
102
108
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -130,7 +136,9 @@ class _RuntimeIamPolicyState:
|
|
130
136
|
@pulumi.getter
|
131
137
|
def location(self) -> Optional[pulumi.Input[str]]:
|
132
138
|
"""
|
133
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
139
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
140
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
141
|
+
location is specified, it is taken from the provider configuration.
|
134
142
|
"""
|
135
143
|
return pulumi.get(self, "location")
|
136
144
|
|
@@ -332,7 +340,9 @@ class RuntimeIamPolicy(pulumi.CustomResource):
|
|
332
340
|
|
333
341
|
:param str resource_name: The name of the resource.
|
334
342
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
335
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
343
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
344
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
345
|
+
location is specified, it is taken from the provider configuration.
|
336
346
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
337
347
|
a `organizations_get_iam_policy` data source.
|
338
348
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -548,7 +558,9 @@ class RuntimeIamPolicy(pulumi.CustomResource):
|
|
548
558
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
549
559
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
550
560
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
551
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
561
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
562
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
563
|
+
location is specified, it is taken from the provider configuration.
|
552
564
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
553
565
|
a `organizations_get_iam_policy` data source.
|
554
566
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -578,7 +590,9 @@ class RuntimeIamPolicy(pulumi.CustomResource):
|
|
578
590
|
@pulumi.getter
|
579
591
|
def location(self) -> pulumi.Output[str]:
|
580
592
|
"""
|
581
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
593
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
594
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
595
|
+
location is specified, it is taken from the provider configuration.
|
582
596
|
"""
|
583
597
|
return pulumi.get(self, "location")
|
584
598
|
|
pulumi_gcp/orgpolicy/policy.py
CHANGED
@@ -297,7 +297,7 @@ class Policy(pulumi.CustomResource):
|
|
297
297
|
import pulumi_gcp as gcp
|
298
298
|
|
299
299
|
constraint = gcp.orgpolicy.CustomConstraint("constraint",
|
300
|
-
name="custom.
|
300
|
+
name="custom.disableGkeAutoUpgrade_40785",
|
301
301
|
parent="organizations/123456789",
|
302
302
|
display_name="Disable GKE auto upgrade",
|
303
303
|
description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
@@ -449,7 +449,7 @@ class Policy(pulumi.CustomResource):
|
|
449
449
|
import pulumi_gcp as gcp
|
450
450
|
|
451
451
|
constraint = gcp.orgpolicy.CustomConstraint("constraint",
|
452
|
-
name="custom.
|
452
|
+
name="custom.disableGkeAutoUpgrade_40785",
|
453
453
|
parent="organizations/123456789",
|
454
454
|
display_name="Disable GKE auto upgrade",
|
455
455
|
description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
@@ -36,7 +36,7 @@ class EntitlementArgs:
|
|
36
36
|
:param pulumi.Input[str] max_request_duration: The maximum amount of time for which access would be granted for a request.
|
37
37
|
A requester can choose to ask for access for less than this duration but never more.
|
38
38
|
Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
|
39
|
-
:param pulumi.Input[str] parent: Format:
|
39
|
+
:param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
|
40
40
|
:param pulumi.Input['EntitlementPrivilegedAccessArgs'] privileged_access: Privileged access that this service can be used to gate.
|
41
41
|
Structure is documented below.
|
42
42
|
:param pulumi.Input['EntitlementRequesterJustificationConfigArgs'] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
|
@@ -114,7 +114,7 @@ class EntitlementArgs:
|
|
114
114
|
@pulumi.getter
|
115
115
|
def parent(self) -> pulumi.Input[str]:
|
116
116
|
"""
|
117
|
-
Format:
|
117
|
+
Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
|
118
118
|
"""
|
119
119
|
return pulumi.get(self, "parent")
|
120
120
|
|
@@ -210,7 +210,7 @@ class _EntitlementState:
|
|
210
210
|
Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
|
211
211
|
:param pulumi.Input[str] name: Output Only. The entitlement's name follows a hierarchical structure, comprising the organization, folder, or project, alongside the region and a unique entitlement ID.
|
212
212
|
Formats: organizations/{organization-number}/locations/{region}/entitlements/{entitlement-id}, folders/{folder-number}/locations/{region}/entitlements/{entitlement-id}, and projects/{project-id|project-number}/locations/{region}/entitlements/{entitlement-id}.
|
213
|
-
:param pulumi.Input[str] parent: Format:
|
213
|
+
:param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
|
214
214
|
:param pulumi.Input['EntitlementPrivilegedAccessArgs'] privileged_access: Privileged access that this service can be used to gate.
|
215
215
|
Structure is documented below.
|
216
216
|
:param pulumi.Input['EntitlementRequesterJustificationConfigArgs'] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
|
@@ -368,7 +368,7 @@ class _EntitlementState:
|
|
368
368
|
@pulumi.getter
|
369
369
|
def parent(self) -> Optional[pulumi.Input[str]]:
|
370
370
|
"""
|
371
|
-
Format:
|
371
|
+
Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
|
372
372
|
"""
|
373
373
|
return pulumi.get(self, "parent")
|
374
374
|
|
@@ -517,7 +517,7 @@ class Entitlement(pulumi.CustomResource):
|
|
517
517
|
:param pulumi.Input[str] max_request_duration: The maximum amount of time for which access would be granted for a request.
|
518
518
|
A requester can choose to ask for access for less than this duration but never more.
|
519
519
|
Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
|
520
|
-
:param pulumi.Input[str] parent: Format:
|
520
|
+
:param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
|
521
521
|
:param pulumi.Input[pulumi.InputType['EntitlementPrivilegedAccessArgs']] privileged_access: Privileged access that this service can be used to gate.
|
522
522
|
Structure is documented below.
|
523
523
|
:param pulumi.Input[pulumi.InputType['EntitlementRequesterJustificationConfigArgs']] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
|
@@ -698,7 +698,7 @@ class Entitlement(pulumi.CustomResource):
|
|
698
698
|
Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours = "7200s", 45 minutes = "2700s"
|
699
699
|
:param pulumi.Input[str] name: Output Only. The entitlement's name follows a hierarchical structure, comprising the organization, folder, or project, alongside the region and a unique entitlement ID.
|
700
700
|
Formats: organizations/{organization-number}/locations/{region}/entitlements/{entitlement-id}, folders/{folder-number}/locations/{region}/entitlements/{entitlement-id}, and projects/{project-id|project-number}/locations/{region}/entitlements/{entitlement-id}.
|
701
|
-
:param pulumi.Input[str] parent: Format:
|
701
|
+
:param pulumi.Input[str] parent: Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
|
702
702
|
:param pulumi.Input[pulumi.InputType['EntitlementPrivilegedAccessArgs']] privileged_access: Privileged access that this service can be used to gate.
|
703
703
|
Structure is documented below.
|
704
704
|
:param pulumi.Input[pulumi.InputType['EntitlementRequesterJustificationConfigArgs']] requester_justification_config: Defines the ways in which a requester should provide the justification while requesting for access.
|
@@ -811,7 +811,7 @@ class Entitlement(pulumi.CustomResource):
|
|
811
811
|
@pulumi.getter
|
812
812
|
def parent(self) -> pulumi.Output[str]:
|
813
813
|
"""
|
814
|
-
Format:
|
814
|
+
Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}
|
815
815
|
"""
|
816
816
|
return pulumi.get(self, "parent")
|
817
817
|
|
pulumi_gcp/pubsub/_inputs.py
CHANGED
@@ -387,6 +387,7 @@ class SubscriptionCloudStorageConfigArgs:
|
|
387
387
|
def __init__(__self__, *,
|
388
388
|
bucket: pulumi.Input[str],
|
389
389
|
avro_config: Optional[pulumi.Input['SubscriptionCloudStorageConfigAvroConfigArgs']] = None,
|
390
|
+
filename_datetime_format: Optional[pulumi.Input[str]] = None,
|
390
391
|
filename_prefix: Optional[pulumi.Input[str]] = None,
|
391
392
|
filename_suffix: Optional[pulumi.Input[str]] = None,
|
392
393
|
max_bytes: Optional[pulumi.Input[int]] = None,
|
@@ -396,6 +397,7 @@ class SubscriptionCloudStorageConfigArgs:
|
|
396
397
|
:param pulumi.Input[str] bucket: User-provided name for the Cloud Storage bucket. The bucket must be created by the user. The bucket name must be without any prefix like "gs://".
|
397
398
|
:param pulumi.Input['SubscriptionCloudStorageConfigAvroConfigArgs'] avro_config: If set, message data will be written to Cloud Storage in Avro format.
|
398
399
|
Structure is documented below.
|
400
|
+
:param pulumi.Input[str] filename_datetime_format: User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
399
401
|
:param pulumi.Input[str] filename_prefix: User-provided prefix for Cloud Storage filename.
|
400
402
|
:param pulumi.Input[str] filename_suffix: User-provided suffix for Cloud Storage filename. Must not end in "/".
|
401
403
|
:param pulumi.Input[int] max_bytes: The maximum bytes that can be written to a Cloud Storage file before a new file is created. Min 1 KB, max 10 GiB.
|
@@ -409,6 +411,8 @@ class SubscriptionCloudStorageConfigArgs:
|
|
409
411
|
pulumi.set(__self__, "bucket", bucket)
|
410
412
|
if avro_config is not None:
|
411
413
|
pulumi.set(__self__, "avro_config", avro_config)
|
414
|
+
if filename_datetime_format is not None:
|
415
|
+
pulumi.set(__self__, "filename_datetime_format", filename_datetime_format)
|
412
416
|
if filename_prefix is not None:
|
413
417
|
pulumi.set(__self__, "filename_prefix", filename_prefix)
|
414
418
|
if filename_suffix is not None:
|
@@ -445,6 +449,18 @@ class SubscriptionCloudStorageConfigArgs:
|
|
445
449
|
def avro_config(self, value: Optional[pulumi.Input['SubscriptionCloudStorageConfigAvroConfigArgs']]):
|
446
450
|
pulumi.set(self, "avro_config", value)
|
447
451
|
|
452
|
+
@property
|
453
|
+
@pulumi.getter(name="filenameDatetimeFormat")
|
454
|
+
def filename_datetime_format(self) -> Optional[pulumi.Input[str]]:
|
455
|
+
"""
|
456
|
+
User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
457
|
+
"""
|
458
|
+
return pulumi.get(self, "filename_datetime_format")
|
459
|
+
|
460
|
+
@filename_datetime_format.setter
|
461
|
+
def filename_datetime_format(self, value: Optional[pulumi.Input[str]]):
|
462
|
+
pulumi.set(self, "filename_datetime_format", value)
|
463
|
+
|
448
464
|
@property
|
449
465
|
@pulumi.getter(name="filenamePrefix")
|
450
466
|
def filename_prefix(self) -> Optional[pulumi.Input[str]]:
|
pulumi_gcp/pubsub/outputs.py
CHANGED
@@ -420,6 +420,8 @@ class SubscriptionCloudStorageConfig(dict):
|
|
420
420
|
suggest = None
|
421
421
|
if key == "avroConfig":
|
422
422
|
suggest = "avro_config"
|
423
|
+
elif key == "filenameDatetimeFormat":
|
424
|
+
suggest = "filename_datetime_format"
|
423
425
|
elif key == "filenamePrefix":
|
424
426
|
suggest = "filename_prefix"
|
425
427
|
elif key == "filenameSuffix":
|
@@ -443,6 +445,7 @@ class SubscriptionCloudStorageConfig(dict):
|
|
443
445
|
def __init__(__self__, *,
|
444
446
|
bucket: str,
|
445
447
|
avro_config: Optional['outputs.SubscriptionCloudStorageConfigAvroConfig'] = None,
|
448
|
+
filename_datetime_format: Optional[str] = None,
|
446
449
|
filename_prefix: Optional[str] = None,
|
447
450
|
filename_suffix: Optional[str] = None,
|
448
451
|
max_bytes: Optional[int] = None,
|
@@ -452,6 +455,7 @@ class SubscriptionCloudStorageConfig(dict):
|
|
452
455
|
:param str bucket: User-provided name for the Cloud Storage bucket. The bucket must be created by the user. The bucket name must be without any prefix like "gs://".
|
453
456
|
:param 'SubscriptionCloudStorageConfigAvroConfigArgs' avro_config: If set, message data will be written to Cloud Storage in Avro format.
|
454
457
|
Structure is documented below.
|
458
|
+
:param str filename_datetime_format: User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
455
459
|
:param str filename_prefix: User-provided prefix for Cloud Storage filename.
|
456
460
|
:param str filename_suffix: User-provided suffix for Cloud Storage filename. Must not end in "/".
|
457
461
|
:param int max_bytes: The maximum bytes that can be written to a Cloud Storage file before a new file is created. Min 1 KB, max 10 GiB.
|
@@ -465,6 +469,8 @@ class SubscriptionCloudStorageConfig(dict):
|
|
465
469
|
pulumi.set(__self__, "bucket", bucket)
|
466
470
|
if avro_config is not None:
|
467
471
|
pulumi.set(__self__, "avro_config", avro_config)
|
472
|
+
if filename_datetime_format is not None:
|
473
|
+
pulumi.set(__self__, "filename_datetime_format", filename_datetime_format)
|
468
474
|
if filename_prefix is not None:
|
469
475
|
pulumi.set(__self__, "filename_prefix", filename_prefix)
|
470
476
|
if filename_suffix is not None:
|
@@ -493,6 +499,14 @@ class SubscriptionCloudStorageConfig(dict):
|
|
493
499
|
"""
|
494
500
|
return pulumi.get(self, "avro_config")
|
495
501
|
|
502
|
+
@property
|
503
|
+
@pulumi.getter(name="filenameDatetimeFormat")
|
504
|
+
def filename_datetime_format(self) -> Optional[str]:
|
505
|
+
"""
|
506
|
+
User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
507
|
+
"""
|
508
|
+
return pulumi.get(self, "filename_datetime_format")
|
509
|
+
|
496
510
|
@property
|
497
511
|
@pulumi.getter(name="filenamePrefix")
|
498
512
|
def filename_prefix(self) -> Optional[str]:
|
@@ -1353,6 +1367,7 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1353
1367
|
def __init__(__self__, *,
|
1354
1368
|
avro_configs: Sequence['outputs.GetSubscriptionCloudStorageConfigAvroConfigResult'],
|
1355
1369
|
bucket: str,
|
1370
|
+
filename_datetime_format: str,
|
1356
1371
|
filename_prefix: str,
|
1357
1372
|
filename_suffix: str,
|
1358
1373
|
max_bytes: int,
|
@@ -1361,6 +1376,7 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1361
1376
|
"""
|
1362
1377
|
:param Sequence['GetSubscriptionCloudStorageConfigAvroConfigArgs'] avro_configs: If set, message data will be written to Cloud Storage in Avro format.
|
1363
1378
|
:param str bucket: User-provided name for the Cloud Storage bucket. The bucket must be created by the user. The bucket name must be without any prefix like "gs://".
|
1379
|
+
:param str filename_datetime_format: User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
1364
1380
|
:param str filename_prefix: User-provided prefix for Cloud Storage filename.
|
1365
1381
|
:param str filename_suffix: User-provided suffix for Cloud Storage filename. Must not end in "/".
|
1366
1382
|
:param int max_bytes: The maximum bytes that can be written to a Cloud Storage file before a new file is created. Min 1 KB, max 10 GiB.
|
@@ -1372,6 +1388,7 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1372
1388
|
"""
|
1373
1389
|
pulumi.set(__self__, "avro_configs", avro_configs)
|
1374
1390
|
pulumi.set(__self__, "bucket", bucket)
|
1391
|
+
pulumi.set(__self__, "filename_datetime_format", filename_datetime_format)
|
1375
1392
|
pulumi.set(__self__, "filename_prefix", filename_prefix)
|
1376
1393
|
pulumi.set(__self__, "filename_suffix", filename_suffix)
|
1377
1394
|
pulumi.set(__self__, "max_bytes", max_bytes)
|
@@ -1394,6 +1411,14 @@ class GetSubscriptionCloudStorageConfigResult(dict):
|
|
1394
1411
|
"""
|
1395
1412
|
return pulumi.get(self, "bucket")
|
1396
1413
|
|
1414
|
+
@property
|
1415
|
+
@pulumi.getter(name="filenameDatetimeFormat")
|
1416
|
+
def filename_datetime_format(self) -> str:
|
1417
|
+
"""
|
1418
|
+
User-provided format string specifying how to represent datetimes in Cloud Storage filenames.
|
1419
|
+
"""
|
1420
|
+
return pulumi.get(self, "filename_datetime_format")
|
1421
|
+
|
1397
1422
|
@property
|
1398
1423
|
@pulumi.getter(name="filenamePrefix")
|
1399
1424
|
def filename_prefix(self) -> str:
|
@@ -1053,7 +1053,8 @@ class Subscription(pulumi.CustomResource):
|
|
1053
1053
|
cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
|
1054
1054
|
bucket=example.name,
|
1055
1055
|
filename_prefix="pre-",
|
1056
|
-
filename_suffix="-
|
1056
|
+
filename_suffix="-_79169",
|
1057
|
+
filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
|
1057
1058
|
max_bytes=1000,
|
1058
1059
|
max_duration="300s",
|
1059
1060
|
),
|
@@ -1084,7 +1085,8 @@ class Subscription(pulumi.CustomResource):
|
|
1084
1085
|
cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
|
1085
1086
|
bucket=example.name,
|
1086
1087
|
filename_prefix="pre-",
|
1087
|
-
filename_suffix="-
|
1088
|
+
filename_suffix="-_56529",
|
1089
|
+
filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
|
1088
1090
|
max_bytes=1000,
|
1089
1091
|
max_duration="300s",
|
1090
1092
|
avro_config=gcp.pubsub.SubscriptionCloudStorageConfigAvroConfigArgs(
|
@@ -1396,7 +1398,8 @@ class Subscription(pulumi.CustomResource):
|
|
1396
1398
|
cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
|
1397
1399
|
bucket=example.name,
|
1398
1400
|
filename_prefix="pre-",
|
1399
|
-
filename_suffix="-
|
1401
|
+
filename_suffix="-_79169",
|
1402
|
+
filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
|
1400
1403
|
max_bytes=1000,
|
1401
1404
|
max_duration="300s",
|
1402
1405
|
),
|
@@ -1427,7 +1430,8 @@ class Subscription(pulumi.CustomResource):
|
|
1427
1430
|
cloud_storage_config=gcp.pubsub.SubscriptionCloudStorageConfigArgs(
|
1428
1431
|
bucket=example.name,
|
1429
1432
|
filename_prefix="pre-",
|
1430
|
-
filename_suffix="-
|
1433
|
+
filename_suffix="-_56529",
|
1434
|
+
filename_datetime_format="YYYY-MM-DD/hh_mm_ssZ",
|
1431
1435
|
max_bytes=1000,
|
1432
1436
|
max_duration="300s",
|
1433
1437
|
avro_config=gcp.pubsub.SubscriptionCloudStorageConfigAvroConfigArgs(
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -118,7 +118,9 @@ def get_instance_iam_policy(instance_id: Optional[str] = None,
|
|
118
118
|
:param str instance_id: The name for the Instance.
|
119
119
|
Used to find the parent resource to bind the IAM policy to
|
120
120
|
:param str location: The location for the Instance.
|
121
|
-
Used to find the parent resource to bind the IAM policy to
|
121
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
122
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
123
|
+
location is specified, it is taken from the provider configuration.
|
122
124
|
:param str project: The ID of the project in which the resource belongs.
|
123
125
|
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.
|
124
126
|
"""
|
@@ -161,7 +163,9 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = No
|
|
161
163
|
:param str instance_id: The name for the Instance.
|
162
164
|
Used to find the parent resource to bind the IAM policy to
|
163
165
|
:param str location: The location for the Instance.
|
164
|
-
Used to find the parent resource to bind the IAM policy to
|
166
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
167
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
168
|
+
location is specified, it is taken from the provider configuration.
|
165
169
|
:param str project: The ID of the project in which the resource belongs.
|
166
170
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
167
171
|
"""
|
pulumi_gcp/sql/_inputs.py
CHANGED
@@ -1692,8 +1692,7 @@ class DatabaseInstanceSettingsMaintenanceWindowArgs:
|
|
1692
1692
|
"""
|
1693
1693
|
:param pulumi.Input[int] day: Day of week (`1-7`), starting on Monday
|
1694
1694
|
:param pulumi.Input[int] hour: Hour of day (`0-23`), ignored if `day` not set
|
1695
|
-
:param pulumi.Input[str] update_track: Receive updates
|
1696
|
-
(`stable`)
|
1695
|
+
:param pulumi.Input[str] update_track: Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
|
1697
1696
|
"""
|
1698
1697
|
if day is not None:
|
1699
1698
|
pulumi.set(__self__, "day", day)
|
@@ -1730,8 +1729,7 @@ class DatabaseInstanceSettingsMaintenanceWindowArgs:
|
|
1730
1729
|
@pulumi.getter(name="updateTrack")
|
1731
1730
|
def update_track(self) -> Optional[pulumi.Input[str]]:
|
1732
1731
|
"""
|
1733
|
-
Receive updates
|
1734
|
-
(`stable`)
|
1732
|
+
Receive updates after one week (`canary`) or after two weeks (`stable`) or after five weeks (`week5`) of notification.
|
1735
1733
|
"""
|
1736
1734
|
return pulumi.get(self, "update_track")
|
1737
1735
|
|