pulumi-gcp 7.20.0a1713986537__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 +40 -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/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/bigquerydatapolicy/_inputs.py +21 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
- 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/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 +121 -58
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- 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/outputs.py +120 -65
- 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/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 -2
- pulumi_gcp/dns/outputs.py +2 -2
- 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/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/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/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +106 -100
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.20.0a1713986537.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]:
|
pulumi_gcp/apigee/sharedflow.py
CHANGED
@@ -26,8 +26,6 @@ class SharedflowArgs:
|
|
26
26
|
|
27
27
|
- - -
|
28
28
|
:param pulumi.Input[str] org_id: The Apigee Organization name associated with the Apigee instance.
|
29
|
-
:param pulumi.Input[str] detect_md5hash: A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash
|
30
|
-
will trigger an update.
|
31
29
|
:param pulumi.Input[str] name: The ID of the shared flow.
|
32
30
|
"""
|
33
31
|
pulumi.set(__self__, "config_bundle", config_bundle)
|
@@ -66,10 +64,6 @@ class SharedflowArgs:
|
|
66
64
|
@property
|
67
65
|
@pulumi.getter(name="detectMd5hash")
|
68
66
|
def detect_md5hash(self) -> Optional[pulumi.Input[str]]:
|
69
|
-
"""
|
70
|
-
A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash
|
71
|
-
will trigger an update.
|
72
|
-
"""
|
73
67
|
return pulumi.get(self, "detect_md5hash")
|
74
68
|
|
75
69
|
@detect_md5hash.setter
|
@@ -105,8 +99,6 @@ class _SharedflowState:
|
|
105
99
|
:param pulumi.Input[str] config_bundle: Path to the config zip bundle.
|
106
100
|
|
107
101
|
- - -
|
108
|
-
:param pulumi.Input[str] detect_md5hash: A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash
|
109
|
-
will trigger an update.
|
110
102
|
:param pulumi.Input[str] latest_revision_id: The id of the most recently created revision for this shared flow.
|
111
103
|
:param pulumi.Input[str] md5hash: (Computed) Base 64 MD5 hash of the uploaded data. It is speculative as remote does not return hash of the bundle. Remote changes are detected using returned last_modified timestamp.
|
112
104
|
:param pulumi.Input[Sequence[pulumi.Input['SharedflowMetaDataArgs']]] meta_datas: Metadata describing the shared flow.
|
@@ -149,10 +141,6 @@ class _SharedflowState:
|
|
149
141
|
@property
|
150
142
|
@pulumi.getter(name="detectMd5hash")
|
151
143
|
def detect_md5hash(self) -> Optional[pulumi.Input[str]]:
|
152
|
-
"""
|
153
|
-
A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash
|
154
|
-
will trigger an update.
|
155
|
-
"""
|
156
144
|
return pulumi.get(self, "detect_md5hash")
|
157
145
|
|
158
146
|
@detect_md5hash.setter
|
@@ -275,8 +263,6 @@ class Sharedflow(pulumi.CustomResource):
|
|
275
263
|
:param pulumi.Input[str] config_bundle: Path to the config zip bundle.
|
276
264
|
|
277
265
|
- - -
|
278
|
-
:param pulumi.Input[str] detect_md5hash: A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash
|
279
|
-
will trigger an update.
|
280
266
|
:param pulumi.Input[str] name: The ID of the shared flow.
|
281
267
|
:param pulumi.Input[str] org_id: The Apigee Organization name associated with the Apigee instance.
|
282
268
|
"""
|
@@ -381,8 +367,6 @@ class Sharedflow(pulumi.CustomResource):
|
|
381
367
|
:param pulumi.Input[str] config_bundle: Path to the config zip bundle.
|
382
368
|
|
383
369
|
- - -
|
384
|
-
:param pulumi.Input[str] detect_md5hash: A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash
|
385
|
-
will trigger an update.
|
386
370
|
:param pulumi.Input[str] latest_revision_id: The id of the most recently created revision for this shared flow.
|
387
371
|
:param pulumi.Input[str] md5hash: (Computed) Base 64 MD5 hash of the uploaded data. It is speculative as remote does not return hash of the bundle. Remote changes are detected using returned last_modified timestamp.
|
388
372
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SharedflowMetaDataArgs']]]] meta_datas: Metadata describing the shared flow.
|
@@ -418,10 +402,6 @@ class Sharedflow(pulumi.CustomResource):
|
|
418
402
|
@property
|
419
403
|
@pulumi.getter(name="detectMd5hash")
|
420
404
|
def detect_md5hash(self) -> pulumi.Output[Optional[str]]:
|
421
|
-
"""
|
422
|
-
A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice. A change in hash
|
423
|
-
will trigger an update.
|
424
|
-
"""
|
425
405
|
return pulumi.get(self, "detect_md5hash")
|
426
406
|
|
427
407
|
@property
|
@@ -62,8 +62,6 @@ class FlexibleAppVersionArgs:
|
|
62
62
|
:param pulumi.Input['FlexibleAppVersionDeploymentArgs'] deployment: Code and application artifacts that make up this version.
|
63
63
|
:param pulumi.Input['FlexibleAppVersionEndpointsApiServiceArgs'] endpoints_api_service: Code and application artifacts that make up this version.
|
64
64
|
:param pulumi.Input['FlexibleAppVersionEntrypointArgs'] entrypoint: The entrypoint for the application.
|
65
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
66
|
-
detect any changes made outside of the Terraform config.
|
67
65
|
:param pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
68
66
|
request and other request handlers are not attempted.
|
69
67
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
@@ -296,10 +294,6 @@ class FlexibleAppVersionArgs:
|
|
296
294
|
@property
|
297
295
|
@pulumi.getter(name="envVariables")
|
298
296
|
def env_variables(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
299
|
-
"""
|
300
|
-
Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
301
|
-
detect any changes made outside of the Terraform config.
|
302
|
-
"""
|
303
297
|
return pulumi.get(self, "env_variables")
|
304
298
|
|
305
299
|
@env_variables.setter
|
@@ -551,8 +545,6 @@ class _FlexibleAppVersionState:
|
|
551
545
|
:param pulumi.Input['FlexibleAppVersionDeploymentArgs'] deployment: Code and application artifacts that make up this version.
|
552
546
|
:param pulumi.Input['FlexibleAppVersionEndpointsApiServiceArgs'] endpoints_api_service: Code and application artifacts that make up this version.
|
553
547
|
:param pulumi.Input['FlexibleAppVersionEntrypointArgs'] entrypoint: The entrypoint for the application.
|
554
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
555
|
-
detect any changes made outside of the Terraform config.
|
556
548
|
:param pulumi.Input[Sequence[pulumi.Input['FlexibleAppVersionHandlerArgs']]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
557
549
|
request and other request handlers are not attempted.
|
558
550
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
@@ -748,10 +740,6 @@ class _FlexibleAppVersionState:
|
|
748
740
|
@property
|
749
741
|
@pulumi.getter(name="envVariables")
|
750
742
|
def env_variables(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
751
|
-
"""
|
752
|
-
Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
753
|
-
detect any changes made outside of the Terraform config.
|
754
|
-
"""
|
755
743
|
return pulumi.get(self, "env_variables")
|
756
744
|
|
757
745
|
@env_variables.setter
|
@@ -1192,8 +1180,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1192
1180
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionDeploymentArgs']] deployment: Code and application artifacts that make up this version.
|
1193
1181
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEndpointsApiServiceArgs']] endpoints_api_service: Code and application artifacts that make up this version.
|
1194
1182
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEntrypointArgs']] entrypoint: The entrypoint for the application.
|
1195
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
1196
|
-
detect any changes made outside of the Terraform config.
|
1197
1183
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlexibleAppVersionHandlerArgs']]]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
1198
1184
|
request and other request handlers are not attempted.
|
1199
1185
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
@@ -1505,8 +1491,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1505
1491
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionDeploymentArgs']] deployment: Code and application artifacts that make up this version.
|
1506
1492
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEndpointsApiServiceArgs']] endpoints_api_service: Code and application artifacts that make up this version.
|
1507
1493
|
:param pulumi.Input[pulumi.InputType['FlexibleAppVersionEntrypointArgs']] entrypoint: The entrypoint for the application.
|
1508
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env_variables: Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
1509
|
-
detect any changes made outside of the Terraform config.
|
1510
1494
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['FlexibleAppVersionHandlerArgs']]]] handlers: An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the
|
1511
1495
|
request and other request handlers are not attempted.
|
1512
1496
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] inbound_services: A list of the types of messages that this application is able to receive. Possible values: ["INBOUND_SERVICE_MAIL",
|
@@ -1645,10 +1629,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1645
1629
|
@property
|
1646
1630
|
@pulumi.getter(name="envVariables")
|
1647
1631
|
def env_variables(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1648
|
-
"""
|
1649
|
-
Environment variables available to the application. As these are not returned in the API request, Terraform will not
|
1650
|
-
detect any changes made outside of the Terraform config.
|
1651
|
-
"""
|
1652
1632
|
return pulumi.get(self, "env_variables")
|
1653
1633
|
|
1654
1634
|
@property
|