pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.14.0a1736952890__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +2 -0
- pulumi_gcp/chronicle/_inputs.py +388 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +322 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/compute/_inputs.py +33 -33
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/outputs.py +22 -22
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/RECORD +62 -58
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/top_level.txt +0 -0
@@ -385,7 +385,7 @@ class BlockchainNodesEthereumDetailsGethDetails(dict):
|
|
385
385
|
:param str garbage_collection_mode: Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
|
386
386
|
Possible values are: `FULL`, `ARCHIVE`.
|
387
387
|
|
388
|
-
<a name="
|
388
|
+
<a name="nested_ethereum_details_additional_endpoints"></a>The `additional_endpoints` block contains:
|
389
389
|
"""
|
390
390
|
if garbage_collection_mode is not None:
|
391
391
|
pulumi.set(__self__, "garbage_collection_mode", garbage_collection_mode)
|
@@ -397,7 +397,7 @@ class BlockchainNodesEthereumDetailsGethDetails(dict):
|
|
397
397
|
Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
|
398
398
|
Possible values are: `FULL`, `ARCHIVE`.
|
399
399
|
|
400
|
-
<a name="
|
400
|
+
<a name="nested_ethereum_details_additional_endpoints"></a>The `additional_endpoints` block contains:
|
401
401
|
"""
|
402
402
|
return pulumi.get(self, "garbage_collection_mode")
|
403
403
|
|
@@ -669,7 +669,7 @@ if not MYPY:
|
|
669
669
|
"""
|
670
670
|
The value of the KeyId in lowercase hexadecimal.
|
671
671
|
|
672
|
-
<a name="
|
672
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
673
673
|
"""
|
674
674
|
elif False:
|
675
675
|
AuthorityConfigSubjectKeyIdArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -681,7 +681,7 @@ class AuthorityConfigSubjectKeyIdArgs:
|
|
681
681
|
"""
|
682
682
|
:param pulumi.Input[str] key_id: The value of the KeyId in lowercase hexadecimal.
|
683
683
|
|
684
|
-
<a name="
|
684
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
685
685
|
"""
|
686
686
|
if key_id is not None:
|
687
687
|
pulumi.set(__self__, "key_id", key_id)
|
@@ -692,7 +692,7 @@ class AuthorityConfigSubjectKeyIdArgs:
|
|
692
692
|
"""
|
693
693
|
The value of the KeyId in lowercase hexadecimal.
|
694
694
|
|
695
|
-
<a name="
|
695
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
696
696
|
"""
|
697
697
|
return pulumi.get(self, "key_id")
|
698
698
|
|
@@ -5774,7 +5774,7 @@ if not MYPY:
|
|
5774
5774
|
Structure is documented below.
|
5775
5775
|
|
5776
5776
|
|
5777
|
-
<a name="
|
5777
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
5778
5778
|
"""
|
5779
5779
|
subject_config: pulumi.Input['CertificateConfigSubjectConfigArgsDict']
|
5780
5780
|
"""
|
@@ -5806,7 +5806,7 @@ class CertificateConfigArgs:
|
|
5806
5806
|
Structure is documented below.
|
5807
5807
|
|
5808
5808
|
|
5809
|
-
<a name="
|
5809
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
5810
5810
|
:param pulumi.Input['CertificateConfigSubjectConfigArgs'] subject_config: Specifies some of the values in a certificate that are related to the subject.
|
5811
5811
|
Structure is documented below.
|
5812
5812
|
:param pulumi.Input['CertificateConfigX509ConfigArgs'] x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
|
@@ -5828,7 +5828,7 @@ class CertificateConfigArgs:
|
|
5828
5828
|
Structure is documented below.
|
5829
5829
|
|
5830
5830
|
|
5831
|
-
<a name="
|
5831
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
5832
5832
|
"""
|
5833
5833
|
return pulumi.get(self, "public_key")
|
5834
5834
|
|
@@ -531,7 +531,7 @@ class AuthorityConfigSubjectKeyId(dict):
|
|
531
531
|
"""
|
532
532
|
:param str key_id: The value of the KeyId in lowercase hexadecimal.
|
533
533
|
|
534
|
-
<a name="
|
534
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
535
535
|
"""
|
536
536
|
if key_id is not None:
|
537
537
|
pulumi.set(__self__, "key_id", key_id)
|
@@ -542,7 +542,7 @@ class AuthorityConfigSubjectKeyId(dict):
|
|
542
542
|
"""
|
543
543
|
The value of the KeyId in lowercase hexadecimal.
|
544
544
|
|
545
|
-
<a name="
|
545
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
546
546
|
"""
|
547
547
|
return pulumi.get(self, "key_id")
|
548
548
|
|
@@ -4699,7 +4699,7 @@ class CertificateConfig(dict):
|
|
4699
4699
|
Structure is documented below.
|
4700
4700
|
|
4701
4701
|
|
4702
|
-
<a name="
|
4702
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
4703
4703
|
:param 'CertificateConfigSubjectConfigArgs' subject_config: Specifies some of the values in a certificate that are related to the subject.
|
4704
4704
|
Structure is documented below.
|
4705
4705
|
:param 'CertificateConfigX509ConfigArgs' x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
|
@@ -4721,7 +4721,7 @@ class CertificateConfig(dict):
|
|
4721
4721
|
Structure is documented below.
|
4722
4722
|
|
4723
4723
|
|
4724
|
-
<a name="
|
4724
|
+
<a name="nested_config_x509_config"></a>The `x509_config` block supports:
|
4725
4725
|
"""
|
4726
4726
|
return pulumi.get(self, "public_key")
|
4727
4727
|
|
@@ -133,7 +133,7 @@ if not MYPY:
|
|
133
133
|
Structure is documented below.
|
134
134
|
|
135
135
|
|
136
|
-
<a name="
|
136
|
+
<a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
|
137
137
|
"""
|
138
138
|
dns_authorizations: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
139
139
|
"""
|
@@ -180,7 +180,7 @@ class CertificateManagedArgs:
|
|
180
180
|
Structure is documented below.
|
181
181
|
|
182
182
|
|
183
|
-
<a name="
|
183
|
+
<a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
|
184
184
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_authorizations: Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
|
185
185
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] domains: The domains for which a managed SSL certificate will be generated.
|
186
186
|
Wildcard domains are only supported with DNS challenge resolution
|
@@ -216,7 +216,7 @@ class CertificateManagedArgs:
|
|
216
216
|
Structure is documented below.
|
217
217
|
|
218
218
|
|
219
|
-
<a name="
|
219
|
+
<a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
|
220
220
|
"""
|
221
221
|
return pulumi.get(self, "authorization_attempt_infos")
|
222
222
|
|
@@ -157,7 +157,7 @@ class CertificateManaged(dict):
|
|
157
157
|
Structure is documented below.
|
158
158
|
|
159
159
|
|
160
|
-
<a name="
|
160
|
+
<a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
|
161
161
|
:param Sequence[str] dns_authorizations: Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
|
162
162
|
:param Sequence[str] domains: The domains for which a managed SSL certificate will be generated.
|
163
163
|
Wildcard domains are only supported with DNS challenge resolution
|
@@ -193,7 +193,7 @@ class CertificateManaged(dict):
|
|
193
193
|
Structure is documented below.
|
194
194
|
|
195
195
|
|
196
|
-
<a name="
|
196
|
+
<a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
|
197
197
|
"""
|
198
198
|
return pulumi.get(self, "authorization_attempt_infos")
|
199
199
|
|
pulumi_gcp/chronicle/__init__.py
CHANGED
pulumi_gcp/chronicle/_inputs.py
CHANGED
@@ -15,6 +15,14 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'DataAccessScopeAllowedDataAccessLabelArgs',
|
19
|
+
'DataAccessScopeAllowedDataAccessLabelArgsDict',
|
20
|
+
'DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs',
|
21
|
+
'DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict',
|
22
|
+
'DataAccessScopeDeniedDataAccessLabelArgs',
|
23
|
+
'DataAccessScopeDeniedDataAccessLabelArgsDict',
|
24
|
+
'DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs',
|
25
|
+
'DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict',
|
18
26
|
'WatchlistEntityCountArgs',
|
19
27
|
'WatchlistEntityCountArgsDict',
|
20
28
|
'WatchlistEntityPopulationMechanismArgs',
|
@@ -27,6 +35,386 @@ __all__ = [
|
|
27
35
|
|
28
36
|
MYPY = False
|
29
37
|
|
38
|
+
if not MYPY:
|
39
|
+
class DataAccessScopeAllowedDataAccessLabelArgsDict(TypedDict):
|
40
|
+
asset_namespace: NotRequired[pulumi.Input[str]]
|
41
|
+
"""
|
42
|
+
The asset namespace configured in the forwarder
|
43
|
+
of the customer's events.
|
44
|
+
"""
|
45
|
+
data_access_label: NotRequired[pulumi.Input[str]]
|
46
|
+
"""
|
47
|
+
The name of the data access label.
|
48
|
+
"""
|
49
|
+
display_name: NotRequired[pulumi.Input[str]]
|
50
|
+
"""
|
51
|
+
(Output)
|
52
|
+
Output only. The display name of the label.
|
53
|
+
Data access label and log types's name
|
54
|
+
will match the display name of the resource.
|
55
|
+
The asset namespace will match the namespace itself.
|
56
|
+
The ingestion key value pair will match the key of the tuple.
|
57
|
+
"""
|
58
|
+
ingestion_label: NotRequired[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict']]
|
59
|
+
"""
|
60
|
+
Representation of an ingestion label type.
|
61
|
+
Structure is documented below.
|
62
|
+
"""
|
63
|
+
log_type: NotRequired[pulumi.Input[str]]
|
64
|
+
"""
|
65
|
+
The name of the log type.
|
66
|
+
"""
|
67
|
+
elif False:
|
68
|
+
DataAccessScopeAllowedDataAccessLabelArgsDict: TypeAlias = Mapping[str, Any]
|
69
|
+
|
70
|
+
@pulumi.input_type
|
71
|
+
class DataAccessScopeAllowedDataAccessLabelArgs:
|
72
|
+
def __init__(__self__, *,
|
73
|
+
asset_namespace: Optional[pulumi.Input[str]] = None,
|
74
|
+
data_access_label: Optional[pulumi.Input[str]] = None,
|
75
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
76
|
+
ingestion_label: Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']] = None,
|
77
|
+
log_type: Optional[pulumi.Input[str]] = None):
|
78
|
+
"""
|
79
|
+
:param pulumi.Input[str] asset_namespace: The asset namespace configured in the forwarder
|
80
|
+
of the customer's events.
|
81
|
+
:param pulumi.Input[str] data_access_label: The name of the data access label.
|
82
|
+
:param pulumi.Input[str] display_name: (Output)
|
83
|
+
Output only. The display name of the label.
|
84
|
+
Data access label and log types's name
|
85
|
+
will match the display name of the resource.
|
86
|
+
The asset namespace will match the namespace itself.
|
87
|
+
The ingestion key value pair will match the key of the tuple.
|
88
|
+
:param pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs'] ingestion_label: Representation of an ingestion label type.
|
89
|
+
Structure is documented below.
|
90
|
+
:param pulumi.Input[str] log_type: The name of the log type.
|
91
|
+
"""
|
92
|
+
if asset_namespace is not None:
|
93
|
+
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
94
|
+
if data_access_label is not None:
|
95
|
+
pulumi.set(__self__, "data_access_label", data_access_label)
|
96
|
+
if display_name is not None:
|
97
|
+
pulumi.set(__self__, "display_name", display_name)
|
98
|
+
if ingestion_label is not None:
|
99
|
+
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
100
|
+
if log_type is not None:
|
101
|
+
pulumi.set(__self__, "log_type", log_type)
|
102
|
+
|
103
|
+
@property
|
104
|
+
@pulumi.getter(name="assetNamespace")
|
105
|
+
def asset_namespace(self) -> Optional[pulumi.Input[str]]:
|
106
|
+
"""
|
107
|
+
The asset namespace configured in the forwarder
|
108
|
+
of the customer's events.
|
109
|
+
"""
|
110
|
+
return pulumi.get(self, "asset_namespace")
|
111
|
+
|
112
|
+
@asset_namespace.setter
|
113
|
+
def asset_namespace(self, value: Optional[pulumi.Input[str]]):
|
114
|
+
pulumi.set(self, "asset_namespace", value)
|
115
|
+
|
116
|
+
@property
|
117
|
+
@pulumi.getter(name="dataAccessLabel")
|
118
|
+
def data_access_label(self) -> Optional[pulumi.Input[str]]:
|
119
|
+
"""
|
120
|
+
The name of the data access label.
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "data_access_label")
|
123
|
+
|
124
|
+
@data_access_label.setter
|
125
|
+
def data_access_label(self, value: Optional[pulumi.Input[str]]):
|
126
|
+
pulumi.set(self, "data_access_label", value)
|
127
|
+
|
128
|
+
@property
|
129
|
+
@pulumi.getter(name="displayName")
|
130
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
131
|
+
"""
|
132
|
+
(Output)
|
133
|
+
Output only. The display name of the label.
|
134
|
+
Data access label and log types's name
|
135
|
+
will match the display name of the resource.
|
136
|
+
The asset namespace will match the namespace itself.
|
137
|
+
The ingestion key value pair will match the key of the tuple.
|
138
|
+
"""
|
139
|
+
return pulumi.get(self, "display_name")
|
140
|
+
|
141
|
+
@display_name.setter
|
142
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
143
|
+
pulumi.set(self, "display_name", value)
|
144
|
+
|
145
|
+
@property
|
146
|
+
@pulumi.getter(name="ingestionLabel")
|
147
|
+
def ingestion_label(self) -> Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']]:
|
148
|
+
"""
|
149
|
+
Representation of an ingestion label type.
|
150
|
+
Structure is documented below.
|
151
|
+
"""
|
152
|
+
return pulumi.get(self, "ingestion_label")
|
153
|
+
|
154
|
+
@ingestion_label.setter
|
155
|
+
def ingestion_label(self, value: Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']]):
|
156
|
+
pulumi.set(self, "ingestion_label", value)
|
157
|
+
|
158
|
+
@property
|
159
|
+
@pulumi.getter(name="logType")
|
160
|
+
def log_type(self) -> Optional[pulumi.Input[str]]:
|
161
|
+
"""
|
162
|
+
The name of the log type.
|
163
|
+
"""
|
164
|
+
return pulumi.get(self, "log_type")
|
165
|
+
|
166
|
+
@log_type.setter
|
167
|
+
def log_type(self, value: Optional[pulumi.Input[str]]):
|
168
|
+
pulumi.set(self, "log_type", value)
|
169
|
+
|
170
|
+
|
171
|
+
if not MYPY:
|
172
|
+
class DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict(TypedDict):
|
173
|
+
ingestion_label_key: pulumi.Input[str]
|
174
|
+
"""
|
175
|
+
Required. The key of the ingestion label. Always required.
|
176
|
+
"""
|
177
|
+
ingestion_label_value: NotRequired[pulumi.Input[str]]
|
178
|
+
"""
|
179
|
+
Optional. The value of the ingestion label. Optional. An object
|
180
|
+
with no provided value and some key provided would match
|
181
|
+
against the given key and ANY value.
|
182
|
+
"""
|
183
|
+
elif False:
|
184
|
+
DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
185
|
+
|
186
|
+
@pulumi.input_type
|
187
|
+
class DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs:
|
188
|
+
def __init__(__self__, *,
|
189
|
+
ingestion_label_key: pulumi.Input[str],
|
190
|
+
ingestion_label_value: Optional[pulumi.Input[str]] = None):
|
191
|
+
"""
|
192
|
+
:param pulumi.Input[str] ingestion_label_key: Required. The key of the ingestion label. Always required.
|
193
|
+
:param pulumi.Input[str] ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
194
|
+
with no provided value and some key provided would match
|
195
|
+
against the given key and ANY value.
|
196
|
+
"""
|
197
|
+
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
198
|
+
if ingestion_label_value is not None:
|
199
|
+
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
200
|
+
|
201
|
+
@property
|
202
|
+
@pulumi.getter(name="ingestionLabelKey")
|
203
|
+
def ingestion_label_key(self) -> pulumi.Input[str]:
|
204
|
+
"""
|
205
|
+
Required. The key of the ingestion label. Always required.
|
206
|
+
"""
|
207
|
+
return pulumi.get(self, "ingestion_label_key")
|
208
|
+
|
209
|
+
@ingestion_label_key.setter
|
210
|
+
def ingestion_label_key(self, value: pulumi.Input[str]):
|
211
|
+
pulumi.set(self, "ingestion_label_key", value)
|
212
|
+
|
213
|
+
@property
|
214
|
+
@pulumi.getter(name="ingestionLabelValue")
|
215
|
+
def ingestion_label_value(self) -> Optional[pulumi.Input[str]]:
|
216
|
+
"""
|
217
|
+
Optional. The value of the ingestion label. Optional. An object
|
218
|
+
with no provided value and some key provided would match
|
219
|
+
against the given key and ANY value.
|
220
|
+
"""
|
221
|
+
return pulumi.get(self, "ingestion_label_value")
|
222
|
+
|
223
|
+
@ingestion_label_value.setter
|
224
|
+
def ingestion_label_value(self, value: Optional[pulumi.Input[str]]):
|
225
|
+
pulumi.set(self, "ingestion_label_value", value)
|
226
|
+
|
227
|
+
|
228
|
+
if not MYPY:
|
229
|
+
class DataAccessScopeDeniedDataAccessLabelArgsDict(TypedDict):
|
230
|
+
asset_namespace: NotRequired[pulumi.Input[str]]
|
231
|
+
"""
|
232
|
+
The asset namespace configured in the forwarder
|
233
|
+
of the customer's events.
|
234
|
+
"""
|
235
|
+
data_access_label: NotRequired[pulumi.Input[str]]
|
236
|
+
"""
|
237
|
+
The name of the data access label.
|
238
|
+
"""
|
239
|
+
display_name: NotRequired[pulumi.Input[str]]
|
240
|
+
"""
|
241
|
+
(Output)
|
242
|
+
Output only. The display name of the label.
|
243
|
+
Data access label and log types's name
|
244
|
+
will match the display name of the resource.
|
245
|
+
The asset namespace will match the namespace itself.
|
246
|
+
The ingestion key value pair will match the key of the tuple.
|
247
|
+
"""
|
248
|
+
ingestion_label: NotRequired[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict']]
|
249
|
+
"""
|
250
|
+
Representation of an ingestion label type.
|
251
|
+
Structure is documented below.
|
252
|
+
"""
|
253
|
+
log_type: NotRequired[pulumi.Input[str]]
|
254
|
+
"""
|
255
|
+
The name of the log type.
|
256
|
+
"""
|
257
|
+
elif False:
|
258
|
+
DataAccessScopeDeniedDataAccessLabelArgsDict: TypeAlias = Mapping[str, Any]
|
259
|
+
|
260
|
+
@pulumi.input_type
|
261
|
+
class DataAccessScopeDeniedDataAccessLabelArgs:
|
262
|
+
def __init__(__self__, *,
|
263
|
+
asset_namespace: Optional[pulumi.Input[str]] = None,
|
264
|
+
data_access_label: Optional[pulumi.Input[str]] = None,
|
265
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
266
|
+
ingestion_label: Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']] = None,
|
267
|
+
log_type: Optional[pulumi.Input[str]] = None):
|
268
|
+
"""
|
269
|
+
:param pulumi.Input[str] asset_namespace: The asset namespace configured in the forwarder
|
270
|
+
of the customer's events.
|
271
|
+
:param pulumi.Input[str] data_access_label: The name of the data access label.
|
272
|
+
:param pulumi.Input[str] display_name: (Output)
|
273
|
+
Output only. The display name of the label.
|
274
|
+
Data access label and log types's name
|
275
|
+
will match the display name of the resource.
|
276
|
+
The asset namespace will match the namespace itself.
|
277
|
+
The ingestion key value pair will match the key of the tuple.
|
278
|
+
:param pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs'] ingestion_label: Representation of an ingestion label type.
|
279
|
+
Structure is documented below.
|
280
|
+
:param pulumi.Input[str] log_type: The name of the log type.
|
281
|
+
"""
|
282
|
+
if asset_namespace is not None:
|
283
|
+
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
284
|
+
if data_access_label is not None:
|
285
|
+
pulumi.set(__self__, "data_access_label", data_access_label)
|
286
|
+
if display_name is not None:
|
287
|
+
pulumi.set(__self__, "display_name", display_name)
|
288
|
+
if ingestion_label is not None:
|
289
|
+
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
290
|
+
if log_type is not None:
|
291
|
+
pulumi.set(__self__, "log_type", log_type)
|
292
|
+
|
293
|
+
@property
|
294
|
+
@pulumi.getter(name="assetNamespace")
|
295
|
+
def asset_namespace(self) -> Optional[pulumi.Input[str]]:
|
296
|
+
"""
|
297
|
+
The asset namespace configured in the forwarder
|
298
|
+
of the customer's events.
|
299
|
+
"""
|
300
|
+
return pulumi.get(self, "asset_namespace")
|
301
|
+
|
302
|
+
@asset_namespace.setter
|
303
|
+
def asset_namespace(self, value: Optional[pulumi.Input[str]]):
|
304
|
+
pulumi.set(self, "asset_namespace", value)
|
305
|
+
|
306
|
+
@property
|
307
|
+
@pulumi.getter(name="dataAccessLabel")
|
308
|
+
def data_access_label(self) -> Optional[pulumi.Input[str]]:
|
309
|
+
"""
|
310
|
+
The name of the data access label.
|
311
|
+
"""
|
312
|
+
return pulumi.get(self, "data_access_label")
|
313
|
+
|
314
|
+
@data_access_label.setter
|
315
|
+
def data_access_label(self, value: Optional[pulumi.Input[str]]):
|
316
|
+
pulumi.set(self, "data_access_label", value)
|
317
|
+
|
318
|
+
@property
|
319
|
+
@pulumi.getter(name="displayName")
|
320
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
321
|
+
"""
|
322
|
+
(Output)
|
323
|
+
Output only. The display name of the label.
|
324
|
+
Data access label and log types's name
|
325
|
+
will match the display name of the resource.
|
326
|
+
The asset namespace will match the namespace itself.
|
327
|
+
The ingestion key value pair will match the key of the tuple.
|
328
|
+
"""
|
329
|
+
return pulumi.get(self, "display_name")
|
330
|
+
|
331
|
+
@display_name.setter
|
332
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
333
|
+
pulumi.set(self, "display_name", value)
|
334
|
+
|
335
|
+
@property
|
336
|
+
@pulumi.getter(name="ingestionLabel")
|
337
|
+
def ingestion_label(self) -> Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']]:
|
338
|
+
"""
|
339
|
+
Representation of an ingestion label type.
|
340
|
+
Structure is documented below.
|
341
|
+
"""
|
342
|
+
return pulumi.get(self, "ingestion_label")
|
343
|
+
|
344
|
+
@ingestion_label.setter
|
345
|
+
def ingestion_label(self, value: Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']]):
|
346
|
+
pulumi.set(self, "ingestion_label", value)
|
347
|
+
|
348
|
+
@property
|
349
|
+
@pulumi.getter(name="logType")
|
350
|
+
def log_type(self) -> Optional[pulumi.Input[str]]:
|
351
|
+
"""
|
352
|
+
The name of the log type.
|
353
|
+
"""
|
354
|
+
return pulumi.get(self, "log_type")
|
355
|
+
|
356
|
+
@log_type.setter
|
357
|
+
def log_type(self, value: Optional[pulumi.Input[str]]):
|
358
|
+
pulumi.set(self, "log_type", value)
|
359
|
+
|
360
|
+
|
361
|
+
if not MYPY:
|
362
|
+
class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict(TypedDict):
|
363
|
+
ingestion_label_key: pulumi.Input[str]
|
364
|
+
"""
|
365
|
+
Required. The key of the ingestion label. Always required.
|
366
|
+
"""
|
367
|
+
ingestion_label_value: NotRequired[pulumi.Input[str]]
|
368
|
+
"""
|
369
|
+
Optional. The value of the ingestion label. Optional. An object
|
370
|
+
with no provided value and some key provided would match
|
371
|
+
against the given key and ANY value.
|
372
|
+
"""
|
373
|
+
elif False:
|
374
|
+
DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
375
|
+
|
376
|
+
@pulumi.input_type
|
377
|
+
class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs:
|
378
|
+
def __init__(__self__, *,
|
379
|
+
ingestion_label_key: pulumi.Input[str],
|
380
|
+
ingestion_label_value: Optional[pulumi.Input[str]] = None):
|
381
|
+
"""
|
382
|
+
:param pulumi.Input[str] ingestion_label_key: Required. The key of the ingestion label. Always required.
|
383
|
+
:param pulumi.Input[str] ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
384
|
+
with no provided value and some key provided would match
|
385
|
+
against the given key and ANY value.
|
386
|
+
"""
|
387
|
+
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
388
|
+
if ingestion_label_value is not None:
|
389
|
+
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
390
|
+
|
391
|
+
@property
|
392
|
+
@pulumi.getter(name="ingestionLabelKey")
|
393
|
+
def ingestion_label_key(self) -> pulumi.Input[str]:
|
394
|
+
"""
|
395
|
+
Required. The key of the ingestion label. Always required.
|
396
|
+
"""
|
397
|
+
return pulumi.get(self, "ingestion_label_key")
|
398
|
+
|
399
|
+
@ingestion_label_key.setter
|
400
|
+
def ingestion_label_key(self, value: pulumi.Input[str]):
|
401
|
+
pulumi.set(self, "ingestion_label_key", value)
|
402
|
+
|
403
|
+
@property
|
404
|
+
@pulumi.getter(name="ingestionLabelValue")
|
405
|
+
def ingestion_label_value(self) -> Optional[pulumi.Input[str]]:
|
406
|
+
"""
|
407
|
+
Optional. The value of the ingestion label. Optional. An object
|
408
|
+
with no provided value and some key provided would match
|
409
|
+
against the given key and ANY value.
|
410
|
+
"""
|
411
|
+
return pulumi.get(self, "ingestion_label_value")
|
412
|
+
|
413
|
+
@ingestion_label_value.setter
|
414
|
+
def ingestion_label_value(self, value: Optional[pulumi.Input[str]]):
|
415
|
+
pulumi.set(self, "ingestion_label_value", value)
|
416
|
+
|
417
|
+
|
30
418
|
if not MYPY:
|
31
419
|
class WatchlistEntityCountArgsDict(TypedDict):
|
32
420
|
asset: NotRequired[pulumi.Input[int]]
|