pulumi-digitalocean 4.32.0a1726292068__py3-none-any.whl → 4.33.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.
Potentially problematic release.
This version of pulumi-digitalocean might be problematic. Click here for more details.
- pulumi_digitalocean/__init__.py +18 -0
- pulumi_digitalocean/_inputs.py +590 -58
- pulumi_digitalocean/app.py +90 -4
- pulumi_digitalocean/database_cluster.py +28 -0
- pulumi_digitalocean/database_kafka_config.py +1035 -0
- pulumi_digitalocean/database_mongodb_config.py +447 -0
- pulumi_digitalocean/get_app.py +14 -1
- pulumi_digitalocean/outputs.py +1061 -71
- pulumi_digitalocean/pulumi-plugin.json +1 -1
- {pulumi_digitalocean-4.32.0a1726292068.dist-info → pulumi_digitalocean-4.33.0.dist-info}/METADATA +1 -1
- {pulumi_digitalocean-4.32.0a1726292068.dist-info → pulumi_digitalocean-4.33.0.dist-info}/RECORD +13 -11
- {pulumi_digitalocean-4.32.0a1726292068.dist-info → pulumi_digitalocean-4.33.0.dist-info}/WHEEL +1 -1
- {pulumi_digitalocean-4.32.0a1726292068.dist-info → pulumi_digitalocean-4.33.0.dist-info}/top_level.txt +0 -0
pulumi_digitalocean/outputs.py
CHANGED
|
@@ -30,6 +30,8 @@ __all__ = [
|
|
|
30
30
|
'AppSpecFunctionLogDestination',
|
|
31
31
|
'AppSpecFunctionLogDestinationDatadog',
|
|
32
32
|
'AppSpecFunctionLogDestinationLogtail',
|
|
33
|
+
'AppSpecFunctionLogDestinationOpenSearch',
|
|
34
|
+
'AppSpecFunctionLogDestinationOpenSearchBasicAuth',
|
|
33
35
|
'AppSpecFunctionLogDestinationPapertrail',
|
|
34
36
|
'AppSpecFunctionRoute',
|
|
35
37
|
'AppSpecIngress',
|
|
@@ -51,6 +53,8 @@ __all__ = [
|
|
|
51
53
|
'AppSpecJobLogDestination',
|
|
52
54
|
'AppSpecJobLogDestinationDatadog',
|
|
53
55
|
'AppSpecJobLogDestinationLogtail',
|
|
56
|
+
'AppSpecJobLogDestinationOpenSearch',
|
|
57
|
+
'AppSpecJobLogDestinationOpenSearchBasicAuth',
|
|
54
58
|
'AppSpecJobLogDestinationPapertrail',
|
|
55
59
|
'AppSpecService',
|
|
56
60
|
'AppSpecServiceAlert',
|
|
@@ -69,6 +73,8 @@ __all__ = [
|
|
|
69
73
|
'AppSpecServiceLogDestination',
|
|
70
74
|
'AppSpecServiceLogDestinationDatadog',
|
|
71
75
|
'AppSpecServiceLogDestinationLogtail',
|
|
76
|
+
'AppSpecServiceLogDestinationOpenSearch',
|
|
77
|
+
'AppSpecServiceLogDestinationOpenSearchBasicAuth',
|
|
72
78
|
'AppSpecServiceLogDestinationPapertrail',
|
|
73
79
|
'AppSpecServiceRoute',
|
|
74
80
|
'AppSpecStaticSite',
|
|
@@ -90,6 +96,8 @@ __all__ = [
|
|
|
90
96
|
'AppSpecWorkerLogDestination',
|
|
91
97
|
'AppSpecWorkerLogDestinationDatadog',
|
|
92
98
|
'AppSpecWorkerLogDestinationLogtail',
|
|
99
|
+
'AppSpecWorkerLogDestinationOpenSearch',
|
|
100
|
+
'AppSpecWorkerLogDestinationOpenSearchBasicAuth',
|
|
93
101
|
'AppSpecWorkerLogDestinationPapertrail',
|
|
94
102
|
'DatabaseClusterBackupRestore',
|
|
95
103
|
'DatabaseClusterMaintenanceWindow',
|
|
@@ -99,6 +107,7 @@ __all__ = [
|
|
|
99
107
|
'DatabasePostgresqlConfigTimescaledb',
|
|
100
108
|
'DatabaseUserSetting',
|
|
101
109
|
'DatabaseUserSettingAcl',
|
|
110
|
+
'DatabaseUserSettingOpensearchAcl',
|
|
102
111
|
'FirewallInboundRule',
|
|
103
112
|
'FirewallOutboundRule',
|
|
104
113
|
'FirewallPendingChange',
|
|
@@ -144,6 +153,8 @@ __all__ = [
|
|
|
144
153
|
'GetAppSpecFunctionLogDestinationResult',
|
|
145
154
|
'GetAppSpecFunctionLogDestinationDatadogResult',
|
|
146
155
|
'GetAppSpecFunctionLogDestinationLogtailResult',
|
|
156
|
+
'GetAppSpecFunctionLogDestinationOpenSearchResult',
|
|
157
|
+
'GetAppSpecFunctionLogDestinationOpenSearchBasicAuthResult',
|
|
147
158
|
'GetAppSpecFunctionLogDestinationPapertrailResult',
|
|
148
159
|
'GetAppSpecFunctionRouteResult',
|
|
149
160
|
'GetAppSpecIngressResult',
|
|
@@ -165,6 +176,8 @@ __all__ = [
|
|
|
165
176
|
'GetAppSpecJobLogDestinationResult',
|
|
166
177
|
'GetAppSpecJobLogDestinationDatadogResult',
|
|
167
178
|
'GetAppSpecJobLogDestinationLogtailResult',
|
|
179
|
+
'GetAppSpecJobLogDestinationOpenSearchResult',
|
|
180
|
+
'GetAppSpecJobLogDestinationOpenSearchBasicAuthResult',
|
|
168
181
|
'GetAppSpecJobLogDestinationPapertrailResult',
|
|
169
182
|
'GetAppSpecServiceResult',
|
|
170
183
|
'GetAppSpecServiceAlertResult',
|
|
@@ -183,6 +196,8 @@ __all__ = [
|
|
|
183
196
|
'GetAppSpecServiceLogDestinationResult',
|
|
184
197
|
'GetAppSpecServiceLogDestinationDatadogResult',
|
|
185
198
|
'GetAppSpecServiceLogDestinationLogtailResult',
|
|
199
|
+
'GetAppSpecServiceLogDestinationOpenSearchResult',
|
|
200
|
+
'GetAppSpecServiceLogDestinationOpenSearchBasicAuthResult',
|
|
186
201
|
'GetAppSpecServiceLogDestinationPapertrailResult',
|
|
187
202
|
'GetAppSpecServiceRouteResult',
|
|
188
203
|
'GetAppSpecStaticSiteResult',
|
|
@@ -204,6 +219,8 @@ __all__ = [
|
|
|
204
219
|
'GetAppSpecWorkerLogDestinationResult',
|
|
205
220
|
'GetAppSpecWorkerLogDestinationDatadogResult',
|
|
206
221
|
'GetAppSpecWorkerLogDestinationLogtailResult',
|
|
222
|
+
'GetAppSpecWorkerLogDestinationOpenSearchResult',
|
|
223
|
+
'GetAppSpecWorkerLogDestinationOpenSearchBasicAuthResult',
|
|
207
224
|
'GetAppSpecWorkerLogDestinationPapertrailResult',
|
|
208
225
|
'GetDatabaseClusterMaintenanceWindowResult',
|
|
209
226
|
'GetDatabaseUserSettingResult',
|
|
@@ -336,11 +353,11 @@ class AppSpec(dict):
|
|
|
336
353
|
static_sites: Optional[Sequence['outputs.AppSpecStaticSite']] = None,
|
|
337
354
|
workers: Optional[Sequence['outputs.AppSpecWorker']] = None):
|
|
338
355
|
"""
|
|
339
|
-
:param str name: The name of the
|
|
340
|
-
:param Sequence['AppSpecAlertArgs'] alerts: Describes an alert policy for the
|
|
356
|
+
:param str name: The name of the component.
|
|
357
|
+
:param Sequence['AppSpecAlertArgs'] alerts: Describes an alert policy for the component.
|
|
341
358
|
:param Sequence['AppSpecDomainNameArgs'] domain_names: Describes a domain where the application will be made available.
|
|
342
359
|
:param Sequence['AppSpecEgressArgs'] egresses: Specification for app egress configurations.
|
|
343
|
-
:param Sequence['AppSpecEnvArgs'] envs: Describes an
|
|
360
|
+
:param Sequence['AppSpecEnvArgs'] envs: Describes an environment variable made available to an app competent.
|
|
344
361
|
:param Sequence[str] features: A list of the features applied to the app. The default buildpack can be overridden here. List of available buildpacks can be found using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/reference/apps/list-buildpacks/)
|
|
345
362
|
:param 'AppSpecIngressArgs' ingress: Specification for component routing, rewrites, and redirects.
|
|
346
363
|
:param str region: The slug for the DigitalOcean data center region hosting the app.
|
|
@@ -379,7 +396,7 @@ class AppSpec(dict):
|
|
|
379
396
|
@pulumi.getter
|
|
380
397
|
def name(self) -> str:
|
|
381
398
|
"""
|
|
382
|
-
The name of the
|
|
399
|
+
The name of the component.
|
|
383
400
|
"""
|
|
384
401
|
return pulumi.get(self, "name")
|
|
385
402
|
|
|
@@ -387,7 +404,7 @@ class AppSpec(dict):
|
|
|
387
404
|
@pulumi.getter
|
|
388
405
|
def alerts(self) -> Optional[Sequence['outputs.AppSpecAlert']]:
|
|
389
406
|
"""
|
|
390
|
-
Describes an alert policy for the
|
|
407
|
+
Describes an alert policy for the component.
|
|
391
408
|
"""
|
|
392
409
|
return pulumi.get(self, "alerts")
|
|
393
410
|
|
|
@@ -422,7 +439,7 @@ class AppSpec(dict):
|
|
|
422
439
|
@pulumi.getter
|
|
423
440
|
def envs(self) -> Optional[Sequence['outputs.AppSpecEnv']]:
|
|
424
441
|
"""
|
|
425
|
-
Describes an
|
|
442
|
+
Describes an environment variable made available to an app competent.
|
|
426
443
|
"""
|
|
427
444
|
return pulumi.get(self, "envs")
|
|
428
445
|
|
|
@@ -482,7 +499,7 @@ class AppSpecAlert(dict):
|
|
|
482
499
|
rule: str,
|
|
483
500
|
disabled: Optional[bool] = None):
|
|
484
501
|
"""
|
|
485
|
-
:param str rule: The type of the alert to configure.
|
|
502
|
+
:param str rule: The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
|
|
486
503
|
:param bool disabled: Determines whether or not the alert is disabled (default: `false`).
|
|
487
504
|
"""
|
|
488
505
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -493,7 +510,7 @@ class AppSpecAlert(dict):
|
|
|
493
510
|
@pulumi.getter
|
|
494
511
|
def rule(self) -> str:
|
|
495
512
|
"""
|
|
496
|
-
The type of the alert to configure.
|
|
513
|
+
The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
|
|
497
514
|
"""
|
|
498
515
|
return pulumi.get(self, "rule")
|
|
499
516
|
|
|
@@ -793,7 +810,7 @@ class AppSpecFunction(dict):
|
|
|
793
810
|
:param Sequence['AppSpecFunctionAlertArgs'] alerts: Describes an alert policy for the component.
|
|
794
811
|
:param 'AppSpecFunctionCorsArgs' cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
|
|
795
812
|
:param Sequence['AppSpecFunctionEnvArgs'] envs: Describes an environment variable made available to an app competent.
|
|
796
|
-
:param 'AppSpecFunctionGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
813
|
+
:param 'AppSpecFunctionGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
797
814
|
:param 'AppSpecFunctionGithubArgs' github: A GitHub repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/github/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
798
815
|
:param 'AppSpecFunctionGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
799
816
|
:param Sequence['AppSpecFunctionLogDestinationArgs'] log_destinations: Describes a log forwarding destination.
|
|
@@ -857,7 +874,7 @@ class AppSpecFunction(dict):
|
|
|
857
874
|
@pulumi.getter
|
|
858
875
|
def git(self) -> Optional['outputs.AppSpecFunctionGit']:
|
|
859
876
|
"""
|
|
860
|
-
A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
877
|
+
A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
861
878
|
"""
|
|
862
879
|
return pulumi.get(self, "git")
|
|
863
880
|
|
|
@@ -1341,15 +1358,34 @@ class AppSpecFunctionGitlab(dict):
|
|
|
1341
1358
|
|
|
1342
1359
|
@pulumi.output_type
|
|
1343
1360
|
class AppSpecFunctionLogDestination(dict):
|
|
1361
|
+
@staticmethod
|
|
1362
|
+
def __key_warning(key: str):
|
|
1363
|
+
suggest = None
|
|
1364
|
+
if key == "openSearch":
|
|
1365
|
+
suggest = "open_search"
|
|
1366
|
+
|
|
1367
|
+
if suggest:
|
|
1368
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecFunctionLogDestination. Access the value via the '{suggest}' property getter instead.")
|
|
1369
|
+
|
|
1370
|
+
def __getitem__(self, key: str) -> Any:
|
|
1371
|
+
AppSpecFunctionLogDestination.__key_warning(key)
|
|
1372
|
+
return super().__getitem__(key)
|
|
1373
|
+
|
|
1374
|
+
def get(self, key: str, default = None) -> Any:
|
|
1375
|
+
AppSpecFunctionLogDestination.__key_warning(key)
|
|
1376
|
+
return super().get(key, default)
|
|
1377
|
+
|
|
1344
1378
|
def __init__(__self__, *,
|
|
1345
1379
|
name: str,
|
|
1346
1380
|
datadog: Optional['outputs.AppSpecFunctionLogDestinationDatadog'] = None,
|
|
1347
1381
|
logtail: Optional['outputs.AppSpecFunctionLogDestinationLogtail'] = None,
|
|
1382
|
+
open_search: Optional['outputs.AppSpecFunctionLogDestinationOpenSearch'] = None,
|
|
1348
1383
|
papertrail: Optional['outputs.AppSpecFunctionLogDestinationPapertrail'] = None):
|
|
1349
1384
|
"""
|
|
1350
1385
|
:param str name: Name of the log destination. Minimum length: 2. Maximum length: 42.
|
|
1351
1386
|
:param 'AppSpecFunctionLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
1352
1387
|
:param 'AppSpecFunctionLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
1388
|
+
:param 'AppSpecFunctionLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
1353
1389
|
:param 'AppSpecFunctionLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
1354
1390
|
"""
|
|
1355
1391
|
pulumi.set(__self__, "name", name)
|
|
@@ -1357,6 +1393,8 @@ class AppSpecFunctionLogDestination(dict):
|
|
|
1357
1393
|
pulumi.set(__self__, "datadog", datadog)
|
|
1358
1394
|
if logtail is not None:
|
|
1359
1395
|
pulumi.set(__self__, "logtail", logtail)
|
|
1396
|
+
if open_search is not None:
|
|
1397
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
1360
1398
|
if papertrail is not None:
|
|
1361
1399
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
1362
1400
|
|
|
@@ -1384,6 +1422,14 @@ class AppSpecFunctionLogDestination(dict):
|
|
|
1384
1422
|
"""
|
|
1385
1423
|
return pulumi.get(self, "logtail")
|
|
1386
1424
|
|
|
1425
|
+
@property
|
|
1426
|
+
@pulumi.getter(name="openSearch")
|
|
1427
|
+
def open_search(self) -> Optional['outputs.AppSpecFunctionLogDestinationOpenSearch']:
|
|
1428
|
+
"""
|
|
1429
|
+
OpenSearch configuration.
|
|
1430
|
+
"""
|
|
1431
|
+
return pulumi.get(self, "open_search")
|
|
1432
|
+
|
|
1387
1433
|
@property
|
|
1388
1434
|
@pulumi.getter
|
|
1389
1435
|
def papertrail(self) -> Optional['outputs.AppSpecFunctionLogDestinationPapertrail']:
|
|
@@ -1446,8 +1492,6 @@ class AppSpecFunctionLogDestinationLogtail(dict):
|
|
|
1446
1492
|
token: str):
|
|
1447
1493
|
"""
|
|
1448
1494
|
:param str token: Logtail token.
|
|
1449
|
-
|
|
1450
|
-
A `database` can contain:
|
|
1451
1495
|
"""
|
|
1452
1496
|
pulumi.set(__self__, "token", token)
|
|
1453
1497
|
|
|
@@ -1456,12 +1500,116 @@ class AppSpecFunctionLogDestinationLogtail(dict):
|
|
|
1456
1500
|
def token(self) -> str:
|
|
1457
1501
|
"""
|
|
1458
1502
|
Logtail token.
|
|
1459
|
-
|
|
1460
|
-
A `database` can contain:
|
|
1461
1503
|
"""
|
|
1462
1504
|
return pulumi.get(self, "token")
|
|
1463
1505
|
|
|
1464
1506
|
|
|
1507
|
+
@pulumi.output_type
|
|
1508
|
+
class AppSpecFunctionLogDestinationOpenSearch(dict):
|
|
1509
|
+
@staticmethod
|
|
1510
|
+
def __key_warning(key: str):
|
|
1511
|
+
suggest = None
|
|
1512
|
+
if key == "basicAuth":
|
|
1513
|
+
suggest = "basic_auth"
|
|
1514
|
+
elif key == "clusterName":
|
|
1515
|
+
suggest = "cluster_name"
|
|
1516
|
+
elif key == "indexName":
|
|
1517
|
+
suggest = "index_name"
|
|
1518
|
+
|
|
1519
|
+
if suggest:
|
|
1520
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecFunctionLogDestinationOpenSearch. Access the value via the '{suggest}' property getter instead.")
|
|
1521
|
+
|
|
1522
|
+
def __getitem__(self, key: str) -> Any:
|
|
1523
|
+
AppSpecFunctionLogDestinationOpenSearch.__key_warning(key)
|
|
1524
|
+
return super().__getitem__(key)
|
|
1525
|
+
|
|
1526
|
+
def get(self, key: str, default = None) -> Any:
|
|
1527
|
+
AppSpecFunctionLogDestinationOpenSearch.__key_warning(key)
|
|
1528
|
+
return super().get(key, default)
|
|
1529
|
+
|
|
1530
|
+
def __init__(__self__, *,
|
|
1531
|
+
basic_auth: 'outputs.AppSpecFunctionLogDestinationOpenSearchBasicAuth',
|
|
1532
|
+
cluster_name: Optional[str] = None,
|
|
1533
|
+
endpoint: Optional[str] = None,
|
|
1534
|
+
index_name: Optional[str] = None):
|
|
1535
|
+
"""
|
|
1536
|
+
:param 'AppSpecFunctionLogDestinationOpenSearchBasicAuthArgs' basic_auth: Basic authentication details.
|
|
1537
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
1538
|
+
:param str endpoint: OpenSearch endpoint.
|
|
1539
|
+
:param str index_name: OpenSearch index name.
|
|
1540
|
+
"""
|
|
1541
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
1542
|
+
if cluster_name is not None:
|
|
1543
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
1544
|
+
if endpoint is not None:
|
|
1545
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
1546
|
+
if index_name is not None:
|
|
1547
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
1548
|
+
|
|
1549
|
+
@property
|
|
1550
|
+
@pulumi.getter(name="basicAuth")
|
|
1551
|
+
def basic_auth(self) -> 'outputs.AppSpecFunctionLogDestinationOpenSearchBasicAuth':
|
|
1552
|
+
"""
|
|
1553
|
+
Basic authentication details.
|
|
1554
|
+
"""
|
|
1555
|
+
return pulumi.get(self, "basic_auth")
|
|
1556
|
+
|
|
1557
|
+
@property
|
|
1558
|
+
@pulumi.getter(name="clusterName")
|
|
1559
|
+
def cluster_name(self) -> Optional[str]:
|
|
1560
|
+
"""
|
|
1561
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
1562
|
+
"""
|
|
1563
|
+
return pulumi.get(self, "cluster_name")
|
|
1564
|
+
|
|
1565
|
+
@property
|
|
1566
|
+
@pulumi.getter
|
|
1567
|
+
def endpoint(self) -> Optional[str]:
|
|
1568
|
+
"""
|
|
1569
|
+
OpenSearch endpoint.
|
|
1570
|
+
"""
|
|
1571
|
+
return pulumi.get(self, "endpoint")
|
|
1572
|
+
|
|
1573
|
+
@property
|
|
1574
|
+
@pulumi.getter(name="indexName")
|
|
1575
|
+
def index_name(self) -> Optional[str]:
|
|
1576
|
+
"""
|
|
1577
|
+
OpenSearch index name.
|
|
1578
|
+
"""
|
|
1579
|
+
return pulumi.get(self, "index_name")
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
@pulumi.output_type
|
|
1583
|
+
class AppSpecFunctionLogDestinationOpenSearchBasicAuth(dict):
|
|
1584
|
+
def __init__(__self__, *,
|
|
1585
|
+
password: Optional[str] = None,
|
|
1586
|
+
user: Optional[str] = None):
|
|
1587
|
+
"""
|
|
1588
|
+
:param str password: Password for basic authentication.
|
|
1589
|
+
:param str user: user for basic authentication.
|
|
1590
|
+
"""
|
|
1591
|
+
if password is not None:
|
|
1592
|
+
pulumi.set(__self__, "password", password)
|
|
1593
|
+
if user is not None:
|
|
1594
|
+
pulumi.set(__self__, "user", user)
|
|
1595
|
+
|
|
1596
|
+
@property
|
|
1597
|
+
@pulumi.getter
|
|
1598
|
+
def password(self) -> Optional[str]:
|
|
1599
|
+
"""
|
|
1600
|
+
Password for basic authentication.
|
|
1601
|
+
"""
|
|
1602
|
+
return pulumi.get(self, "password")
|
|
1603
|
+
|
|
1604
|
+
@property
|
|
1605
|
+
@pulumi.getter
|
|
1606
|
+
def user(self) -> Optional[str]:
|
|
1607
|
+
"""
|
|
1608
|
+
user for basic authentication.
|
|
1609
|
+
"""
|
|
1610
|
+
return pulumi.get(self, "user")
|
|
1611
|
+
|
|
1612
|
+
|
|
1465
1613
|
@pulumi.output_type
|
|
1466
1614
|
class AppSpecFunctionLogDestinationPapertrail(dict):
|
|
1467
1615
|
def __init__(__self__, *,
|
|
@@ -1699,11 +1847,11 @@ class AppSpecIngressRuleCors(dict):
|
|
|
1699
1847
|
expose_headers: Optional[Sequence[str]] = None,
|
|
1700
1848
|
max_age: Optional[str] = None):
|
|
1701
1849
|
"""
|
|
1702
|
-
:param bool allow_credentials: Whether browsers should expose the response to the client-side JavaScript code when the request
|
|
1703
|
-
:param Sequence[str] allow_headers: The set of allowed HTTP request headers. This configures the Access-Control-Allow-Headers header.
|
|
1704
|
-
:param Sequence[str] allow_methods: The set of allowed HTTP methods. This configures the Access-Control-Allow-Methods header.
|
|
1850
|
+
:param bool allow_credentials: Whether browsers should expose the response to the client-side JavaScript code when the request's credentials mode is `include`. This configures the `Access-Control-Allow-Credentials` header.
|
|
1851
|
+
:param Sequence[str] allow_headers: The set of allowed HTTP request headers. This configures the `Access-Control-Allow-Headers` header.
|
|
1852
|
+
:param Sequence[str] allow_methods: The set of allowed HTTP methods. This configures the `Access-Control-Allow-Methods` header.
|
|
1705
1853
|
:param 'AppSpecIngressRuleCorsAllowOriginsArgs' allow_origins: The `Access-Control-Allow-Origin` can be
|
|
1706
|
-
:param Sequence[str] expose_headers: The set of HTTP response headers that browsers are allowed to access. This configures the Access-Control-Expose-Headers header.
|
|
1854
|
+
:param Sequence[str] expose_headers: The set of HTTP response headers that browsers are allowed to access. This configures the `Access-Control-Expose-Headers` header.
|
|
1707
1855
|
:param str max_age: An optional duration specifying how long browsers can cache the results of a preflight request. This configures the Access-Control-Max-Age header. Example: `5h30m`.
|
|
1708
1856
|
"""
|
|
1709
1857
|
if allow_credentials is not None:
|
|
@@ -1723,7 +1871,7 @@ class AppSpecIngressRuleCors(dict):
|
|
|
1723
1871
|
@pulumi.getter(name="allowCredentials")
|
|
1724
1872
|
def allow_credentials(self) -> Optional[bool]:
|
|
1725
1873
|
"""
|
|
1726
|
-
Whether browsers should expose the response to the client-side JavaScript code when the request
|
|
1874
|
+
Whether browsers should expose the response to the client-side JavaScript code when the request's credentials mode is `include`. This configures the `Access-Control-Allow-Credentials` header.
|
|
1727
1875
|
"""
|
|
1728
1876
|
return pulumi.get(self, "allow_credentials")
|
|
1729
1877
|
|
|
@@ -1731,7 +1879,7 @@ class AppSpecIngressRuleCors(dict):
|
|
|
1731
1879
|
@pulumi.getter(name="allowHeaders")
|
|
1732
1880
|
def allow_headers(self) -> Optional[Sequence[str]]:
|
|
1733
1881
|
"""
|
|
1734
|
-
The set of allowed HTTP request headers. This configures the Access-Control-Allow-Headers header.
|
|
1882
|
+
The set of allowed HTTP request headers. This configures the `Access-Control-Allow-Headers` header.
|
|
1735
1883
|
"""
|
|
1736
1884
|
return pulumi.get(self, "allow_headers")
|
|
1737
1885
|
|
|
@@ -1739,7 +1887,7 @@ class AppSpecIngressRuleCors(dict):
|
|
|
1739
1887
|
@pulumi.getter(name="allowMethods")
|
|
1740
1888
|
def allow_methods(self) -> Optional[Sequence[str]]:
|
|
1741
1889
|
"""
|
|
1742
|
-
The set of allowed HTTP methods. This configures the Access-Control-Allow-Methods header.
|
|
1890
|
+
The set of allowed HTTP methods. This configures the `Access-Control-Allow-Methods` header.
|
|
1743
1891
|
"""
|
|
1744
1892
|
return pulumi.get(self, "allow_methods")
|
|
1745
1893
|
|
|
@@ -1755,7 +1903,7 @@ class AppSpecIngressRuleCors(dict):
|
|
|
1755
1903
|
@pulumi.getter(name="exposeHeaders")
|
|
1756
1904
|
def expose_headers(self) -> Optional[Sequence[str]]:
|
|
1757
1905
|
"""
|
|
1758
|
-
The set of HTTP response headers that browsers are allowed to access. This configures the Access-Control-Expose-Headers header.
|
|
1906
|
+
The set of HTTP response headers that browsers are allowed to access. This configures the `Access-Control-Expose-Headers` header.
|
|
1759
1907
|
"""
|
|
1760
1908
|
return pulumi.get(self, "expose_headers")
|
|
1761
1909
|
|
|
@@ -1991,7 +2139,7 @@ class AppSpecJob(dict):
|
|
|
1991
2139
|
:param str dockerfile_path: The path to a Dockerfile relative to the root of the repo. If set, overrides usage of buildpacks.
|
|
1992
2140
|
:param str environment_slug: An environment slug describing the type of this app.
|
|
1993
2141
|
:param Sequence['AppSpecJobEnvArgs'] envs: Describes an environment variable made available to an app competent.
|
|
1994
|
-
:param 'AppSpecJobGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
2142
|
+
:param 'AppSpecJobGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
1995
2143
|
:param 'AppSpecJobGithubArgs' github: A GitHub repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/github/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
1996
2144
|
:param 'AppSpecJobGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
1997
2145
|
:param 'AppSpecJobImageArgs' image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
@@ -2090,7 +2238,7 @@ class AppSpecJob(dict):
|
|
|
2090
2238
|
@pulumi.getter
|
|
2091
2239
|
def git(self) -> Optional['outputs.AppSpecJobGit']:
|
|
2092
2240
|
"""
|
|
2093
|
-
A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
2241
|
+
A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
2094
2242
|
"""
|
|
2095
2243
|
return pulumi.get(self, "git")
|
|
2096
2244
|
|
|
@@ -2576,15 +2724,34 @@ class AppSpecJobImageDeployOnPush(dict):
|
|
|
2576
2724
|
|
|
2577
2725
|
@pulumi.output_type
|
|
2578
2726
|
class AppSpecJobLogDestination(dict):
|
|
2727
|
+
@staticmethod
|
|
2728
|
+
def __key_warning(key: str):
|
|
2729
|
+
suggest = None
|
|
2730
|
+
if key == "openSearch":
|
|
2731
|
+
suggest = "open_search"
|
|
2732
|
+
|
|
2733
|
+
if suggest:
|
|
2734
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecJobLogDestination. Access the value via the '{suggest}' property getter instead.")
|
|
2735
|
+
|
|
2736
|
+
def __getitem__(self, key: str) -> Any:
|
|
2737
|
+
AppSpecJobLogDestination.__key_warning(key)
|
|
2738
|
+
return super().__getitem__(key)
|
|
2739
|
+
|
|
2740
|
+
def get(self, key: str, default = None) -> Any:
|
|
2741
|
+
AppSpecJobLogDestination.__key_warning(key)
|
|
2742
|
+
return super().get(key, default)
|
|
2743
|
+
|
|
2579
2744
|
def __init__(__self__, *,
|
|
2580
2745
|
name: str,
|
|
2581
2746
|
datadog: Optional['outputs.AppSpecJobLogDestinationDatadog'] = None,
|
|
2582
2747
|
logtail: Optional['outputs.AppSpecJobLogDestinationLogtail'] = None,
|
|
2748
|
+
open_search: Optional['outputs.AppSpecJobLogDestinationOpenSearch'] = None,
|
|
2583
2749
|
papertrail: Optional['outputs.AppSpecJobLogDestinationPapertrail'] = None):
|
|
2584
2750
|
"""
|
|
2585
2751
|
:param str name: Name of the log destination. Minimum length: 2. Maximum length: 42.
|
|
2586
2752
|
:param 'AppSpecJobLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
2587
2753
|
:param 'AppSpecJobLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
2754
|
+
:param 'AppSpecJobLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
2588
2755
|
:param 'AppSpecJobLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
2589
2756
|
"""
|
|
2590
2757
|
pulumi.set(__self__, "name", name)
|
|
@@ -2592,6 +2759,8 @@ class AppSpecJobLogDestination(dict):
|
|
|
2592
2759
|
pulumi.set(__self__, "datadog", datadog)
|
|
2593
2760
|
if logtail is not None:
|
|
2594
2761
|
pulumi.set(__self__, "logtail", logtail)
|
|
2762
|
+
if open_search is not None:
|
|
2763
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
2595
2764
|
if papertrail is not None:
|
|
2596
2765
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
2597
2766
|
|
|
@@ -2619,6 +2788,14 @@ class AppSpecJobLogDestination(dict):
|
|
|
2619
2788
|
"""
|
|
2620
2789
|
return pulumi.get(self, "logtail")
|
|
2621
2790
|
|
|
2791
|
+
@property
|
|
2792
|
+
@pulumi.getter(name="openSearch")
|
|
2793
|
+
def open_search(self) -> Optional['outputs.AppSpecJobLogDestinationOpenSearch']:
|
|
2794
|
+
"""
|
|
2795
|
+
OpenSearch configuration.
|
|
2796
|
+
"""
|
|
2797
|
+
return pulumi.get(self, "open_search")
|
|
2798
|
+
|
|
2622
2799
|
@property
|
|
2623
2800
|
@pulumi.getter
|
|
2624
2801
|
def papertrail(self) -> Optional['outputs.AppSpecJobLogDestinationPapertrail']:
|
|
@@ -2681,8 +2858,6 @@ class AppSpecJobLogDestinationLogtail(dict):
|
|
|
2681
2858
|
token: str):
|
|
2682
2859
|
"""
|
|
2683
2860
|
:param str token: Logtail token.
|
|
2684
|
-
|
|
2685
|
-
A `database` can contain:
|
|
2686
2861
|
"""
|
|
2687
2862
|
pulumi.set(__self__, "token", token)
|
|
2688
2863
|
|
|
@@ -2691,12 +2866,116 @@ class AppSpecJobLogDestinationLogtail(dict):
|
|
|
2691
2866
|
def token(self) -> str:
|
|
2692
2867
|
"""
|
|
2693
2868
|
Logtail token.
|
|
2694
|
-
|
|
2695
|
-
A `database` can contain:
|
|
2696
2869
|
"""
|
|
2697
2870
|
return pulumi.get(self, "token")
|
|
2698
2871
|
|
|
2699
2872
|
|
|
2873
|
+
@pulumi.output_type
|
|
2874
|
+
class AppSpecJobLogDestinationOpenSearch(dict):
|
|
2875
|
+
@staticmethod
|
|
2876
|
+
def __key_warning(key: str):
|
|
2877
|
+
suggest = None
|
|
2878
|
+
if key == "basicAuth":
|
|
2879
|
+
suggest = "basic_auth"
|
|
2880
|
+
elif key == "clusterName":
|
|
2881
|
+
suggest = "cluster_name"
|
|
2882
|
+
elif key == "indexName":
|
|
2883
|
+
suggest = "index_name"
|
|
2884
|
+
|
|
2885
|
+
if suggest:
|
|
2886
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecJobLogDestinationOpenSearch. Access the value via the '{suggest}' property getter instead.")
|
|
2887
|
+
|
|
2888
|
+
def __getitem__(self, key: str) -> Any:
|
|
2889
|
+
AppSpecJobLogDestinationOpenSearch.__key_warning(key)
|
|
2890
|
+
return super().__getitem__(key)
|
|
2891
|
+
|
|
2892
|
+
def get(self, key: str, default = None) -> Any:
|
|
2893
|
+
AppSpecJobLogDestinationOpenSearch.__key_warning(key)
|
|
2894
|
+
return super().get(key, default)
|
|
2895
|
+
|
|
2896
|
+
def __init__(__self__, *,
|
|
2897
|
+
basic_auth: 'outputs.AppSpecJobLogDestinationOpenSearchBasicAuth',
|
|
2898
|
+
cluster_name: Optional[str] = None,
|
|
2899
|
+
endpoint: Optional[str] = None,
|
|
2900
|
+
index_name: Optional[str] = None):
|
|
2901
|
+
"""
|
|
2902
|
+
:param 'AppSpecJobLogDestinationOpenSearchBasicAuthArgs' basic_auth: Basic authentication details.
|
|
2903
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
2904
|
+
:param str endpoint: OpenSearch endpoint.
|
|
2905
|
+
:param str index_name: OpenSearch index name.
|
|
2906
|
+
"""
|
|
2907
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
2908
|
+
if cluster_name is not None:
|
|
2909
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
2910
|
+
if endpoint is not None:
|
|
2911
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
2912
|
+
if index_name is not None:
|
|
2913
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
2914
|
+
|
|
2915
|
+
@property
|
|
2916
|
+
@pulumi.getter(name="basicAuth")
|
|
2917
|
+
def basic_auth(self) -> 'outputs.AppSpecJobLogDestinationOpenSearchBasicAuth':
|
|
2918
|
+
"""
|
|
2919
|
+
Basic authentication details.
|
|
2920
|
+
"""
|
|
2921
|
+
return pulumi.get(self, "basic_auth")
|
|
2922
|
+
|
|
2923
|
+
@property
|
|
2924
|
+
@pulumi.getter(name="clusterName")
|
|
2925
|
+
def cluster_name(self) -> Optional[str]:
|
|
2926
|
+
"""
|
|
2927
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
2928
|
+
"""
|
|
2929
|
+
return pulumi.get(self, "cluster_name")
|
|
2930
|
+
|
|
2931
|
+
@property
|
|
2932
|
+
@pulumi.getter
|
|
2933
|
+
def endpoint(self) -> Optional[str]:
|
|
2934
|
+
"""
|
|
2935
|
+
OpenSearch endpoint.
|
|
2936
|
+
"""
|
|
2937
|
+
return pulumi.get(self, "endpoint")
|
|
2938
|
+
|
|
2939
|
+
@property
|
|
2940
|
+
@pulumi.getter(name="indexName")
|
|
2941
|
+
def index_name(self) -> Optional[str]:
|
|
2942
|
+
"""
|
|
2943
|
+
OpenSearch index name.
|
|
2944
|
+
"""
|
|
2945
|
+
return pulumi.get(self, "index_name")
|
|
2946
|
+
|
|
2947
|
+
|
|
2948
|
+
@pulumi.output_type
|
|
2949
|
+
class AppSpecJobLogDestinationOpenSearchBasicAuth(dict):
|
|
2950
|
+
def __init__(__self__, *,
|
|
2951
|
+
password: Optional[str] = None,
|
|
2952
|
+
user: Optional[str] = None):
|
|
2953
|
+
"""
|
|
2954
|
+
:param str password: Password for basic authentication.
|
|
2955
|
+
:param str user: user for basic authentication.
|
|
2956
|
+
"""
|
|
2957
|
+
if password is not None:
|
|
2958
|
+
pulumi.set(__self__, "password", password)
|
|
2959
|
+
if user is not None:
|
|
2960
|
+
pulumi.set(__self__, "user", user)
|
|
2961
|
+
|
|
2962
|
+
@property
|
|
2963
|
+
@pulumi.getter
|
|
2964
|
+
def password(self) -> Optional[str]:
|
|
2965
|
+
"""
|
|
2966
|
+
Password for basic authentication.
|
|
2967
|
+
"""
|
|
2968
|
+
return pulumi.get(self, "password")
|
|
2969
|
+
|
|
2970
|
+
@property
|
|
2971
|
+
@pulumi.getter
|
|
2972
|
+
def user(self) -> Optional[str]:
|
|
2973
|
+
"""
|
|
2974
|
+
user for basic authentication.
|
|
2975
|
+
"""
|
|
2976
|
+
return pulumi.get(self, "user")
|
|
2977
|
+
|
|
2978
|
+
|
|
2700
2979
|
@pulumi.output_type
|
|
2701
2980
|
class AppSpecJobLogDestinationPapertrail(dict):
|
|
2702
2981
|
def __init__(__self__, *,
|
|
@@ -2785,7 +3064,7 @@ class AppSpecService(dict):
|
|
|
2785
3064
|
:param str dockerfile_path: The path to a Dockerfile relative to the root of the repo. If set, overrides usage of buildpacks.
|
|
2786
3065
|
:param str environment_slug: An environment slug describing the type of this app.
|
|
2787
3066
|
:param Sequence['AppSpecServiceEnvArgs'] envs: Describes an environment variable made available to an app competent.
|
|
2788
|
-
:param 'AppSpecServiceGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
3067
|
+
:param 'AppSpecServiceGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
2789
3068
|
:param 'AppSpecServiceGithubArgs' github: A GitHub repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/github/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
2790
3069
|
:param 'AppSpecServiceGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
2791
3070
|
:param 'AppSpecServiceHealthCheckArgs' health_check: A health check to determine the availability of this component.
|
|
@@ -2910,7 +3189,7 @@ class AppSpecService(dict):
|
|
|
2910
3189
|
@pulumi.getter
|
|
2911
3190
|
def git(self) -> Optional['outputs.AppSpecServiceGit']:
|
|
2912
3191
|
"""
|
|
2913
|
-
A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
3192
|
+
A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
2914
3193
|
"""
|
|
2915
3194
|
return pulumi.get(self, "git")
|
|
2916
3195
|
|
|
@@ -3785,15 +4064,34 @@ class AppSpecServiceImageDeployOnPush(dict):
|
|
|
3785
4064
|
|
|
3786
4065
|
@pulumi.output_type
|
|
3787
4066
|
class AppSpecServiceLogDestination(dict):
|
|
4067
|
+
@staticmethod
|
|
4068
|
+
def __key_warning(key: str):
|
|
4069
|
+
suggest = None
|
|
4070
|
+
if key == "openSearch":
|
|
4071
|
+
suggest = "open_search"
|
|
4072
|
+
|
|
4073
|
+
if suggest:
|
|
4074
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecServiceLogDestination. Access the value via the '{suggest}' property getter instead.")
|
|
4075
|
+
|
|
4076
|
+
def __getitem__(self, key: str) -> Any:
|
|
4077
|
+
AppSpecServiceLogDestination.__key_warning(key)
|
|
4078
|
+
return super().__getitem__(key)
|
|
4079
|
+
|
|
4080
|
+
def get(self, key: str, default = None) -> Any:
|
|
4081
|
+
AppSpecServiceLogDestination.__key_warning(key)
|
|
4082
|
+
return super().get(key, default)
|
|
4083
|
+
|
|
3788
4084
|
def __init__(__self__, *,
|
|
3789
4085
|
name: str,
|
|
3790
4086
|
datadog: Optional['outputs.AppSpecServiceLogDestinationDatadog'] = None,
|
|
3791
4087
|
logtail: Optional['outputs.AppSpecServiceLogDestinationLogtail'] = None,
|
|
4088
|
+
open_search: Optional['outputs.AppSpecServiceLogDestinationOpenSearch'] = None,
|
|
3792
4089
|
papertrail: Optional['outputs.AppSpecServiceLogDestinationPapertrail'] = None):
|
|
3793
4090
|
"""
|
|
3794
4091
|
:param str name: Name of the log destination. Minimum length: 2. Maximum length: 42.
|
|
3795
4092
|
:param 'AppSpecServiceLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
3796
4093
|
:param 'AppSpecServiceLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
4094
|
+
:param 'AppSpecServiceLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
3797
4095
|
:param 'AppSpecServiceLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
3798
4096
|
"""
|
|
3799
4097
|
pulumi.set(__self__, "name", name)
|
|
@@ -3801,6 +4099,8 @@ class AppSpecServiceLogDestination(dict):
|
|
|
3801
4099
|
pulumi.set(__self__, "datadog", datadog)
|
|
3802
4100
|
if logtail is not None:
|
|
3803
4101
|
pulumi.set(__self__, "logtail", logtail)
|
|
4102
|
+
if open_search is not None:
|
|
4103
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
3804
4104
|
if papertrail is not None:
|
|
3805
4105
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
3806
4106
|
|
|
@@ -3828,6 +4128,14 @@ class AppSpecServiceLogDestination(dict):
|
|
|
3828
4128
|
"""
|
|
3829
4129
|
return pulumi.get(self, "logtail")
|
|
3830
4130
|
|
|
4131
|
+
@property
|
|
4132
|
+
@pulumi.getter(name="openSearch")
|
|
4133
|
+
def open_search(self) -> Optional['outputs.AppSpecServiceLogDestinationOpenSearch']:
|
|
4134
|
+
"""
|
|
4135
|
+
OpenSearch configuration.
|
|
4136
|
+
"""
|
|
4137
|
+
return pulumi.get(self, "open_search")
|
|
4138
|
+
|
|
3831
4139
|
@property
|
|
3832
4140
|
@pulumi.getter
|
|
3833
4141
|
def papertrail(self) -> Optional['outputs.AppSpecServiceLogDestinationPapertrail']:
|
|
@@ -3890,8 +4198,6 @@ class AppSpecServiceLogDestinationLogtail(dict):
|
|
|
3890
4198
|
token: str):
|
|
3891
4199
|
"""
|
|
3892
4200
|
:param str token: Logtail token.
|
|
3893
|
-
|
|
3894
|
-
A `database` can contain:
|
|
3895
4201
|
"""
|
|
3896
4202
|
pulumi.set(__self__, "token", token)
|
|
3897
4203
|
|
|
@@ -3900,12 +4206,116 @@ class AppSpecServiceLogDestinationLogtail(dict):
|
|
|
3900
4206
|
def token(self) -> str:
|
|
3901
4207
|
"""
|
|
3902
4208
|
Logtail token.
|
|
3903
|
-
|
|
3904
|
-
A `database` can contain:
|
|
3905
4209
|
"""
|
|
3906
4210
|
return pulumi.get(self, "token")
|
|
3907
4211
|
|
|
3908
4212
|
|
|
4213
|
+
@pulumi.output_type
|
|
4214
|
+
class AppSpecServiceLogDestinationOpenSearch(dict):
|
|
4215
|
+
@staticmethod
|
|
4216
|
+
def __key_warning(key: str):
|
|
4217
|
+
suggest = None
|
|
4218
|
+
if key == "basicAuth":
|
|
4219
|
+
suggest = "basic_auth"
|
|
4220
|
+
elif key == "clusterName":
|
|
4221
|
+
suggest = "cluster_name"
|
|
4222
|
+
elif key == "indexName":
|
|
4223
|
+
suggest = "index_name"
|
|
4224
|
+
|
|
4225
|
+
if suggest:
|
|
4226
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecServiceLogDestinationOpenSearch. Access the value via the '{suggest}' property getter instead.")
|
|
4227
|
+
|
|
4228
|
+
def __getitem__(self, key: str) -> Any:
|
|
4229
|
+
AppSpecServiceLogDestinationOpenSearch.__key_warning(key)
|
|
4230
|
+
return super().__getitem__(key)
|
|
4231
|
+
|
|
4232
|
+
def get(self, key: str, default = None) -> Any:
|
|
4233
|
+
AppSpecServiceLogDestinationOpenSearch.__key_warning(key)
|
|
4234
|
+
return super().get(key, default)
|
|
4235
|
+
|
|
4236
|
+
def __init__(__self__, *,
|
|
4237
|
+
basic_auth: 'outputs.AppSpecServiceLogDestinationOpenSearchBasicAuth',
|
|
4238
|
+
cluster_name: Optional[str] = None,
|
|
4239
|
+
endpoint: Optional[str] = None,
|
|
4240
|
+
index_name: Optional[str] = None):
|
|
4241
|
+
"""
|
|
4242
|
+
:param 'AppSpecServiceLogDestinationOpenSearchBasicAuthArgs' basic_auth: Basic authentication details.
|
|
4243
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
4244
|
+
:param str endpoint: OpenSearch endpoint.
|
|
4245
|
+
:param str index_name: OpenSearch index name.
|
|
4246
|
+
"""
|
|
4247
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
4248
|
+
if cluster_name is not None:
|
|
4249
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
4250
|
+
if endpoint is not None:
|
|
4251
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
4252
|
+
if index_name is not None:
|
|
4253
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
4254
|
+
|
|
4255
|
+
@property
|
|
4256
|
+
@pulumi.getter(name="basicAuth")
|
|
4257
|
+
def basic_auth(self) -> 'outputs.AppSpecServiceLogDestinationOpenSearchBasicAuth':
|
|
4258
|
+
"""
|
|
4259
|
+
Basic authentication details.
|
|
4260
|
+
"""
|
|
4261
|
+
return pulumi.get(self, "basic_auth")
|
|
4262
|
+
|
|
4263
|
+
@property
|
|
4264
|
+
@pulumi.getter(name="clusterName")
|
|
4265
|
+
def cluster_name(self) -> Optional[str]:
|
|
4266
|
+
"""
|
|
4267
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
4268
|
+
"""
|
|
4269
|
+
return pulumi.get(self, "cluster_name")
|
|
4270
|
+
|
|
4271
|
+
@property
|
|
4272
|
+
@pulumi.getter
|
|
4273
|
+
def endpoint(self) -> Optional[str]:
|
|
4274
|
+
"""
|
|
4275
|
+
OpenSearch endpoint.
|
|
4276
|
+
"""
|
|
4277
|
+
return pulumi.get(self, "endpoint")
|
|
4278
|
+
|
|
4279
|
+
@property
|
|
4280
|
+
@pulumi.getter(name="indexName")
|
|
4281
|
+
def index_name(self) -> Optional[str]:
|
|
4282
|
+
"""
|
|
4283
|
+
OpenSearch index name.
|
|
4284
|
+
"""
|
|
4285
|
+
return pulumi.get(self, "index_name")
|
|
4286
|
+
|
|
4287
|
+
|
|
4288
|
+
@pulumi.output_type
|
|
4289
|
+
class AppSpecServiceLogDestinationOpenSearchBasicAuth(dict):
|
|
4290
|
+
def __init__(__self__, *,
|
|
4291
|
+
password: Optional[str] = None,
|
|
4292
|
+
user: Optional[str] = None):
|
|
4293
|
+
"""
|
|
4294
|
+
:param str password: Password for basic authentication.
|
|
4295
|
+
:param str user: user for basic authentication.
|
|
4296
|
+
"""
|
|
4297
|
+
if password is not None:
|
|
4298
|
+
pulumi.set(__self__, "password", password)
|
|
4299
|
+
if user is not None:
|
|
4300
|
+
pulumi.set(__self__, "user", user)
|
|
4301
|
+
|
|
4302
|
+
@property
|
|
4303
|
+
@pulumi.getter
|
|
4304
|
+
def password(self) -> Optional[str]:
|
|
4305
|
+
"""
|
|
4306
|
+
Password for basic authentication.
|
|
4307
|
+
"""
|
|
4308
|
+
return pulumi.get(self, "password")
|
|
4309
|
+
|
|
4310
|
+
@property
|
|
4311
|
+
@pulumi.getter
|
|
4312
|
+
def user(self) -> Optional[str]:
|
|
4313
|
+
"""
|
|
4314
|
+
user for basic authentication.
|
|
4315
|
+
"""
|
|
4316
|
+
return pulumi.get(self, "user")
|
|
4317
|
+
|
|
4318
|
+
|
|
3909
4319
|
@pulumi.output_type
|
|
3910
4320
|
class AppSpecServiceLogDestinationPapertrail(dict):
|
|
3911
4321
|
def __init__(__self__, *,
|
|
@@ -4030,7 +4440,7 @@ class AppSpecStaticSite(dict):
|
|
|
4030
4440
|
:param str environment_slug: An environment slug describing the type of this app.
|
|
4031
4441
|
:param Sequence['AppSpecStaticSiteEnvArgs'] envs: Describes an environment variable made available to an app competent.
|
|
4032
4442
|
:param str error_document: The name of the error document to use when serving this static site.
|
|
4033
|
-
:param 'AppSpecStaticSiteGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
4443
|
+
:param 'AppSpecStaticSiteGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
4034
4444
|
:param 'AppSpecStaticSiteGithubArgs' github: A GitHub repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/github/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
4035
4445
|
:param 'AppSpecStaticSiteGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
4036
4446
|
:param str index_document: The name of the index document to use when serving this static site.
|
|
@@ -4137,7 +4547,7 @@ class AppSpecStaticSite(dict):
|
|
|
4137
4547
|
@pulumi.getter
|
|
4138
4548
|
def git(self) -> Optional['outputs.AppSpecStaticSiteGit']:
|
|
4139
4549
|
"""
|
|
4140
|
-
A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
4550
|
+
A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
4141
4551
|
"""
|
|
4142
4552
|
return pulumi.get(self, "git")
|
|
4143
4553
|
|
|
@@ -4668,7 +5078,7 @@ class AppSpecWorker(dict):
|
|
|
4668
5078
|
:param str dockerfile_path: The path to a Dockerfile relative to the root of the repo. If set, overrides usage of buildpacks.
|
|
4669
5079
|
:param str environment_slug: An environment slug describing the type of this app.
|
|
4670
5080
|
:param Sequence['AppSpecWorkerEnvArgs'] envs: Describes an environment variable made available to an app competent.
|
|
4671
|
-
:param 'AppSpecWorkerGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
5081
|
+
:param 'AppSpecWorkerGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
4672
5082
|
:param 'AppSpecWorkerGithubArgs' github: A GitHub repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/github/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
4673
5083
|
:param 'AppSpecWorkerGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
4674
5084
|
:param 'AppSpecWorkerImageArgs' image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
@@ -4760,7 +5170,7 @@ class AppSpecWorker(dict):
|
|
|
4760
5170
|
@pulumi.getter
|
|
4761
5171
|
def git(self) -> Optional['outputs.AppSpecWorkerGit']:
|
|
4762
5172
|
"""
|
|
4763
|
-
A Git repo to use as the component's source. The repository must be able to be cloned without authentication.
|
|
5173
|
+
A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set.
|
|
4764
5174
|
"""
|
|
4765
5175
|
return pulumi.get(self, "git")
|
|
4766
5176
|
|
|
@@ -5234,15 +5644,34 @@ class AppSpecWorkerImageDeployOnPush(dict):
|
|
|
5234
5644
|
|
|
5235
5645
|
@pulumi.output_type
|
|
5236
5646
|
class AppSpecWorkerLogDestination(dict):
|
|
5647
|
+
@staticmethod
|
|
5648
|
+
def __key_warning(key: str):
|
|
5649
|
+
suggest = None
|
|
5650
|
+
if key == "openSearch":
|
|
5651
|
+
suggest = "open_search"
|
|
5652
|
+
|
|
5653
|
+
if suggest:
|
|
5654
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecWorkerLogDestination. Access the value via the '{suggest}' property getter instead.")
|
|
5655
|
+
|
|
5656
|
+
def __getitem__(self, key: str) -> Any:
|
|
5657
|
+
AppSpecWorkerLogDestination.__key_warning(key)
|
|
5658
|
+
return super().__getitem__(key)
|
|
5659
|
+
|
|
5660
|
+
def get(self, key: str, default = None) -> Any:
|
|
5661
|
+
AppSpecWorkerLogDestination.__key_warning(key)
|
|
5662
|
+
return super().get(key, default)
|
|
5663
|
+
|
|
5237
5664
|
def __init__(__self__, *,
|
|
5238
5665
|
name: str,
|
|
5239
5666
|
datadog: Optional['outputs.AppSpecWorkerLogDestinationDatadog'] = None,
|
|
5240
5667
|
logtail: Optional['outputs.AppSpecWorkerLogDestinationLogtail'] = None,
|
|
5668
|
+
open_search: Optional['outputs.AppSpecWorkerLogDestinationOpenSearch'] = None,
|
|
5241
5669
|
papertrail: Optional['outputs.AppSpecWorkerLogDestinationPapertrail'] = None):
|
|
5242
5670
|
"""
|
|
5243
5671
|
:param str name: Name of the log destination. Minimum length: 2. Maximum length: 42.
|
|
5244
5672
|
:param 'AppSpecWorkerLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
5245
5673
|
:param 'AppSpecWorkerLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
5674
|
+
:param 'AppSpecWorkerLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
5246
5675
|
:param 'AppSpecWorkerLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
5247
5676
|
"""
|
|
5248
5677
|
pulumi.set(__self__, "name", name)
|
|
@@ -5250,6 +5679,8 @@ class AppSpecWorkerLogDestination(dict):
|
|
|
5250
5679
|
pulumi.set(__self__, "datadog", datadog)
|
|
5251
5680
|
if logtail is not None:
|
|
5252
5681
|
pulumi.set(__self__, "logtail", logtail)
|
|
5682
|
+
if open_search is not None:
|
|
5683
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
5253
5684
|
if papertrail is not None:
|
|
5254
5685
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
5255
5686
|
|
|
@@ -5277,6 +5708,14 @@ class AppSpecWorkerLogDestination(dict):
|
|
|
5277
5708
|
"""
|
|
5278
5709
|
return pulumi.get(self, "logtail")
|
|
5279
5710
|
|
|
5711
|
+
@property
|
|
5712
|
+
@pulumi.getter(name="openSearch")
|
|
5713
|
+
def open_search(self) -> Optional['outputs.AppSpecWorkerLogDestinationOpenSearch']:
|
|
5714
|
+
"""
|
|
5715
|
+
OpenSearch configuration.
|
|
5716
|
+
"""
|
|
5717
|
+
return pulumi.get(self, "open_search")
|
|
5718
|
+
|
|
5280
5719
|
@property
|
|
5281
5720
|
@pulumi.getter
|
|
5282
5721
|
def papertrail(self) -> Optional['outputs.AppSpecWorkerLogDestinationPapertrail']:
|
|
@@ -5339,8 +5778,6 @@ class AppSpecWorkerLogDestinationLogtail(dict):
|
|
|
5339
5778
|
token: str):
|
|
5340
5779
|
"""
|
|
5341
5780
|
:param str token: Logtail token.
|
|
5342
|
-
|
|
5343
|
-
A `database` can contain:
|
|
5344
5781
|
"""
|
|
5345
5782
|
pulumi.set(__self__, "token", token)
|
|
5346
5783
|
|
|
@@ -5349,12 +5786,116 @@ class AppSpecWorkerLogDestinationLogtail(dict):
|
|
|
5349
5786
|
def token(self) -> str:
|
|
5350
5787
|
"""
|
|
5351
5788
|
Logtail token.
|
|
5352
|
-
|
|
5353
|
-
A `database` can contain:
|
|
5354
5789
|
"""
|
|
5355
5790
|
return pulumi.get(self, "token")
|
|
5356
5791
|
|
|
5357
5792
|
|
|
5793
|
+
@pulumi.output_type
|
|
5794
|
+
class AppSpecWorkerLogDestinationOpenSearch(dict):
|
|
5795
|
+
@staticmethod
|
|
5796
|
+
def __key_warning(key: str):
|
|
5797
|
+
suggest = None
|
|
5798
|
+
if key == "basicAuth":
|
|
5799
|
+
suggest = "basic_auth"
|
|
5800
|
+
elif key == "clusterName":
|
|
5801
|
+
suggest = "cluster_name"
|
|
5802
|
+
elif key == "indexName":
|
|
5803
|
+
suggest = "index_name"
|
|
5804
|
+
|
|
5805
|
+
if suggest:
|
|
5806
|
+
pulumi.log.warn(f"Key '{key}' not found in AppSpecWorkerLogDestinationOpenSearch. Access the value via the '{suggest}' property getter instead.")
|
|
5807
|
+
|
|
5808
|
+
def __getitem__(self, key: str) -> Any:
|
|
5809
|
+
AppSpecWorkerLogDestinationOpenSearch.__key_warning(key)
|
|
5810
|
+
return super().__getitem__(key)
|
|
5811
|
+
|
|
5812
|
+
def get(self, key: str, default = None) -> Any:
|
|
5813
|
+
AppSpecWorkerLogDestinationOpenSearch.__key_warning(key)
|
|
5814
|
+
return super().get(key, default)
|
|
5815
|
+
|
|
5816
|
+
def __init__(__self__, *,
|
|
5817
|
+
basic_auth: 'outputs.AppSpecWorkerLogDestinationOpenSearchBasicAuth',
|
|
5818
|
+
cluster_name: Optional[str] = None,
|
|
5819
|
+
endpoint: Optional[str] = None,
|
|
5820
|
+
index_name: Optional[str] = None):
|
|
5821
|
+
"""
|
|
5822
|
+
:param 'AppSpecWorkerLogDestinationOpenSearchBasicAuthArgs' basic_auth: Basic authentication details.
|
|
5823
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
5824
|
+
:param str endpoint: OpenSearch endpoint.
|
|
5825
|
+
:param str index_name: OpenSearch index name.
|
|
5826
|
+
"""
|
|
5827
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
5828
|
+
if cluster_name is not None:
|
|
5829
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
5830
|
+
if endpoint is not None:
|
|
5831
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
5832
|
+
if index_name is not None:
|
|
5833
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
5834
|
+
|
|
5835
|
+
@property
|
|
5836
|
+
@pulumi.getter(name="basicAuth")
|
|
5837
|
+
def basic_auth(self) -> 'outputs.AppSpecWorkerLogDestinationOpenSearchBasicAuth':
|
|
5838
|
+
"""
|
|
5839
|
+
Basic authentication details.
|
|
5840
|
+
"""
|
|
5841
|
+
return pulumi.get(self, "basic_auth")
|
|
5842
|
+
|
|
5843
|
+
@property
|
|
5844
|
+
@pulumi.getter(name="clusterName")
|
|
5845
|
+
def cluster_name(self) -> Optional[str]:
|
|
5846
|
+
"""
|
|
5847
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
5848
|
+
"""
|
|
5849
|
+
return pulumi.get(self, "cluster_name")
|
|
5850
|
+
|
|
5851
|
+
@property
|
|
5852
|
+
@pulumi.getter
|
|
5853
|
+
def endpoint(self) -> Optional[str]:
|
|
5854
|
+
"""
|
|
5855
|
+
OpenSearch endpoint.
|
|
5856
|
+
"""
|
|
5857
|
+
return pulumi.get(self, "endpoint")
|
|
5858
|
+
|
|
5859
|
+
@property
|
|
5860
|
+
@pulumi.getter(name="indexName")
|
|
5861
|
+
def index_name(self) -> Optional[str]:
|
|
5862
|
+
"""
|
|
5863
|
+
OpenSearch index name.
|
|
5864
|
+
"""
|
|
5865
|
+
return pulumi.get(self, "index_name")
|
|
5866
|
+
|
|
5867
|
+
|
|
5868
|
+
@pulumi.output_type
|
|
5869
|
+
class AppSpecWorkerLogDestinationOpenSearchBasicAuth(dict):
|
|
5870
|
+
def __init__(__self__, *,
|
|
5871
|
+
password: Optional[str] = None,
|
|
5872
|
+
user: Optional[str] = None):
|
|
5873
|
+
"""
|
|
5874
|
+
:param str password: Password for basic authentication.
|
|
5875
|
+
:param str user: user for basic authentication.
|
|
5876
|
+
"""
|
|
5877
|
+
if password is not None:
|
|
5878
|
+
pulumi.set(__self__, "password", password)
|
|
5879
|
+
if user is not None:
|
|
5880
|
+
pulumi.set(__self__, "user", user)
|
|
5881
|
+
|
|
5882
|
+
@property
|
|
5883
|
+
@pulumi.getter
|
|
5884
|
+
def password(self) -> Optional[str]:
|
|
5885
|
+
"""
|
|
5886
|
+
Password for basic authentication.
|
|
5887
|
+
"""
|
|
5888
|
+
return pulumi.get(self, "password")
|
|
5889
|
+
|
|
5890
|
+
@property
|
|
5891
|
+
@pulumi.getter
|
|
5892
|
+
def user(self) -> Optional[str]:
|
|
5893
|
+
"""
|
|
5894
|
+
user for basic authentication.
|
|
5895
|
+
"""
|
|
5896
|
+
return pulumi.get(self, "user")
|
|
5897
|
+
|
|
5898
|
+
|
|
5358
5899
|
@pulumi.output_type
|
|
5359
5900
|
class AppSpecWorkerLogDestinationPapertrail(dict):
|
|
5360
5901
|
def __init__(__self__, *,
|
|
@@ -5979,27 +6520,56 @@ class DatabasePostgresqlConfigPgbouncer(dict):
|
|
|
5979
6520
|
|
|
5980
6521
|
@pulumi.output_type
|
|
5981
6522
|
class DatabasePostgresqlConfigTimescaledb(dict):
|
|
6523
|
+
@staticmethod
|
|
6524
|
+
def __key_warning(key: str):
|
|
6525
|
+
suggest = None
|
|
6526
|
+
if key == "maxBackgroundWorkers":
|
|
6527
|
+
suggest = "max_background_workers"
|
|
6528
|
+
|
|
6529
|
+
if suggest:
|
|
6530
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabasePostgresqlConfigTimescaledb. Access the value via the '{suggest}' property getter instead.")
|
|
6531
|
+
|
|
6532
|
+
def __getitem__(self, key: str) -> Any:
|
|
6533
|
+
DatabasePostgresqlConfigTimescaledb.__key_warning(key)
|
|
6534
|
+
return super().__getitem__(key)
|
|
6535
|
+
|
|
6536
|
+
def get(self, key: str, default = None) -> Any:
|
|
6537
|
+
DatabasePostgresqlConfigTimescaledb.__key_warning(key)
|
|
6538
|
+
return super().get(key, default)
|
|
6539
|
+
|
|
5982
6540
|
def __init__(__self__, *,
|
|
5983
|
-
|
|
5984
|
-
|
|
5985
|
-
|
|
5986
|
-
"""
|
|
5987
|
-
if timescaledb is not None:
|
|
5988
|
-
pulumi.set(__self__, "timescaledb", timescaledb)
|
|
6541
|
+
max_background_workers: Optional[int] = None):
|
|
6542
|
+
if max_background_workers is not None:
|
|
6543
|
+
pulumi.set(__self__, "max_background_workers", max_background_workers)
|
|
5989
6544
|
|
|
5990
6545
|
@property
|
|
5991
|
-
@pulumi.getter
|
|
5992
|
-
def
|
|
5993
|
-
""
|
|
5994
|
-
TimescaleDB extension configuration values
|
|
5995
|
-
"""
|
|
5996
|
-
return pulumi.get(self, "timescaledb")
|
|
6546
|
+
@pulumi.getter(name="maxBackgroundWorkers")
|
|
6547
|
+
def max_background_workers(self) -> Optional[int]:
|
|
6548
|
+
return pulumi.get(self, "max_background_workers")
|
|
5997
6549
|
|
|
5998
6550
|
|
|
5999
6551
|
@pulumi.output_type
|
|
6000
6552
|
class DatabaseUserSetting(dict):
|
|
6553
|
+
@staticmethod
|
|
6554
|
+
def __key_warning(key: str):
|
|
6555
|
+
suggest = None
|
|
6556
|
+
if key == "opensearchAcls":
|
|
6557
|
+
suggest = "opensearch_acls"
|
|
6558
|
+
|
|
6559
|
+
if suggest:
|
|
6560
|
+
pulumi.log.warn(f"Key '{key}' not found in DatabaseUserSetting. Access the value via the '{suggest}' property getter instead.")
|
|
6561
|
+
|
|
6562
|
+
def __getitem__(self, key: str) -> Any:
|
|
6563
|
+
DatabaseUserSetting.__key_warning(key)
|
|
6564
|
+
return super().__getitem__(key)
|
|
6565
|
+
|
|
6566
|
+
def get(self, key: str, default = None) -> Any:
|
|
6567
|
+
DatabaseUserSetting.__key_warning(key)
|
|
6568
|
+
return super().get(key, default)
|
|
6569
|
+
|
|
6001
6570
|
def __init__(__self__, *,
|
|
6002
|
-
acls: Optional[Sequence['outputs.DatabaseUserSettingAcl']] = None
|
|
6571
|
+
acls: Optional[Sequence['outputs.DatabaseUserSettingAcl']] = None,
|
|
6572
|
+
opensearch_acls: Optional[Sequence['outputs.DatabaseUserSettingOpensearchAcl']] = None):
|
|
6003
6573
|
"""
|
|
6004
6574
|
:param Sequence['DatabaseUserSettingAclArgs'] acls: A set of ACLs (Access Control Lists) specifying permission on topics with a Kafka cluster. The properties of an individual ACL are described below:
|
|
6005
6575
|
|
|
@@ -6007,6 +6577,8 @@ class DatabaseUserSetting(dict):
|
|
|
6007
6577
|
"""
|
|
6008
6578
|
if acls is not None:
|
|
6009
6579
|
pulumi.set(__self__, "acls", acls)
|
|
6580
|
+
if opensearch_acls is not None:
|
|
6581
|
+
pulumi.set(__self__, "opensearch_acls", opensearch_acls)
|
|
6010
6582
|
|
|
6011
6583
|
@property
|
|
6012
6584
|
@pulumi.getter
|
|
@@ -6018,6 +6590,11 @@ class DatabaseUserSetting(dict):
|
|
|
6018
6590
|
"""
|
|
6019
6591
|
return pulumi.get(self, "acls")
|
|
6020
6592
|
|
|
6593
|
+
@property
|
|
6594
|
+
@pulumi.getter(name="opensearchAcls")
|
|
6595
|
+
def opensearch_acls(self) -> Optional[Sequence['outputs.DatabaseUserSettingOpensearchAcl']]:
|
|
6596
|
+
return pulumi.get(self, "opensearch_acls")
|
|
6597
|
+
|
|
6021
6598
|
|
|
6022
6599
|
@pulumi.output_type
|
|
6023
6600
|
class DatabaseUserSettingAcl(dict):
|
|
@@ -6060,6 +6637,31 @@ class DatabaseUserSettingAcl(dict):
|
|
|
6060
6637
|
return pulumi.get(self, "id")
|
|
6061
6638
|
|
|
6062
6639
|
|
|
6640
|
+
@pulumi.output_type
|
|
6641
|
+
class DatabaseUserSettingOpensearchAcl(dict):
|
|
6642
|
+
def __init__(__self__, *,
|
|
6643
|
+
index: str,
|
|
6644
|
+
permission: str):
|
|
6645
|
+
"""
|
|
6646
|
+
:param str permission: The permission level applied to the ACL. This includes "admin", "consume", "produce", and "produceconsume". "admin" allows for producing and consuming as well as add/delete/update permission for topics. "consume" allows only for reading topic messages. "produce" allows only for writing topic messages. "produceconsume" allows for both reading and writing topic messages.
|
|
6647
|
+
"""
|
|
6648
|
+
pulumi.set(__self__, "index", index)
|
|
6649
|
+
pulumi.set(__self__, "permission", permission)
|
|
6650
|
+
|
|
6651
|
+
@property
|
|
6652
|
+
@pulumi.getter
|
|
6653
|
+
def index(self) -> str:
|
|
6654
|
+
return pulumi.get(self, "index")
|
|
6655
|
+
|
|
6656
|
+
@property
|
|
6657
|
+
@pulumi.getter
|
|
6658
|
+
def permission(self) -> str:
|
|
6659
|
+
"""
|
|
6660
|
+
The permission level applied to the ACL. This includes "admin", "consume", "produce", and "produceconsume". "admin" allows for producing and consuming as well as add/delete/update permission for topics. "consume" allows only for reading topic messages. "produce" allows only for writing topic messages. "produceconsume" allows for both reading and writing topic messages.
|
|
6661
|
+
"""
|
|
6662
|
+
return pulumi.get(self, "permission")
|
|
6663
|
+
|
|
6664
|
+
|
|
6063
6665
|
@pulumi.output_type
|
|
6064
6666
|
class FirewallInboundRule(dict):
|
|
6065
6667
|
@staticmethod
|
|
@@ -8971,11 +9573,13 @@ class GetAppSpecFunctionLogDestinationResult(dict):
|
|
|
8971
9573
|
name: str,
|
|
8972
9574
|
datadog: Optional['outputs.GetAppSpecFunctionLogDestinationDatadogResult'] = None,
|
|
8973
9575
|
logtail: Optional['outputs.GetAppSpecFunctionLogDestinationLogtailResult'] = None,
|
|
9576
|
+
open_search: Optional['outputs.GetAppSpecFunctionLogDestinationOpenSearchResult'] = None,
|
|
8974
9577
|
papertrail: Optional['outputs.GetAppSpecFunctionLogDestinationPapertrailResult'] = None):
|
|
8975
9578
|
"""
|
|
8976
9579
|
:param str name: The name of the component.
|
|
8977
9580
|
:param 'GetAppSpecFunctionLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
8978
9581
|
:param 'GetAppSpecFunctionLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
9582
|
+
:param 'GetAppSpecFunctionLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
8979
9583
|
:param 'GetAppSpecFunctionLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
8980
9584
|
"""
|
|
8981
9585
|
pulumi.set(__self__, "name", name)
|
|
@@ -8983,6 +9587,8 @@ class GetAppSpecFunctionLogDestinationResult(dict):
|
|
|
8983
9587
|
pulumi.set(__self__, "datadog", datadog)
|
|
8984
9588
|
if logtail is not None:
|
|
8985
9589
|
pulumi.set(__self__, "logtail", logtail)
|
|
9590
|
+
if open_search is not None:
|
|
9591
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
8986
9592
|
if papertrail is not None:
|
|
8987
9593
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
8988
9594
|
|
|
@@ -9010,6 +9616,14 @@ class GetAppSpecFunctionLogDestinationResult(dict):
|
|
|
9010
9616
|
"""
|
|
9011
9617
|
return pulumi.get(self, "logtail")
|
|
9012
9618
|
|
|
9619
|
+
@property
|
|
9620
|
+
@pulumi.getter(name="openSearch")
|
|
9621
|
+
def open_search(self) -> Optional['outputs.GetAppSpecFunctionLogDestinationOpenSearchResult']:
|
|
9622
|
+
"""
|
|
9623
|
+
OpenSearch configuration.
|
|
9624
|
+
"""
|
|
9625
|
+
return pulumi.get(self, "open_search")
|
|
9626
|
+
|
|
9013
9627
|
@property
|
|
9014
9628
|
@pulumi.getter
|
|
9015
9629
|
def papertrail(self) -> Optional['outputs.GetAppSpecFunctionLogDestinationPapertrailResult']:
|
|
@@ -9026,7 +9640,7 @@ class GetAppSpecFunctionLogDestinationDatadogResult(dict):
|
|
|
9026
9640
|
endpoint: Optional[str] = None):
|
|
9027
9641
|
"""
|
|
9028
9642
|
:param str api_key: Datadog API key.
|
|
9029
|
-
:param str endpoint:
|
|
9643
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
9030
9644
|
"""
|
|
9031
9645
|
pulumi.set(__self__, "api_key", api_key)
|
|
9032
9646
|
if endpoint is not None:
|
|
@@ -9044,7 +9658,7 @@ class GetAppSpecFunctionLogDestinationDatadogResult(dict):
|
|
|
9044
9658
|
@pulumi.getter
|
|
9045
9659
|
def endpoint(self) -> Optional[str]:
|
|
9046
9660
|
"""
|
|
9047
|
-
|
|
9661
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
9048
9662
|
"""
|
|
9049
9663
|
return pulumi.get(self, "endpoint")
|
|
9050
9664
|
|
|
@@ -9067,12 +9681,97 @@ class GetAppSpecFunctionLogDestinationLogtailResult(dict):
|
|
|
9067
9681
|
return pulumi.get(self, "token")
|
|
9068
9682
|
|
|
9069
9683
|
|
|
9684
|
+
@pulumi.output_type
|
|
9685
|
+
class GetAppSpecFunctionLogDestinationOpenSearchResult(dict):
|
|
9686
|
+
def __init__(__self__, *,
|
|
9687
|
+
basic_auth: 'outputs.GetAppSpecFunctionLogDestinationOpenSearchBasicAuthResult',
|
|
9688
|
+
cluster_name: Optional[str] = None,
|
|
9689
|
+
endpoint: Optional[str] = None,
|
|
9690
|
+
index_name: Optional[str] = None):
|
|
9691
|
+
"""
|
|
9692
|
+
:param 'GetAppSpecFunctionLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
9693
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
9694
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
9695
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
9696
|
+
"""
|
|
9697
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
9698
|
+
if cluster_name is not None:
|
|
9699
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
9700
|
+
if endpoint is not None:
|
|
9701
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
9702
|
+
if index_name is not None:
|
|
9703
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
9704
|
+
|
|
9705
|
+
@property
|
|
9706
|
+
@pulumi.getter(name="basicAuth")
|
|
9707
|
+
def basic_auth(self) -> 'outputs.GetAppSpecFunctionLogDestinationOpenSearchBasicAuthResult':
|
|
9708
|
+
"""
|
|
9709
|
+
OpenSearch basic auth
|
|
9710
|
+
"""
|
|
9711
|
+
return pulumi.get(self, "basic_auth")
|
|
9712
|
+
|
|
9713
|
+
@property
|
|
9714
|
+
@pulumi.getter(name="clusterName")
|
|
9715
|
+
def cluster_name(self) -> Optional[str]:
|
|
9716
|
+
"""
|
|
9717
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
9718
|
+
"""
|
|
9719
|
+
return pulumi.get(self, "cluster_name")
|
|
9720
|
+
|
|
9721
|
+
@property
|
|
9722
|
+
@pulumi.getter
|
|
9723
|
+
def endpoint(self) -> Optional[str]:
|
|
9724
|
+
"""
|
|
9725
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
9726
|
+
"""
|
|
9727
|
+
return pulumi.get(self, "endpoint")
|
|
9728
|
+
|
|
9729
|
+
@property
|
|
9730
|
+
@pulumi.getter(name="indexName")
|
|
9731
|
+
def index_name(self) -> Optional[str]:
|
|
9732
|
+
"""
|
|
9733
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
9734
|
+
"""
|
|
9735
|
+
return pulumi.get(self, "index_name")
|
|
9736
|
+
|
|
9737
|
+
|
|
9738
|
+
@pulumi.output_type
|
|
9739
|
+
class GetAppSpecFunctionLogDestinationOpenSearchBasicAuthResult(dict):
|
|
9740
|
+
def __init__(__self__, *,
|
|
9741
|
+
password: Optional[str] = None,
|
|
9742
|
+
user: Optional[str] = None):
|
|
9743
|
+
"""
|
|
9744
|
+
:param str password: Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
9745
|
+
:param str user: Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
9746
|
+
"""
|
|
9747
|
+
if password is not None:
|
|
9748
|
+
pulumi.set(__self__, "password", password)
|
|
9749
|
+
if user is not None:
|
|
9750
|
+
pulumi.set(__self__, "user", user)
|
|
9751
|
+
|
|
9752
|
+
@property
|
|
9753
|
+
@pulumi.getter
|
|
9754
|
+
def password(self) -> Optional[str]:
|
|
9755
|
+
"""
|
|
9756
|
+
Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
9757
|
+
"""
|
|
9758
|
+
return pulumi.get(self, "password")
|
|
9759
|
+
|
|
9760
|
+
@property
|
|
9761
|
+
@pulumi.getter
|
|
9762
|
+
def user(self) -> Optional[str]:
|
|
9763
|
+
"""
|
|
9764
|
+
Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
9765
|
+
"""
|
|
9766
|
+
return pulumi.get(self, "user")
|
|
9767
|
+
|
|
9768
|
+
|
|
9070
9769
|
@pulumi.output_type
|
|
9071
9770
|
class GetAppSpecFunctionLogDestinationPapertrailResult(dict):
|
|
9072
9771
|
def __init__(__self__, *,
|
|
9073
9772
|
endpoint: str):
|
|
9074
9773
|
"""
|
|
9075
|
-
:param str endpoint:
|
|
9774
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
9076
9775
|
"""
|
|
9077
9776
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
9078
9777
|
|
|
@@ -9080,7 +9779,7 @@ class GetAppSpecFunctionLogDestinationPapertrailResult(dict):
|
|
|
9080
9779
|
@pulumi.getter
|
|
9081
9780
|
def endpoint(self) -> str:
|
|
9082
9781
|
"""
|
|
9083
|
-
|
|
9782
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
9084
9783
|
"""
|
|
9085
9784
|
return pulumi.get(self, "endpoint")
|
|
9086
9785
|
|
|
@@ -9955,11 +10654,13 @@ class GetAppSpecJobLogDestinationResult(dict):
|
|
|
9955
10654
|
name: str,
|
|
9956
10655
|
datadog: Optional['outputs.GetAppSpecJobLogDestinationDatadogResult'] = None,
|
|
9957
10656
|
logtail: Optional['outputs.GetAppSpecJobLogDestinationLogtailResult'] = None,
|
|
10657
|
+
open_search: Optional['outputs.GetAppSpecJobLogDestinationOpenSearchResult'] = None,
|
|
9958
10658
|
papertrail: Optional['outputs.GetAppSpecJobLogDestinationPapertrailResult'] = None):
|
|
9959
10659
|
"""
|
|
9960
10660
|
:param str name: The name of the component.
|
|
9961
10661
|
:param 'GetAppSpecJobLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
9962
10662
|
:param 'GetAppSpecJobLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
10663
|
+
:param 'GetAppSpecJobLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
9963
10664
|
:param 'GetAppSpecJobLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
9964
10665
|
"""
|
|
9965
10666
|
pulumi.set(__self__, "name", name)
|
|
@@ -9967,6 +10668,8 @@ class GetAppSpecJobLogDestinationResult(dict):
|
|
|
9967
10668
|
pulumi.set(__self__, "datadog", datadog)
|
|
9968
10669
|
if logtail is not None:
|
|
9969
10670
|
pulumi.set(__self__, "logtail", logtail)
|
|
10671
|
+
if open_search is not None:
|
|
10672
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
9970
10673
|
if papertrail is not None:
|
|
9971
10674
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
9972
10675
|
|
|
@@ -9994,6 +10697,14 @@ class GetAppSpecJobLogDestinationResult(dict):
|
|
|
9994
10697
|
"""
|
|
9995
10698
|
return pulumi.get(self, "logtail")
|
|
9996
10699
|
|
|
10700
|
+
@property
|
|
10701
|
+
@pulumi.getter(name="openSearch")
|
|
10702
|
+
def open_search(self) -> Optional['outputs.GetAppSpecJobLogDestinationOpenSearchResult']:
|
|
10703
|
+
"""
|
|
10704
|
+
OpenSearch configuration.
|
|
10705
|
+
"""
|
|
10706
|
+
return pulumi.get(self, "open_search")
|
|
10707
|
+
|
|
9997
10708
|
@property
|
|
9998
10709
|
@pulumi.getter
|
|
9999
10710
|
def papertrail(self) -> Optional['outputs.GetAppSpecJobLogDestinationPapertrailResult']:
|
|
@@ -10010,7 +10721,7 @@ class GetAppSpecJobLogDestinationDatadogResult(dict):
|
|
|
10010
10721
|
endpoint: Optional[str] = None):
|
|
10011
10722
|
"""
|
|
10012
10723
|
:param str api_key: Datadog API key.
|
|
10013
|
-
:param str endpoint:
|
|
10724
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
10014
10725
|
"""
|
|
10015
10726
|
pulumi.set(__self__, "api_key", api_key)
|
|
10016
10727
|
if endpoint is not None:
|
|
@@ -10028,7 +10739,7 @@ class GetAppSpecJobLogDestinationDatadogResult(dict):
|
|
|
10028
10739
|
@pulumi.getter
|
|
10029
10740
|
def endpoint(self) -> Optional[str]:
|
|
10030
10741
|
"""
|
|
10031
|
-
|
|
10742
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
10032
10743
|
"""
|
|
10033
10744
|
return pulumi.get(self, "endpoint")
|
|
10034
10745
|
|
|
@@ -10051,12 +10762,97 @@ class GetAppSpecJobLogDestinationLogtailResult(dict):
|
|
|
10051
10762
|
return pulumi.get(self, "token")
|
|
10052
10763
|
|
|
10053
10764
|
|
|
10765
|
+
@pulumi.output_type
|
|
10766
|
+
class GetAppSpecJobLogDestinationOpenSearchResult(dict):
|
|
10767
|
+
def __init__(__self__, *,
|
|
10768
|
+
basic_auth: 'outputs.GetAppSpecJobLogDestinationOpenSearchBasicAuthResult',
|
|
10769
|
+
cluster_name: Optional[str] = None,
|
|
10770
|
+
endpoint: Optional[str] = None,
|
|
10771
|
+
index_name: Optional[str] = None):
|
|
10772
|
+
"""
|
|
10773
|
+
:param 'GetAppSpecJobLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
10774
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
10775
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
10776
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
10777
|
+
"""
|
|
10778
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
10779
|
+
if cluster_name is not None:
|
|
10780
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
10781
|
+
if endpoint is not None:
|
|
10782
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
10783
|
+
if index_name is not None:
|
|
10784
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
10785
|
+
|
|
10786
|
+
@property
|
|
10787
|
+
@pulumi.getter(name="basicAuth")
|
|
10788
|
+
def basic_auth(self) -> 'outputs.GetAppSpecJobLogDestinationOpenSearchBasicAuthResult':
|
|
10789
|
+
"""
|
|
10790
|
+
OpenSearch basic auth
|
|
10791
|
+
"""
|
|
10792
|
+
return pulumi.get(self, "basic_auth")
|
|
10793
|
+
|
|
10794
|
+
@property
|
|
10795
|
+
@pulumi.getter(name="clusterName")
|
|
10796
|
+
def cluster_name(self) -> Optional[str]:
|
|
10797
|
+
"""
|
|
10798
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
10799
|
+
"""
|
|
10800
|
+
return pulumi.get(self, "cluster_name")
|
|
10801
|
+
|
|
10802
|
+
@property
|
|
10803
|
+
@pulumi.getter
|
|
10804
|
+
def endpoint(self) -> Optional[str]:
|
|
10805
|
+
"""
|
|
10806
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
10807
|
+
"""
|
|
10808
|
+
return pulumi.get(self, "endpoint")
|
|
10809
|
+
|
|
10810
|
+
@property
|
|
10811
|
+
@pulumi.getter(name="indexName")
|
|
10812
|
+
def index_name(self) -> Optional[str]:
|
|
10813
|
+
"""
|
|
10814
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
10815
|
+
"""
|
|
10816
|
+
return pulumi.get(self, "index_name")
|
|
10817
|
+
|
|
10818
|
+
|
|
10819
|
+
@pulumi.output_type
|
|
10820
|
+
class GetAppSpecJobLogDestinationOpenSearchBasicAuthResult(dict):
|
|
10821
|
+
def __init__(__self__, *,
|
|
10822
|
+
password: Optional[str] = None,
|
|
10823
|
+
user: Optional[str] = None):
|
|
10824
|
+
"""
|
|
10825
|
+
:param str password: Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
10826
|
+
:param str user: Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
10827
|
+
"""
|
|
10828
|
+
if password is not None:
|
|
10829
|
+
pulumi.set(__self__, "password", password)
|
|
10830
|
+
if user is not None:
|
|
10831
|
+
pulumi.set(__self__, "user", user)
|
|
10832
|
+
|
|
10833
|
+
@property
|
|
10834
|
+
@pulumi.getter
|
|
10835
|
+
def password(self) -> Optional[str]:
|
|
10836
|
+
"""
|
|
10837
|
+
Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
10838
|
+
"""
|
|
10839
|
+
return pulumi.get(self, "password")
|
|
10840
|
+
|
|
10841
|
+
@property
|
|
10842
|
+
@pulumi.getter
|
|
10843
|
+
def user(self) -> Optional[str]:
|
|
10844
|
+
"""
|
|
10845
|
+
Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
10846
|
+
"""
|
|
10847
|
+
return pulumi.get(self, "user")
|
|
10848
|
+
|
|
10849
|
+
|
|
10054
10850
|
@pulumi.output_type
|
|
10055
10851
|
class GetAppSpecJobLogDestinationPapertrailResult(dict):
|
|
10056
10852
|
def __init__(__self__, *,
|
|
10057
10853
|
endpoint: str):
|
|
10058
10854
|
"""
|
|
10059
|
-
:param str endpoint:
|
|
10855
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
10060
10856
|
"""
|
|
10061
10857
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
10062
10858
|
|
|
@@ -10064,7 +10860,7 @@ class GetAppSpecJobLogDestinationPapertrailResult(dict):
|
|
|
10064
10860
|
@pulumi.getter
|
|
10065
10861
|
def endpoint(self) -> str:
|
|
10066
10862
|
"""
|
|
10067
|
-
|
|
10863
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
10068
10864
|
"""
|
|
10069
10865
|
return pulumi.get(self, "endpoint")
|
|
10070
10866
|
|
|
@@ -10947,11 +11743,13 @@ class GetAppSpecServiceLogDestinationResult(dict):
|
|
|
10947
11743
|
name: str,
|
|
10948
11744
|
datadog: Optional['outputs.GetAppSpecServiceLogDestinationDatadogResult'] = None,
|
|
10949
11745
|
logtail: Optional['outputs.GetAppSpecServiceLogDestinationLogtailResult'] = None,
|
|
11746
|
+
open_search: Optional['outputs.GetAppSpecServiceLogDestinationOpenSearchResult'] = None,
|
|
10950
11747
|
papertrail: Optional['outputs.GetAppSpecServiceLogDestinationPapertrailResult'] = None):
|
|
10951
11748
|
"""
|
|
10952
11749
|
:param str name: The name of the component.
|
|
10953
11750
|
:param 'GetAppSpecServiceLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
10954
11751
|
:param 'GetAppSpecServiceLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
11752
|
+
:param 'GetAppSpecServiceLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
10955
11753
|
:param 'GetAppSpecServiceLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
10956
11754
|
"""
|
|
10957
11755
|
pulumi.set(__self__, "name", name)
|
|
@@ -10959,6 +11757,8 @@ class GetAppSpecServiceLogDestinationResult(dict):
|
|
|
10959
11757
|
pulumi.set(__self__, "datadog", datadog)
|
|
10960
11758
|
if logtail is not None:
|
|
10961
11759
|
pulumi.set(__self__, "logtail", logtail)
|
|
11760
|
+
if open_search is not None:
|
|
11761
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
10962
11762
|
if papertrail is not None:
|
|
10963
11763
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
10964
11764
|
|
|
@@ -10986,6 +11786,14 @@ class GetAppSpecServiceLogDestinationResult(dict):
|
|
|
10986
11786
|
"""
|
|
10987
11787
|
return pulumi.get(self, "logtail")
|
|
10988
11788
|
|
|
11789
|
+
@property
|
|
11790
|
+
@pulumi.getter(name="openSearch")
|
|
11791
|
+
def open_search(self) -> Optional['outputs.GetAppSpecServiceLogDestinationOpenSearchResult']:
|
|
11792
|
+
"""
|
|
11793
|
+
OpenSearch configuration.
|
|
11794
|
+
"""
|
|
11795
|
+
return pulumi.get(self, "open_search")
|
|
11796
|
+
|
|
10989
11797
|
@property
|
|
10990
11798
|
@pulumi.getter
|
|
10991
11799
|
def papertrail(self) -> Optional['outputs.GetAppSpecServiceLogDestinationPapertrailResult']:
|
|
@@ -11002,7 +11810,7 @@ class GetAppSpecServiceLogDestinationDatadogResult(dict):
|
|
|
11002
11810
|
endpoint: Optional[str] = None):
|
|
11003
11811
|
"""
|
|
11004
11812
|
:param str api_key: Datadog API key.
|
|
11005
|
-
:param str endpoint:
|
|
11813
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
11006
11814
|
"""
|
|
11007
11815
|
pulumi.set(__self__, "api_key", api_key)
|
|
11008
11816
|
if endpoint is not None:
|
|
@@ -11020,7 +11828,7 @@ class GetAppSpecServiceLogDestinationDatadogResult(dict):
|
|
|
11020
11828
|
@pulumi.getter
|
|
11021
11829
|
def endpoint(self) -> Optional[str]:
|
|
11022
11830
|
"""
|
|
11023
|
-
|
|
11831
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
11024
11832
|
"""
|
|
11025
11833
|
return pulumi.get(self, "endpoint")
|
|
11026
11834
|
|
|
@@ -11043,12 +11851,97 @@ class GetAppSpecServiceLogDestinationLogtailResult(dict):
|
|
|
11043
11851
|
return pulumi.get(self, "token")
|
|
11044
11852
|
|
|
11045
11853
|
|
|
11854
|
+
@pulumi.output_type
|
|
11855
|
+
class GetAppSpecServiceLogDestinationOpenSearchResult(dict):
|
|
11856
|
+
def __init__(__self__, *,
|
|
11857
|
+
basic_auth: 'outputs.GetAppSpecServiceLogDestinationOpenSearchBasicAuthResult',
|
|
11858
|
+
cluster_name: Optional[str] = None,
|
|
11859
|
+
endpoint: Optional[str] = None,
|
|
11860
|
+
index_name: Optional[str] = None):
|
|
11861
|
+
"""
|
|
11862
|
+
:param 'GetAppSpecServiceLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
11863
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
11864
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
11865
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
11866
|
+
"""
|
|
11867
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
11868
|
+
if cluster_name is not None:
|
|
11869
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
11870
|
+
if endpoint is not None:
|
|
11871
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
11872
|
+
if index_name is not None:
|
|
11873
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
11874
|
+
|
|
11875
|
+
@property
|
|
11876
|
+
@pulumi.getter(name="basicAuth")
|
|
11877
|
+
def basic_auth(self) -> 'outputs.GetAppSpecServiceLogDestinationOpenSearchBasicAuthResult':
|
|
11878
|
+
"""
|
|
11879
|
+
OpenSearch basic auth
|
|
11880
|
+
"""
|
|
11881
|
+
return pulumi.get(self, "basic_auth")
|
|
11882
|
+
|
|
11883
|
+
@property
|
|
11884
|
+
@pulumi.getter(name="clusterName")
|
|
11885
|
+
def cluster_name(self) -> Optional[str]:
|
|
11886
|
+
"""
|
|
11887
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
11888
|
+
"""
|
|
11889
|
+
return pulumi.get(self, "cluster_name")
|
|
11890
|
+
|
|
11891
|
+
@property
|
|
11892
|
+
@pulumi.getter
|
|
11893
|
+
def endpoint(self) -> Optional[str]:
|
|
11894
|
+
"""
|
|
11895
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
11896
|
+
"""
|
|
11897
|
+
return pulumi.get(self, "endpoint")
|
|
11898
|
+
|
|
11899
|
+
@property
|
|
11900
|
+
@pulumi.getter(name="indexName")
|
|
11901
|
+
def index_name(self) -> Optional[str]:
|
|
11902
|
+
"""
|
|
11903
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
11904
|
+
"""
|
|
11905
|
+
return pulumi.get(self, "index_name")
|
|
11906
|
+
|
|
11907
|
+
|
|
11908
|
+
@pulumi.output_type
|
|
11909
|
+
class GetAppSpecServiceLogDestinationOpenSearchBasicAuthResult(dict):
|
|
11910
|
+
def __init__(__self__, *,
|
|
11911
|
+
password: Optional[str] = None,
|
|
11912
|
+
user: Optional[str] = None):
|
|
11913
|
+
"""
|
|
11914
|
+
:param str password: Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
11915
|
+
:param str user: Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
11916
|
+
"""
|
|
11917
|
+
if password is not None:
|
|
11918
|
+
pulumi.set(__self__, "password", password)
|
|
11919
|
+
if user is not None:
|
|
11920
|
+
pulumi.set(__self__, "user", user)
|
|
11921
|
+
|
|
11922
|
+
@property
|
|
11923
|
+
@pulumi.getter
|
|
11924
|
+
def password(self) -> Optional[str]:
|
|
11925
|
+
"""
|
|
11926
|
+
Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
11927
|
+
"""
|
|
11928
|
+
return pulumi.get(self, "password")
|
|
11929
|
+
|
|
11930
|
+
@property
|
|
11931
|
+
@pulumi.getter
|
|
11932
|
+
def user(self) -> Optional[str]:
|
|
11933
|
+
"""
|
|
11934
|
+
Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
11935
|
+
"""
|
|
11936
|
+
return pulumi.get(self, "user")
|
|
11937
|
+
|
|
11938
|
+
|
|
11046
11939
|
@pulumi.output_type
|
|
11047
11940
|
class GetAppSpecServiceLogDestinationPapertrailResult(dict):
|
|
11048
11941
|
def __init__(__self__, *,
|
|
11049
11942
|
endpoint: str):
|
|
11050
11943
|
"""
|
|
11051
|
-
:param str endpoint:
|
|
11944
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
11052
11945
|
"""
|
|
11053
11946
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
11054
11947
|
|
|
@@ -11056,7 +11949,7 @@ class GetAppSpecServiceLogDestinationPapertrailResult(dict):
|
|
|
11056
11949
|
@pulumi.getter
|
|
11057
11950
|
def endpoint(self) -> str:
|
|
11058
11951
|
"""
|
|
11059
|
-
|
|
11952
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
11060
11953
|
"""
|
|
11061
11954
|
return pulumi.get(self, "endpoint")
|
|
11062
11955
|
|
|
@@ -12121,11 +13014,13 @@ class GetAppSpecWorkerLogDestinationResult(dict):
|
|
|
12121
13014
|
name: str,
|
|
12122
13015
|
datadog: Optional['outputs.GetAppSpecWorkerLogDestinationDatadogResult'] = None,
|
|
12123
13016
|
logtail: Optional['outputs.GetAppSpecWorkerLogDestinationLogtailResult'] = None,
|
|
13017
|
+
open_search: Optional['outputs.GetAppSpecWorkerLogDestinationOpenSearchResult'] = None,
|
|
12124
13018
|
papertrail: Optional['outputs.GetAppSpecWorkerLogDestinationPapertrailResult'] = None):
|
|
12125
13019
|
"""
|
|
12126
13020
|
:param str name: The name of the component.
|
|
12127
13021
|
:param 'GetAppSpecWorkerLogDestinationDatadogArgs' datadog: Datadog configuration.
|
|
12128
13022
|
:param 'GetAppSpecWorkerLogDestinationLogtailArgs' logtail: Logtail configuration.
|
|
13023
|
+
:param 'GetAppSpecWorkerLogDestinationOpenSearchArgs' open_search: OpenSearch configuration.
|
|
12129
13024
|
:param 'GetAppSpecWorkerLogDestinationPapertrailArgs' papertrail: Papertrail configuration.
|
|
12130
13025
|
"""
|
|
12131
13026
|
pulumi.set(__self__, "name", name)
|
|
@@ -12133,6 +13028,8 @@ class GetAppSpecWorkerLogDestinationResult(dict):
|
|
|
12133
13028
|
pulumi.set(__self__, "datadog", datadog)
|
|
12134
13029
|
if logtail is not None:
|
|
12135
13030
|
pulumi.set(__self__, "logtail", logtail)
|
|
13031
|
+
if open_search is not None:
|
|
13032
|
+
pulumi.set(__self__, "open_search", open_search)
|
|
12136
13033
|
if papertrail is not None:
|
|
12137
13034
|
pulumi.set(__self__, "papertrail", papertrail)
|
|
12138
13035
|
|
|
@@ -12160,6 +13057,14 @@ class GetAppSpecWorkerLogDestinationResult(dict):
|
|
|
12160
13057
|
"""
|
|
12161
13058
|
return pulumi.get(self, "logtail")
|
|
12162
13059
|
|
|
13060
|
+
@property
|
|
13061
|
+
@pulumi.getter(name="openSearch")
|
|
13062
|
+
def open_search(self) -> Optional['outputs.GetAppSpecWorkerLogDestinationOpenSearchResult']:
|
|
13063
|
+
"""
|
|
13064
|
+
OpenSearch configuration.
|
|
13065
|
+
"""
|
|
13066
|
+
return pulumi.get(self, "open_search")
|
|
13067
|
+
|
|
12163
13068
|
@property
|
|
12164
13069
|
@pulumi.getter
|
|
12165
13070
|
def papertrail(self) -> Optional['outputs.GetAppSpecWorkerLogDestinationPapertrailResult']:
|
|
@@ -12176,7 +13081,7 @@ class GetAppSpecWorkerLogDestinationDatadogResult(dict):
|
|
|
12176
13081
|
endpoint: Optional[str] = None):
|
|
12177
13082
|
"""
|
|
12178
13083
|
:param str api_key: Datadog API key.
|
|
12179
|
-
:param str endpoint:
|
|
13084
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
12180
13085
|
"""
|
|
12181
13086
|
pulumi.set(__self__, "api_key", api_key)
|
|
12182
13087
|
if endpoint is not None:
|
|
@@ -12194,7 +13099,7 @@ class GetAppSpecWorkerLogDestinationDatadogResult(dict):
|
|
|
12194
13099
|
@pulumi.getter
|
|
12195
13100
|
def endpoint(self) -> Optional[str]:
|
|
12196
13101
|
"""
|
|
12197
|
-
|
|
13102
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
12198
13103
|
"""
|
|
12199
13104
|
return pulumi.get(self, "endpoint")
|
|
12200
13105
|
|
|
@@ -12217,12 +13122,97 @@ class GetAppSpecWorkerLogDestinationLogtailResult(dict):
|
|
|
12217
13122
|
return pulumi.get(self, "token")
|
|
12218
13123
|
|
|
12219
13124
|
|
|
13125
|
+
@pulumi.output_type
|
|
13126
|
+
class GetAppSpecWorkerLogDestinationOpenSearchResult(dict):
|
|
13127
|
+
def __init__(__self__, *,
|
|
13128
|
+
basic_auth: 'outputs.GetAppSpecWorkerLogDestinationOpenSearchBasicAuthResult',
|
|
13129
|
+
cluster_name: Optional[str] = None,
|
|
13130
|
+
endpoint: Optional[str] = None,
|
|
13131
|
+
index_name: Optional[str] = None):
|
|
13132
|
+
"""
|
|
13133
|
+
:param 'GetAppSpecWorkerLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
13134
|
+
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
13135
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
13136
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
13137
|
+
"""
|
|
13138
|
+
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
13139
|
+
if cluster_name is not None:
|
|
13140
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
13141
|
+
if endpoint is not None:
|
|
13142
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
13143
|
+
if index_name is not None:
|
|
13144
|
+
pulumi.set(__self__, "index_name", index_name)
|
|
13145
|
+
|
|
13146
|
+
@property
|
|
13147
|
+
@pulumi.getter(name="basicAuth")
|
|
13148
|
+
def basic_auth(self) -> 'outputs.GetAppSpecWorkerLogDestinationOpenSearchBasicAuthResult':
|
|
13149
|
+
"""
|
|
13150
|
+
OpenSearch basic auth
|
|
13151
|
+
"""
|
|
13152
|
+
return pulumi.get(self, "basic_auth")
|
|
13153
|
+
|
|
13154
|
+
@property
|
|
13155
|
+
@pulumi.getter(name="clusterName")
|
|
13156
|
+
def cluster_name(self) -> Optional[str]:
|
|
13157
|
+
"""
|
|
13158
|
+
The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
13159
|
+
"""
|
|
13160
|
+
return pulumi.get(self, "cluster_name")
|
|
13161
|
+
|
|
13162
|
+
@property
|
|
13163
|
+
@pulumi.getter
|
|
13164
|
+
def endpoint(self) -> Optional[str]:
|
|
13165
|
+
"""
|
|
13166
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
13167
|
+
"""
|
|
13168
|
+
return pulumi.get(self, "endpoint")
|
|
13169
|
+
|
|
13170
|
+
@property
|
|
13171
|
+
@pulumi.getter(name="indexName")
|
|
13172
|
+
def index_name(self) -> Optional[str]:
|
|
13173
|
+
"""
|
|
13174
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
13175
|
+
"""
|
|
13176
|
+
return pulumi.get(self, "index_name")
|
|
13177
|
+
|
|
13178
|
+
|
|
13179
|
+
@pulumi.output_type
|
|
13180
|
+
class GetAppSpecWorkerLogDestinationOpenSearchBasicAuthResult(dict):
|
|
13181
|
+
def __init__(__self__, *,
|
|
13182
|
+
password: Optional[str] = None,
|
|
13183
|
+
user: Optional[str] = None):
|
|
13184
|
+
"""
|
|
13185
|
+
:param str password: Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
13186
|
+
:param str user: Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
13187
|
+
"""
|
|
13188
|
+
if password is not None:
|
|
13189
|
+
pulumi.set(__self__, "password", password)
|
|
13190
|
+
if user is not None:
|
|
13191
|
+
pulumi.set(__self__, "user", user)
|
|
13192
|
+
|
|
13193
|
+
@property
|
|
13194
|
+
@pulumi.getter
|
|
13195
|
+
def password(self) -> Optional[str]:
|
|
13196
|
+
"""
|
|
13197
|
+
Password for user defined in User. Is required when endpoint is set. Cannot be set if using a DigitalOcean DBaaS OpenSearch cluster.
|
|
13198
|
+
"""
|
|
13199
|
+
return pulumi.get(self, "password")
|
|
13200
|
+
|
|
13201
|
+
@property
|
|
13202
|
+
@pulumi.getter
|
|
13203
|
+
def user(self) -> Optional[str]:
|
|
13204
|
+
"""
|
|
13205
|
+
Username to authenticate with. Only required when endpoint is set. Defaults to doadmin when cluster_name is set.
|
|
13206
|
+
"""
|
|
13207
|
+
return pulumi.get(self, "user")
|
|
13208
|
+
|
|
13209
|
+
|
|
12220
13210
|
@pulumi.output_type
|
|
12221
13211
|
class GetAppSpecWorkerLogDestinationPapertrailResult(dict):
|
|
12222
13212
|
def __init__(__self__, *,
|
|
12223
13213
|
endpoint: str):
|
|
12224
13214
|
"""
|
|
12225
|
-
:param str endpoint:
|
|
13215
|
+
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
12226
13216
|
"""
|
|
12227
13217
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
12228
13218
|
|
|
@@ -12230,7 +13220,7 @@ class GetAppSpecWorkerLogDestinationPapertrailResult(dict):
|
|
|
12230
13220
|
@pulumi.getter
|
|
12231
13221
|
def endpoint(self) -> str:
|
|
12232
13222
|
"""
|
|
12233
|
-
|
|
13223
|
+
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
12234
13224
|
"""
|
|
12235
13225
|
return pulumi.get(self, "endpoint")
|
|
12236
13226
|
|