pulumi-gcp 8.16.0a1738080576__py3-none-any.whl → 8.17.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 +91 -0
  2. pulumi_gcp/alloydb/cluster.py +75 -7
  3. pulumi_gcp/apigee/_inputs.py +91 -0
  4. pulumi_gcp/apigee/endpoint_attachment.py +0 -64
  5. pulumi_gcp/apigee/environment.py +54 -0
  6. pulumi_gcp/apigee/outputs.py +54 -0
  7. pulumi_gcp/apihub/__init__.py +10 -0
  8. pulumi_gcp/apihub/_inputs.py +154 -0
  9. pulumi_gcp/apihub/api_hub_instance.py +784 -0
  10. pulumi_gcp/apihub/outputs.py +124 -0
  11. pulumi_gcp/chronicle/__init__.py +1 -0
  12. pulumi_gcp/chronicle/_inputs.py +124 -0
  13. pulumi_gcp/chronicle/outputs.py +112 -0
  14. pulumi_gcp/chronicle/retrohunt.py +645 -0
  15. pulumi_gcp/cloudrunv2/_inputs.py +197 -0
  16. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  17. pulumi_gcp/cloudrunv2/outputs.py +256 -0
  18. pulumi_gcp/cloudrunv2/service.py +159 -0
  19. pulumi_gcp/colab/__init__.py +5 -0
  20. pulumi_gcp/colab/_inputs.py +131 -0
  21. pulumi_gcp/colab/get_runtime_template_iam_policy.py +182 -0
  22. pulumi_gcp/colab/outputs.py +92 -0
  23. pulumi_gcp/colab/runtime.py +696 -0
  24. pulumi_gcp/colab/runtime_template_iam_binding.py +828 -0
  25. pulumi_gcp/colab/runtime_template_iam_member.py +828 -0
  26. pulumi_gcp/colab/runtime_template_iam_policy.py +667 -0
  27. pulumi_gcp/compute/__init__.py +4 -0
  28. pulumi_gcp/compute/_inputs.py +526 -0
  29. pulumi_gcp/compute/firewall_policy_rule.py +104 -22
  30. pulumi_gcp/compute/firewall_policy_with_rules.py +114 -42
  31. pulumi_gcp/compute/get_instance_template_iam_policy.py +159 -0
  32. pulumi_gcp/compute/instance_template_iam_binding.py +998 -0
  33. pulumi_gcp/compute/instance_template_iam_member.py +998 -0
  34. pulumi_gcp/compute/instance_template_iam_policy.py +817 -0
  35. pulumi_gcp/compute/interconnect_attachment.py +189 -2
  36. pulumi_gcp/compute/network_firewall_policy_rule.py +122 -10
  37. pulumi_gcp/compute/network_firewall_policy_with_rules.py +116 -44
  38. pulumi_gcp/compute/outputs.py +352 -0
  39. pulumi_gcp/compute/project_metadata_item.py +12 -0
  40. pulumi_gcp/compute/public_advertised_prefix.py +87 -0
  41. pulumi_gcp/compute/region_network_firewall_policy_rule.py +130 -10
  42. pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +104 -32
  43. pulumi_gcp/compute/router_peer.py +115 -3
  44. pulumi_gcp/config/__init__.pyi +2 -0
  45. pulumi_gcp/config/vars.py +4 -0
  46. pulumi_gcp/filestore/get_instance.py +12 -1
  47. pulumi_gcp/filestore/instance.py +75 -0
  48. pulumi_gcp/gemini/code_repository_index.py +29 -33
  49. pulumi_gcp/gemini/get_repository_group_iam_policy.py +28 -2
  50. pulumi_gcp/gemini/repository_group.py +76 -26
  51. pulumi_gcp/gemini/repository_group_iam_binding.py +258 -0
  52. pulumi_gcp/gemini/repository_group_iam_member.py +258 -0
  53. pulumi_gcp/gemini/repository_group_iam_policy.py +258 -0
  54. pulumi_gcp/kms/__init__.py +1 -0
  55. pulumi_gcp/kms/get_key_handles.py +172 -0
  56. pulumi_gcp/kms/outputs.py +45 -0
  57. pulumi_gcp/networksecurity/_inputs.py +72 -0
  58. pulumi_gcp/networksecurity/outputs.py +76 -0
  59. pulumi_gcp/networksecurity/security_profile.py +233 -7
  60. pulumi_gcp/networksecurity/security_profile_group.py +218 -0
  61. pulumi_gcp/organizations/__init__.py +1 -0
  62. pulumi_gcp/organizations/get_s.py +128 -0
  63. pulumi_gcp/organizations/outputs.py +63 -0
  64. pulumi_gcp/parametermanager/__init__.py +3 -0
  65. pulumi_gcp/parametermanager/get_parameter.py +211 -0
  66. pulumi_gcp/parametermanager/get_regional_parameters.py +157 -0
  67. pulumi_gcp/parametermanager/outputs.py +210 -0
  68. pulumi_gcp/parametermanager/parameter_version.py +496 -0
  69. pulumi_gcp/parametermanager/regional_parameter_version.py +10 -38
  70. pulumi_gcp/provider.py +20 -0
  71. pulumi_gcp/pubsub/_inputs.py +213 -1
  72. pulumi_gcp/pubsub/outputs.py +278 -2
  73. pulumi_gcp/pubsub/topic.py +42 -0
  74. pulumi_gcp/pulumi-plugin.json +1 -1
  75. pulumi_gcp/redis/__init__.py +1 -0
  76. pulumi_gcp/redis/_inputs.py +342 -6
  77. pulumi_gcp/redis/cluster.py +223 -102
  78. pulumi_gcp/redis/cluster_user_created_connections.py +845 -0
  79. pulumi_gcp/redis/outputs.py +268 -4
  80. {pulumi_gcp-8.16.0a1738080576.dist-info → pulumi_gcp-8.17.0.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-8.16.0a1738080576.dist-info → pulumi_gcp-8.17.0.dist-info}/RECORD +83 -63
  82. {pulumi_gcp-8.16.0a1738080576.dist-info → pulumi_gcp-8.17.0.dist-info}/WHEEL +0 -0
  83. {pulumi_gcp-8.16.0a1738080576.dist-info → pulumi_gcp-8.17.0.dist-info}/top_level.txt +0 -0
@@ -29,6 +29,7 @@ class EnvironmentArgs:
29
29
  forward_proxy_uri: Optional[pulumi.Input[str]] = None,
30
30
  name: Optional[pulumi.Input[str]] = None,
31
31
  node_config: Optional[pulumi.Input['EnvironmentNodeConfigArgs']] = None,
32
+ properties: Optional[pulumi.Input['EnvironmentPropertiesArgs']] = None,
32
33
  type: Optional[pulumi.Input[str]] = None):
33
34
  """
34
35
  The set of arguments for constructing a Environment resource.
@@ -54,6 +55,8 @@ class EnvironmentArgs:
54
55
  :param pulumi.Input[str] name: The resource ID of the environment.
55
56
  :param pulumi.Input['EnvironmentNodeConfigArgs'] node_config: NodeConfig for setting the min/max number of nodes associated with the environment.
56
57
  Structure is documented below.
58
+ :param pulumi.Input['EnvironmentPropertiesArgs'] properties: Key-value pairs that may be used for customizing the environment.
59
+ Structure is documented below.
57
60
  :param pulumi.Input[str] type: Types that can be selected for an Environment. Each of the types are
58
61
  limited by capability and capacity. Refer to Apigee's public documentation
59
62
  to understand about each of these types in details.
@@ -75,6 +78,8 @@ class EnvironmentArgs:
75
78
  pulumi.set(__self__, "name", name)
76
79
  if node_config is not None:
77
80
  pulumi.set(__self__, "node_config", node_config)
81
+ if properties is not None:
82
+ pulumi.set(__self__, "properties", properties)
78
83
  if type is not None:
79
84
  pulumi.set(__self__, "type", type)
80
85
 
@@ -188,6 +193,19 @@ class EnvironmentArgs:
188
193
  def node_config(self, value: Optional[pulumi.Input['EnvironmentNodeConfigArgs']]):
189
194
  pulumi.set(self, "node_config", value)
190
195
 
196
+ @property
197
+ @pulumi.getter
198
+ def properties(self) -> Optional[pulumi.Input['EnvironmentPropertiesArgs']]:
199
+ """
200
+ Key-value pairs that may be used for customizing the environment.
201
+ Structure is documented below.
202
+ """
203
+ return pulumi.get(self, "properties")
204
+
205
+ @properties.setter
206
+ def properties(self, value: Optional[pulumi.Input['EnvironmentPropertiesArgs']]):
207
+ pulumi.set(self, "properties", value)
208
+
191
209
  @property
192
210
  @pulumi.getter
193
211
  def type(self) -> Optional[pulumi.Input[str]]:
@@ -216,6 +234,7 @@ class _EnvironmentState:
216
234
  name: Optional[pulumi.Input[str]] = None,
217
235
  node_config: Optional[pulumi.Input['EnvironmentNodeConfigArgs']] = None,
218
236
  org_id: Optional[pulumi.Input[str]] = None,
237
+ properties: Optional[pulumi.Input['EnvironmentPropertiesArgs']] = None,
219
238
  type: Optional[pulumi.Input[str]] = None):
220
239
  """
221
240
  Input properties used for looking up and filtering Environment resources.
@@ -241,6 +260,8 @@ class _EnvironmentState:
241
260
 
242
261
 
243
262
  - - -
263
+ :param pulumi.Input['EnvironmentPropertiesArgs'] properties: Key-value pairs that may be used for customizing the environment.
264
+ Structure is documented below.
244
265
  :param pulumi.Input[str] type: Types that can be selected for an Environment. Each of the types are
245
266
  limited by capability and capacity. Refer to Apigee's public documentation
246
267
  to understand about each of these types in details.
@@ -263,6 +284,8 @@ class _EnvironmentState:
263
284
  pulumi.set(__self__, "node_config", node_config)
264
285
  if org_id is not None:
265
286
  pulumi.set(__self__, "org_id", org_id)
287
+ if properties is not None:
288
+ pulumi.set(__self__, "properties", properties)
266
289
  if type is not None:
267
290
  pulumi.set(__self__, "type", type)
268
291
 
@@ -376,6 +399,19 @@ class _EnvironmentState:
376
399
  def org_id(self, value: Optional[pulumi.Input[str]]):
377
400
  pulumi.set(self, "org_id", value)
378
401
 
402
+ @property
403
+ @pulumi.getter
404
+ def properties(self) -> Optional[pulumi.Input['EnvironmentPropertiesArgs']]:
405
+ """
406
+ Key-value pairs that may be used for customizing the environment.
407
+ Structure is documented below.
408
+ """
409
+ return pulumi.get(self, "properties")
410
+
411
+ @properties.setter
412
+ def properties(self, value: Optional[pulumi.Input['EnvironmentPropertiesArgs']]):
413
+ pulumi.set(self, "properties", value)
414
+
379
415
  @property
380
416
  @pulumi.getter
381
417
  def type(self) -> Optional[pulumi.Input[str]]:
@@ -406,6 +442,7 @@ class Environment(pulumi.CustomResource):
406
442
  name: Optional[pulumi.Input[str]] = None,
407
443
  node_config: Optional[pulumi.Input[Union['EnvironmentNodeConfigArgs', 'EnvironmentNodeConfigArgsDict']]] = None,
408
444
  org_id: Optional[pulumi.Input[str]] = None,
445
+ properties: Optional[pulumi.Input[Union['EnvironmentPropertiesArgs', 'EnvironmentPropertiesArgsDict']]] = None,
409
446
  type: Optional[pulumi.Input[str]] = None,
410
447
  __props__=None):
411
448
  """
@@ -491,6 +528,8 @@ class Environment(pulumi.CustomResource):
491
528
 
492
529
 
493
530
  - - -
531
+ :param pulumi.Input[Union['EnvironmentPropertiesArgs', 'EnvironmentPropertiesArgsDict']] properties: Key-value pairs that may be used for customizing the environment.
532
+ Structure is documented below.
494
533
  :param pulumi.Input[str] type: Types that can be selected for an Environment. Each of the types are
495
534
  limited by capability and capacity. Refer to Apigee's public documentation
496
535
  to understand about each of these types in details.
@@ -585,6 +624,7 @@ class Environment(pulumi.CustomResource):
585
624
  name: Optional[pulumi.Input[str]] = None,
586
625
  node_config: Optional[pulumi.Input[Union['EnvironmentNodeConfigArgs', 'EnvironmentNodeConfigArgsDict']]] = None,
587
626
  org_id: Optional[pulumi.Input[str]] = None,
627
+ properties: Optional[pulumi.Input[Union['EnvironmentPropertiesArgs', 'EnvironmentPropertiesArgsDict']]] = None,
588
628
  type: Optional[pulumi.Input[str]] = None,
589
629
  __props__=None):
590
630
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -605,6 +645,7 @@ class Environment(pulumi.CustomResource):
605
645
  if org_id is None and not opts.urn:
606
646
  raise TypeError("Missing required property 'org_id'")
607
647
  __props__.__dict__["org_id"] = org_id
648
+ __props__.__dict__["properties"] = properties
608
649
  __props__.__dict__["type"] = type
609
650
  super(Environment, __self__).__init__(
610
651
  'gcp:apigee/environment:Environment',
@@ -624,6 +665,7 @@ class Environment(pulumi.CustomResource):
624
665
  name: Optional[pulumi.Input[str]] = None,
625
666
  node_config: Optional[pulumi.Input[Union['EnvironmentNodeConfigArgs', 'EnvironmentNodeConfigArgsDict']]] = None,
626
667
  org_id: Optional[pulumi.Input[str]] = None,
668
+ properties: Optional[pulumi.Input[Union['EnvironmentPropertiesArgs', 'EnvironmentPropertiesArgsDict']]] = None,
627
669
  type: Optional[pulumi.Input[str]] = None) -> 'Environment':
628
670
  """
629
671
  Get an existing Environment resource's state with the given name, id, and optional extra
@@ -654,6 +696,8 @@ class Environment(pulumi.CustomResource):
654
696
 
655
697
 
656
698
  - - -
699
+ :param pulumi.Input[Union['EnvironmentPropertiesArgs', 'EnvironmentPropertiesArgsDict']] properties: Key-value pairs that may be used for customizing the environment.
700
+ Structure is documented below.
657
701
  :param pulumi.Input[str] type: Types that can be selected for an Environment. Each of the types are
658
702
  limited by capability and capacity. Refer to Apigee's public documentation
659
703
  to understand about each of these types in details.
@@ -672,6 +716,7 @@ class Environment(pulumi.CustomResource):
672
716
  __props__.__dict__["name"] = name
673
717
  __props__.__dict__["node_config"] = node_config
674
718
  __props__.__dict__["org_id"] = org_id
719
+ __props__.__dict__["properties"] = properties
675
720
  __props__.__dict__["type"] = type
676
721
  return Environment(resource_name, opts=opts, __props__=__props__)
677
722
 
@@ -753,6 +798,15 @@ class Environment(pulumi.CustomResource):
753
798
  """
754
799
  return pulumi.get(self, "org_id")
755
800
 
801
+ @property
802
+ @pulumi.getter
803
+ def properties(self) -> pulumi.Output[Optional['outputs.EnvironmentProperties']]:
804
+ """
805
+ Key-value pairs that may be used for customizing the environment.
806
+ Structure is documented below.
807
+ """
808
+ return pulumi.get(self, "properties")
809
+
756
810
  @property
757
811
  @pulumi.getter
758
812
  def type(self) -> pulumi.Output[str]:
@@ -28,6 +28,8 @@ __all__ = [
28
28
  'EnvironmentIamBindingCondition',
29
29
  'EnvironmentIamMemberCondition',
30
30
  'EnvironmentNodeConfig',
31
+ 'EnvironmentProperties',
32
+ 'EnvironmentPropertiesProperty',
31
33
  'KeystoresAliasesKeyCertFileCertsInfo',
32
34
  'KeystoresAliasesKeyCertFileCertsInfoCertInfo',
33
35
  'KeystoresAliasesPkcs12CertsInfo',
@@ -558,6 +560,58 @@ class EnvironmentNodeConfig(dict):
558
560
  return pulumi.get(self, "min_node_count")
559
561
 
560
562
 
563
+ @pulumi.output_type
564
+ class EnvironmentProperties(dict):
565
+ def __init__(__self__, *,
566
+ properties: Optional[Sequence['outputs.EnvironmentPropertiesProperty']] = None):
567
+ """
568
+ :param Sequence['EnvironmentPropertiesPropertyArgs'] properties: List of all properties in the object.
569
+ Structure is documented below.
570
+ """
571
+ if properties is not None:
572
+ pulumi.set(__self__, "properties", properties)
573
+
574
+ @property
575
+ @pulumi.getter
576
+ def properties(self) -> Optional[Sequence['outputs.EnvironmentPropertiesProperty']]:
577
+ """
578
+ List of all properties in the object.
579
+ Structure is documented below.
580
+ """
581
+ return pulumi.get(self, "properties")
582
+
583
+
584
+ @pulumi.output_type
585
+ class EnvironmentPropertiesProperty(dict):
586
+ def __init__(__self__, *,
587
+ name: Optional[str] = None,
588
+ value: Optional[str] = None):
589
+ """
590
+ :param str name: The property key.
591
+ :param str value: The property value.
592
+ """
593
+ if name is not None:
594
+ pulumi.set(__self__, "name", name)
595
+ if value is not None:
596
+ pulumi.set(__self__, "value", value)
597
+
598
+ @property
599
+ @pulumi.getter
600
+ def name(self) -> Optional[str]:
601
+ """
602
+ The property key.
603
+ """
604
+ return pulumi.get(self, "name")
605
+
606
+ @property
607
+ @pulumi.getter
608
+ def value(self) -> Optional[str]:
609
+ """
610
+ The property value.
611
+ """
612
+ return pulumi.get(self, "value")
613
+
614
+
561
615
  @pulumi.output_type
562
616
  class KeystoresAliasesKeyCertFileCertsInfo(dict):
563
617
  @staticmethod
@@ -0,0 +1,10 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .api_hub_instance import *
9
+ from ._inputs import *
10
+ from . import outputs
@@ -0,0 +1,154 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = [
18
+ 'ApiHubInstanceConfigArgs',
19
+ 'ApiHubInstanceConfigArgsDict',
20
+ ]
21
+
22
+ MYPY = False
23
+
24
+ if not MYPY:
25
+ class ApiHubInstanceConfigArgsDict(TypedDict):
26
+ cmek_key_name: NotRequired[pulumi.Input[str]]
27
+ """
28
+ Optional. The Customer Managed Encryption Key (CMEK) used for data encryption.
29
+ The CMEK name should follow the format of
30
+ `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`,
31
+ where the location must match the instance location.
32
+ If the CMEK is not provided, a GMEK will be created for the instance.
33
+ """
34
+ disable_search: NotRequired[pulumi.Input[bool]]
35
+ """
36
+ Optional. If true, the search will be disabled for the instance. The default value
37
+ is false.
38
+ """
39
+ encryption_type: NotRequired[pulumi.Input[str]]
40
+ """
41
+ Optional. Encryption type for the region. If the encryption type is CMEK, the
42
+ cmek_key_name must be provided. If no encryption type is provided,
43
+ GMEK will be used.
44
+ Possible values:
45
+ ENCRYPTION_TYPE_UNSPECIFIED
46
+ GMEK
47
+ CMEK
48
+ """
49
+ vertex_location: NotRequired[pulumi.Input[str]]
50
+ """
51
+ Optional. The name of the Vertex AI location where the data store is stored.
52
+
53
+ - - -
54
+ """
55
+ elif False:
56
+ ApiHubInstanceConfigArgsDict: TypeAlias = Mapping[str, Any]
57
+
58
+ @pulumi.input_type
59
+ class ApiHubInstanceConfigArgs:
60
+ def __init__(__self__, *,
61
+ cmek_key_name: Optional[pulumi.Input[str]] = None,
62
+ disable_search: Optional[pulumi.Input[bool]] = None,
63
+ encryption_type: Optional[pulumi.Input[str]] = None,
64
+ vertex_location: Optional[pulumi.Input[str]] = None):
65
+ """
66
+ :param pulumi.Input[str] cmek_key_name: Optional. The Customer Managed Encryption Key (CMEK) used for data encryption.
67
+ The CMEK name should follow the format of
68
+ `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`,
69
+ where the location must match the instance location.
70
+ If the CMEK is not provided, a GMEK will be created for the instance.
71
+ :param pulumi.Input[bool] disable_search: Optional. If true, the search will be disabled for the instance. The default value
72
+ is false.
73
+ :param pulumi.Input[str] encryption_type: Optional. Encryption type for the region. If the encryption type is CMEK, the
74
+ cmek_key_name must be provided. If no encryption type is provided,
75
+ GMEK will be used.
76
+ Possible values:
77
+ ENCRYPTION_TYPE_UNSPECIFIED
78
+ GMEK
79
+ CMEK
80
+ :param pulumi.Input[str] vertex_location: Optional. The name of the Vertex AI location where the data store is stored.
81
+
82
+ - - -
83
+ """
84
+ if cmek_key_name is not None:
85
+ pulumi.set(__self__, "cmek_key_name", cmek_key_name)
86
+ if disable_search is not None:
87
+ pulumi.set(__self__, "disable_search", disable_search)
88
+ if encryption_type is not None:
89
+ pulumi.set(__self__, "encryption_type", encryption_type)
90
+ if vertex_location is not None:
91
+ pulumi.set(__self__, "vertex_location", vertex_location)
92
+
93
+ @property
94
+ @pulumi.getter(name="cmekKeyName")
95
+ def cmek_key_name(self) -> Optional[pulumi.Input[str]]:
96
+ """
97
+ Optional. The Customer Managed Encryption Key (CMEK) used for data encryption.
98
+ The CMEK name should follow the format of
99
+ `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`,
100
+ where the location must match the instance location.
101
+ If the CMEK is not provided, a GMEK will be created for the instance.
102
+ """
103
+ return pulumi.get(self, "cmek_key_name")
104
+
105
+ @cmek_key_name.setter
106
+ def cmek_key_name(self, value: Optional[pulumi.Input[str]]):
107
+ pulumi.set(self, "cmek_key_name", value)
108
+
109
+ @property
110
+ @pulumi.getter(name="disableSearch")
111
+ def disable_search(self) -> Optional[pulumi.Input[bool]]:
112
+ """
113
+ Optional. If true, the search will be disabled for the instance. The default value
114
+ is false.
115
+ """
116
+ return pulumi.get(self, "disable_search")
117
+
118
+ @disable_search.setter
119
+ def disable_search(self, value: Optional[pulumi.Input[bool]]):
120
+ pulumi.set(self, "disable_search", value)
121
+
122
+ @property
123
+ @pulumi.getter(name="encryptionType")
124
+ def encryption_type(self) -> Optional[pulumi.Input[str]]:
125
+ """
126
+ Optional. Encryption type for the region. If the encryption type is CMEK, the
127
+ cmek_key_name must be provided. If no encryption type is provided,
128
+ GMEK will be used.
129
+ Possible values:
130
+ ENCRYPTION_TYPE_UNSPECIFIED
131
+ GMEK
132
+ CMEK
133
+ """
134
+ return pulumi.get(self, "encryption_type")
135
+
136
+ @encryption_type.setter
137
+ def encryption_type(self, value: Optional[pulumi.Input[str]]):
138
+ pulumi.set(self, "encryption_type", value)
139
+
140
+ @property
141
+ @pulumi.getter(name="vertexLocation")
142
+ def vertex_location(self) -> Optional[pulumi.Input[str]]:
143
+ """
144
+ Optional. The name of the Vertex AI location where the data store is stored.
145
+
146
+ - - -
147
+ """
148
+ return pulumi.get(self, "vertex_location")
149
+
150
+ @vertex_location.setter
151
+ def vertex_location(self, value: Optional[pulumi.Input[str]]):
152
+ pulumi.set(self, "vertex_location", value)
153
+
154
+