pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.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 +48 -0
- pulumi_gcp/alloydb/_inputs.py +74 -0
- pulumi_gcp/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +90 -81
- pulumi_gcp/alloydb/outputs.py +98 -0
- pulumi_gcp/apigee/environment.py +47 -0
- pulumi_gcp/apigee/organization.py +162 -0
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/applicationintegration/__init__.py +1 -0
- pulumi_gcp/applicationintegration/_inputs.py +843 -0
- pulumi_gcp/applicationintegration/auth_config.py +998 -0
- pulumi_gcp/applicationintegration/outputs.py +891 -0
- pulumi_gcp/artifactregistry/_inputs.py +186 -0
- pulumi_gcp/artifactregistry/outputs.py +297 -4
- pulumi_gcp/artifactregistry/repository.py +346 -16
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
- pulumi_gcp/billing/budget.py +54 -0
- pulumi_gcp/certificateauthority/_inputs.py +92 -12
- pulumi_gcp/certificateauthority/authority.py +117 -27
- pulumi_gcp/certificateauthority/certificate.py +176 -0
- pulumi_gcp/certificateauthority/outputs.py +144 -12
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
- pulumi_gcp/cloudfunctionsv2/function.py +110 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/__init__.py +1 -0
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/composer/user_workloads_secret.py +441 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +169 -58
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/get_instance_group_manager.py +11 -1
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/global_forwarding_rule.py +0 -282
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/instance_group_manager.py +68 -21
- pulumi_gcp/compute/outputs.py +213 -65
- pulumi_gcp/compute/region_instance_group_manager.py +61 -14
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/compute/region_target_https_proxy.py +257 -0
- pulumi_gcp/compute/region_url_map.py +0 -470
- pulumi_gcp/compute/security_policy_rule.py +850 -0
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataloss/__init__.py +1 -0
- pulumi_gcp/dataloss/_inputs.py +1040 -0
- pulumi_gcp/dataloss/outputs.py +1123 -0
- pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/_inputs.py +2 -130
- pulumi_gcp/dns/get_keys.py +1 -1
- pulumi_gcp/dns/get_managed_zones.py +3 -9
- pulumi_gcp/dns/get_record_set.py +3 -0
- pulumi_gcp/dns/outputs.py +36 -58
- pulumi_gcp/dns/record_set.py +2 -36
- pulumi_gcp/filestore/get_instance.py +11 -1
- pulumi_gcp/filestore/instance.py +101 -0
- pulumi_gcp/firebase/_inputs.py +16 -0
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/hosting_version.py +44 -0
- pulumi_gcp/firebase/outputs.py +12 -0
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/firestore/document.py +4 -4
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/logging/folder_sink.py +54 -0
- pulumi_gcp/logging/organization_sink.py +54 -0
- pulumi_gcp/monitoring/_inputs.py +46 -2
- pulumi_gcp/monitoring/outputs.py +40 -2
- pulumi_gcp/monitoring/uptime_check_config.py +6 -0
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
- pulumi_gcp/organizations/get_active_folder.py +18 -3
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/iam_member_remove.py +313 -0
- pulumi_gcp/provider.py +3 -1
- pulumi_gcp/secretmanager/get_secret.py +13 -3
- pulumi_gcp/secretmanager/outputs.py +20 -1
- pulumi_gcp/secretmanager/secret.py +90 -15
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/get_bucket_objects.py +153 -0
- pulumi_gcp/storage/outputs.py +63 -0
- pulumi_gcp/vmwareengine/_inputs.py +63 -5
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/outputs.py +113 -5
- pulumi_gcp/vmwareengine/private_cloud.py +0 -94
- pulumi_gcp/workbench/instance.py +4 -4
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +32 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/alloydb/outputs.py
CHANGED
@@ -36,6 +36,8 @@ __all__ = [
|
|
36
36
|
'InstanceClientConnectionConfig',
|
37
37
|
'InstanceClientConnectionConfigSslConfig',
|
38
38
|
'InstanceMachineConfig',
|
39
|
+
'InstanceNetworkConfig',
|
40
|
+
'InstanceNetworkConfigAuthorizedExternalNetwork',
|
39
41
|
'InstanceQueryInsightsConfig',
|
40
42
|
'InstanceReadPoolConfig',
|
41
43
|
'GetLocationsLocationResult',
|
@@ -1289,6 +1291,102 @@ class InstanceMachineConfig(dict):
|
|
1289
1291
|
return pulumi.get(self, "cpu_count")
|
1290
1292
|
|
1291
1293
|
|
1294
|
+
@pulumi.output_type
|
1295
|
+
class InstanceNetworkConfig(dict):
|
1296
|
+
@staticmethod
|
1297
|
+
def __key_warning(key: str):
|
1298
|
+
suggest = None
|
1299
|
+
if key == "authorizedExternalNetworks":
|
1300
|
+
suggest = "authorized_external_networks"
|
1301
|
+
elif key == "enablePublicIp":
|
1302
|
+
suggest = "enable_public_ip"
|
1303
|
+
|
1304
|
+
if suggest:
|
1305
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceNetworkConfig. Access the value via the '{suggest}' property getter instead.")
|
1306
|
+
|
1307
|
+
def __getitem__(self, key: str) -> Any:
|
1308
|
+
InstanceNetworkConfig.__key_warning(key)
|
1309
|
+
return super().__getitem__(key)
|
1310
|
+
|
1311
|
+
def get(self, key: str, default = None) -> Any:
|
1312
|
+
InstanceNetworkConfig.__key_warning(key)
|
1313
|
+
return super().get(key, default)
|
1314
|
+
|
1315
|
+
def __init__(__self__, *,
|
1316
|
+
authorized_external_networks: Optional[Sequence['outputs.InstanceNetworkConfigAuthorizedExternalNetwork']] = None,
|
1317
|
+
enable_public_ip: Optional[bool] = None):
|
1318
|
+
"""
|
1319
|
+
:param Sequence['InstanceNetworkConfigAuthorizedExternalNetworkArgs'] authorized_external_networks: A list of external networks authorized to access this instance. This
|
1320
|
+
field is only allowed to be set when `enable_public_ip` is set to
|
1321
|
+
true.
|
1322
|
+
Structure is documented below.
|
1323
|
+
:param bool enable_public_ip: Enabling public ip for the instance. If a user wishes to disable this,
|
1324
|
+
please also clear the list of the authorized external networks set on
|
1325
|
+
the same instance.
|
1326
|
+
"""
|
1327
|
+
if authorized_external_networks is not None:
|
1328
|
+
pulumi.set(__self__, "authorized_external_networks", authorized_external_networks)
|
1329
|
+
if enable_public_ip is not None:
|
1330
|
+
pulumi.set(__self__, "enable_public_ip", enable_public_ip)
|
1331
|
+
|
1332
|
+
@property
|
1333
|
+
@pulumi.getter(name="authorizedExternalNetworks")
|
1334
|
+
def authorized_external_networks(self) -> Optional[Sequence['outputs.InstanceNetworkConfigAuthorizedExternalNetwork']]:
|
1335
|
+
"""
|
1336
|
+
A list of external networks authorized to access this instance. This
|
1337
|
+
field is only allowed to be set when `enable_public_ip` is set to
|
1338
|
+
true.
|
1339
|
+
Structure is documented below.
|
1340
|
+
"""
|
1341
|
+
return pulumi.get(self, "authorized_external_networks")
|
1342
|
+
|
1343
|
+
@property
|
1344
|
+
@pulumi.getter(name="enablePublicIp")
|
1345
|
+
def enable_public_ip(self) -> Optional[bool]:
|
1346
|
+
"""
|
1347
|
+
Enabling public ip for the instance. If a user wishes to disable this,
|
1348
|
+
please also clear the list of the authorized external networks set on
|
1349
|
+
the same instance.
|
1350
|
+
"""
|
1351
|
+
return pulumi.get(self, "enable_public_ip")
|
1352
|
+
|
1353
|
+
|
1354
|
+
@pulumi.output_type
|
1355
|
+
class InstanceNetworkConfigAuthorizedExternalNetwork(dict):
|
1356
|
+
@staticmethod
|
1357
|
+
def __key_warning(key: str):
|
1358
|
+
suggest = None
|
1359
|
+
if key == "cidrRange":
|
1360
|
+
suggest = "cidr_range"
|
1361
|
+
|
1362
|
+
if suggest:
|
1363
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceNetworkConfigAuthorizedExternalNetwork. Access the value via the '{suggest}' property getter instead.")
|
1364
|
+
|
1365
|
+
def __getitem__(self, key: str) -> Any:
|
1366
|
+
InstanceNetworkConfigAuthorizedExternalNetwork.__key_warning(key)
|
1367
|
+
return super().__getitem__(key)
|
1368
|
+
|
1369
|
+
def get(self, key: str, default = None) -> Any:
|
1370
|
+
InstanceNetworkConfigAuthorizedExternalNetwork.__key_warning(key)
|
1371
|
+
return super().get(key, default)
|
1372
|
+
|
1373
|
+
def __init__(__self__, *,
|
1374
|
+
cidr_range: Optional[str] = None):
|
1375
|
+
"""
|
1376
|
+
:param str cidr_range: CIDR range for one authorized network of the instance.
|
1377
|
+
"""
|
1378
|
+
if cidr_range is not None:
|
1379
|
+
pulumi.set(__self__, "cidr_range", cidr_range)
|
1380
|
+
|
1381
|
+
@property
|
1382
|
+
@pulumi.getter(name="cidrRange")
|
1383
|
+
def cidr_range(self) -> Optional[str]:
|
1384
|
+
"""
|
1385
|
+
CIDR range for one authorized network of the instance.
|
1386
|
+
"""
|
1387
|
+
return pulumi.get(self, "cidr_range")
|
1388
|
+
|
1389
|
+
|
1292
1390
|
@pulumi.output_type
|
1293
1391
|
class InstanceQueryInsightsConfig(dict):
|
1294
1392
|
@staticmethod
|
pulumi_gcp/apigee/environment.py
CHANGED
@@ -21,6 +21,7 @@ class EnvironmentArgs:
|
|
21
21
|
deployment_type: Optional[pulumi.Input[str]] = None,
|
22
22
|
description: Optional[pulumi.Input[str]] = None,
|
23
23
|
display_name: Optional[pulumi.Input[str]] = None,
|
24
|
+
forward_proxy_uri: Optional[pulumi.Input[str]] = None,
|
24
25
|
name: Optional[pulumi.Input[str]] = None,
|
25
26
|
node_config: Optional[pulumi.Input['EnvironmentNodeConfigArgs']] = None,
|
26
27
|
type: Optional[pulumi.Input[str]] = None):
|
@@ -44,6 +45,7 @@ class EnvironmentArgs:
|
|
44
45
|
Possible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`.
|
45
46
|
:param pulumi.Input[str] description: Description of the environment.
|
46
47
|
:param pulumi.Input[str] display_name: Display name of the environment.
|
48
|
+
:param pulumi.Input[str] forward_proxy_uri: Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied.
|
47
49
|
:param pulumi.Input[str] name: The resource ID of the environment.
|
48
50
|
:param pulumi.Input['EnvironmentNodeConfigArgs'] node_config: NodeConfig for setting the min/max number of nodes associated with the environment.
|
49
51
|
Structure is documented below.
|
@@ -62,6 +64,8 @@ class EnvironmentArgs:
|
|
62
64
|
pulumi.set(__self__, "description", description)
|
63
65
|
if display_name is not None:
|
64
66
|
pulumi.set(__self__, "display_name", display_name)
|
67
|
+
if forward_proxy_uri is not None:
|
68
|
+
pulumi.set(__self__, "forward_proxy_uri", forward_proxy_uri)
|
65
69
|
if name is not None:
|
66
70
|
pulumi.set(__self__, "name", name)
|
67
71
|
if node_config is not None:
|
@@ -142,6 +146,18 @@ class EnvironmentArgs:
|
|
142
146
|
def display_name(self, value: Optional[pulumi.Input[str]]):
|
143
147
|
pulumi.set(self, "display_name", value)
|
144
148
|
|
149
|
+
@property
|
150
|
+
@pulumi.getter(name="forwardProxyUri")
|
151
|
+
def forward_proxy_uri(self) -> Optional[pulumi.Input[str]]:
|
152
|
+
"""
|
153
|
+
Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied.
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "forward_proxy_uri")
|
156
|
+
|
157
|
+
@forward_proxy_uri.setter
|
158
|
+
def forward_proxy_uri(self, value: Optional[pulumi.Input[str]]):
|
159
|
+
pulumi.set(self, "forward_proxy_uri", value)
|
160
|
+
|
145
161
|
@property
|
146
162
|
@pulumi.getter
|
147
163
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -191,6 +207,7 @@ class _EnvironmentState:
|
|
191
207
|
deployment_type: Optional[pulumi.Input[str]] = None,
|
192
208
|
description: Optional[pulumi.Input[str]] = None,
|
193
209
|
display_name: Optional[pulumi.Input[str]] = None,
|
210
|
+
forward_proxy_uri: Optional[pulumi.Input[str]] = None,
|
194
211
|
name: Optional[pulumi.Input[str]] = None,
|
195
212
|
node_config: Optional[pulumi.Input['EnvironmentNodeConfigArgs']] = None,
|
196
213
|
org_id: Optional[pulumi.Input[str]] = None,
|
@@ -210,6 +227,7 @@ class _EnvironmentState:
|
|
210
227
|
Possible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`.
|
211
228
|
:param pulumi.Input[str] description: Description of the environment.
|
212
229
|
:param pulumi.Input[str] display_name: Display name of the environment.
|
230
|
+
:param pulumi.Input[str] forward_proxy_uri: Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied.
|
213
231
|
:param pulumi.Input[str] name: The resource ID of the environment.
|
214
232
|
:param pulumi.Input['EnvironmentNodeConfigArgs'] node_config: NodeConfig for setting the min/max number of nodes associated with the environment.
|
215
233
|
Structure is documented below.
|
@@ -232,6 +250,8 @@ class _EnvironmentState:
|
|
232
250
|
pulumi.set(__self__, "description", description)
|
233
251
|
if display_name is not None:
|
234
252
|
pulumi.set(__self__, "display_name", display_name)
|
253
|
+
if forward_proxy_uri is not None:
|
254
|
+
pulumi.set(__self__, "forward_proxy_uri", forward_proxy_uri)
|
235
255
|
if name is not None:
|
236
256
|
pulumi.set(__self__, "name", name)
|
237
257
|
if node_config is not None:
|
@@ -298,6 +318,18 @@ class _EnvironmentState:
|
|
298
318
|
def display_name(self, value: Optional[pulumi.Input[str]]):
|
299
319
|
pulumi.set(self, "display_name", value)
|
300
320
|
|
321
|
+
@property
|
322
|
+
@pulumi.getter(name="forwardProxyUri")
|
323
|
+
def forward_proxy_uri(self) -> Optional[pulumi.Input[str]]:
|
324
|
+
"""
|
325
|
+
Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied.
|
326
|
+
"""
|
327
|
+
return pulumi.get(self, "forward_proxy_uri")
|
328
|
+
|
329
|
+
@forward_proxy_uri.setter
|
330
|
+
def forward_proxy_uri(self, value: Optional[pulumi.Input[str]]):
|
331
|
+
pulumi.set(self, "forward_proxy_uri", value)
|
332
|
+
|
301
333
|
@property
|
302
334
|
@pulumi.getter
|
303
335
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -365,6 +397,7 @@ class Environment(pulumi.CustomResource):
|
|
365
397
|
deployment_type: Optional[pulumi.Input[str]] = None,
|
366
398
|
description: Optional[pulumi.Input[str]] = None,
|
367
399
|
display_name: Optional[pulumi.Input[str]] = None,
|
400
|
+
forward_proxy_uri: Optional[pulumi.Input[str]] = None,
|
368
401
|
name: Optional[pulumi.Input[str]] = None,
|
369
402
|
node_config: Optional[pulumi.Input[pulumi.InputType['EnvironmentNodeConfigArgs']]] = None,
|
370
403
|
org_id: Optional[pulumi.Input[str]] = None,
|
@@ -443,6 +476,7 @@ class Environment(pulumi.CustomResource):
|
|
443
476
|
Possible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`.
|
444
477
|
:param pulumi.Input[str] description: Description of the environment.
|
445
478
|
:param pulumi.Input[str] display_name: Display name of the environment.
|
479
|
+
:param pulumi.Input[str] forward_proxy_uri: Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied.
|
446
480
|
:param pulumi.Input[str] name: The resource ID of the environment.
|
447
481
|
:param pulumi.Input[pulumi.InputType['EnvironmentNodeConfigArgs']] node_config: NodeConfig for setting the min/max number of nodes associated with the environment.
|
448
482
|
Structure is documented below.
|
@@ -540,6 +574,7 @@ class Environment(pulumi.CustomResource):
|
|
540
574
|
deployment_type: Optional[pulumi.Input[str]] = None,
|
541
575
|
description: Optional[pulumi.Input[str]] = None,
|
542
576
|
display_name: Optional[pulumi.Input[str]] = None,
|
577
|
+
forward_proxy_uri: Optional[pulumi.Input[str]] = None,
|
543
578
|
name: Optional[pulumi.Input[str]] = None,
|
544
579
|
node_config: Optional[pulumi.Input[pulumi.InputType['EnvironmentNodeConfigArgs']]] = None,
|
545
580
|
org_id: Optional[pulumi.Input[str]] = None,
|
@@ -557,6 +592,7 @@ class Environment(pulumi.CustomResource):
|
|
557
592
|
__props__.__dict__["deployment_type"] = deployment_type
|
558
593
|
__props__.__dict__["description"] = description
|
559
594
|
__props__.__dict__["display_name"] = display_name
|
595
|
+
__props__.__dict__["forward_proxy_uri"] = forward_proxy_uri
|
560
596
|
__props__.__dict__["name"] = name
|
561
597
|
__props__.__dict__["node_config"] = node_config
|
562
598
|
if org_id is None and not opts.urn:
|
@@ -577,6 +613,7 @@ class Environment(pulumi.CustomResource):
|
|
577
613
|
deployment_type: Optional[pulumi.Input[str]] = None,
|
578
614
|
description: Optional[pulumi.Input[str]] = None,
|
579
615
|
display_name: Optional[pulumi.Input[str]] = None,
|
616
|
+
forward_proxy_uri: Optional[pulumi.Input[str]] = None,
|
580
617
|
name: Optional[pulumi.Input[str]] = None,
|
581
618
|
node_config: Optional[pulumi.Input[pulumi.InputType['EnvironmentNodeConfigArgs']]] = None,
|
582
619
|
org_id: Optional[pulumi.Input[str]] = None,
|
@@ -601,6 +638,7 @@ class Environment(pulumi.CustomResource):
|
|
601
638
|
Possible values are: `DEPLOYMENT_TYPE_UNSPECIFIED`, `PROXY`, `ARCHIVE`.
|
602
639
|
:param pulumi.Input[str] description: Description of the environment.
|
603
640
|
:param pulumi.Input[str] display_name: Display name of the environment.
|
641
|
+
:param pulumi.Input[str] forward_proxy_uri: Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied.
|
604
642
|
:param pulumi.Input[str] name: The resource ID of the environment.
|
605
643
|
:param pulumi.Input[pulumi.InputType['EnvironmentNodeConfigArgs']] node_config: NodeConfig for setting the min/max number of nodes associated with the environment.
|
606
644
|
Structure is documented below.
|
@@ -623,6 +661,7 @@ class Environment(pulumi.CustomResource):
|
|
623
661
|
__props__.__dict__["deployment_type"] = deployment_type
|
624
662
|
__props__.__dict__["description"] = description
|
625
663
|
__props__.__dict__["display_name"] = display_name
|
664
|
+
__props__.__dict__["forward_proxy_uri"] = forward_proxy_uri
|
626
665
|
__props__.__dict__["name"] = name
|
627
666
|
__props__.__dict__["node_config"] = node_config
|
628
667
|
__props__.__dict__["org_id"] = org_id
|
@@ -670,6 +709,14 @@ class Environment(pulumi.CustomResource):
|
|
670
709
|
"""
|
671
710
|
return pulumi.get(self, "display_name")
|
672
711
|
|
712
|
+
@property
|
713
|
+
@pulumi.getter(name="forwardProxyUri")
|
714
|
+
def forward_proxy_uri(self) -> pulumi.Output[Optional[str]]:
|
715
|
+
"""
|
716
|
+
Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of "http" or "https", and the port must be supplied.
|
717
|
+
"""
|
718
|
+
return pulumi.get(self, "forward_proxy_uri")
|
719
|
+
|
673
720
|
@property
|
674
721
|
@pulumi.getter
|
675
722
|
def name(self) -> pulumi.Output[str]:
|
@@ -18,8 +18,11 @@ class OrganizationArgs:
|
|
18
18
|
def __init__(__self__, *,
|
19
19
|
project_id: pulumi.Input[str],
|
20
20
|
analytics_region: Optional[pulumi.Input[str]] = None,
|
21
|
+
api_consumer_data_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
22
|
+
api_consumer_data_location: Optional[pulumi.Input[str]] = None,
|
21
23
|
authorized_network: Optional[pulumi.Input[str]] = None,
|
22
24
|
billing_type: Optional[pulumi.Input[str]] = None,
|
25
|
+
control_plane_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
23
26
|
description: Optional[pulumi.Input[str]] = None,
|
24
27
|
disable_vpc_peering: Optional[pulumi.Input[bool]] = None,
|
25
28
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -34,10 +37,16 @@ class OrganizationArgs:
|
|
34
37
|
|
35
38
|
- - -
|
36
39
|
:param pulumi.Input[str] analytics_region: Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
|
40
|
+
:param pulumi.Input[str] api_consumer_data_encryption_key_name: Cloud KMS key name used for encrypting API consumer data.
|
41
|
+
:param pulumi.Input[str] api_consumer_data_location: This field is needed only for customers using non-default data residency regions.
|
42
|
+
Apigee stores some control plane data only in single region.
|
43
|
+
This field determines which single region Apigee should use.
|
37
44
|
:param pulumi.Input[str] authorized_network: Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
|
38
45
|
See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started).
|
39
46
|
Valid only when `RuntimeType` is set to CLOUD. The value can be updated only when there are no runtime instances. For example: "default".
|
40
47
|
:param pulumi.Input[str] billing_type: Billing type of the Apigee organization. See [Apigee pricing](https://cloud.google.com/apigee/pricing).
|
48
|
+
:param pulumi.Input[str] control_plane_encryption_key_name: Cloud KMS key name used for encrypting control plane data that is stored in a multi region.
|
49
|
+
Only used for the data residency region "US" or "EU".
|
41
50
|
:param pulumi.Input[str] description: Description of the Apigee organization.
|
42
51
|
:param pulumi.Input[bool] disable_vpc_peering: Flag that specifies whether the VPC Peering through Private Google Access should be
|
43
52
|
disabled between the consumer network and Apigee. Required if an `authorizedNetwork`
|
@@ -64,10 +73,16 @@ class OrganizationArgs:
|
|
64
73
|
pulumi.set(__self__, "project_id", project_id)
|
65
74
|
if analytics_region is not None:
|
66
75
|
pulumi.set(__self__, "analytics_region", analytics_region)
|
76
|
+
if api_consumer_data_encryption_key_name is not None:
|
77
|
+
pulumi.set(__self__, "api_consumer_data_encryption_key_name", api_consumer_data_encryption_key_name)
|
78
|
+
if api_consumer_data_location is not None:
|
79
|
+
pulumi.set(__self__, "api_consumer_data_location", api_consumer_data_location)
|
67
80
|
if authorized_network is not None:
|
68
81
|
pulumi.set(__self__, "authorized_network", authorized_network)
|
69
82
|
if billing_type is not None:
|
70
83
|
pulumi.set(__self__, "billing_type", billing_type)
|
84
|
+
if control_plane_encryption_key_name is not None:
|
85
|
+
pulumi.set(__self__, "control_plane_encryption_key_name", control_plane_encryption_key_name)
|
71
86
|
if description is not None:
|
72
87
|
pulumi.set(__self__, "description", description)
|
73
88
|
if disable_vpc_peering is not None:
|
@@ -110,6 +125,32 @@ class OrganizationArgs:
|
|
110
125
|
def analytics_region(self, value: Optional[pulumi.Input[str]]):
|
111
126
|
pulumi.set(self, "analytics_region", value)
|
112
127
|
|
128
|
+
@property
|
129
|
+
@pulumi.getter(name="apiConsumerDataEncryptionKeyName")
|
130
|
+
def api_consumer_data_encryption_key_name(self) -> Optional[pulumi.Input[str]]:
|
131
|
+
"""
|
132
|
+
Cloud KMS key name used for encrypting API consumer data.
|
133
|
+
"""
|
134
|
+
return pulumi.get(self, "api_consumer_data_encryption_key_name")
|
135
|
+
|
136
|
+
@api_consumer_data_encryption_key_name.setter
|
137
|
+
def api_consumer_data_encryption_key_name(self, value: Optional[pulumi.Input[str]]):
|
138
|
+
pulumi.set(self, "api_consumer_data_encryption_key_name", value)
|
139
|
+
|
140
|
+
@property
|
141
|
+
@pulumi.getter(name="apiConsumerDataLocation")
|
142
|
+
def api_consumer_data_location(self) -> Optional[pulumi.Input[str]]:
|
143
|
+
"""
|
144
|
+
This field is needed only for customers using non-default data residency regions.
|
145
|
+
Apigee stores some control plane data only in single region.
|
146
|
+
This field determines which single region Apigee should use.
|
147
|
+
"""
|
148
|
+
return pulumi.get(self, "api_consumer_data_location")
|
149
|
+
|
150
|
+
@api_consumer_data_location.setter
|
151
|
+
def api_consumer_data_location(self, value: Optional[pulumi.Input[str]]):
|
152
|
+
pulumi.set(self, "api_consumer_data_location", value)
|
153
|
+
|
113
154
|
@property
|
114
155
|
@pulumi.getter(name="authorizedNetwork")
|
115
156
|
def authorized_network(self) -> Optional[pulumi.Input[str]]:
|
@@ -136,6 +177,19 @@ class OrganizationArgs:
|
|
136
177
|
def billing_type(self, value: Optional[pulumi.Input[str]]):
|
137
178
|
pulumi.set(self, "billing_type", value)
|
138
179
|
|
180
|
+
@property
|
181
|
+
@pulumi.getter(name="controlPlaneEncryptionKeyName")
|
182
|
+
def control_plane_encryption_key_name(self) -> Optional[pulumi.Input[str]]:
|
183
|
+
"""
|
184
|
+
Cloud KMS key name used for encrypting control plane data that is stored in a multi region.
|
185
|
+
Only used for the data residency region "US" or "EU".
|
186
|
+
"""
|
187
|
+
return pulumi.get(self, "control_plane_encryption_key_name")
|
188
|
+
|
189
|
+
@control_plane_encryption_key_name.setter
|
190
|
+
def control_plane_encryption_key_name(self, value: Optional[pulumi.Input[str]]):
|
191
|
+
pulumi.set(self, "control_plane_encryption_key_name", value)
|
192
|
+
|
139
193
|
@property
|
140
194
|
@pulumi.getter
|
141
195
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -240,10 +294,13 @@ class OrganizationArgs:
|
|
240
294
|
class _OrganizationState:
|
241
295
|
def __init__(__self__, *,
|
242
296
|
analytics_region: Optional[pulumi.Input[str]] = None,
|
297
|
+
api_consumer_data_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
298
|
+
api_consumer_data_location: Optional[pulumi.Input[str]] = None,
|
243
299
|
apigee_project_id: Optional[pulumi.Input[str]] = None,
|
244
300
|
authorized_network: Optional[pulumi.Input[str]] = None,
|
245
301
|
billing_type: Optional[pulumi.Input[str]] = None,
|
246
302
|
ca_certificate: Optional[pulumi.Input[str]] = None,
|
303
|
+
control_plane_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
247
304
|
description: Optional[pulumi.Input[str]] = None,
|
248
305
|
disable_vpc_peering: Optional[pulumi.Input[bool]] = None,
|
249
306
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -257,6 +314,10 @@ class _OrganizationState:
|
|
257
314
|
"""
|
258
315
|
Input properties used for looking up and filtering Organization resources.
|
259
316
|
:param pulumi.Input[str] analytics_region: Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
|
317
|
+
:param pulumi.Input[str] api_consumer_data_encryption_key_name: Cloud KMS key name used for encrypting API consumer data.
|
318
|
+
:param pulumi.Input[str] api_consumer_data_location: This field is needed only for customers using non-default data residency regions.
|
319
|
+
Apigee stores some control plane data only in single region.
|
320
|
+
This field determines which single region Apigee should use.
|
260
321
|
:param pulumi.Input[str] apigee_project_id: Output only. Project ID of the Apigee Tenant Project.
|
261
322
|
:param pulumi.Input[str] authorized_network: Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
|
262
323
|
See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started).
|
@@ -264,6 +325,8 @@ class _OrganizationState:
|
|
264
325
|
:param pulumi.Input[str] billing_type: Billing type of the Apigee organization. See [Apigee pricing](https://cloud.google.com/apigee/pricing).
|
265
326
|
:param pulumi.Input[str] ca_certificate: Output only. Base64-encoded public certificate for the root CA of the Apigee organization.
|
266
327
|
Valid only when `RuntimeType` is CLOUD. A base64-encoded string.
|
328
|
+
:param pulumi.Input[str] control_plane_encryption_key_name: Cloud KMS key name used for encrypting control plane data that is stored in a multi region.
|
329
|
+
Only used for the data residency region "US" or "EU".
|
267
330
|
:param pulumi.Input[str] description: Description of the Apigee organization.
|
268
331
|
:param pulumi.Input[bool] disable_vpc_peering: Flag that specifies whether the VPC Peering through Private Google Access should be
|
269
332
|
disabled between the consumer network and Apigee. Required if an `authorizedNetwork`
|
@@ -296,6 +359,10 @@ class _OrganizationState:
|
|
296
359
|
"""
|
297
360
|
if analytics_region is not None:
|
298
361
|
pulumi.set(__self__, "analytics_region", analytics_region)
|
362
|
+
if api_consumer_data_encryption_key_name is not None:
|
363
|
+
pulumi.set(__self__, "api_consumer_data_encryption_key_name", api_consumer_data_encryption_key_name)
|
364
|
+
if api_consumer_data_location is not None:
|
365
|
+
pulumi.set(__self__, "api_consumer_data_location", api_consumer_data_location)
|
299
366
|
if apigee_project_id is not None:
|
300
367
|
pulumi.set(__self__, "apigee_project_id", apigee_project_id)
|
301
368
|
if authorized_network is not None:
|
@@ -304,6 +371,8 @@ class _OrganizationState:
|
|
304
371
|
pulumi.set(__self__, "billing_type", billing_type)
|
305
372
|
if ca_certificate is not None:
|
306
373
|
pulumi.set(__self__, "ca_certificate", ca_certificate)
|
374
|
+
if control_plane_encryption_key_name is not None:
|
375
|
+
pulumi.set(__self__, "control_plane_encryption_key_name", control_plane_encryption_key_name)
|
307
376
|
if description is not None:
|
308
377
|
pulumi.set(__self__, "description", description)
|
309
378
|
if disable_vpc_peering is not None:
|
@@ -337,6 +406,32 @@ class _OrganizationState:
|
|
337
406
|
def analytics_region(self, value: Optional[pulumi.Input[str]]):
|
338
407
|
pulumi.set(self, "analytics_region", value)
|
339
408
|
|
409
|
+
@property
|
410
|
+
@pulumi.getter(name="apiConsumerDataEncryptionKeyName")
|
411
|
+
def api_consumer_data_encryption_key_name(self) -> Optional[pulumi.Input[str]]:
|
412
|
+
"""
|
413
|
+
Cloud KMS key name used for encrypting API consumer data.
|
414
|
+
"""
|
415
|
+
return pulumi.get(self, "api_consumer_data_encryption_key_name")
|
416
|
+
|
417
|
+
@api_consumer_data_encryption_key_name.setter
|
418
|
+
def api_consumer_data_encryption_key_name(self, value: Optional[pulumi.Input[str]]):
|
419
|
+
pulumi.set(self, "api_consumer_data_encryption_key_name", value)
|
420
|
+
|
421
|
+
@property
|
422
|
+
@pulumi.getter(name="apiConsumerDataLocation")
|
423
|
+
def api_consumer_data_location(self) -> Optional[pulumi.Input[str]]:
|
424
|
+
"""
|
425
|
+
This field is needed only for customers using non-default data residency regions.
|
426
|
+
Apigee stores some control plane data only in single region.
|
427
|
+
This field determines which single region Apigee should use.
|
428
|
+
"""
|
429
|
+
return pulumi.get(self, "api_consumer_data_location")
|
430
|
+
|
431
|
+
@api_consumer_data_location.setter
|
432
|
+
def api_consumer_data_location(self, value: Optional[pulumi.Input[str]]):
|
433
|
+
pulumi.set(self, "api_consumer_data_location", value)
|
434
|
+
|
340
435
|
@property
|
341
436
|
@pulumi.getter(name="apigeeProjectId")
|
342
437
|
def apigee_project_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -388,6 +483,19 @@ class _OrganizationState:
|
|
388
483
|
def ca_certificate(self, value: Optional[pulumi.Input[str]]):
|
389
484
|
pulumi.set(self, "ca_certificate", value)
|
390
485
|
|
486
|
+
@property
|
487
|
+
@pulumi.getter(name="controlPlaneEncryptionKeyName")
|
488
|
+
def control_plane_encryption_key_name(self) -> Optional[pulumi.Input[str]]:
|
489
|
+
"""
|
490
|
+
Cloud KMS key name used for encrypting control plane data that is stored in a multi region.
|
491
|
+
Only used for the data residency region "US" or "EU".
|
492
|
+
"""
|
493
|
+
return pulumi.get(self, "control_plane_encryption_key_name")
|
494
|
+
|
495
|
+
@control_plane_encryption_key_name.setter
|
496
|
+
def control_plane_encryption_key_name(self, value: Optional[pulumi.Input[str]]):
|
497
|
+
pulumi.set(self, "control_plane_encryption_key_name", value)
|
498
|
+
|
391
499
|
@property
|
392
500
|
@pulumi.getter
|
393
501
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -534,8 +642,11 @@ class Organization(pulumi.CustomResource):
|
|
534
642
|
resource_name: str,
|
535
643
|
opts: Optional[pulumi.ResourceOptions] = None,
|
536
644
|
analytics_region: Optional[pulumi.Input[str]] = None,
|
645
|
+
api_consumer_data_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
646
|
+
api_consumer_data_location: Optional[pulumi.Input[str]] = None,
|
537
647
|
authorized_network: Optional[pulumi.Input[str]] = None,
|
538
648
|
billing_type: Optional[pulumi.Input[str]] = None,
|
649
|
+
control_plane_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
539
650
|
description: Optional[pulumi.Input[str]] = None,
|
540
651
|
disable_vpc_peering: Optional[pulumi.Input[bool]] = None,
|
541
652
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -681,10 +792,16 @@ class Organization(pulumi.CustomResource):
|
|
681
792
|
:param str resource_name: The name of the resource.
|
682
793
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
683
794
|
:param pulumi.Input[str] analytics_region: Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
|
795
|
+
:param pulumi.Input[str] api_consumer_data_encryption_key_name: Cloud KMS key name used for encrypting API consumer data.
|
796
|
+
:param pulumi.Input[str] api_consumer_data_location: This field is needed only for customers using non-default data residency regions.
|
797
|
+
Apigee stores some control plane data only in single region.
|
798
|
+
This field determines which single region Apigee should use.
|
684
799
|
:param pulumi.Input[str] authorized_network: Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
|
685
800
|
See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started).
|
686
801
|
Valid only when `RuntimeType` is set to CLOUD. The value can be updated only when there are no runtime instances. For example: "default".
|
687
802
|
:param pulumi.Input[str] billing_type: Billing type of the Apigee organization. See [Apigee pricing](https://cloud.google.com/apigee/pricing).
|
803
|
+
:param pulumi.Input[str] control_plane_encryption_key_name: Cloud KMS key name used for encrypting control plane data that is stored in a multi region.
|
804
|
+
Only used for the data residency region "US" or "EU".
|
688
805
|
:param pulumi.Input[str] description: Description of the Apigee organization.
|
689
806
|
:param pulumi.Input[bool] disable_vpc_peering: Flag that specifies whether the VPC Peering through Private Google Access should be
|
690
807
|
disabled between the consumer network and Apigee. Required if an `authorizedNetwork`
|
@@ -867,8 +984,11 @@ class Organization(pulumi.CustomResource):
|
|
867
984
|
resource_name: str,
|
868
985
|
opts: Optional[pulumi.ResourceOptions] = None,
|
869
986
|
analytics_region: Optional[pulumi.Input[str]] = None,
|
987
|
+
api_consumer_data_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
988
|
+
api_consumer_data_location: Optional[pulumi.Input[str]] = None,
|
870
989
|
authorized_network: Optional[pulumi.Input[str]] = None,
|
871
990
|
billing_type: Optional[pulumi.Input[str]] = None,
|
991
|
+
control_plane_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
872
992
|
description: Optional[pulumi.Input[str]] = None,
|
873
993
|
disable_vpc_peering: Optional[pulumi.Input[bool]] = None,
|
874
994
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -887,8 +1007,11 @@ class Organization(pulumi.CustomResource):
|
|
887
1007
|
__props__ = OrganizationArgs.__new__(OrganizationArgs)
|
888
1008
|
|
889
1009
|
__props__.__dict__["analytics_region"] = analytics_region
|
1010
|
+
__props__.__dict__["api_consumer_data_encryption_key_name"] = api_consumer_data_encryption_key_name
|
1011
|
+
__props__.__dict__["api_consumer_data_location"] = api_consumer_data_location
|
890
1012
|
__props__.__dict__["authorized_network"] = authorized_network
|
891
1013
|
__props__.__dict__["billing_type"] = billing_type
|
1014
|
+
__props__.__dict__["control_plane_encryption_key_name"] = control_plane_encryption_key_name
|
892
1015
|
__props__.__dict__["description"] = description
|
893
1016
|
__props__.__dict__["disable_vpc_peering"] = disable_vpc_peering
|
894
1017
|
__props__.__dict__["display_name"] = display_name
|
@@ -914,10 +1037,13 @@ class Organization(pulumi.CustomResource):
|
|
914
1037
|
id: pulumi.Input[str],
|
915
1038
|
opts: Optional[pulumi.ResourceOptions] = None,
|
916
1039
|
analytics_region: Optional[pulumi.Input[str]] = None,
|
1040
|
+
api_consumer_data_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
1041
|
+
api_consumer_data_location: Optional[pulumi.Input[str]] = None,
|
917
1042
|
apigee_project_id: Optional[pulumi.Input[str]] = None,
|
918
1043
|
authorized_network: Optional[pulumi.Input[str]] = None,
|
919
1044
|
billing_type: Optional[pulumi.Input[str]] = None,
|
920
1045
|
ca_certificate: Optional[pulumi.Input[str]] = None,
|
1046
|
+
control_plane_encryption_key_name: Optional[pulumi.Input[str]] = None,
|
921
1047
|
description: Optional[pulumi.Input[str]] = None,
|
922
1048
|
disable_vpc_peering: Optional[pulumi.Input[bool]] = None,
|
923
1049
|
display_name: Optional[pulumi.Input[str]] = None,
|
@@ -936,6 +1062,10 @@ class Organization(pulumi.CustomResource):
|
|
936
1062
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
937
1063
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
938
1064
|
:param pulumi.Input[str] analytics_region: Primary GCP region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
|
1065
|
+
:param pulumi.Input[str] api_consumer_data_encryption_key_name: Cloud KMS key name used for encrypting API consumer data.
|
1066
|
+
:param pulumi.Input[str] api_consumer_data_location: This field is needed only for customers using non-default data residency regions.
|
1067
|
+
Apigee stores some control plane data only in single region.
|
1068
|
+
This field determines which single region Apigee should use.
|
939
1069
|
:param pulumi.Input[str] apigee_project_id: Output only. Project ID of the Apigee Tenant Project.
|
940
1070
|
:param pulumi.Input[str] authorized_network: Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
|
941
1071
|
See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started).
|
@@ -943,6 +1073,8 @@ class Organization(pulumi.CustomResource):
|
|
943
1073
|
:param pulumi.Input[str] billing_type: Billing type of the Apigee organization. See [Apigee pricing](https://cloud.google.com/apigee/pricing).
|
944
1074
|
:param pulumi.Input[str] ca_certificate: Output only. Base64-encoded public certificate for the root CA of the Apigee organization.
|
945
1075
|
Valid only when `RuntimeType` is CLOUD. A base64-encoded string.
|
1076
|
+
:param pulumi.Input[str] control_plane_encryption_key_name: Cloud KMS key name used for encrypting control plane data that is stored in a multi region.
|
1077
|
+
Only used for the data residency region "US" or "EU".
|
946
1078
|
:param pulumi.Input[str] description: Description of the Apigee organization.
|
947
1079
|
:param pulumi.Input[bool] disable_vpc_peering: Flag that specifies whether the VPC Peering through Private Google Access should be
|
948
1080
|
disabled between the consumer network and Apigee. Required if an `authorizedNetwork`
|
@@ -978,10 +1110,13 @@ class Organization(pulumi.CustomResource):
|
|
978
1110
|
__props__ = _OrganizationState.__new__(_OrganizationState)
|
979
1111
|
|
980
1112
|
__props__.__dict__["analytics_region"] = analytics_region
|
1113
|
+
__props__.__dict__["api_consumer_data_encryption_key_name"] = api_consumer_data_encryption_key_name
|
1114
|
+
__props__.__dict__["api_consumer_data_location"] = api_consumer_data_location
|
981
1115
|
__props__.__dict__["apigee_project_id"] = apigee_project_id
|
982
1116
|
__props__.__dict__["authorized_network"] = authorized_network
|
983
1117
|
__props__.__dict__["billing_type"] = billing_type
|
984
1118
|
__props__.__dict__["ca_certificate"] = ca_certificate
|
1119
|
+
__props__.__dict__["control_plane_encryption_key_name"] = control_plane_encryption_key_name
|
985
1120
|
__props__.__dict__["description"] = description
|
986
1121
|
__props__.__dict__["disable_vpc_peering"] = disable_vpc_peering
|
987
1122
|
__props__.__dict__["display_name"] = display_name
|
@@ -1002,6 +1137,24 @@ class Organization(pulumi.CustomResource):
|
|
1002
1137
|
"""
|
1003
1138
|
return pulumi.get(self, "analytics_region")
|
1004
1139
|
|
1140
|
+
@property
|
1141
|
+
@pulumi.getter(name="apiConsumerDataEncryptionKeyName")
|
1142
|
+
def api_consumer_data_encryption_key_name(self) -> pulumi.Output[Optional[str]]:
|
1143
|
+
"""
|
1144
|
+
Cloud KMS key name used for encrypting API consumer data.
|
1145
|
+
"""
|
1146
|
+
return pulumi.get(self, "api_consumer_data_encryption_key_name")
|
1147
|
+
|
1148
|
+
@property
|
1149
|
+
@pulumi.getter(name="apiConsumerDataLocation")
|
1150
|
+
def api_consumer_data_location(self) -> pulumi.Output[Optional[str]]:
|
1151
|
+
"""
|
1152
|
+
This field is needed only for customers using non-default data residency regions.
|
1153
|
+
Apigee stores some control plane data only in single region.
|
1154
|
+
This field determines which single region Apigee should use.
|
1155
|
+
"""
|
1156
|
+
return pulumi.get(self, "api_consumer_data_location")
|
1157
|
+
|
1005
1158
|
@property
|
1006
1159
|
@pulumi.getter(name="apigeeProjectId")
|
1007
1160
|
def apigee_project_id(self) -> pulumi.Output[str]:
|
@@ -1037,6 +1190,15 @@ class Organization(pulumi.CustomResource):
|
|
1037
1190
|
"""
|
1038
1191
|
return pulumi.get(self, "ca_certificate")
|
1039
1192
|
|
1193
|
+
@property
|
1194
|
+
@pulumi.getter(name="controlPlaneEncryptionKeyName")
|
1195
|
+
def control_plane_encryption_key_name(self) -> pulumi.Output[Optional[str]]:
|
1196
|
+
"""
|
1197
|
+
Cloud KMS key name used for encrypting control plane data that is stored in a multi region.
|
1198
|
+
Only used for the data residency region "US" or "EU".
|
1199
|
+
"""
|
1200
|
+
return pulumi.get(self, "control_plane_encryption_key_name")
|
1201
|
+
|
1040
1202
|
@property
|
1041
1203
|
@pulumi.getter
|
1042
1204
|
def description(self) -> pulumi.Output[Optional[str]]:
|