pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.23.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 +64 -0
- pulumi_gcp/alloydb/_inputs.py +93 -1
- pulumi_gcp/alloydb/outputs.py +128 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
- pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
- pulumi_gcp/bigquery/_inputs.py +20 -0
- pulumi_gcp/bigquery/outputs.py +12 -0
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificatemanager/certificate.py +53 -7
- pulumi_gcp/certificatemanager/outputs.py +8 -2
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +600 -17
- pulumi_gcp/compute/backend_service.py +195 -7
- pulumi_gcp/compute/disk.py +108 -0
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/firewall_policy_association.py +28 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_disk.py +23 -1
- pulumi_gcp/compute/get_region_disk.py +23 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +203 -0
- pulumi_gcp/compute/outputs.py +623 -23
- pulumi_gcp/compute/region_backend_service.py +193 -7
- pulumi_gcp/compute/region_disk.py +114 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/subnetwork.py +256 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/outputs.py +8 -8
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/datastream/_inputs.py +273 -0
- pulumi_gcp/datastream/connection_profile.py +54 -2
- pulumi_gcp/datastream/outputs.py +224 -0
- pulumi_gcp/eventarc/__init__.py +2 -0
- pulumi_gcp/eventarc/_inputs.py +1798 -0
- pulumi_gcp/eventarc/channel.py +85 -93
- pulumi_gcp/eventarc/google_api_source.py +997 -0
- pulumi_gcp/eventarc/outputs.py +1378 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/data_connect_service.py +40 -2
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/iam/__init__.py +2 -0
- pulumi_gcp/iam/_inputs.py +51 -18
- pulumi_gcp/iam/folders_policy_binding.py +10 -26
- pulumi_gcp/iam/oauth_client.py +979 -0
- pulumi_gcp/iam/oauth_client_credential.py +641 -0
- pulumi_gcp/iam/organizations_policy_binding.py +8 -24
- pulumi_gcp/iam/outputs.py +34 -12
- pulumi_gcp/iam/principal_access_boundary_policy.py +58 -22
- pulumi_gcp/iam/projects_policy_binding.py +8 -24
- pulumi_gcp/kms/crypto_key_version.py +14 -7
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/instance.py +7 -7
- pulumi_gcp/monitoring/_inputs.py +15 -18
- pulumi_gcp/monitoring/alert_policy.py +46 -0
- pulumi_gcp/monitoring/outputs.py +10 -12
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networksecurity/__init__.py +1 -0
- pulumi_gcp/networksecurity/_inputs.py +673 -18
- pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment.py +178 -94
- pulumi_gcp/networksecurity/intercept_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +161 -66
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +137 -80
- pulumi_gcp/networksecurity/mirroring_deployment.py +200 -94
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +181 -77
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +185 -80
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +165 -105
- pulumi_gcp/networksecurity/outputs.py +495 -12
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/endpoint_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/networkservices/grpc_route.py +12 -0
- pulumi_gcp/networkservices/http_route.py +16 -0
- pulumi_gcp/networkservices/mesh.py +16 -0
- pulumi_gcp/networkservices/service_binding.py +14 -0
- pulumi_gcp/networkservices/tcp_route.py +16 -0
- pulumi_gcp/networkservices/tls_route.py +12 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/_inputs.py +14 -6
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +7 -4
- pulumi_gcp/tpu/_inputs.py +21 -1
- pulumi_gcp/tpu/outputs.py +13 -1
- pulumi_gcp/tpu/v2_vm.py +2 -0
- pulumi_gcp/vmwareengine/_inputs.py +6 -0
- pulumi_gcp/vmwareengine/outputs.py +8 -0
- pulumi_gcp/workflows/workflow.py +75 -7
- pulumi_gcp/workstations/workstation_cluster.py +137 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/RECORD +124 -113
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/top_level.txt +0 -0
@@ -29,22 +29,22 @@ class MirroringEndpointGroupAssociationArgs:
|
|
29
29
|
project: Optional[pulumi.Input[str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a MirroringEndpointGroupAssociation resource.
|
32
|
-
:param pulumi.Input[str] location:
|
32
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
33
33
|
|
34
34
|
|
35
35
|
- - -
|
36
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
37
|
-
|
38
|
-
|
39
|
-
:param pulumi.Input[str] network:
|
40
|
-
projects/
|
41
|
-
|
36
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
37
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
38
|
+
See https://google.aip.dev/124.
|
39
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
40
|
+
`projects/123456789/global/networks/my-network`.
|
41
|
+
See https://google.aip.dev/124.
|
42
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
42
43
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
43
44
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
44
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
45
|
-
|
46
|
-
|
47
|
-
RPC
|
45
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
46
|
+
component of the endpoint group's resource name. If not provided, the
|
47
|
+
server will generate a unique ID.
|
48
48
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
49
49
|
If it is not provided, the provider project is used.
|
50
50
|
"""
|
@@ -62,7 +62,7 @@ class MirroringEndpointGroupAssociationArgs:
|
|
62
62
|
@pulumi.getter
|
63
63
|
def location(self) -> pulumi.Input[str]:
|
64
64
|
"""
|
65
|
-
|
65
|
+
The cloud location of the association, currently restricted to `global`.
|
66
66
|
|
67
67
|
|
68
68
|
- - -
|
@@ -77,9 +77,9 @@ class MirroringEndpointGroupAssociationArgs:
|
|
77
77
|
@pulumi.getter(name="mirroringEndpointGroup")
|
78
78
|
def mirroring_endpoint_group(self) -> pulumi.Input[str]:
|
79
79
|
"""
|
80
|
-
|
81
|
-
|
82
|
-
|
80
|
+
The endpoint group that this association is connected to, for example:
|
81
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
82
|
+
See https://google.aip.dev/124.
|
83
83
|
"""
|
84
84
|
return pulumi.get(self, "mirroring_endpoint_group")
|
85
85
|
|
@@ -91,8 +91,9 @@ class MirroringEndpointGroupAssociationArgs:
|
|
91
91
|
@pulumi.getter
|
92
92
|
def network(self) -> pulumi.Input[str]:
|
93
93
|
"""
|
94
|
-
|
95
|
-
projects/
|
94
|
+
The VPC network that is associated. for example:
|
95
|
+
`projects/123456789/global/networks/my-network`.
|
96
|
+
See https://google.aip.dev/124.
|
96
97
|
"""
|
97
98
|
return pulumi.get(self, "network")
|
98
99
|
|
@@ -104,7 +105,7 @@ class MirroringEndpointGroupAssociationArgs:
|
|
104
105
|
@pulumi.getter
|
105
106
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
106
107
|
"""
|
107
|
-
|
108
|
+
Labels are key/value pairs that help to organize and filter resources.
|
108
109
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
109
110
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
110
111
|
"""
|
@@ -118,10 +119,9 @@ class MirroringEndpointGroupAssociationArgs:
|
|
118
119
|
@pulumi.getter(name="mirroringEndpointGroupAssociationId")
|
119
120
|
def mirroring_endpoint_group_association_id(self) -> Optional[pulumi.Input[str]]:
|
120
121
|
"""
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
RPC
|
122
|
+
The ID to use for the new association, which will become the final
|
123
|
+
component of the endpoint group's resource name. If not provided, the
|
124
|
+
server will generate a unique ID.
|
125
125
|
"""
|
126
126
|
return pulumi.get(self, "mirroring_endpoint_group_association_id")
|
127
127
|
|
@@ -162,40 +162,48 @@ class _MirroringEndpointGroupAssociationState:
|
|
162
162
|
update_time: Optional[pulumi.Input[str]] = None):
|
163
163
|
"""
|
164
164
|
Input properties used for looking up and filtering MirroringEndpointGroupAssociation resources.
|
165
|
-
:param pulumi.Input[str] create_time:
|
165
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
166
|
+
See https://google.aip.dev/148#timestamps.
|
166
167
|
: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.
|
167
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
168
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
168
169
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
169
170
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
170
|
-
:param pulumi.Input[str] location:
|
171
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
171
172
|
|
172
173
|
|
173
174
|
- - -
|
174
|
-
:param pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupAssociationLocationsDetailArgs']]] locations_details:
|
175
|
+
:param pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupAssociationLocationsDetailArgs']]] locations_details: The list of locations where the association is present. This information
|
176
|
+
is retrieved from the linked endpoint group, and not configured as part
|
177
|
+
of the association itself.
|
175
178
|
Structure is documented below.
|
176
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
177
|
-
|
178
|
-
|
179
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
179
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
180
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
181
|
+
See https://google.aip.dev/124.
|
182
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
183
|
+
component of the endpoint group's resource name. If not provided, the
|
184
|
+
server will generate a unique ID.
|
185
|
+
:param pulumi.Input[str] name: The resource name of this endpoint group association, for example:
|
186
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
187
|
+
See https://google.aip.dev/122 for more details.
|
188
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
189
|
+
`projects/123456789/global/networks/my-network`.
|
190
|
+
See https://google.aip.dev/124.
|
186
191
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
187
192
|
If it is not provided, the provider project is used.
|
188
193
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
189
194
|
and default labels configured on the provider.
|
190
|
-
:param pulumi.Input[bool] reconciling:
|
191
|
-
|
195
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
196
|
+
and the system is working to reconcile them. This part of the normal
|
197
|
+
operation (e.g. adding a new location to the target deployment group).
|
198
|
+
See https://google.aip.dev/128.
|
192
199
|
:param pulumi.Input[str] state: (Output)
|
193
|
-
|
200
|
+
The current state of the association in this location.
|
194
201
|
Possible values:
|
195
202
|
STATE_UNSPECIFIED
|
196
203
|
ACTIVE
|
197
204
|
OUT_OF_SYNC
|
198
|
-
:param pulumi.Input[str] update_time:
|
205
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
206
|
+
See https://google.aip.dev/148#timestamps.
|
199
207
|
"""
|
200
208
|
if create_time is not None:
|
201
209
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -230,7 +238,8 @@ class _MirroringEndpointGroupAssociationState:
|
|
230
238
|
@pulumi.getter(name="createTime")
|
231
239
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
232
240
|
"""
|
233
|
-
|
241
|
+
The timestamp when the resource was created.
|
242
|
+
See https://google.aip.dev/148#timestamps.
|
234
243
|
"""
|
235
244
|
return pulumi.get(self, "create_time")
|
236
245
|
|
@@ -254,7 +263,7 @@ class _MirroringEndpointGroupAssociationState:
|
|
254
263
|
@pulumi.getter
|
255
264
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
256
265
|
"""
|
257
|
-
|
266
|
+
Labels are key/value pairs that help to organize and filter resources.
|
258
267
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
259
268
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
260
269
|
"""
|
@@ -268,7 +277,7 @@ class _MirroringEndpointGroupAssociationState:
|
|
268
277
|
@pulumi.getter
|
269
278
|
def location(self) -> Optional[pulumi.Input[str]]:
|
270
279
|
"""
|
271
|
-
|
280
|
+
The cloud location of the association, currently restricted to `global`.
|
272
281
|
|
273
282
|
|
274
283
|
- - -
|
@@ -283,7 +292,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
283
292
|
@pulumi.getter(name="locationsDetails")
|
284
293
|
def locations_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MirroringEndpointGroupAssociationLocationsDetailArgs']]]]:
|
285
294
|
"""
|
286
|
-
|
295
|
+
The list of locations where the association is present. This information
|
296
|
+
is retrieved from the linked endpoint group, and not configured as part
|
297
|
+
of the association itself.
|
287
298
|
Structure is documented below.
|
288
299
|
"""
|
289
300
|
return pulumi.get(self, "locations_details")
|
@@ -296,9 +307,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
296
307
|
@pulumi.getter(name="mirroringEndpointGroup")
|
297
308
|
def mirroring_endpoint_group(self) -> Optional[pulumi.Input[str]]:
|
298
309
|
"""
|
299
|
-
|
300
|
-
|
301
|
-
|
310
|
+
The endpoint group that this association is connected to, for example:
|
311
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
312
|
+
See https://google.aip.dev/124.
|
302
313
|
"""
|
303
314
|
return pulumi.get(self, "mirroring_endpoint_group")
|
304
315
|
|
@@ -310,10 +321,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
310
321
|
@pulumi.getter(name="mirroringEndpointGroupAssociationId")
|
311
322
|
def mirroring_endpoint_group_association_id(self) -> Optional[pulumi.Input[str]]:
|
312
323
|
"""
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
RPC
|
324
|
+
The ID to use for the new association, which will become the final
|
325
|
+
component of the endpoint group's resource name. If not provided, the
|
326
|
+
server will generate a unique ID.
|
317
327
|
"""
|
318
328
|
return pulumi.get(self, "mirroring_endpoint_group_association_id")
|
319
329
|
|
@@ -325,7 +335,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
325
335
|
@pulumi.getter
|
326
336
|
def name(self) -> Optional[pulumi.Input[str]]:
|
327
337
|
"""
|
328
|
-
|
338
|
+
The resource name of this endpoint group association, for example:
|
339
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
340
|
+
See https://google.aip.dev/122 for more details.
|
329
341
|
"""
|
330
342
|
return pulumi.get(self, "name")
|
331
343
|
|
@@ -337,8 +349,9 @@ class _MirroringEndpointGroupAssociationState:
|
|
337
349
|
@pulumi.getter
|
338
350
|
def network(self) -> Optional[pulumi.Input[str]]:
|
339
351
|
"""
|
340
|
-
|
341
|
-
projects/
|
352
|
+
The VPC network that is associated. for example:
|
353
|
+
`projects/123456789/global/networks/my-network`.
|
354
|
+
See https://google.aip.dev/124.
|
342
355
|
"""
|
343
356
|
return pulumi.get(self, "network")
|
344
357
|
|
@@ -376,8 +389,10 @@ class _MirroringEndpointGroupAssociationState:
|
|
376
389
|
@pulumi.getter
|
377
390
|
def reconciling(self) -> Optional[pulumi.Input[bool]]:
|
378
391
|
"""
|
379
|
-
|
380
|
-
|
392
|
+
The current state of the resource does not match the user's intended state,
|
393
|
+
and the system is working to reconcile them. This part of the normal
|
394
|
+
operation (e.g. adding a new location to the target deployment group).
|
395
|
+
See https://google.aip.dev/128.
|
381
396
|
"""
|
382
397
|
return pulumi.get(self, "reconciling")
|
383
398
|
|
@@ -390,7 +405,7 @@ class _MirroringEndpointGroupAssociationState:
|
|
390
405
|
def state(self) -> Optional[pulumi.Input[str]]:
|
391
406
|
"""
|
392
407
|
(Output)
|
393
|
-
|
408
|
+
The current state of the association in this location.
|
394
409
|
Possible values:
|
395
410
|
STATE_UNSPECIFIED
|
396
411
|
ACTIVE
|
@@ -406,7 +421,8 @@ class _MirroringEndpointGroupAssociationState:
|
|
406
421
|
@pulumi.getter(name="updateTime")
|
407
422
|
def update_time(self) -> Optional[pulumi.Input[str]]:
|
408
423
|
"""
|
409
|
-
|
424
|
+
The timestamp when the resource was most recently updated.
|
425
|
+
See https://google.aip.dev/148#timestamps.
|
410
426
|
"""
|
411
427
|
return pulumi.get(self, "update_time")
|
412
428
|
|
@@ -428,6 +444,20 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
428
444
|
project: Optional[pulumi.Input[str]] = None,
|
429
445
|
__props__=None):
|
430
446
|
"""
|
447
|
+
An endpoint group association represents a link between a network and an
|
448
|
+
endpoint group in the organization.
|
449
|
+
|
450
|
+
Creating an association creates the networking infrastructure linking the
|
451
|
+
network to the endpoint group, but does not enable mirroring by itself.
|
452
|
+
To enable mirroring, the user must also create a network firewall policy
|
453
|
+
containing mirroring rules and associate it with the network.
|
454
|
+
|
455
|
+
To get more information about MirroringEndpointGroupAssociation, see:
|
456
|
+
|
457
|
+
* [API documentation](https://cloud.google.com/network-security-integration/docs/reference/rest/v1/projects.locations.mirroringEndpointGroupAssociations)
|
458
|
+
* How-to Guides
|
459
|
+
* [Mirroring endpoint group association overview](https://cloud.google.com/network-security-integration/docs/out-of-band/endpoint-groups-overview#mirroring-endpoint-group-association)
|
460
|
+
|
431
461
|
## Example Usage
|
432
462
|
|
433
463
|
### Network Security Mirroring Endpoint Group Association Basic
|
@@ -486,22 +516,22 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
486
516
|
|
487
517
|
:param str resource_name: The name of the resource.
|
488
518
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
489
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
519
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
490
520
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
491
521
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
492
|
-
:param pulumi.Input[str] location:
|
522
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
493
523
|
|
494
524
|
|
495
525
|
- - -
|
496
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
497
|
-
|
498
|
-
|
499
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
526
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
527
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
528
|
+
See https://google.aip.dev/124.
|
529
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
530
|
+
component of the endpoint group's resource name. If not provided, the
|
531
|
+
server will generate a unique ID.
|
532
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
533
|
+
`projects/123456789/global/networks/my-network`.
|
534
|
+
See https://google.aip.dev/124.
|
505
535
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
506
536
|
If it is not provided, the provider project is used.
|
507
537
|
"""
|
@@ -512,6 +542,20 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
512
542
|
args: MirroringEndpointGroupAssociationArgs,
|
513
543
|
opts: Optional[pulumi.ResourceOptions] = None):
|
514
544
|
"""
|
545
|
+
An endpoint group association represents a link between a network and an
|
546
|
+
endpoint group in the organization.
|
547
|
+
|
548
|
+
Creating an association creates the networking infrastructure linking the
|
549
|
+
network to the endpoint group, but does not enable mirroring by itself.
|
550
|
+
To enable mirroring, the user must also create a network firewall policy
|
551
|
+
containing mirroring rules and associate it with the network.
|
552
|
+
|
553
|
+
To get more information about MirroringEndpointGroupAssociation, see:
|
554
|
+
|
555
|
+
* [API documentation](https://cloud.google.com/network-security-integration/docs/reference/rest/v1/projects.locations.mirroringEndpointGroupAssociations)
|
556
|
+
* How-to Guides
|
557
|
+
* [Mirroring endpoint group association overview](https://cloud.google.com/network-security-integration/docs/out-of-band/endpoint-groups-overview#mirroring-endpoint-group-association)
|
558
|
+
|
515
559
|
## Example Usage
|
516
560
|
|
517
561
|
### Network Security Mirroring Endpoint Group Association Basic
|
@@ -651,40 +695,48 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
651
695
|
:param str resource_name: The unique name of the resulting resource.
|
652
696
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
653
697
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
654
|
-
:param pulumi.Input[str] create_time:
|
698
|
+
:param pulumi.Input[str] create_time: The timestamp when the resource was created.
|
699
|
+
See https://google.aip.dev/148#timestamps.
|
655
700
|
: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.
|
656
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels:
|
701
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
|
657
702
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
658
703
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
659
|
-
:param pulumi.Input[str] location:
|
704
|
+
:param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
|
660
705
|
|
661
706
|
|
662
707
|
- - -
|
663
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['MirroringEndpointGroupAssociationLocationsDetailArgs', 'MirroringEndpointGroupAssociationLocationsDetailArgsDict']]]] locations_details:
|
708
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['MirroringEndpointGroupAssociationLocationsDetailArgs', 'MirroringEndpointGroupAssociationLocationsDetailArgsDict']]]] locations_details: The list of locations where the association is present. This information
|
709
|
+
is retrieved from the linked endpoint group, and not configured as part
|
710
|
+
of the association itself.
|
664
711
|
Structure is documented below.
|
665
|
-
:param pulumi.Input[str] mirroring_endpoint_group:
|
666
|
-
|
667
|
-
|
668
|
-
:param pulumi.Input[str] mirroring_endpoint_group_association_id:
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
712
|
+
:param pulumi.Input[str] mirroring_endpoint_group: The endpoint group that this association is connected to, for example:
|
713
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
714
|
+
See https://google.aip.dev/124.
|
715
|
+
:param pulumi.Input[str] mirroring_endpoint_group_association_id: The ID to use for the new association, which will become the final
|
716
|
+
component of the endpoint group's resource name. If not provided, the
|
717
|
+
server will generate a unique ID.
|
718
|
+
:param pulumi.Input[str] name: The resource name of this endpoint group association, for example:
|
719
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
720
|
+
See https://google.aip.dev/122 for more details.
|
721
|
+
:param pulumi.Input[str] network: The VPC network that is associated. for example:
|
722
|
+
`projects/123456789/global/networks/my-network`.
|
723
|
+
See https://google.aip.dev/124.
|
675
724
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
676
725
|
If it is not provided, the provider project is used.
|
677
726
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
678
727
|
and default labels configured on the provider.
|
679
|
-
:param pulumi.Input[bool] reconciling:
|
680
|
-
|
728
|
+
:param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
|
729
|
+
and the system is working to reconcile them. This part of the normal
|
730
|
+
operation (e.g. adding a new location to the target deployment group).
|
731
|
+
See https://google.aip.dev/128.
|
681
732
|
:param pulumi.Input[str] state: (Output)
|
682
|
-
|
733
|
+
The current state of the association in this location.
|
683
734
|
Possible values:
|
684
735
|
STATE_UNSPECIFIED
|
685
736
|
ACTIVE
|
686
737
|
OUT_OF_SYNC
|
687
|
-
:param pulumi.Input[str] update_time:
|
738
|
+
:param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
|
739
|
+
See https://google.aip.dev/148#timestamps.
|
688
740
|
"""
|
689
741
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
690
742
|
|
@@ -710,7 +762,8 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
710
762
|
@pulumi.getter(name="createTime")
|
711
763
|
def create_time(self) -> pulumi.Output[str]:
|
712
764
|
"""
|
713
|
-
|
765
|
+
The timestamp when the resource was created.
|
766
|
+
See https://google.aip.dev/148#timestamps.
|
714
767
|
"""
|
715
768
|
return pulumi.get(self, "create_time")
|
716
769
|
|
@@ -726,7 +779,7 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
726
779
|
@pulumi.getter
|
727
780
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
728
781
|
"""
|
729
|
-
|
782
|
+
Labels are key/value pairs that help to organize and filter resources.
|
730
783
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
731
784
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
732
785
|
"""
|
@@ -736,7 +789,7 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
736
789
|
@pulumi.getter
|
737
790
|
def location(self) -> pulumi.Output[str]:
|
738
791
|
"""
|
739
|
-
|
792
|
+
The cloud location of the association, currently restricted to `global`.
|
740
793
|
|
741
794
|
|
742
795
|
- - -
|
@@ -747,7 +800,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
747
800
|
@pulumi.getter(name="locationsDetails")
|
748
801
|
def locations_details(self) -> pulumi.Output[Sequence['outputs.MirroringEndpointGroupAssociationLocationsDetail']]:
|
749
802
|
"""
|
750
|
-
|
803
|
+
The list of locations where the association is present. This information
|
804
|
+
is retrieved from the linked endpoint group, and not configured as part
|
805
|
+
of the association itself.
|
751
806
|
Structure is documented below.
|
752
807
|
"""
|
753
808
|
return pulumi.get(self, "locations_details")
|
@@ -756,9 +811,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
756
811
|
@pulumi.getter(name="mirroringEndpointGroup")
|
757
812
|
def mirroring_endpoint_group(self) -> pulumi.Output[str]:
|
758
813
|
"""
|
759
|
-
|
760
|
-
|
761
|
-
|
814
|
+
The endpoint group that this association is connected to, for example:
|
815
|
+
`projects/123456789/locations/global/mirroringEndpointGroups/my-eg`.
|
816
|
+
See https://google.aip.dev/124.
|
762
817
|
"""
|
763
818
|
return pulumi.get(self, "mirroring_endpoint_group")
|
764
819
|
|
@@ -766,10 +821,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
766
821
|
@pulumi.getter(name="mirroringEndpointGroupAssociationId")
|
767
822
|
def mirroring_endpoint_group_association_id(self) -> pulumi.Output[Optional[str]]:
|
768
823
|
"""
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
RPC
|
824
|
+
The ID to use for the new association, which will become the final
|
825
|
+
component of the endpoint group's resource name. If not provided, the
|
826
|
+
server will generate a unique ID.
|
773
827
|
"""
|
774
828
|
return pulumi.get(self, "mirroring_endpoint_group_association_id")
|
775
829
|
|
@@ -777,7 +831,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
777
831
|
@pulumi.getter
|
778
832
|
def name(self) -> pulumi.Output[str]:
|
779
833
|
"""
|
780
|
-
|
834
|
+
The resource name of this endpoint group association, for example:
|
835
|
+
`projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`.
|
836
|
+
See https://google.aip.dev/122 for more details.
|
781
837
|
"""
|
782
838
|
return pulumi.get(self, "name")
|
783
839
|
|
@@ -785,8 +841,9 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
785
841
|
@pulumi.getter
|
786
842
|
def network(self) -> pulumi.Output[str]:
|
787
843
|
"""
|
788
|
-
|
789
|
-
projects/
|
844
|
+
The VPC network that is associated. for example:
|
845
|
+
`projects/123456789/global/networks/my-network`.
|
846
|
+
See https://google.aip.dev/124.
|
790
847
|
"""
|
791
848
|
return pulumi.get(self, "network")
|
792
849
|
|
@@ -812,8 +869,10 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
812
869
|
@pulumi.getter
|
813
870
|
def reconciling(self) -> pulumi.Output[bool]:
|
814
871
|
"""
|
815
|
-
|
816
|
-
|
872
|
+
The current state of the resource does not match the user's intended state,
|
873
|
+
and the system is working to reconcile them. This part of the normal
|
874
|
+
operation (e.g. adding a new location to the target deployment group).
|
875
|
+
See https://google.aip.dev/128.
|
817
876
|
"""
|
818
877
|
return pulumi.get(self, "reconciling")
|
819
878
|
|
@@ -822,7 +881,7 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
822
881
|
def state(self) -> pulumi.Output[str]:
|
823
882
|
"""
|
824
883
|
(Output)
|
825
|
-
|
884
|
+
The current state of the association in this location.
|
826
885
|
Possible values:
|
827
886
|
STATE_UNSPECIFIED
|
828
887
|
ACTIVE
|
@@ -834,7 +893,8 @@ class MirroringEndpointGroupAssociation(pulumi.CustomResource):
|
|
834
893
|
@pulumi.getter(name="updateTime")
|
835
894
|
def update_time(self) -> pulumi.Output[str]:
|
836
895
|
"""
|
837
|
-
|
896
|
+
The timestamp when the resource was most recently updated.
|
897
|
+
See https://google.aip.dev/148#timestamps.
|
838
898
|
"""
|
839
899
|
return pulumi.get(self, "update_time")
|
840
900
|
|