pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -96,6 +96,17 @@ def get_kms_secret_asymmetric(ciphertext: Optional[_builtins.str] = None,
|
|
96
96
|
crypto_key_version: Optional[_builtins.str] = None,
|
97
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKMSSecretAsymmetricResult:
|
98
98
|
"""
|
99
|
+
This data source allows you to use data encrypted with a Google Cloud KMS asymmetric key
|
100
|
+
within your resource definitions.
|
101
|
+
|
102
|
+
For more information see
|
103
|
+
[the official documentation](https://cloud.google.com/kms/docs/encrypt-decrypt-rsa).
|
104
|
+
|
105
|
+
> **NOTE:** Using this data provider will allow you to conceal secret data within your
|
106
|
+
resource definitions, but it does not take care of protecting that data in the
|
107
|
+
logging output, plan output, or state output. Please take care to secure your secret
|
108
|
+
data outside of resource definitions.
|
109
|
+
|
99
110
|
## Example Usage
|
100
111
|
|
101
112
|
First, create a KMS KeyRing and CryptoKey using the resource definitions:
|
@@ -183,6 +194,17 @@ def get_kms_secret_asymmetric_output(ciphertext: Optional[pulumi.Input[_builtins
|
|
183
194
|
crypto_key_version: Optional[pulumi.Input[_builtins.str]] = None,
|
184
195
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKMSSecretAsymmetricResult]:
|
185
196
|
"""
|
197
|
+
This data source allows you to use data encrypted with a Google Cloud KMS asymmetric key
|
198
|
+
within your resource definitions.
|
199
|
+
|
200
|
+
For more information see
|
201
|
+
[the official documentation](https://cloud.google.com/kms/docs/encrypt-decrypt-rsa).
|
202
|
+
|
203
|
+
> **NOTE:** Using this data provider will allow you to conceal secret data within your
|
204
|
+
resource definitions, but it does not take care of protecting that data in the
|
205
|
+
logging output, plan output, or state output. Please take care to secure your secret
|
206
|
+
data outside of resource definitions.
|
207
|
+
|
186
208
|
## Example Usage
|
187
209
|
|
188
210
|
First, create a KMS KeyRing and CryptoKey using the resource definitions:
|
@@ -33,9 +33,7 @@ class BillingAccountBucketConfigArgs:
|
|
33
33
|
:param pulumi.Input[_builtins.str] billing_account: The parent resource that contains the logging bucket.
|
34
34
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
35
35
|
:param pulumi.Input[_builtins.str] location: The location of the bucket.
|
36
|
-
:param pulumi.Input['BillingAccountBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
37
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
38
|
-
updating the log bucket. Changing the KMS key is allowed.
|
36
|
+
:param pulumi.Input['BillingAccountBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
39
37
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
40
38
|
:param pulumi.Input[Sequence[pulumi.Input['BillingAccountBucketConfigIndexConfigArgs']]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
41
39
|
:param pulumi.Input[_builtins.int] retention_days: Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used. Bucket retention can not be increased on buckets outside of projects.
|
@@ -92,9 +90,7 @@ class BillingAccountBucketConfigArgs:
|
|
92
90
|
@pulumi.getter(name="cmekSettings")
|
93
91
|
def cmek_settings(self) -> Optional[pulumi.Input['BillingAccountBucketConfigCmekSettingsArgs']]:
|
94
92
|
"""
|
95
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
96
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
97
|
-
updating the log bucket. Changing the KMS key is allowed.
|
93
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
98
94
|
"""
|
99
95
|
return pulumi.get(self, "cmek_settings")
|
100
96
|
|
@@ -155,9 +151,7 @@ class _BillingAccountBucketConfigState:
|
|
155
151
|
Input properties used for looking up and filtering BillingAccountBucketConfig resources.
|
156
152
|
:param pulumi.Input[_builtins.str] billing_account: The parent resource that contains the logging bucket.
|
157
153
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
158
|
-
:param pulumi.Input['BillingAccountBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
159
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
160
|
-
updating the log bucket. Changing the KMS key is allowed.
|
154
|
+
:param pulumi.Input['BillingAccountBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
161
155
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
162
156
|
:param pulumi.Input[Sequence[pulumi.Input['BillingAccountBucketConfigIndexConfigArgs']]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
163
157
|
:param pulumi.Input[_builtins.str] lifecycle_state: The bucket's lifecycle such as active or deleted. See [LifecycleState](https://cloud.google.com/logging/docs/reference/v2/rest/v2/billingAccounts.buckets#LogBucket.LifecycleState).
|
@@ -212,9 +206,7 @@ class _BillingAccountBucketConfigState:
|
|
212
206
|
@pulumi.getter(name="cmekSettings")
|
213
207
|
def cmek_settings(self) -> Optional[pulumi.Input['BillingAccountBucketConfigCmekSettingsArgs']]:
|
214
208
|
"""
|
215
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
216
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
217
|
-
updating the log bucket. Changing the KMS key is allowed.
|
209
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
218
210
|
"""
|
219
211
|
return pulumi.get(self, "cmek_settings")
|
220
212
|
|
@@ -348,9 +340,7 @@ class BillingAccountBucketConfig(pulumi.CustomResource):
|
|
348
340
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
349
341
|
:param pulumi.Input[_builtins.str] billing_account: The parent resource that contains the logging bucket.
|
350
342
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
351
|
-
:param pulumi.Input[Union['BillingAccountBucketConfigCmekSettingsArgs', 'BillingAccountBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
352
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
353
|
-
updating the log bucket. Changing the KMS key is allowed.
|
343
|
+
:param pulumi.Input[Union['BillingAccountBucketConfigCmekSettingsArgs', 'BillingAccountBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
354
344
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
355
345
|
:param pulumi.Input[Sequence[pulumi.Input[Union['BillingAccountBucketConfigIndexConfigArgs', 'BillingAccountBucketConfigIndexConfigArgsDict']]]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
356
346
|
:param pulumi.Input[_builtins.str] location: The location of the bucket.
|
@@ -471,9 +461,7 @@ class BillingAccountBucketConfig(pulumi.CustomResource):
|
|
471
461
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
472
462
|
:param pulumi.Input[_builtins.str] billing_account: The parent resource that contains the logging bucket.
|
473
463
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
474
|
-
:param pulumi.Input[Union['BillingAccountBucketConfigCmekSettingsArgs', 'BillingAccountBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
475
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
476
|
-
updating the log bucket. Changing the KMS key is allowed.
|
464
|
+
:param pulumi.Input[Union['BillingAccountBucketConfigCmekSettingsArgs', 'BillingAccountBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
477
465
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
478
466
|
:param pulumi.Input[Sequence[pulumi.Input[Union['BillingAccountBucketConfigIndexConfigArgs', 'BillingAccountBucketConfigIndexConfigArgsDict']]]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
479
467
|
:param pulumi.Input[_builtins.str] lifecycle_state: The bucket's lifecycle such as active or deleted. See [LifecycleState](https://cloud.google.com/logging/docs/reference/v2/rest/v2/billingAccounts.buckets#LogBucket.LifecycleState).
|
@@ -516,9 +504,7 @@ class BillingAccountBucketConfig(pulumi.CustomResource):
|
|
516
504
|
@pulumi.getter(name="cmekSettings")
|
517
505
|
def cmek_settings(self) -> pulumi.Output[Optional['outputs.BillingAccountBucketConfigCmekSettings']]:
|
518
506
|
"""
|
519
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
520
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
521
|
-
updating the log bucket. Changing the KMS key is allowed.
|
507
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
522
508
|
"""
|
523
509
|
return pulumi.get(self, "cmek_settings")
|
524
510
|
|
@@ -33,9 +33,7 @@ class FolderBucketConfigArgs:
|
|
33
33
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
34
34
|
:param pulumi.Input[_builtins.str] folder: The parent resource that contains the logging bucket.
|
35
35
|
:param pulumi.Input[_builtins.str] location: The location of the bucket.
|
36
|
-
:param pulumi.Input['FolderBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
37
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
38
|
-
updating the log bucket. Changing the KMS key is allowed.
|
36
|
+
:param pulumi.Input['FolderBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
39
37
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
40
38
|
:param pulumi.Input[Sequence[pulumi.Input['FolderBucketConfigIndexConfigArgs']]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
41
39
|
:param pulumi.Input[_builtins.int] retention_days: Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used. Bucket retention can not be increased on buckets outside of projects.
|
@@ -92,9 +90,7 @@ class FolderBucketConfigArgs:
|
|
92
90
|
@pulumi.getter(name="cmekSettings")
|
93
91
|
def cmek_settings(self) -> Optional[pulumi.Input['FolderBucketConfigCmekSettingsArgs']]:
|
94
92
|
"""
|
95
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
96
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
97
|
-
updating the log bucket. Changing the KMS key is allowed.
|
93
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
98
94
|
"""
|
99
95
|
return pulumi.get(self, "cmek_settings")
|
100
96
|
|
@@ -154,9 +150,7 @@ class _FolderBucketConfigState:
|
|
154
150
|
"""
|
155
151
|
Input properties used for looking up and filtering FolderBucketConfig resources.
|
156
152
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
157
|
-
:param pulumi.Input['FolderBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
158
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
159
|
-
updating the log bucket. Changing the KMS key is allowed.
|
153
|
+
:param pulumi.Input['FolderBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
160
154
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
161
155
|
:param pulumi.Input[_builtins.str] folder: The parent resource that contains the logging bucket.
|
162
156
|
:param pulumi.Input[Sequence[pulumi.Input['FolderBucketConfigIndexConfigArgs']]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
@@ -200,9 +194,7 @@ class _FolderBucketConfigState:
|
|
200
194
|
@pulumi.getter(name="cmekSettings")
|
201
195
|
def cmek_settings(self) -> Optional[pulumi.Input['FolderBucketConfigCmekSettingsArgs']]:
|
202
196
|
"""
|
203
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
204
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
205
|
-
updating the log bucket. Changing the KMS key is allowed.
|
197
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
206
198
|
"""
|
207
199
|
return pulumi.get(self, "cmek_settings")
|
208
200
|
|
@@ -351,9 +343,7 @@ class FolderBucketConfig(pulumi.CustomResource):
|
|
351
343
|
:param str resource_name: The name of the resource.
|
352
344
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
353
345
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
354
|
-
:param pulumi.Input[Union['FolderBucketConfigCmekSettingsArgs', 'FolderBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
355
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
356
|
-
updating the log bucket. Changing the KMS key is allowed.
|
346
|
+
:param pulumi.Input[Union['FolderBucketConfigCmekSettingsArgs', 'FolderBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
357
347
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
358
348
|
:param pulumi.Input[_builtins.str] folder: The parent resource that contains the logging bucket.
|
359
349
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FolderBucketConfigIndexConfigArgs', 'FolderBucketConfigIndexConfigArgsDict']]]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
@@ -478,9 +468,7 @@ class FolderBucketConfig(pulumi.CustomResource):
|
|
478
468
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
479
469
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
480
470
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
481
|
-
:param pulumi.Input[Union['FolderBucketConfigCmekSettingsArgs', 'FolderBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
482
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
483
|
-
updating the log bucket. Changing the KMS key is allowed.
|
471
|
+
:param pulumi.Input[Union['FolderBucketConfigCmekSettingsArgs', 'FolderBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
484
472
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
485
473
|
:param pulumi.Input[_builtins.str] folder: The parent resource that contains the logging bucket.
|
486
474
|
:param pulumi.Input[Sequence[pulumi.Input[Union['FolderBucketConfigIndexConfigArgs', 'FolderBucketConfigIndexConfigArgsDict']]]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
@@ -516,9 +504,7 @@ class FolderBucketConfig(pulumi.CustomResource):
|
|
516
504
|
@pulumi.getter(name="cmekSettings")
|
517
505
|
def cmek_settings(self) -> pulumi.Output[Optional['outputs.FolderBucketConfigCmekSettings']]:
|
518
506
|
"""
|
519
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
520
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
521
|
-
updating the log bucket. Changing the KMS key is allowed.
|
507
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
522
508
|
"""
|
523
509
|
return pulumi.get(self, "cmek_settings")
|
524
510
|
|
@@ -33,9 +33,7 @@ class OrganizationBucketConfigArgs:
|
|
33
33
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
34
34
|
:param pulumi.Input[_builtins.str] location: The location of the bucket. The supported locations are: "global" "us-central1"
|
35
35
|
:param pulumi.Input[_builtins.str] organization: The parent resource that contains the logging bucket.
|
36
|
-
:param pulumi.Input['OrganizationBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
37
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
38
|
-
updating the log bucket. Changing the KMS key is allowed.
|
36
|
+
:param pulumi.Input['OrganizationBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
39
37
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
40
38
|
:param pulumi.Input[Sequence[pulumi.Input['OrganizationBucketConfigIndexConfigArgs']]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
41
39
|
:param pulumi.Input[_builtins.int] retention_days: Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used. Bucket retention can not be increased on buckets outside of projects.
|
@@ -92,9 +90,7 @@ class OrganizationBucketConfigArgs:
|
|
92
90
|
@pulumi.getter(name="cmekSettings")
|
93
91
|
def cmek_settings(self) -> Optional[pulumi.Input['OrganizationBucketConfigCmekSettingsArgs']]:
|
94
92
|
"""
|
95
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
96
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
97
|
-
updating the log bucket. Changing the KMS key is allowed.
|
93
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
98
94
|
"""
|
99
95
|
return pulumi.get(self, "cmek_settings")
|
100
96
|
|
@@ -154,9 +150,7 @@ class _OrganizationBucketConfigState:
|
|
154
150
|
"""
|
155
151
|
Input properties used for looking up and filtering OrganizationBucketConfig resources.
|
156
152
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
157
|
-
:param pulumi.Input['OrganizationBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
158
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
159
|
-
updating the log bucket. Changing the KMS key is allowed.
|
153
|
+
:param pulumi.Input['OrganizationBucketConfigCmekSettingsArgs'] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
160
154
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
161
155
|
:param pulumi.Input[Sequence[pulumi.Input['OrganizationBucketConfigIndexConfigArgs']]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
162
156
|
:param pulumi.Input[_builtins.str] lifecycle_state: The bucket's lifecycle such as active or deleted. See [LifecycleState](https://cloud.google.com/logging/docs/reference/v2/rest/v2/billingAccounts.buckets#LogBucket.LifecycleState).
|
@@ -200,9 +194,7 @@ class _OrganizationBucketConfigState:
|
|
200
194
|
@pulumi.getter(name="cmekSettings")
|
201
195
|
def cmek_settings(self) -> Optional[pulumi.Input['OrganizationBucketConfigCmekSettingsArgs']]:
|
202
196
|
"""
|
203
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
204
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
205
|
-
updating the log bucket. Changing the KMS key is allowed.
|
197
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
206
198
|
"""
|
207
199
|
return pulumi.get(self, "cmek_settings")
|
208
200
|
|
@@ -349,9 +341,7 @@ class OrganizationBucketConfig(pulumi.CustomResource):
|
|
349
341
|
:param str resource_name: The name of the resource.
|
350
342
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
351
343
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
352
|
-
:param pulumi.Input[Union['OrganizationBucketConfigCmekSettingsArgs', 'OrganizationBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
353
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
354
|
-
updating the log bucket. Changing the KMS key is allowed.
|
344
|
+
:param pulumi.Input[Union['OrganizationBucketConfigCmekSettingsArgs', 'OrganizationBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
355
345
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
356
346
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OrganizationBucketConfigIndexConfigArgs', 'OrganizationBucketConfigIndexConfigArgsDict']]]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
357
347
|
:param pulumi.Input[_builtins.str] location: The location of the bucket. The supported locations are: "global" "us-central1"
|
@@ -474,9 +464,7 @@ class OrganizationBucketConfig(pulumi.CustomResource):
|
|
474
464
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
475
465
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
476
466
|
:param pulumi.Input[_builtins.str] bucket_id: The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.
|
477
|
-
:param pulumi.Input[Union['OrganizationBucketConfigCmekSettingsArgs', 'OrganizationBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
478
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
479
|
-
updating the log bucket. Changing the KMS key is allowed.
|
467
|
+
:param pulumi.Input[Union['OrganizationBucketConfigCmekSettingsArgs', 'OrganizationBucketConfigCmekSettingsArgsDict']] cmek_settings: The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
480
468
|
:param pulumi.Input[_builtins.str] description: Describes this bucket.
|
481
469
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OrganizationBucketConfigIndexConfigArgs', 'OrganizationBucketConfigIndexConfigArgsDict']]]] index_configs: A list of indexed fields and related configuration data. Structure is documented below.
|
482
470
|
:param pulumi.Input[_builtins.str] lifecycle_state: The bucket's lifecycle such as active or deleted. See [LifecycleState](https://cloud.google.com/logging/docs/reference/v2/rest/v2/billingAccounts.buckets#LogBucket.LifecycleState).
|
@@ -512,9 +500,7 @@ class OrganizationBucketConfig(pulumi.CustomResource):
|
|
512
500
|
@pulumi.getter(name="cmekSettings")
|
513
501
|
def cmek_settings(self) -> pulumi.Output[Optional['outputs.OrganizationBucketConfigCmekSettings']]:
|
514
502
|
"""
|
515
|
-
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK
|
516
|
-
key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by
|
517
|
-
updating the log bucket. Changing the KMS key is allowed.
|
503
|
+
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
|
518
504
|
"""
|
519
505
|
return pulumi.get(self, "cmek_settings")
|
520
506
|
|
@@ -50,7 +50,7 @@ class OrganizationSinkArgs:
|
|
50
50
|
:param pulumi.Input[_builtins.str] filter: The filter to apply when exporting logs. Only log entries that match the filter are exported.
|
51
51
|
See [Advanced Log Filters](https://cloud.google.com/logging/docs/view/advanced_filters) for information on how to
|
52
52
|
write a filter.
|
53
|
-
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include
|
53
|
+
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include child folders or projects in the sink export. If true, logs
|
54
54
|
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
|
55
55
|
:param pulumi.Input[_builtins.bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not
|
56
56
|
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
|
@@ -173,7 +173,7 @@ class OrganizationSinkArgs:
|
|
173
173
|
@pulumi.getter(name="includeChildren")
|
174
174
|
def include_children(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
175
175
|
"""
|
176
|
-
Whether or not to include
|
176
|
+
Whether or not to include child folders or projects in the sink export. If true, logs
|
177
177
|
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
|
178
178
|
"""
|
179
179
|
return pulumi.get(self, "include_children")
|
@@ -240,7 +240,7 @@ class _OrganizationSinkState:
|
|
240
240
|
:param pulumi.Input[_builtins.str] filter: The filter to apply when exporting logs. Only log entries that match the filter are exported.
|
241
241
|
See [Advanced Log Filters](https://cloud.google.com/logging/docs/view/advanced_filters) for information on how to
|
242
242
|
write a filter.
|
243
|
-
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include
|
243
|
+
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include child folders or projects in the sink export. If true, logs
|
244
244
|
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
|
245
245
|
:param pulumi.Input[_builtins.bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not
|
246
246
|
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
|
@@ -358,7 +358,7 @@ class _OrganizationSinkState:
|
|
358
358
|
@pulumi.getter(name="includeChildren")
|
359
359
|
def include_children(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
360
360
|
"""
|
361
|
-
Whether or not to include
|
361
|
+
Whether or not to include child folders or projects in the sink export. If true, logs
|
362
362
|
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
|
363
363
|
"""
|
364
364
|
return pulumi.get(self, "include_children")
|
@@ -492,7 +492,7 @@ class OrganizationSink(pulumi.CustomResource):
|
|
492
492
|
:param pulumi.Input[_builtins.str] filter: The filter to apply when exporting logs. Only log entries that match the filter are exported.
|
493
493
|
See [Advanced Log Filters](https://cloud.google.com/logging/docs/view/advanced_filters) for information on how to
|
494
494
|
write a filter.
|
495
|
-
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include
|
495
|
+
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include child folders or projects in the sink export. If true, logs
|
496
496
|
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
|
497
497
|
:param pulumi.Input[_builtins.bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not
|
498
498
|
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
|
@@ -637,7 +637,7 @@ class OrganizationSink(pulumi.CustomResource):
|
|
637
637
|
:param pulumi.Input[_builtins.str] filter: The filter to apply when exporting logs. Only log entries that match the filter are exported.
|
638
638
|
See [Advanced Log Filters](https://cloud.google.com/logging/docs/view/advanced_filters) for information on how to
|
639
639
|
write a filter.
|
640
|
-
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include
|
640
|
+
:param pulumi.Input[_builtins.bool] include_children: Whether or not to include child folders or projects in the sink export. If true, logs
|
641
641
|
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
|
642
642
|
:param pulumi.Input[_builtins.bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not
|
643
643
|
match with sinks in child resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
|
@@ -725,7 +725,7 @@ class OrganizationSink(pulumi.CustomResource):
|
|
725
725
|
@pulumi.getter(name="includeChildren")
|
726
726
|
def include_children(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
727
727
|
"""
|
728
|
-
Whether or not to include
|
728
|
+
Whether or not to include child folders or projects in the sink export. If true, logs
|
729
729
|
associated with child projects are also exported; otherwise only logs relating to the provided organization are included.
|
730
730
|
"""
|
731
731
|
return pulumi.get(self, "include_children")
|
@@ -386,6 +386,8 @@ class ConnectCluster(pulumi.CustomResource):
|
|
386
386
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
387
387
|
__props__=None):
|
388
388
|
"""
|
389
|
+
A Managed Service for Kafka Connect cluster.
|
390
|
+
|
389
391
|
## Example Usage
|
390
392
|
|
391
393
|
### Managedkafka Connect Cluster Basic
|
@@ -514,6 +516,8 @@ class ConnectCluster(pulumi.CustomResource):
|
|
514
516
|
args: ConnectClusterArgs,
|
515
517
|
opts: Optional[pulumi.ResourceOptions] = None):
|
516
518
|
"""
|
519
|
+
A Managed Service for Kafka Connect cluster.
|
520
|
+
|
517
521
|
## Example Usage
|
518
522
|
|
519
523
|
### Managedkafka Connect Cluster Basic
|
@@ -277,6 +277,8 @@ class Connector(pulumi.CustomResource):
|
|
277
277
|
task_restart_policy: Optional[pulumi.Input[Union['ConnectorTaskRestartPolicyArgs', 'ConnectorTaskRestartPolicyArgsDict']]] = None,
|
278
278
|
__props__=None):
|
279
279
|
"""
|
280
|
+
A Managed Service for Kafka Connect Connectors.
|
281
|
+
|
280
282
|
## Example Usage
|
281
283
|
|
282
284
|
### Managedkafka Connector Basic
|
@@ -433,6 +435,8 @@ class Connector(pulumi.CustomResource):
|
|
433
435
|
args: ConnectorArgs,
|
434
436
|
opts: Optional[pulumi.ResourceOptions] = None):
|
435
437
|
"""
|
438
|
+
A Managed Service for Kafka Connect Connectors.
|
439
|
+
|
436
440
|
## Example Usage
|
437
441
|
|
438
442
|
### Managedkafka Connector Basic
|
@@ -65,7 +65,7 @@ class InstanceArgs:
|
|
65
65
|
Structure is documented below.
|
66
66
|
:param pulumi.Input[_builtins.bool] deletion_protection_enabled: Optional. If set to true deletion of the instance will fail.
|
67
67
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceDesiredAutoCreatedEndpointArgs']]] desired_auto_created_endpoints: Immutable. User inputs for the auto-created endpoints connections.
|
68
|
-
:param pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead
|
68
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead `pulumi import` will only work with desired_auto_created_endpoints`.
|
69
69
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] engine_configs: Optional. User-provided engine configurations for the instance.
|
70
70
|
:param pulumi.Input[_builtins.str] engine_version: Optional. Engine version of the instance.
|
71
71
|
:param pulumi.Input['InstanceGcsSourceArgs'] gcs_source: GCS source for the instance.
|
@@ -115,8 +115,8 @@ class InstanceArgs:
|
|
115
115
|
if desired_auto_created_endpoints is not None:
|
116
116
|
pulumi.set(__self__, "desired_auto_created_endpoints", desired_auto_created_endpoints)
|
117
117
|
if desired_psc_auto_connections is not None:
|
118
|
-
warnings.warn("""`desired_psc_auto_connections` is deprecated
|
119
|
-
pulumi.log.warn("""desired_psc_auto_connections is deprecated: `desired_psc_auto_connections` is deprecated
|
118
|
+
warnings.warn("""`desired_psc_auto_connections` is deprecated. Use `desired_auto_created_endpoints` instead. `terraform import` will only work with desired_auto_created_endpoints`.""", DeprecationWarning)
|
119
|
+
pulumi.log.warn("""desired_psc_auto_connections is deprecated: `desired_psc_auto_connections` is deprecated. Use `desired_auto_created_endpoints` instead. `terraform import` will only work with desired_auto_created_endpoints`.""")
|
120
120
|
if desired_psc_auto_connections is not None:
|
121
121
|
pulumi.set(__self__, "desired_psc_auto_connections", desired_psc_auto_connections)
|
122
122
|
if engine_configs is not None:
|
@@ -257,10 +257,10 @@ class InstanceArgs:
|
|
257
257
|
|
258
258
|
@_builtins.property
|
259
259
|
@pulumi.getter(name="desiredPscAutoConnections")
|
260
|
-
@_utilities.deprecated("""`desired_psc_auto_connections` is deprecated
|
260
|
+
@_utilities.deprecated("""`desired_psc_auto_connections` is deprecated. Use `desired_auto_created_endpoints` instead. `terraform import` will only work with desired_auto_created_endpoints`.""")
|
261
261
|
def desired_psc_auto_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]]]:
|
262
262
|
"""
|
263
|
-
`desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead
|
263
|
+
`desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead `pulumi import` will only work with desired_auto_created_endpoints`.
|
264
264
|
"""
|
265
265
|
return pulumi.get(self, "desired_psc_auto_connections")
|
266
266
|
|
@@ -513,7 +513,7 @@ class _InstanceState:
|
|
513
513
|
Structure is documented below.
|
514
514
|
:param pulumi.Input[_builtins.bool] deletion_protection_enabled: Optional. If set to true deletion of the instance will fail.
|
515
515
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceDesiredAutoCreatedEndpointArgs']]] desired_auto_created_endpoints: Immutable. User inputs for the auto-created endpoints connections.
|
516
|
-
:param pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead
|
516
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead `pulumi import` will only work with desired_auto_created_endpoints`.
|
517
517
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceDiscoveryEndpointArgs']]] discovery_endpoints: (Deprecated)
|
518
518
|
Deprecated. Output only. Endpoints clients can connect to the instance through.
|
519
519
|
Structure is documented below.
|
@@ -605,8 +605,8 @@ class _InstanceState:
|
|
605
605
|
if desired_auto_created_endpoints is not None:
|
606
606
|
pulumi.set(__self__, "desired_auto_created_endpoints", desired_auto_created_endpoints)
|
607
607
|
if desired_psc_auto_connections is not None:
|
608
|
-
warnings.warn("""`desired_psc_auto_connections` is deprecated
|
609
|
-
pulumi.log.warn("""desired_psc_auto_connections is deprecated: `desired_psc_auto_connections` is deprecated
|
608
|
+
warnings.warn("""`desired_psc_auto_connections` is deprecated. Use `desired_auto_created_endpoints` instead. `terraform import` will only work with desired_auto_created_endpoints`.""", DeprecationWarning)
|
609
|
+
pulumi.log.warn("""desired_psc_auto_connections is deprecated: `desired_psc_auto_connections` is deprecated. Use `desired_auto_created_endpoints` instead. `terraform import` will only work with desired_auto_created_endpoints`.""")
|
610
610
|
if desired_psc_auto_connections is not None:
|
611
611
|
pulumi.set(__self__, "desired_psc_auto_connections", desired_psc_auto_connections)
|
612
612
|
if discovery_endpoints is not None:
|
@@ -769,10 +769,10 @@ class _InstanceState:
|
|
769
769
|
|
770
770
|
@_builtins.property
|
771
771
|
@pulumi.getter(name="desiredPscAutoConnections")
|
772
|
-
@_utilities.deprecated("""`desired_psc_auto_connections` is deprecated
|
772
|
+
@_utilities.deprecated("""`desired_psc_auto_connections` is deprecated. Use `desired_auto_created_endpoints` instead. `terraform import` will only work with desired_auto_created_endpoints`.""")
|
773
773
|
def desired_psc_auto_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]]]:
|
774
774
|
"""
|
775
|
-
`desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead
|
775
|
+
`desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead `pulumi import` will only work with desired_auto_created_endpoints`.
|
776
776
|
"""
|
777
777
|
return pulumi.get(self, "desired_psc_auto_connections")
|
778
778
|
|
@@ -1545,7 +1545,7 @@ class Instance(pulumi.CustomResource):
|
|
1545
1545
|
Structure is documented below.
|
1546
1546
|
:param pulumi.Input[_builtins.bool] deletion_protection_enabled: Optional. If set to true deletion of the instance will fail.
|
1547
1547
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredAutoCreatedEndpointArgs', 'InstanceDesiredAutoCreatedEndpointArgsDict']]]] desired_auto_created_endpoints: Immutable. User inputs for the auto-created endpoints connections.
|
1548
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredPscAutoConnectionArgs', 'InstanceDesiredPscAutoConnectionArgsDict']]]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead
|
1548
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredPscAutoConnectionArgs', 'InstanceDesiredPscAutoConnectionArgsDict']]]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead `pulumi import` will only work with desired_auto_created_endpoints`.
|
1549
1549
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] engine_configs: Optional. User-provided engine configurations for the instance.
|
1550
1550
|
:param pulumi.Input[_builtins.str] engine_version: Optional. Engine version of the instance.
|
1551
1551
|
:param pulumi.Input[Union['InstanceGcsSourceArgs', 'InstanceGcsSourceArgsDict']] gcs_source: GCS source for the instance.
|
@@ -2064,7 +2064,7 @@ class Instance(pulumi.CustomResource):
|
|
2064
2064
|
Structure is documented below.
|
2065
2065
|
:param pulumi.Input[_builtins.bool] deletion_protection_enabled: Optional. If set to true deletion of the instance will fail.
|
2066
2066
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredAutoCreatedEndpointArgs', 'InstanceDesiredAutoCreatedEndpointArgsDict']]]] desired_auto_created_endpoints: Immutable. User inputs for the auto-created endpoints connections.
|
2067
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredPscAutoConnectionArgs', 'InstanceDesiredPscAutoConnectionArgsDict']]]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead
|
2067
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredPscAutoConnectionArgs', 'InstanceDesiredPscAutoConnectionArgsDict']]]] desired_psc_auto_connections: `desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead `pulumi import` will only work with desired_auto_created_endpoints`.
|
2068
2068
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceDiscoveryEndpointArgs', 'InstanceDiscoveryEndpointArgsDict']]]] discovery_endpoints: (Deprecated)
|
2069
2069
|
Deprecated. Output only. Endpoints clients can connect to the instance through.
|
2070
2070
|
Structure is documented below.
|
@@ -2249,10 +2249,10 @@ class Instance(pulumi.CustomResource):
|
|
2249
2249
|
|
2250
2250
|
@_builtins.property
|
2251
2251
|
@pulumi.getter(name="desiredPscAutoConnections")
|
2252
|
-
@_utilities.deprecated("""`desired_psc_auto_connections` is deprecated
|
2252
|
+
@_utilities.deprecated("""`desired_psc_auto_connections` is deprecated. Use `desired_auto_created_endpoints` instead. `terraform import` will only work with desired_auto_created_endpoints`.""")
|
2253
2253
|
def desired_psc_auto_connections(self) -> pulumi.Output[Optional[Sequence['outputs.InstanceDesiredPscAutoConnection']]]:
|
2254
2254
|
"""
|
2255
|
-
`desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead
|
2255
|
+
`desired_psc_auto_connections` is deprecated Use `desired_auto_created_endpoints` instead `pulumi import` will only work with desired_auto_created_endpoints`.
|
2256
2256
|
"""
|
2257
2257
|
return pulumi.get(self, "desired_psc_auto_connections")
|
2258
2258
|
|
@@ -23,8 +23,7 @@ class DashboardArgs:
|
|
23
23
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
24
24
|
"""
|
25
25
|
The set of arguments for constructing a Dashboard resource.
|
26
|
-
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at
|
27
|
-
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
26
|
+
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
28
27
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
29
28
|
If it is not provided, the provider project is used.
|
30
29
|
"""
|
@@ -36,8 +35,7 @@ class DashboardArgs:
|
|
36
35
|
@pulumi.getter(name="dashboardJson")
|
37
36
|
def dashboard_json(self) -> pulumi.Input[_builtins.str]:
|
38
37
|
"""
|
39
|
-
The JSON representation of a dashboard, following the format at
|
40
|
-
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
38
|
+
The JSON representation of a dashboard, following the format at https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
41
39
|
"""
|
42
40
|
return pulumi.get(self, "dashboard_json")
|
43
41
|
|
@@ -66,8 +64,7 @@ class _DashboardState:
|
|
66
64
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
67
65
|
"""
|
68
66
|
Input properties used for looking up and filtering Dashboard resources.
|
69
|
-
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at
|
70
|
-
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
67
|
+
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
71
68
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
72
69
|
If it is not provided, the provider project is used.
|
73
70
|
"""
|
@@ -80,8 +77,7 @@ class _DashboardState:
|
|
80
77
|
@pulumi.getter(name="dashboardJson")
|
81
78
|
def dashboard_json(self) -> Optional[pulumi.Input[_builtins.str]]:
|
82
79
|
"""
|
83
|
-
The JSON representation of a dashboard, following the format at
|
84
|
-
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
80
|
+
The JSON representation of a dashboard, following the format at https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
85
81
|
"""
|
86
82
|
return pulumi.get(self, "dashboard_json")
|
87
83
|
|
@@ -231,8 +227,7 @@ class Dashboard(pulumi.CustomResource):
|
|
231
227
|
|
232
228
|
:param str resource_name: The name of the resource.
|
233
229
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
234
|
-
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at
|
235
|
-
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
230
|
+
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
236
231
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
237
232
|
If it is not provided, the provider project is used.
|
238
233
|
"""
|
@@ -408,8 +403,7 @@ class Dashboard(pulumi.CustomResource):
|
|
408
403
|
:param str resource_name: The unique name of the resulting resource.
|
409
404
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
410
405
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
411
|
-
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at
|
412
|
-
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
406
|
+
:param pulumi.Input[_builtins.str] dashboard_json: The JSON representation of a dashboard, following the format at https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
413
407
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
414
408
|
If it is not provided, the provider project is used.
|
415
409
|
"""
|
@@ -425,8 +419,7 @@ class Dashboard(pulumi.CustomResource):
|
|
425
419
|
@pulumi.getter(name="dashboardJson")
|
426
420
|
def dashboard_json(self) -> pulumi.Output[_builtins.str]:
|
427
421
|
"""
|
428
|
-
The JSON representation of a dashboard, following the format at
|
429
|
-
https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
422
|
+
The JSON representation of a dashboard, following the format at https://cloud.google.com/monitoring/api/ref_v3/rest/v1/projects.dashboards.
|
430
423
|
"""
|
431
424
|
return pulumi.get(self, "dashboard_json")
|
432
425
|
|