pulumi-gcp 7.31.0__py3-none-any.whl → 7.31.0a1720450136__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 +0 -40
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/bigquery/reservation_assignment.py +30 -48
- pulumi_gcp/certificateauthority/certificate_template.py +2 -2
- pulumi_gcp/certificatemanager/_inputs.py +0 -33
- pulumi_gcp/certificatemanager/outputs.py +0 -36
- pulumi_gcp/certificatemanager/trust_config.py +0 -107
- pulumi_gcp/compute/_inputs.py +6 -3
- pulumi_gcp/compute/ca_external_account_key.py +2 -2
- pulumi_gcp/compute/get_health_check.py +1 -11
- pulumi_gcp/compute/global_forwarding_rule.py +4 -2
- pulumi_gcp/compute/health_check.py +0 -124
- pulumi_gcp/compute/instance.py +14 -14
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/outputs.py +8 -4
- pulumi_gcp/compute/region_network_endpoint.py +2 -2
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/containeranalysis/note.py +2 -2
- pulumi_gcp/dataloss/_inputs.py +0 -3
- pulumi_gcp/dataloss/outputs.py +0 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +0 -90
- pulumi_gcp/dataplex/_inputs.py +0 -56
- pulumi_gcp/dataplex/datascan.py +0 -12
- pulumi_gcp/dataplex/outputs.py +0 -52
- pulumi_gcp/filestore/backup.py +2 -2
- pulumi_gcp/filestore/instance.py +2 -2
- pulumi_gcp/filestore/snapshot.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +0 -20
- pulumi_gcp/gkehub/outputs.py +0 -12
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/kms/crypto_key.py +7 -7
- pulumi_gcp/kms/outputs.py +0 -270
- pulumi_gcp/logging/_inputs.py +12 -12
- pulumi_gcp/logging/folder_bucket_config.py +6 -6
- pulumi_gcp/logging/organization_bucket_config.py +6 -6
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/logging/project_bucket_config.py +6 -6
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +2 -2
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +2 -2
- pulumi_gcp/netapp/storage_pool.py +53 -132
- pulumi_gcp/netapp/volume.py +4 -60
- pulumi_gcp/networksecurity/address_group.py +1 -85
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -2
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +2 -2
- pulumi_gcp/networksecurity/security_profile_group.py +2 -2
- pulumi_gcp/orgpolicy/_inputs.py +10 -40
- pulumi_gcp/orgpolicy/outputs.py +8 -28
- pulumi_gcp/orgpolicy/policy.py +35 -52
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/_inputs.py +3 -3
- pulumi_gcp/pubsub/outputs.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +0 -5
- pulumi_gcp/securesourcemanager/_inputs.py +0 -284
- pulumi_gcp/securesourcemanager/outputs.py +0 -202
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/securitycenter/_inputs.py +0 -93
- pulumi_gcp/securitycenter/outputs.py +0 -59
- pulumi_gcp/securityposture/posture_deployment.py +78 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +2 -2
- pulumi_gcp/vertex/_inputs.py +1 -21
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -222
- pulumi_gcp/vertex/outputs.py +1 -15
- pulumi_gcp/workstations/_inputs.py +1 -33
- pulumi_gcp/workstations/outputs.py +1 -23
- pulumi_gcp/workstations/workstation_config.py +0 -18
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/RECORD +78 -86
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/WHEEL +1 -1
- pulumi_gcp/kms/get_crypto_keys.py +0 -143
- pulumi_gcp/kms/get_key_rings.py +0 -119
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +0 -177
- pulumi_gcp/securesourcemanager/repository.py +0 -715
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_member.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +0 -643
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +0 -576
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -6895,38 +6895,6 @@ _utilities.register(
|
|
6895
6895
|
"gcp:securesourcemanager/instanceIamPolicy:InstanceIamPolicy": "InstanceIamPolicy"
|
6896
6896
|
}
|
6897
6897
|
},
|
6898
|
-
{
|
6899
|
-
"pkg": "gcp",
|
6900
|
-
"mod": "securesourcemanager/repository",
|
6901
|
-
"fqn": "pulumi_gcp.securesourcemanager",
|
6902
|
-
"classes": {
|
6903
|
-
"gcp:securesourcemanager/repository:Repository": "Repository"
|
6904
|
-
}
|
6905
|
-
},
|
6906
|
-
{
|
6907
|
-
"pkg": "gcp",
|
6908
|
-
"mod": "securesourcemanager/repositoryIamBinding",
|
6909
|
-
"fqn": "pulumi_gcp.securesourcemanager",
|
6910
|
-
"classes": {
|
6911
|
-
"gcp:securesourcemanager/repositoryIamBinding:RepositoryIamBinding": "RepositoryIamBinding"
|
6912
|
-
}
|
6913
|
-
},
|
6914
|
-
{
|
6915
|
-
"pkg": "gcp",
|
6916
|
-
"mod": "securesourcemanager/repositoryIamMember",
|
6917
|
-
"fqn": "pulumi_gcp.securesourcemanager",
|
6918
|
-
"classes": {
|
6919
|
-
"gcp:securesourcemanager/repositoryIamMember:RepositoryIamMember": "RepositoryIamMember"
|
6920
|
-
}
|
6921
|
-
},
|
6922
|
-
{
|
6923
|
-
"pkg": "gcp",
|
6924
|
-
"mod": "securesourcemanager/repositoryIamPolicy",
|
6925
|
-
"fqn": "pulumi_gcp.securesourcemanager",
|
6926
|
-
"classes": {
|
6927
|
-
"gcp:securesourcemanager/repositoryIamPolicy:RepositoryIamPolicy": "RepositoryIamPolicy"
|
6928
|
-
}
|
6929
|
-
},
|
6930
6898
|
{
|
6931
6899
|
"pkg": "gcp",
|
6932
6900
|
"mod": "securitycenter/eventThreatDetectionCustomModule",
|
@@ -7063,14 +7031,6 @@ _utilities.register(
|
|
7063
7031
|
"gcp:securitycenter/sourceIamPolicy:SourceIamPolicy": "SourceIamPolicy"
|
7064
7032
|
}
|
7065
7033
|
},
|
7066
|
-
{
|
7067
|
-
"pkg": "gcp",
|
7068
|
-
"mod": "securitycenter/v2OrganizationNotificationConfig",
|
7069
|
-
"fqn": "pulumi_gcp.securitycenter",
|
7070
|
-
"classes": {
|
7071
|
-
"gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig": "V2OrganizationNotificationConfig"
|
7072
|
-
}
|
7073
|
-
},
|
7074
7034
|
{
|
7075
7035
|
"pkg": "gcp",
|
7076
7036
|
"mod": "securityposture/posture",
|
@@ -562,8 +562,8 @@ class AuthConfig(pulumi.CustomResource):
|
|
562
562
|
|
563
563
|
* [API documentation](https://cloud.google.com/application-integration/docs/reference/rest/v1/projects.locations.authConfigs)
|
564
564
|
* How-to Guides
|
565
|
-
* [Manage authentication profiles](https://cloud.google.com/application-integration/docs/configure-authentication-profiles)
|
566
565
|
* [Official Documentation](https://cloud.google.com/application-integration/docs/overview)
|
566
|
+
* [Manage authentication profiles](https://cloud.google.com/application-integration/docs/configure-authentication-profiles)
|
567
567
|
|
568
568
|
## Example Usage
|
569
569
|
|
@@ -634,8 +634,8 @@ class AuthConfig(pulumi.CustomResource):
|
|
634
634
|
|
635
635
|
* [API documentation](https://cloud.google.com/application-integration/docs/reference/rest/v1/projects.locations.authConfigs)
|
636
636
|
* How-to Guides
|
637
|
-
* [Manage authentication profiles](https://cloud.google.com/application-integration/docs/configure-authentication-profiles)
|
638
637
|
* [Official Documentation](https://cloud.google.com/application-integration/docs/overview)
|
638
|
+
* [Manage authentication profiles](https://cloud.google.com/application-integration/docs/configure-authentication-profiles)
|
639
639
|
|
640
640
|
## Example Usage
|
641
641
|
|
@@ -31,10 +31,10 @@ class ReservationAssignmentArgs:
|
|
31
31
|
:param pulumi.Input[str] reservation: The reservation for the resource
|
32
32
|
|
33
33
|
|
34
|
+
|
34
35
|
- - -
|
35
36
|
:param pulumi.Input[str] location: The location for the resource
|
36
|
-
:param pulumi.Input[str] project: The
|
37
|
-
If it is not provided, the provider project is used.
|
37
|
+
:param pulumi.Input[str] project: The project for the resource
|
38
38
|
"""
|
39
39
|
pulumi.set(__self__, "assignee", assignee)
|
40
40
|
pulumi.set(__self__, "job_type", job_type)
|
@@ -75,6 +75,7 @@ class ReservationAssignmentArgs:
|
|
75
75
|
The reservation for the resource
|
76
76
|
|
77
77
|
|
78
|
+
|
78
79
|
- - -
|
79
80
|
"""
|
80
81
|
return pulumi.get(self, "reservation")
|
@@ -99,8 +100,7 @@ class ReservationAssignmentArgs:
|
|
99
100
|
@pulumi.getter
|
100
101
|
def project(self) -> Optional[pulumi.Input[str]]:
|
101
102
|
"""
|
102
|
-
The
|
103
|
-
If it is not provided, the provider project is used.
|
103
|
+
The project for the resource
|
104
104
|
"""
|
105
105
|
return pulumi.get(self, "project")
|
106
106
|
|
@@ -125,14 +125,13 @@ class _ReservationAssignmentState:
|
|
125
125
|
:param pulumi.Input[str] job_type: Types of job, which could be specified when using the reservation. Possible values: JOB_TYPE_UNSPECIFIED, PIPELINE, QUERY
|
126
126
|
:param pulumi.Input[str] location: The location for the resource
|
127
127
|
:param pulumi.Input[str] name: Output only. The resource name of the assignment.
|
128
|
-
:param pulumi.Input[str] project: The
|
129
|
-
If it is not provided, the provider project is used.
|
128
|
+
:param pulumi.Input[str] project: The project for the resource
|
130
129
|
:param pulumi.Input[str] reservation: The reservation for the resource
|
131
130
|
|
132
131
|
|
132
|
+
|
133
133
|
- - -
|
134
|
-
:param pulumi.Input[str] state: Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
135
|
-
Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
134
|
+
:param pulumi.Input[str] state: Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
136
135
|
"""
|
137
136
|
if assignee is not None:
|
138
137
|
pulumi.set(__self__, "assignee", assignee)
|
@@ -201,8 +200,7 @@ class _ReservationAssignmentState:
|
|
201
200
|
@pulumi.getter
|
202
201
|
def project(self) -> Optional[pulumi.Input[str]]:
|
203
202
|
"""
|
204
|
-
The
|
205
|
-
If it is not provided, the provider project is used.
|
203
|
+
The project for the resource
|
206
204
|
"""
|
207
205
|
return pulumi.get(self, "project")
|
208
206
|
|
@@ -217,6 +215,7 @@ class _ReservationAssignmentState:
|
|
217
215
|
The reservation for the resource
|
218
216
|
|
219
217
|
|
218
|
+
|
220
219
|
- - -
|
221
220
|
"""
|
222
221
|
return pulumi.get(self, "reservation")
|
@@ -229,8 +228,7 @@ class _ReservationAssignmentState:
|
|
229
228
|
@pulumi.getter
|
230
229
|
def state(self) -> Optional[pulumi.Input[str]]:
|
231
230
|
"""
|
232
|
-
Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
233
|
-
Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
231
|
+
Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
234
232
|
"""
|
235
233
|
return pulumi.get(self, "state")
|
236
234
|
|
@@ -251,29 +249,22 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
251
249
|
reservation: Optional[pulumi.Input[str]] = None,
|
252
250
|
__props__=None):
|
253
251
|
"""
|
254
|
-
The BigqueryReservation Assignment resource
|
255
|
-
|
256
|
-
To get more information about ReservationAssignment, see:
|
257
|
-
|
258
|
-
* [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations.assignments)
|
259
|
-
* How-to Guides
|
260
|
-
* [Work with reservation assignments](https://cloud.google.com/bigquery/docs/reservations-assignments)
|
252
|
+
The BigqueryReservation Assignment resource
|
261
253
|
|
262
254
|
## Example Usage
|
263
255
|
|
264
|
-
###
|
265
|
-
|
256
|
+
### Basic
|
266
257
|
```python
|
267
258
|
import pulumi
|
268
259
|
import pulumi_gcp as gcp
|
269
260
|
|
270
261
|
basic = gcp.bigquery.Reservation("basic",
|
271
|
-
name="
|
262
|
+
name="tf-test-my-reservation",
|
272
263
|
project="my-project-name",
|
273
264
|
location="us-central1",
|
274
265
|
slot_capacity=0,
|
275
266
|
ignore_idle_slots=False)
|
276
|
-
|
267
|
+
primary = gcp.bigquery.ReservationAssignment("primary",
|
277
268
|
assignee="projects/my-project-name",
|
278
269
|
job_type="PIPELINE",
|
279
270
|
reservation=basic.id)
|
@@ -281,7 +272,7 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
281
272
|
|
282
273
|
## Import
|
283
274
|
|
284
|
-
|
275
|
+
Assignment can be imported using any of these accepted formats:
|
285
276
|
|
286
277
|
* `projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}`
|
287
278
|
|
@@ -289,7 +280,7 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
289
280
|
|
290
281
|
* `{{location}}/{{reservation}}/{{name}}`
|
291
282
|
|
292
|
-
When using the `pulumi import` command,
|
283
|
+
When using the `pulumi import` command, Assignment can be imported using one of the formats above. For example:
|
293
284
|
|
294
285
|
```sh
|
295
286
|
$ pulumi import gcp:bigquery/reservationAssignment:ReservationAssignment default projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}
|
@@ -308,11 +299,11 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
308
299
|
:param pulumi.Input[str] assignee: The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.
|
309
300
|
:param pulumi.Input[str] job_type: Types of job, which could be specified when using the reservation. Possible values: JOB_TYPE_UNSPECIFIED, PIPELINE, QUERY
|
310
301
|
:param pulumi.Input[str] location: The location for the resource
|
311
|
-
:param pulumi.Input[str] project: The
|
312
|
-
If it is not provided, the provider project is used.
|
302
|
+
:param pulumi.Input[str] project: The project for the resource
|
313
303
|
:param pulumi.Input[str] reservation: The reservation for the resource
|
314
304
|
|
315
305
|
|
306
|
+
|
316
307
|
- - -
|
317
308
|
"""
|
318
309
|
...
|
@@ -322,29 +313,22 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
322
313
|
args: ReservationAssignmentArgs,
|
323
314
|
opts: Optional[pulumi.ResourceOptions] = None):
|
324
315
|
"""
|
325
|
-
The BigqueryReservation Assignment resource
|
326
|
-
|
327
|
-
To get more information about ReservationAssignment, see:
|
328
|
-
|
329
|
-
* [API documentation](https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations.assignments)
|
330
|
-
* How-to Guides
|
331
|
-
* [Work with reservation assignments](https://cloud.google.com/bigquery/docs/reservations-assignments)
|
316
|
+
The BigqueryReservation Assignment resource
|
332
317
|
|
333
318
|
## Example Usage
|
334
319
|
|
335
|
-
###
|
336
|
-
|
320
|
+
### Basic
|
337
321
|
```python
|
338
322
|
import pulumi
|
339
323
|
import pulumi_gcp as gcp
|
340
324
|
|
341
325
|
basic = gcp.bigquery.Reservation("basic",
|
342
|
-
name="
|
326
|
+
name="tf-test-my-reservation",
|
343
327
|
project="my-project-name",
|
344
328
|
location="us-central1",
|
345
329
|
slot_capacity=0,
|
346
330
|
ignore_idle_slots=False)
|
347
|
-
|
331
|
+
primary = gcp.bigquery.ReservationAssignment("primary",
|
348
332
|
assignee="projects/my-project-name",
|
349
333
|
job_type="PIPELINE",
|
350
334
|
reservation=basic.id)
|
@@ -352,7 +336,7 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
352
336
|
|
353
337
|
## Import
|
354
338
|
|
355
|
-
|
339
|
+
Assignment can be imported using any of these accepted formats:
|
356
340
|
|
357
341
|
* `projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}`
|
358
342
|
|
@@ -360,7 +344,7 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
360
344
|
|
361
345
|
* `{{location}}/{{reservation}}/{{name}}`
|
362
346
|
|
363
|
-
When using the `pulumi import` command,
|
347
|
+
When using the `pulumi import` command, Assignment can be imported using one of the formats above. For example:
|
364
348
|
|
365
349
|
```sh
|
366
350
|
$ pulumi import gcp:bigquery/reservationAssignment:ReservationAssignment default projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}
|
@@ -444,14 +428,13 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
444
428
|
:param pulumi.Input[str] job_type: Types of job, which could be specified when using the reservation. Possible values: JOB_TYPE_UNSPECIFIED, PIPELINE, QUERY
|
445
429
|
:param pulumi.Input[str] location: The location for the resource
|
446
430
|
:param pulumi.Input[str] name: Output only. The resource name of the assignment.
|
447
|
-
:param pulumi.Input[str] project: The
|
448
|
-
If it is not provided, the provider project is used.
|
431
|
+
:param pulumi.Input[str] project: The project for the resource
|
449
432
|
:param pulumi.Input[str] reservation: The reservation for the resource
|
450
433
|
|
451
434
|
|
435
|
+
|
452
436
|
- - -
|
453
|
-
:param pulumi.Input[str] state: Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
454
|
-
Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
437
|
+
:param pulumi.Input[str] state: Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
455
438
|
"""
|
456
439
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
457
440
|
|
@@ -502,8 +485,7 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
502
485
|
@pulumi.getter
|
503
486
|
def project(self) -> pulumi.Output[str]:
|
504
487
|
"""
|
505
|
-
The
|
506
|
-
If it is not provided, the provider project is used.
|
488
|
+
The project for the resource
|
507
489
|
"""
|
508
490
|
return pulumi.get(self, "project")
|
509
491
|
|
@@ -514,6 +496,7 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
514
496
|
The reservation for the resource
|
515
497
|
|
516
498
|
|
499
|
+
|
517
500
|
- - -
|
518
501
|
"""
|
519
502
|
return pulumi.get(self, "reservation")
|
@@ -522,8 +505,7 @@ class ReservationAssignment(pulumi.CustomResource):
|
|
522
505
|
@pulumi.getter
|
523
506
|
def state(self) -> pulumi.Output[str]:
|
524
507
|
"""
|
525
|
-
Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.
|
526
|
-
Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
508
|
+
Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE
|
527
509
|
"""
|
528
510
|
return pulumi.get(self, "state")
|
529
511
|
|
@@ -445,9 +445,9 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
445
445
|
|
446
446
|
* [API documentation](https://cloud.google.com/certificate-authority-service/docs/reference/rest)
|
447
447
|
* How-to Guides
|
448
|
-
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
449
448
|
* [Official Documentation](https://cloud.google.com/certificate-authority-service)
|
450
449
|
* [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
450
|
+
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
451
451
|
|
452
452
|
## Example Usage
|
453
453
|
|
@@ -594,9 +594,9 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
594
594
|
|
595
595
|
* [API documentation](https://cloud.google.com/certificate-authority-service/docs/reference/rest)
|
596
596
|
* How-to Guides
|
597
|
-
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
598
597
|
* [Official Documentation](https://cloud.google.com/certificate-authority-service)
|
599
598
|
* [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
599
|
+
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
600
600
|
|
601
601
|
## Example Usage
|
602
602
|
|
@@ -33,8 +33,6 @@ __all__ = [
|
|
33
33
|
'CertificateSelfManagedArgsDict',
|
34
34
|
'DnsAuthorizationDnsResourceRecordArgs',
|
35
35
|
'DnsAuthorizationDnsResourceRecordArgsDict',
|
36
|
-
'TrustConfigAllowlistedCertificateArgs',
|
37
|
-
'TrustConfigAllowlistedCertificateArgsDict',
|
38
36
|
'TrustConfigTrustStoreArgs',
|
39
37
|
'TrustConfigTrustStoreArgsDict',
|
40
38
|
'TrustConfigTrustStoreIntermediateCaArgs',
|
@@ -830,37 +828,6 @@ class DnsAuthorizationDnsResourceRecordArgs:
|
|
830
828
|
pulumi.set(self, "type", value)
|
831
829
|
|
832
830
|
|
833
|
-
if not MYPY:
|
834
|
-
class TrustConfigAllowlistedCertificateArgsDict(TypedDict):
|
835
|
-
pem_certificate: pulumi.Input[str]
|
836
|
-
"""
|
837
|
-
PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.
|
838
|
-
"""
|
839
|
-
elif False:
|
840
|
-
TrustConfigAllowlistedCertificateArgsDict: TypeAlias = Mapping[str, Any]
|
841
|
-
|
842
|
-
@pulumi.input_type
|
843
|
-
class TrustConfigAllowlistedCertificateArgs:
|
844
|
-
def __init__(__self__, *,
|
845
|
-
pem_certificate: pulumi.Input[str]):
|
846
|
-
"""
|
847
|
-
:param pulumi.Input[str] pem_certificate: PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.
|
848
|
-
"""
|
849
|
-
pulumi.set(__self__, "pem_certificate", pem_certificate)
|
850
|
-
|
851
|
-
@property
|
852
|
-
@pulumi.getter(name="pemCertificate")
|
853
|
-
def pem_certificate(self) -> pulumi.Input[str]:
|
854
|
-
"""
|
855
|
-
PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.
|
856
|
-
"""
|
857
|
-
return pulumi.get(self, "pem_certificate")
|
858
|
-
|
859
|
-
@pem_certificate.setter
|
860
|
-
def pem_certificate(self, value: pulumi.Input[str]):
|
861
|
-
pulumi.set(self, "pem_certificate", value)
|
862
|
-
|
863
|
-
|
864
831
|
if not MYPY:
|
865
832
|
class TrustConfigTrustStoreArgsDict(TypedDict):
|
866
833
|
intermediate_cas: NotRequired[pulumi.Input[Sequence[pulumi.Input['TrustConfigTrustStoreIntermediateCaArgsDict']]]]
|
@@ -25,7 +25,6 @@ __all__ = [
|
|
25
25
|
'CertificateMapGclbTargetIpConfig',
|
26
26
|
'CertificateSelfManaged',
|
27
27
|
'DnsAuthorizationDnsResourceRecord',
|
28
|
-
'TrustConfigAllowlistedCertificate',
|
29
28
|
'TrustConfigTrustStore',
|
30
29
|
'TrustConfigTrustStoreIntermediateCa',
|
31
30
|
'TrustConfigTrustStoreTrustAnchor',
|
@@ -644,41 +643,6 @@ class DnsAuthorizationDnsResourceRecord(dict):
|
|
644
643
|
return pulumi.get(self, "type")
|
645
644
|
|
646
645
|
|
647
|
-
@pulumi.output_type
|
648
|
-
class TrustConfigAllowlistedCertificate(dict):
|
649
|
-
@staticmethod
|
650
|
-
def __key_warning(key: str):
|
651
|
-
suggest = None
|
652
|
-
if key == "pemCertificate":
|
653
|
-
suggest = "pem_certificate"
|
654
|
-
|
655
|
-
if suggest:
|
656
|
-
pulumi.log.warn(f"Key '{key}' not found in TrustConfigAllowlistedCertificate. Access the value via the '{suggest}' property getter instead.")
|
657
|
-
|
658
|
-
def __getitem__(self, key: str) -> Any:
|
659
|
-
TrustConfigAllowlistedCertificate.__key_warning(key)
|
660
|
-
return super().__getitem__(key)
|
661
|
-
|
662
|
-
def get(self, key: str, default = None) -> Any:
|
663
|
-
TrustConfigAllowlistedCertificate.__key_warning(key)
|
664
|
-
return super().get(key, default)
|
665
|
-
|
666
|
-
def __init__(__self__, *,
|
667
|
-
pem_certificate: str):
|
668
|
-
"""
|
669
|
-
:param str pem_certificate: PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.
|
670
|
-
"""
|
671
|
-
pulumi.set(__self__, "pem_certificate", pem_certificate)
|
672
|
-
|
673
|
-
@property
|
674
|
-
@pulumi.getter(name="pemCertificate")
|
675
|
-
def pem_certificate(self) -> str:
|
676
|
-
"""
|
677
|
-
PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.
|
678
|
-
"""
|
679
|
-
return pulumi.get(self, "pem_certificate")
|
680
|
-
|
681
|
-
|
682
646
|
@pulumi.output_type
|
683
647
|
class TrustConfigTrustStore(dict):
|
684
648
|
@staticmethod
|
@@ -22,7 +22,6 @@ __all__ = ['TrustConfigArgs', 'TrustConfig']
|
|
22
22
|
class TrustConfigArgs:
|
23
23
|
def __init__(__self__, *,
|
24
24
|
location: pulumi.Input[str],
|
25
|
-
allowlisted_certificates: Optional[pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]]] = None,
|
26
25
|
description: Optional[pulumi.Input[str]] = None,
|
27
26
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
28
27
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -34,9 +33,6 @@ class TrustConfigArgs:
|
|
34
33
|
|
35
34
|
|
36
35
|
- - -
|
37
|
-
:param pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]] allowlisted_certificates: Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
38
|
-
the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
39
|
-
Structure is documented below.
|
40
36
|
:param pulumi.Input[str] description: One or more paragraphs of text description of a trust config.
|
41
37
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Set of label tags associated with the trust config.
|
42
38
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -49,8 +45,6 @@ class TrustConfigArgs:
|
|
49
45
|
Structure is documented below.
|
50
46
|
"""
|
51
47
|
pulumi.set(__self__, "location", location)
|
52
|
-
if allowlisted_certificates is not None:
|
53
|
-
pulumi.set(__self__, "allowlisted_certificates", allowlisted_certificates)
|
54
48
|
if description is not None:
|
55
49
|
pulumi.set(__self__, "description", description)
|
56
50
|
if labels is not None:
|
@@ -77,20 +71,6 @@ class TrustConfigArgs:
|
|
77
71
|
def location(self, value: pulumi.Input[str]):
|
78
72
|
pulumi.set(self, "location", value)
|
79
73
|
|
80
|
-
@property
|
81
|
-
@pulumi.getter(name="allowlistedCertificates")
|
82
|
-
def allowlisted_certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]]]:
|
83
|
-
"""
|
84
|
-
Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
85
|
-
the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
86
|
-
Structure is documented below.
|
87
|
-
"""
|
88
|
-
return pulumi.get(self, "allowlisted_certificates")
|
89
|
-
|
90
|
-
@allowlisted_certificates.setter
|
91
|
-
def allowlisted_certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]]]):
|
92
|
-
pulumi.set(self, "allowlisted_certificates", value)
|
93
|
-
|
94
74
|
@property
|
95
75
|
@pulumi.getter
|
96
76
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -160,7 +140,6 @@ class TrustConfigArgs:
|
|
160
140
|
@pulumi.input_type
|
161
141
|
class _TrustConfigState:
|
162
142
|
def __init__(__self__, *,
|
163
|
-
allowlisted_certificates: Optional[pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]]] = None,
|
164
143
|
create_time: Optional[pulumi.Input[str]] = None,
|
165
144
|
description: Optional[pulumi.Input[str]] = None,
|
166
145
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -173,9 +152,6 @@ class _TrustConfigState:
|
|
173
152
|
update_time: Optional[pulumi.Input[str]] = None):
|
174
153
|
"""
|
175
154
|
Input properties used for looking up and filtering TrustConfig resources.
|
176
|
-
:param pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]] allowlisted_certificates: Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
177
|
-
the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
178
|
-
Structure is documented below.
|
179
155
|
:param pulumi.Input[str] create_time: The creation timestamp of a TrustConfig.
|
180
156
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
181
157
|
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -200,8 +176,6 @@ class _TrustConfigState:
|
|
200
176
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
201
177
|
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
202
178
|
"""
|
203
|
-
if allowlisted_certificates is not None:
|
204
|
-
pulumi.set(__self__, "allowlisted_certificates", allowlisted_certificates)
|
205
179
|
if create_time is not None:
|
206
180
|
pulumi.set(__self__, "create_time", create_time)
|
207
181
|
if description is not None:
|
@@ -223,20 +197,6 @@ class _TrustConfigState:
|
|
223
197
|
if update_time is not None:
|
224
198
|
pulumi.set(__self__, "update_time", update_time)
|
225
199
|
|
226
|
-
@property
|
227
|
-
@pulumi.getter(name="allowlistedCertificates")
|
228
|
-
def allowlisted_certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]]]:
|
229
|
-
"""
|
230
|
-
Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
231
|
-
the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
232
|
-
Structure is documented below.
|
233
|
-
"""
|
234
|
-
return pulumi.get(self, "allowlisted_certificates")
|
235
|
-
|
236
|
-
@allowlisted_certificates.setter
|
237
|
-
def allowlisted_certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TrustConfigAllowlistedCertificateArgs']]]]):
|
238
|
-
pulumi.set(self, "allowlisted_certificates", value)
|
239
|
-
|
240
200
|
@property
|
241
201
|
@pulumi.getter(name="createTime")
|
242
202
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
@@ -376,7 +336,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
376
336
|
def __init__(__self__,
|
377
337
|
resource_name: str,
|
378
338
|
opts: Optional[pulumi.ResourceOptions] = None,
|
379
|
-
allowlisted_certificates: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TrustConfigAllowlistedCertificateArgs', 'TrustConfigAllowlistedCertificateArgsDict']]]]] = None,
|
380
339
|
description: Optional[pulumi.Input[str]] = None,
|
381
340
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
382
341
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -418,29 +377,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
418
377
|
"foo": "bar",
|
419
378
|
})
|
420
379
|
```
|
421
|
-
### Certificate Manager Trust Config Allowlisted Certificates
|
422
|
-
|
423
|
-
```python
|
424
|
-
import pulumi
|
425
|
-
import pulumi_gcp as gcp
|
426
|
-
import pulumi_std as std
|
427
|
-
|
428
|
-
default = gcp.certificatemanager.TrustConfig("default",
|
429
|
-
name="trust-config",
|
430
|
-
description="A sample trust config resource with allowlisted certificates",
|
431
|
-
location="global",
|
432
|
-
allowlisted_certificates=[
|
433
|
-
{
|
434
|
-
"pemCertificate": std.file(input="test-fixtures/cert.pem").result,
|
435
|
-
},
|
436
|
-
{
|
437
|
-
"pemCertificate": std.file(input="test-fixtures/cert2.pem").result,
|
438
|
-
},
|
439
|
-
],
|
440
|
-
labels={
|
441
|
-
"foo": "bar",
|
442
|
-
})
|
443
|
-
```
|
444
380
|
|
445
381
|
## Import
|
446
382
|
|
@@ -468,9 +404,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
468
404
|
|
469
405
|
:param str resource_name: The name of the resource.
|
470
406
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
471
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['TrustConfigAllowlistedCertificateArgs', 'TrustConfigAllowlistedCertificateArgsDict']]]] allowlisted_certificates: Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
472
|
-
the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
473
|
-
Structure is documented below.
|
474
407
|
:param pulumi.Input[str] description: One or more paragraphs of text description of a trust config.
|
475
408
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Set of label tags associated with the trust config.
|
476
409
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -526,29 +459,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
526
459
|
"foo": "bar",
|
527
460
|
})
|
528
461
|
```
|
529
|
-
### Certificate Manager Trust Config Allowlisted Certificates
|
530
|
-
|
531
|
-
```python
|
532
|
-
import pulumi
|
533
|
-
import pulumi_gcp as gcp
|
534
|
-
import pulumi_std as std
|
535
|
-
|
536
|
-
default = gcp.certificatemanager.TrustConfig("default",
|
537
|
-
name="trust-config",
|
538
|
-
description="A sample trust config resource with allowlisted certificates",
|
539
|
-
location="global",
|
540
|
-
allowlisted_certificates=[
|
541
|
-
{
|
542
|
-
"pemCertificate": std.file(input="test-fixtures/cert.pem").result,
|
543
|
-
},
|
544
|
-
{
|
545
|
-
"pemCertificate": std.file(input="test-fixtures/cert2.pem").result,
|
546
|
-
},
|
547
|
-
],
|
548
|
-
labels={
|
549
|
-
"foo": "bar",
|
550
|
-
})
|
551
|
-
```
|
552
462
|
|
553
463
|
## Import
|
554
464
|
|
@@ -589,7 +499,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
589
499
|
def _internal_init(__self__,
|
590
500
|
resource_name: str,
|
591
501
|
opts: Optional[pulumi.ResourceOptions] = None,
|
592
|
-
allowlisted_certificates: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TrustConfigAllowlistedCertificateArgs', 'TrustConfigAllowlistedCertificateArgsDict']]]]] = None,
|
593
502
|
description: Optional[pulumi.Input[str]] = None,
|
594
503
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
595
504
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -605,7 +514,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
605
514
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
606
515
|
__props__ = TrustConfigArgs.__new__(TrustConfigArgs)
|
607
516
|
|
608
|
-
__props__.__dict__["allowlisted_certificates"] = allowlisted_certificates
|
609
517
|
__props__.__dict__["description"] = description
|
610
518
|
__props__.__dict__["labels"] = labels
|
611
519
|
if location is None and not opts.urn:
|
@@ -630,7 +538,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
630
538
|
def get(resource_name: str,
|
631
539
|
id: pulumi.Input[str],
|
632
540
|
opts: Optional[pulumi.ResourceOptions] = None,
|
633
|
-
allowlisted_certificates: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TrustConfigAllowlistedCertificateArgs', 'TrustConfigAllowlistedCertificateArgsDict']]]]] = None,
|
634
541
|
create_time: Optional[pulumi.Input[str]] = None,
|
635
542
|
description: Optional[pulumi.Input[str]] = None,
|
636
543
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -648,9 +555,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
648
555
|
:param str resource_name: The unique name of the resulting resource.
|
649
556
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
650
557
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
651
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['TrustConfigAllowlistedCertificateArgs', 'TrustConfigAllowlistedCertificateArgsDict']]]] allowlisted_certificates: Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
652
|
-
the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
653
|
-
Structure is documented below.
|
654
558
|
:param pulumi.Input[str] create_time: The creation timestamp of a TrustConfig.
|
655
559
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
656
560
|
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -679,7 +583,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
679
583
|
|
680
584
|
__props__ = _TrustConfigState.__new__(_TrustConfigState)
|
681
585
|
|
682
|
-
__props__.__dict__["allowlisted_certificates"] = allowlisted_certificates
|
683
586
|
__props__.__dict__["create_time"] = create_time
|
684
587
|
__props__.__dict__["description"] = description
|
685
588
|
__props__.__dict__["effective_labels"] = effective_labels
|
@@ -692,16 +595,6 @@ class TrustConfig(pulumi.CustomResource):
|
|
692
595
|
__props__.__dict__["update_time"] = update_time
|
693
596
|
return TrustConfig(resource_name, opts=opts, __props__=__props__)
|
694
597
|
|
695
|
-
@property
|
696
|
-
@pulumi.getter(name="allowlistedCertificates")
|
697
|
-
def allowlisted_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.TrustConfigAllowlistedCertificate']]]:
|
698
|
-
"""
|
699
|
-
Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as
|
700
|
-
the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
|
701
|
-
Structure is documented below.
|
702
|
-
"""
|
703
|
-
return pulumi.get(self, "allowlisted_certificates")
|
704
|
-
|
705
598
|
@property
|
706
599
|
@pulumi.getter(name="createTime")
|
707
600
|
def create_time(self) -> pulumi.Output[str]:
|