pulumi-gcp 7.15.0a1711038061__py3-none-any.whl → 7.16.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.
Files changed (83) hide show
  1. pulumi_gcp/__init__.py +102 -0
  2. pulumi_gcp/accesscontextmanager/__init__.py +1 -0
  3. pulumi_gcp/accesscontextmanager/_inputs.py +74 -58
  4. pulumi_gcp/accesscontextmanager/outputs.py +74 -58
  5. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +345 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +80 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +86 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +4 -2
  10. pulumi_gcp/apphub/__init__.py +15 -0
  11. pulumi_gcp/apphub/_inputs.py +1016 -0
  12. pulumi_gcp/apphub/application.py +775 -0
  13. pulumi_gcp/apphub/get_discovered_service.py +180 -0
  14. pulumi_gcp/apphub/get_discovered_workload.py +180 -0
  15. pulumi_gcp/apphub/outputs.py +1206 -0
  16. pulumi_gcp/apphub/service.py +1121 -0
  17. pulumi_gcp/apphub/service_project_attachment.py +516 -0
  18. pulumi_gcp/apphub/workload.py +1197 -0
  19. pulumi_gcp/cloudquota/__init__.py +10 -0
  20. pulumi_gcp/cloudquota/get_s_quota_info.py +322 -0
  21. pulumi_gcp/cloudquota/get_s_quota_infos.py +136 -0
  22. pulumi_gcp/cloudquota/outputs.py +375 -0
  23. pulumi_gcp/cloudrunv2/_inputs.py +85 -4
  24. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  25. pulumi_gcp/cloudrunv2/outputs.py +165 -6
  26. pulumi_gcp/cloudrunv2/service.py +60 -6
  27. pulumi_gcp/composer/_inputs.py +16 -0
  28. pulumi_gcp/composer/outputs.py +23 -0
  29. pulumi_gcp/compute/_inputs.py +109 -11
  30. pulumi_gcp/compute/outputs.py +144 -13
  31. pulumi_gcp/compute/region_network_endpoint_group.py +30 -0
  32. pulumi_gcp/compute/region_url_map.py +152 -0
  33. pulumi_gcp/config/__init__.pyi +4 -0
  34. pulumi_gcp/config/vars.py +8 -0
  35. pulumi_gcp/dataform/repository.py +4 -74
  36. pulumi_gcp/firebase/__init__.py +1 -0
  37. pulumi_gcp/firebase/android_app.py +41 -40
  38. pulumi_gcp/firebase/app_check_device_check_config.py +572 -0
  39. pulumi_gcp/firestore/_inputs.py +69 -0
  40. pulumi_gcp/firestore/database.py +206 -0
  41. pulumi_gcp/firestore/index.py +34 -48
  42. pulumi_gcp/firestore/outputs.py +80 -0
  43. pulumi_gcp/gkeonprem/_inputs.py +1 -3
  44. pulumi_gcp/gkeonprem/outputs.py +1 -3
  45. pulumi_gcp/gkeonprem/v_mware_cluster.py +2 -0
  46. pulumi_gcp/iap/__init__.py +5 -0
  47. pulumi_gcp/iap/_inputs.py +100 -0
  48. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +172 -0
  49. pulumi_gcp/iap/outputs.py +76 -0
  50. pulumi_gcp/iap/tunnel_dest_group.py +524 -0
  51. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +858 -0
  52. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +858 -0
  53. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +760 -0
  54. pulumi_gcp/kms/__init__.py +1 -0
  55. pulumi_gcp/kms/_inputs.py +246 -0
  56. pulumi_gcp/kms/ekm_connection.py +610 -0
  57. pulumi_gcp/kms/outputs.py +242 -0
  58. pulumi_gcp/monitoring/_inputs.py +2 -0
  59. pulumi_gcp/monitoring/outputs.py +2 -0
  60. pulumi_gcp/networksecurity/__init__.py +1 -0
  61. pulumi_gcp/networksecurity/firewall_endpoint.py +48 -0
  62. pulumi_gcp/networksecurity/firewall_endpoint_association.py +753 -0
  63. pulumi_gcp/notebooks/instance.py +8 -0
  64. pulumi_gcp/orgpolicy/policy.py +2 -2
  65. pulumi_gcp/provider.py +40 -0
  66. pulumi_gcp/pubsub/_inputs.py +108 -0
  67. pulumi_gcp/pubsub/get_topic.py +11 -1
  68. pulumi_gcp/pubsub/outputs.py +213 -0
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/pubsub/topic.py +92 -0
  71. pulumi_gcp/securityposture/posture.py +2 -2
  72. pulumi_gcp/securityposture/posture_deployment.py +2 -2
  73. pulumi_gcp/storage/_inputs.py +72 -15
  74. pulumi_gcp/storage/bucket.py +54 -0
  75. pulumi_gcp/storage/get_bucket.py +11 -1
  76. pulumi_gcp/storage/outputs.py +110 -14
  77. pulumi_gcp/workstations/_inputs.py +247 -4
  78. pulumi_gcp/workstations/outputs.py +261 -5
  79. pulumi_gcp/workstations/workstation_config.py +160 -0
  80. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/RECORD +83 -61
  82. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/WHEEL +0 -0
  83. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/top_level.txt +0 -0
@@ -10,6 +10,7 @@ from .crypto_key_iam_binding import *
10
10
  from .crypto_key_iam_member import *
11
11
  from .crypto_key_iam_policy import *
12
12
  from .crypto_key_version import *
13
+ from .ekm_connection import *
13
14
  from .get_crypto_key_iam_policy import *
14
15
  from .get_key_ring_iam_policy import *
15
16
  from .get_kms_crypto_key import *
pulumi_gcp/kms/_inputs.py CHANGED
@@ -17,6 +17,8 @@ __all__ = [
17
17
  'CryptoKeyVersionAttestationCertChainsArgs',
18
18
  'CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs',
19
19
  'CryptoKeyVersionTemplateArgs',
20
+ 'EkmConnectionServiceResolverArgs',
21
+ 'EkmConnectionServiceResolverServerCertificateArgs',
20
22
  'KeyRingIAMBindingConditionArgs',
21
23
  'KeyRingIAMMemberConditionArgs',
22
24
  'KeyRingImportJobAttestationArgs',
@@ -399,6 +401,250 @@ class CryptoKeyVersionTemplateArgs:
399
401
  pulumi.set(self, "protection_level", value)
400
402
 
401
403
 
404
+ @pulumi.input_type
405
+ class EkmConnectionServiceResolverArgs:
406
+ def __init__(__self__, *,
407
+ hostname: pulumi.Input[str],
408
+ server_certificates: pulumi.Input[Sequence[pulumi.Input['EkmConnectionServiceResolverServerCertificateArgs']]],
409
+ service_directory_service: pulumi.Input[str],
410
+ endpoint_filter: Optional[pulumi.Input[str]] = None):
411
+ """
412
+ :param pulumi.Input[str] hostname: Required. The hostname of the EKM replica used at TLS and HTTP layers.
413
+ :param pulumi.Input[Sequence[pulumi.Input['EkmConnectionServiceResolverServerCertificateArgs']]] server_certificates: Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported.
414
+ Structure is documented below.
415
+ :param pulumi.Input[str] service_directory_service: Required. The resource name of the Service Directory service pointing to an EKM replica, in the format projects/*/locations/*/namespaces/*/services/*
416
+ :param pulumi.Input[str] endpoint_filter: Optional. The filter applied to the endpoints of the resolved service. If no filter is specified, all endpoints will be considered. An endpoint will be chosen arbitrarily from the filtered list for each request. For endpoint filter syntax and examples, see https://cloud.google.com/service-directory/docs/reference/rpc/google.cloud.servicedirectory.v1#resolveservicerequest.
417
+ """
418
+ pulumi.set(__self__, "hostname", hostname)
419
+ pulumi.set(__self__, "server_certificates", server_certificates)
420
+ pulumi.set(__self__, "service_directory_service", service_directory_service)
421
+ if endpoint_filter is not None:
422
+ pulumi.set(__self__, "endpoint_filter", endpoint_filter)
423
+
424
+ @property
425
+ @pulumi.getter
426
+ def hostname(self) -> pulumi.Input[str]:
427
+ """
428
+ Required. The hostname of the EKM replica used at TLS and HTTP layers.
429
+ """
430
+ return pulumi.get(self, "hostname")
431
+
432
+ @hostname.setter
433
+ def hostname(self, value: pulumi.Input[str]):
434
+ pulumi.set(self, "hostname", value)
435
+
436
+ @property
437
+ @pulumi.getter(name="serverCertificates")
438
+ def server_certificates(self) -> pulumi.Input[Sequence[pulumi.Input['EkmConnectionServiceResolverServerCertificateArgs']]]:
439
+ """
440
+ Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported.
441
+ Structure is documented below.
442
+ """
443
+ return pulumi.get(self, "server_certificates")
444
+
445
+ @server_certificates.setter
446
+ def server_certificates(self, value: pulumi.Input[Sequence[pulumi.Input['EkmConnectionServiceResolverServerCertificateArgs']]]):
447
+ pulumi.set(self, "server_certificates", value)
448
+
449
+ @property
450
+ @pulumi.getter(name="serviceDirectoryService")
451
+ def service_directory_service(self) -> pulumi.Input[str]:
452
+ """
453
+ Required. The resource name of the Service Directory service pointing to an EKM replica, in the format projects/*/locations/*/namespaces/*/services/*
454
+ """
455
+ return pulumi.get(self, "service_directory_service")
456
+
457
+ @service_directory_service.setter
458
+ def service_directory_service(self, value: pulumi.Input[str]):
459
+ pulumi.set(self, "service_directory_service", value)
460
+
461
+ @property
462
+ @pulumi.getter(name="endpointFilter")
463
+ def endpoint_filter(self) -> Optional[pulumi.Input[str]]:
464
+ """
465
+ Optional. The filter applied to the endpoints of the resolved service. If no filter is specified, all endpoints will be considered. An endpoint will be chosen arbitrarily from the filtered list for each request. For endpoint filter syntax and examples, see https://cloud.google.com/service-directory/docs/reference/rpc/google.cloud.servicedirectory.v1#resolveservicerequest.
466
+ """
467
+ return pulumi.get(self, "endpoint_filter")
468
+
469
+ @endpoint_filter.setter
470
+ def endpoint_filter(self, value: Optional[pulumi.Input[str]]):
471
+ pulumi.set(self, "endpoint_filter", value)
472
+
473
+
474
+ @pulumi.input_type
475
+ class EkmConnectionServiceResolverServerCertificateArgs:
476
+ def __init__(__self__, *,
477
+ raw_der: pulumi.Input[str],
478
+ issuer: Optional[pulumi.Input[str]] = None,
479
+ not_after_time: Optional[pulumi.Input[str]] = None,
480
+ not_before_time: Optional[pulumi.Input[str]] = None,
481
+ parsed: Optional[pulumi.Input[bool]] = None,
482
+ serial_number: Optional[pulumi.Input[str]] = None,
483
+ sha256_fingerprint: Optional[pulumi.Input[str]] = None,
484
+ subject: Optional[pulumi.Input[str]] = None,
485
+ subject_alternative_dns_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
486
+ """
487
+ :param pulumi.Input[str] raw_der: Required. The raw certificate bytes in DER format. A base64-encoded string.
488
+ :param pulumi.Input[str] issuer: (Output)
489
+ Output only. The issuer distinguished name in RFC 2253 format. Only present if parsed is true.
490
+ :param pulumi.Input[str] not_after_time: (Output)
491
+ Output only. The certificate is not valid after this time. Only present if parsed is true.
492
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
493
+ :param pulumi.Input[str] not_before_time: (Output)
494
+ Output only. The certificate is not valid before this time. Only present if parsed is true.
495
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
496
+ :param pulumi.Input[bool] parsed: (Output)
497
+ Output only. True if the certificate was parsed successfully.
498
+ :param pulumi.Input[str] serial_number: (Output)
499
+ Output only. The certificate serial number as a hex string. Only present if parsed is true.
500
+ :param pulumi.Input[str] sha256_fingerprint: (Output)
501
+ Output only. The SHA-256 certificate fingerprint as a hex string. Only present if parsed is true.
502
+ :param pulumi.Input[str] subject: (Output)
503
+ Output only. The subject distinguished name in RFC 2253 format. Only present if parsed is true.
504
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] subject_alternative_dns_names: (Output)
505
+ Output only. The subject Alternative DNS names. Only present if parsed is true.
506
+
507
+ - - -
508
+ """
509
+ pulumi.set(__self__, "raw_der", raw_der)
510
+ if issuer is not None:
511
+ pulumi.set(__self__, "issuer", issuer)
512
+ if not_after_time is not None:
513
+ pulumi.set(__self__, "not_after_time", not_after_time)
514
+ if not_before_time is not None:
515
+ pulumi.set(__self__, "not_before_time", not_before_time)
516
+ if parsed is not None:
517
+ pulumi.set(__self__, "parsed", parsed)
518
+ if serial_number is not None:
519
+ pulumi.set(__self__, "serial_number", serial_number)
520
+ if sha256_fingerprint is not None:
521
+ pulumi.set(__self__, "sha256_fingerprint", sha256_fingerprint)
522
+ if subject is not None:
523
+ pulumi.set(__self__, "subject", subject)
524
+ if subject_alternative_dns_names is not None:
525
+ pulumi.set(__self__, "subject_alternative_dns_names", subject_alternative_dns_names)
526
+
527
+ @property
528
+ @pulumi.getter(name="rawDer")
529
+ def raw_der(self) -> pulumi.Input[str]:
530
+ """
531
+ Required. The raw certificate bytes in DER format. A base64-encoded string.
532
+ """
533
+ return pulumi.get(self, "raw_der")
534
+
535
+ @raw_der.setter
536
+ def raw_der(self, value: pulumi.Input[str]):
537
+ pulumi.set(self, "raw_der", value)
538
+
539
+ @property
540
+ @pulumi.getter
541
+ def issuer(self) -> Optional[pulumi.Input[str]]:
542
+ """
543
+ (Output)
544
+ Output only. The issuer distinguished name in RFC 2253 format. Only present if parsed is true.
545
+ """
546
+ return pulumi.get(self, "issuer")
547
+
548
+ @issuer.setter
549
+ def issuer(self, value: Optional[pulumi.Input[str]]):
550
+ pulumi.set(self, "issuer", value)
551
+
552
+ @property
553
+ @pulumi.getter(name="notAfterTime")
554
+ def not_after_time(self) -> Optional[pulumi.Input[str]]:
555
+ """
556
+ (Output)
557
+ Output only. The certificate is not valid after this time. Only present if parsed is true.
558
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
559
+ """
560
+ return pulumi.get(self, "not_after_time")
561
+
562
+ @not_after_time.setter
563
+ def not_after_time(self, value: Optional[pulumi.Input[str]]):
564
+ pulumi.set(self, "not_after_time", value)
565
+
566
+ @property
567
+ @pulumi.getter(name="notBeforeTime")
568
+ def not_before_time(self) -> Optional[pulumi.Input[str]]:
569
+ """
570
+ (Output)
571
+ Output only. The certificate is not valid before this time. Only present if parsed is true.
572
+ A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
573
+ """
574
+ return pulumi.get(self, "not_before_time")
575
+
576
+ @not_before_time.setter
577
+ def not_before_time(self, value: Optional[pulumi.Input[str]]):
578
+ pulumi.set(self, "not_before_time", value)
579
+
580
+ @property
581
+ @pulumi.getter
582
+ def parsed(self) -> Optional[pulumi.Input[bool]]:
583
+ """
584
+ (Output)
585
+ Output only. True if the certificate was parsed successfully.
586
+ """
587
+ return pulumi.get(self, "parsed")
588
+
589
+ @parsed.setter
590
+ def parsed(self, value: Optional[pulumi.Input[bool]]):
591
+ pulumi.set(self, "parsed", value)
592
+
593
+ @property
594
+ @pulumi.getter(name="serialNumber")
595
+ def serial_number(self) -> Optional[pulumi.Input[str]]:
596
+ """
597
+ (Output)
598
+ Output only. The certificate serial number as a hex string. Only present if parsed is true.
599
+ """
600
+ return pulumi.get(self, "serial_number")
601
+
602
+ @serial_number.setter
603
+ def serial_number(self, value: Optional[pulumi.Input[str]]):
604
+ pulumi.set(self, "serial_number", value)
605
+
606
+ @property
607
+ @pulumi.getter(name="sha256Fingerprint")
608
+ def sha256_fingerprint(self) -> Optional[pulumi.Input[str]]:
609
+ """
610
+ (Output)
611
+ Output only. The SHA-256 certificate fingerprint as a hex string. Only present if parsed is true.
612
+ """
613
+ return pulumi.get(self, "sha256_fingerprint")
614
+
615
+ @sha256_fingerprint.setter
616
+ def sha256_fingerprint(self, value: Optional[pulumi.Input[str]]):
617
+ pulumi.set(self, "sha256_fingerprint", value)
618
+
619
+ @property
620
+ @pulumi.getter
621
+ def subject(self) -> Optional[pulumi.Input[str]]:
622
+ """
623
+ (Output)
624
+ Output only. The subject distinguished name in RFC 2253 format. Only present if parsed is true.
625
+ """
626
+ return pulumi.get(self, "subject")
627
+
628
+ @subject.setter
629
+ def subject(self, value: Optional[pulumi.Input[str]]):
630
+ pulumi.set(self, "subject", value)
631
+
632
+ @property
633
+ @pulumi.getter(name="subjectAlternativeDnsNames")
634
+ def subject_alternative_dns_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
635
+ """
636
+ (Output)
637
+ Output only. The subject Alternative DNS names. Only present if parsed is true.
638
+
639
+ - - -
640
+ """
641
+ return pulumi.get(self, "subject_alternative_dns_names")
642
+
643
+ @subject_alternative_dns_names.setter
644
+ def subject_alternative_dns_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
645
+ pulumi.set(self, "subject_alternative_dns_names", value)
646
+
647
+
402
648
  @pulumi.input_type
403
649
  class KeyRingIAMBindingConditionArgs:
404
650
  def __init__(__self__, *,