pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.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 +32 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +91 -85
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +31 -33
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/parallelstore/instance.py +215 -15
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
@@ -173,12 +173,12 @@ class _EnterpriseKeyState:
|
|
173
173
|
android_settings: Optional[pulumi.Input['EnterpriseKeyAndroidSettingsArgs']] = None,
|
174
174
|
create_time: Optional[pulumi.Input[str]] = None,
|
175
175
|
display_name: Optional[pulumi.Input[str]] = None,
|
176
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
176
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
177
177
|
ios_settings: Optional[pulumi.Input['EnterpriseKeyIosSettingsArgs']] = None,
|
178
178
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
179
179
|
name: Optional[pulumi.Input[str]] = None,
|
180
180
|
project: Optional[pulumi.Input[str]] = None,
|
181
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
181
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
182
182
|
testing_options: Optional[pulumi.Input['EnterpriseKeyTestingOptionsArgs']] = None,
|
183
183
|
waf_settings: Optional[pulumi.Input['EnterpriseKeyWafSettingsArgs']] = None,
|
184
184
|
web_settings: Optional[pulumi.Input['EnterpriseKeyWebSettingsArgs']] = None):
|
@@ -191,7 +191,7 @@ class _EnterpriseKeyState:
|
|
191
191
|
|
192
192
|
|
193
193
|
- - -
|
194
|
-
:param pulumi.Input[Mapping[str,
|
194
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
195
195
|
:param pulumi.Input['EnterpriseKeyIosSettingsArgs'] ios_settings: Settings for keys that can be used by iOS apps.
|
196
196
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: See [Creating and managing labels](https://cloud.google.com/recaptcha-enterprise/docs/labels).
|
197
197
|
|
@@ -199,7 +199,7 @@ class _EnterpriseKeyState:
|
|
199
199
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
200
200
|
:param pulumi.Input[str] name: The resource id for the Key, which is the same as the Site Key itself.
|
201
201
|
:param pulumi.Input[str] project: The project for the resource
|
202
|
-
:param pulumi.Input[Mapping[str,
|
202
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
203
203
|
:param pulumi.Input['EnterpriseKeyTestingOptionsArgs'] testing_options: Options for user acceptance testing.
|
204
204
|
:param pulumi.Input['EnterpriseKeyWafSettingsArgs'] waf_settings: Settings specific to keys that can be used for WAF (Web Application Firewall).
|
205
205
|
:param pulumi.Input['EnterpriseKeyWebSettingsArgs'] web_settings: Settings for keys that can be used by websites.
|
@@ -271,14 +271,14 @@ class _EnterpriseKeyState:
|
|
271
271
|
|
272
272
|
@property
|
273
273
|
@pulumi.getter(name="effectiveLabels")
|
274
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
274
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
275
275
|
"""
|
276
276
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
277
277
|
"""
|
278
278
|
return pulumi.get(self, "effective_labels")
|
279
279
|
|
280
280
|
@effective_labels.setter
|
281
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
281
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
282
282
|
pulumi.set(self, "effective_labels", value)
|
283
283
|
|
284
284
|
@property
|
@@ -334,14 +334,14 @@ class _EnterpriseKeyState:
|
|
334
334
|
|
335
335
|
@property
|
336
336
|
@pulumi.getter(name="pulumiLabels")
|
337
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
337
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
338
338
|
"""
|
339
339
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
340
340
|
"""
|
341
341
|
return pulumi.get(self, "pulumi_labels")
|
342
342
|
|
343
343
|
@pulumi_labels.setter
|
344
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
344
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
345
345
|
pulumi.set(self, "pulumi_labels", value)
|
346
346
|
|
347
347
|
@property
|
@@ -794,12 +794,12 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
794
794
|
android_settings: Optional[pulumi.Input[Union['EnterpriseKeyAndroidSettingsArgs', 'EnterpriseKeyAndroidSettingsArgsDict']]] = None,
|
795
795
|
create_time: Optional[pulumi.Input[str]] = None,
|
796
796
|
display_name: Optional[pulumi.Input[str]] = None,
|
797
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
797
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
798
798
|
ios_settings: Optional[pulumi.Input[Union['EnterpriseKeyIosSettingsArgs', 'EnterpriseKeyIosSettingsArgsDict']]] = None,
|
799
799
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
800
800
|
name: Optional[pulumi.Input[str]] = None,
|
801
801
|
project: Optional[pulumi.Input[str]] = None,
|
802
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
802
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
803
803
|
testing_options: Optional[pulumi.Input[Union['EnterpriseKeyTestingOptionsArgs', 'EnterpriseKeyTestingOptionsArgsDict']]] = None,
|
804
804
|
waf_settings: Optional[pulumi.Input[Union['EnterpriseKeyWafSettingsArgs', 'EnterpriseKeyWafSettingsArgsDict']]] = None,
|
805
805
|
web_settings: Optional[pulumi.Input[Union['EnterpriseKeyWebSettingsArgs', 'EnterpriseKeyWebSettingsArgsDict']]] = None) -> 'EnterpriseKey':
|
@@ -817,7 +817,7 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
817
817
|
|
818
818
|
|
819
819
|
- - -
|
820
|
-
:param pulumi.Input[Mapping[str,
|
820
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
821
821
|
:param pulumi.Input[Union['EnterpriseKeyIosSettingsArgs', 'EnterpriseKeyIosSettingsArgsDict']] ios_settings: Settings for keys that can be used by iOS apps.
|
822
822
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: See [Creating and managing labels](https://cloud.google.com/recaptcha-enterprise/docs/labels).
|
823
823
|
|
@@ -825,7 +825,7 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
825
825
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
826
826
|
:param pulumi.Input[str] name: The resource id for the Key, which is the same as the Site Key itself.
|
827
827
|
:param pulumi.Input[str] project: The project for the resource
|
828
|
-
:param pulumi.Input[Mapping[str,
|
828
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
829
829
|
:param pulumi.Input[Union['EnterpriseKeyTestingOptionsArgs', 'EnterpriseKeyTestingOptionsArgsDict']] testing_options: Options for user acceptance testing.
|
830
830
|
:param pulumi.Input[Union['EnterpriseKeyWafSettingsArgs', 'EnterpriseKeyWafSettingsArgsDict']] waf_settings: Settings specific to keys that can be used for WAF (Web Application Firewall).
|
831
831
|
:param pulumi.Input[Union['EnterpriseKeyWebSettingsArgs', 'EnterpriseKeyWebSettingsArgsDict']] web_settings: Settings for keys that can be used by websites.
|
@@ -878,7 +878,7 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
878
878
|
|
879
879
|
@property
|
880
880
|
@pulumi.getter(name="effectiveLabels")
|
881
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
881
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
882
882
|
"""
|
883
883
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
884
884
|
"""
|
@@ -921,7 +921,7 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
921
921
|
|
922
922
|
@property
|
923
923
|
@pulumi.getter(name="pulumiLabels")
|
924
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
924
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
925
925
|
"""
|
926
926
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
927
927
|
"""
|
@@ -7,6 +7,7 @@ import typing
|
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .event_threat_detection_custom_module import *
|
9
9
|
from .folder_custom_module import *
|
10
|
+
from .folder_notification_config import *
|
10
11
|
from .get_source_iam_policy import *
|
11
12
|
from .get_v2_organization_source_iam_policy import *
|
12
13
|
from .instance_iam_binding import *
|
@@ -26,6 +27,7 @@ from .source_iam_binding import *
|
|
26
27
|
from .source_iam_member import *
|
27
28
|
from .source_iam_policy import *
|
28
29
|
from .v2_folder_mute_config import *
|
30
|
+
from .v2_folder_notification_config import *
|
29
31
|
from .v2_organization_mute_config import *
|
30
32
|
from .v2_organization_notification_config import *
|
31
33
|
from .v2_organization_source import *
|
@@ -27,6 +27,8 @@ __all__ = [
|
|
27
27
|
'FolderCustomModuleCustomConfigPredicateArgsDict',
|
28
28
|
'FolderCustomModuleCustomConfigResourceSelectorArgs',
|
29
29
|
'FolderCustomModuleCustomConfigResourceSelectorArgsDict',
|
30
|
+
'FolderNotificationConfigStreamingConfigArgs',
|
31
|
+
'FolderNotificationConfigStreamingConfigArgsDict',
|
30
32
|
'InstanceIamBindingConditionArgs',
|
31
33
|
'InstanceIamBindingConditionArgsDict',
|
32
34
|
'InstanceIamMemberConditionArgs',
|
@@ -99,6 +101,8 @@ __all__ = [
|
|
99
101
|
'SourceIamBindingConditionArgsDict',
|
100
102
|
'SourceIamMemberConditionArgs',
|
101
103
|
'SourceIamMemberConditionArgsDict',
|
104
|
+
'V2FolderNotificationConfigStreamingConfigArgs',
|
105
|
+
'V2FolderNotificationConfigStreamingConfigArgsDict',
|
102
106
|
'V2OrganizationNotificationConfigStreamingConfigArgs',
|
103
107
|
'V2OrganizationNotificationConfigStreamingConfigArgsDict',
|
104
108
|
'V2OrganizationSourceIamBindingConditionArgs',
|
@@ -599,6 +603,97 @@ class FolderCustomModuleCustomConfigResourceSelectorArgs:
|
|
599
603
|
pulumi.set(self, "resource_types", value)
|
600
604
|
|
601
605
|
|
606
|
+
if not MYPY:
|
607
|
+
class FolderNotificationConfigStreamingConfigArgsDict(TypedDict):
|
608
|
+
filter: pulumi.Input[str]
|
609
|
+
"""
|
610
|
+
Expression that defines the filter to apply across create/update
|
611
|
+
events of assets or findings as specified by the event type. The
|
612
|
+
expression is a list of zero or more restrictions combined via
|
613
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
614
|
+
has higher precedence than AND.
|
615
|
+
Restrictions have the form <field> <operator> <value> and may have
|
616
|
+
a - character in front of them to indicate negation. The fields
|
617
|
+
map to those defined in the corresponding resource.
|
618
|
+
The supported operators are:
|
619
|
+
* = for all value types.
|
620
|
+
* >, <, >=, <= for integer values.
|
621
|
+
* :, meaning substring matching, for strings.
|
622
|
+
The supported value types are:
|
623
|
+
* string literals in quotes.
|
624
|
+
* integer literals without quotes.
|
625
|
+
* boolean literals true and false without quotes.
|
626
|
+
See
|
627
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
628
|
+
for information on how to write a filter.
|
629
|
+
|
630
|
+
- - -
|
631
|
+
"""
|
632
|
+
elif False:
|
633
|
+
FolderNotificationConfigStreamingConfigArgsDict: TypeAlias = Mapping[str, Any]
|
634
|
+
|
635
|
+
@pulumi.input_type
|
636
|
+
class FolderNotificationConfigStreamingConfigArgs:
|
637
|
+
def __init__(__self__, *,
|
638
|
+
filter: pulumi.Input[str]):
|
639
|
+
"""
|
640
|
+
:param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
|
641
|
+
events of assets or findings as specified by the event type. The
|
642
|
+
expression is a list of zero or more restrictions combined via
|
643
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
644
|
+
has higher precedence than AND.
|
645
|
+
Restrictions have the form <field> <operator> <value> and may have
|
646
|
+
a - character in front of them to indicate negation. The fields
|
647
|
+
map to those defined in the corresponding resource.
|
648
|
+
The supported operators are:
|
649
|
+
* = for all value types.
|
650
|
+
* >, <, >=, <= for integer values.
|
651
|
+
* :, meaning substring matching, for strings.
|
652
|
+
The supported value types are:
|
653
|
+
* string literals in quotes.
|
654
|
+
* integer literals without quotes.
|
655
|
+
* boolean literals true and false without quotes.
|
656
|
+
See
|
657
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
658
|
+
for information on how to write a filter.
|
659
|
+
|
660
|
+
- - -
|
661
|
+
"""
|
662
|
+
pulumi.set(__self__, "filter", filter)
|
663
|
+
|
664
|
+
@property
|
665
|
+
@pulumi.getter
|
666
|
+
def filter(self) -> pulumi.Input[str]:
|
667
|
+
"""
|
668
|
+
Expression that defines the filter to apply across create/update
|
669
|
+
events of assets or findings as specified by the event type. The
|
670
|
+
expression is a list of zero or more restrictions combined via
|
671
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
672
|
+
has higher precedence than AND.
|
673
|
+
Restrictions have the form <field> <operator> <value> and may have
|
674
|
+
a - character in front of them to indicate negation. The fields
|
675
|
+
map to those defined in the corresponding resource.
|
676
|
+
The supported operators are:
|
677
|
+
* = for all value types.
|
678
|
+
* >, <, >=, <= for integer values.
|
679
|
+
* :, meaning substring matching, for strings.
|
680
|
+
The supported value types are:
|
681
|
+
* string literals in quotes.
|
682
|
+
* integer literals without quotes.
|
683
|
+
* boolean literals true and false without quotes.
|
684
|
+
See
|
685
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
686
|
+
for information on how to write a filter.
|
687
|
+
|
688
|
+
- - -
|
689
|
+
"""
|
690
|
+
return pulumi.get(self, "filter")
|
691
|
+
|
692
|
+
@filter.setter
|
693
|
+
def filter(self, value: pulumi.Input[str]):
|
694
|
+
pulumi.set(self, "filter", value)
|
695
|
+
|
696
|
+
|
602
697
|
if not MYPY:
|
603
698
|
class InstanceIamBindingConditionArgsDict(TypedDict):
|
604
699
|
expression: pulumi.Input[str]
|
@@ -3431,6 +3526,97 @@ class SourceIamMemberConditionArgs:
|
|
3431
3526
|
pulumi.set(self, "description", value)
|
3432
3527
|
|
3433
3528
|
|
3529
|
+
if not MYPY:
|
3530
|
+
class V2FolderNotificationConfigStreamingConfigArgsDict(TypedDict):
|
3531
|
+
filter: pulumi.Input[str]
|
3532
|
+
"""
|
3533
|
+
Expression that defines the filter to apply across create/update
|
3534
|
+
events of assets or findings as specified by the event type. The
|
3535
|
+
expression is a list of zero or more restrictions combined via
|
3536
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
3537
|
+
has higher precedence than AND.
|
3538
|
+
Restrictions have the form <field> <operator> <value> and may have
|
3539
|
+
a - character in front of them to indicate negation. The fields
|
3540
|
+
map to those defined in the corresponding resource.
|
3541
|
+
The supported operators are:
|
3542
|
+
* = for all value types.
|
3543
|
+
* >, <, >=, <= for integer values.
|
3544
|
+
* :, meaning substring matching, for strings.
|
3545
|
+
The supported value types are:
|
3546
|
+
* string literals in quotes.
|
3547
|
+
* integer literals without quotes.
|
3548
|
+
* boolean literals true and false without quotes.
|
3549
|
+
See
|
3550
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
3551
|
+
for information on how to write a filter.
|
3552
|
+
|
3553
|
+
- - -
|
3554
|
+
"""
|
3555
|
+
elif False:
|
3556
|
+
V2FolderNotificationConfigStreamingConfigArgsDict: TypeAlias = Mapping[str, Any]
|
3557
|
+
|
3558
|
+
@pulumi.input_type
|
3559
|
+
class V2FolderNotificationConfigStreamingConfigArgs:
|
3560
|
+
def __init__(__self__, *,
|
3561
|
+
filter: pulumi.Input[str]):
|
3562
|
+
"""
|
3563
|
+
:param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
|
3564
|
+
events of assets or findings as specified by the event type. The
|
3565
|
+
expression is a list of zero or more restrictions combined via
|
3566
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
3567
|
+
has higher precedence than AND.
|
3568
|
+
Restrictions have the form <field> <operator> <value> and may have
|
3569
|
+
a - character in front of them to indicate negation. The fields
|
3570
|
+
map to those defined in the corresponding resource.
|
3571
|
+
The supported operators are:
|
3572
|
+
* = for all value types.
|
3573
|
+
* >, <, >=, <= for integer values.
|
3574
|
+
* :, meaning substring matching, for strings.
|
3575
|
+
The supported value types are:
|
3576
|
+
* string literals in quotes.
|
3577
|
+
* integer literals without quotes.
|
3578
|
+
* boolean literals true and false without quotes.
|
3579
|
+
See
|
3580
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
3581
|
+
for information on how to write a filter.
|
3582
|
+
|
3583
|
+
- - -
|
3584
|
+
"""
|
3585
|
+
pulumi.set(__self__, "filter", filter)
|
3586
|
+
|
3587
|
+
@property
|
3588
|
+
@pulumi.getter
|
3589
|
+
def filter(self) -> pulumi.Input[str]:
|
3590
|
+
"""
|
3591
|
+
Expression that defines the filter to apply across create/update
|
3592
|
+
events of assets or findings as specified by the event type. The
|
3593
|
+
expression is a list of zero or more restrictions combined via
|
3594
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
3595
|
+
has higher precedence than AND.
|
3596
|
+
Restrictions have the form <field> <operator> <value> and may have
|
3597
|
+
a - character in front of them to indicate negation. The fields
|
3598
|
+
map to those defined in the corresponding resource.
|
3599
|
+
The supported operators are:
|
3600
|
+
* = for all value types.
|
3601
|
+
* >, <, >=, <= for integer values.
|
3602
|
+
* :, meaning substring matching, for strings.
|
3603
|
+
The supported value types are:
|
3604
|
+
* string literals in quotes.
|
3605
|
+
* integer literals without quotes.
|
3606
|
+
* boolean literals true and false without quotes.
|
3607
|
+
See
|
3608
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
3609
|
+
for information on how to write a filter.
|
3610
|
+
|
3611
|
+
- - -
|
3612
|
+
"""
|
3613
|
+
return pulumi.get(self, "filter")
|
3614
|
+
|
3615
|
+
@filter.setter
|
3616
|
+
def filter(self, value: pulumi.Input[str]):
|
3617
|
+
pulumi.set(self, "filter", value)
|
3618
|
+
|
3619
|
+
|
3434
3620
|
if not MYPY:
|
3435
3621
|
class V2OrganizationNotificationConfigStreamingConfigArgsDict(TypedDict):
|
3436
3622
|
filter: pulumi.Input[str]
|