pulumi-oci 2.3.0a1721242122__py3-none-any.whl → 2.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +19 -11
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/core/_inputs.py +8 -8
- pulumi_oci/core/outputs.py +24 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +83 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +25 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +93 -0
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/_inputs.py +130 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +530 -6
- pulumi_oci/datasafe/report.py +4 -4
- pulumi_oci/datasafe/report_definition.py +4 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/{emwarehouse → globallydistributeddatabase}/__init__.py +6 -6
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{emwarehouse/em_warehouse.py → globallydistributeddatabase/private_endpoint.py} +288 -267
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/RECORD +82 -81
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/WHEEL +1 -1
- pulumi_oci/emwarehouse/_inputs.py +0 -94
- pulumi_oci/emwarehouse/get_em_warehouse.py +0 -300
- pulumi_oci/emwarehouse/get_em_warehouses.py +0 -203
- pulumi_oci/emwarehouse/get_etl_run.py +0 -159
- pulumi_oci/emwarehouse/get_etl_runs.py +0 -173
- pulumi_oci/emwarehouse/get_resource_usage.py +0 -171
- pulumi_oci/emwarehouse/outputs.py +0 -616
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/top_level.txt +0 -0
@@ -1,173 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
from ._inputs import *
|
13
|
-
|
14
|
-
__all__ = [
|
15
|
-
'GetEtlRunsResult',
|
16
|
-
'AwaitableGetEtlRunsResult',
|
17
|
-
'get_etl_runs',
|
18
|
-
'get_etl_runs_output',
|
19
|
-
]
|
20
|
-
|
21
|
-
@pulumi.output_type
|
22
|
-
class GetEtlRunsResult:
|
23
|
-
"""
|
24
|
-
A collection of values returned by getEtlRuns.
|
25
|
-
"""
|
26
|
-
def __init__(__self__, compartment_id=None, display_name=None, em_warehouse_id=None, etl_run_collections=None, filters=None, id=None):
|
27
|
-
if compartment_id and not isinstance(compartment_id, str):
|
28
|
-
raise TypeError("Expected argument 'compartment_id' to be a str")
|
29
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
30
|
-
if display_name and not isinstance(display_name, str):
|
31
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
32
|
-
pulumi.set(__self__, "display_name", display_name)
|
33
|
-
if em_warehouse_id and not isinstance(em_warehouse_id, str):
|
34
|
-
raise TypeError("Expected argument 'em_warehouse_id' to be a str")
|
35
|
-
pulumi.set(__self__, "em_warehouse_id", em_warehouse_id)
|
36
|
-
if etl_run_collections and not isinstance(etl_run_collections, list):
|
37
|
-
raise TypeError("Expected argument 'etl_run_collections' to be a list")
|
38
|
-
pulumi.set(__self__, "etl_run_collections", etl_run_collections)
|
39
|
-
if filters and not isinstance(filters, list):
|
40
|
-
raise TypeError("Expected argument 'filters' to be a list")
|
41
|
-
pulumi.set(__self__, "filters", filters)
|
42
|
-
if id and not isinstance(id, str):
|
43
|
-
raise TypeError("Expected argument 'id' to be a str")
|
44
|
-
pulumi.set(__self__, "id", id)
|
45
|
-
|
46
|
-
@property
|
47
|
-
@pulumi.getter(name="compartmentId")
|
48
|
-
def compartment_id(self) -> Optional[str]:
|
49
|
-
"""
|
50
|
-
Compartment Identifier
|
51
|
-
"""
|
52
|
-
return pulumi.get(self, "compartment_id")
|
53
|
-
|
54
|
-
@property
|
55
|
-
@pulumi.getter(name="displayName")
|
56
|
-
def display_name(self) -> Optional[str]:
|
57
|
-
"""
|
58
|
-
The name of the ETLRun.
|
59
|
-
"""
|
60
|
-
return pulumi.get(self, "display_name")
|
61
|
-
|
62
|
-
@property
|
63
|
-
@pulumi.getter(name="emWarehouseId")
|
64
|
-
def em_warehouse_id(self) -> str:
|
65
|
-
return pulumi.get(self, "em_warehouse_id")
|
66
|
-
|
67
|
-
@property
|
68
|
-
@pulumi.getter(name="etlRunCollections")
|
69
|
-
def etl_run_collections(self) -> Sequence['outputs.GetEtlRunsEtlRunCollectionResult']:
|
70
|
-
"""
|
71
|
-
The list of etl_run_collection.
|
72
|
-
"""
|
73
|
-
return pulumi.get(self, "etl_run_collections")
|
74
|
-
|
75
|
-
@property
|
76
|
-
@pulumi.getter
|
77
|
-
def filters(self) -> Optional[Sequence['outputs.GetEtlRunsFilterResult']]:
|
78
|
-
return pulumi.get(self, "filters")
|
79
|
-
|
80
|
-
@property
|
81
|
-
@pulumi.getter
|
82
|
-
def id(self) -> str:
|
83
|
-
"""
|
84
|
-
The provider-assigned unique ID for this managed resource.
|
85
|
-
"""
|
86
|
-
return pulumi.get(self, "id")
|
87
|
-
|
88
|
-
|
89
|
-
class AwaitableGetEtlRunsResult(GetEtlRunsResult):
|
90
|
-
# pylint: disable=using-constant-test
|
91
|
-
def __await__(self):
|
92
|
-
if False:
|
93
|
-
yield self
|
94
|
-
return GetEtlRunsResult(
|
95
|
-
compartment_id=self.compartment_id,
|
96
|
-
display_name=self.display_name,
|
97
|
-
em_warehouse_id=self.em_warehouse_id,
|
98
|
-
etl_run_collections=self.etl_run_collections,
|
99
|
-
filters=self.filters,
|
100
|
-
id=self.id)
|
101
|
-
|
102
|
-
|
103
|
-
def get_etl_runs(compartment_id: Optional[str] = None,
|
104
|
-
display_name: Optional[str] = None,
|
105
|
-
em_warehouse_id: Optional[str] = None,
|
106
|
-
filters: Optional[Sequence[pulumi.InputType['GetEtlRunsFilterArgs']]] = None,
|
107
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEtlRunsResult:
|
108
|
-
"""
|
109
|
-
This data source provides the list of Em Warehouse Etl Runs in Oracle Cloud Infrastructure Em Warehouse service.
|
110
|
-
|
111
|
-
Gets a list of runs of an EmWarehouseResource by identifier
|
112
|
-
|
113
|
-
## Example Usage
|
114
|
-
|
115
|
-
```python
|
116
|
-
import pulumi
|
117
|
-
import pulumi_oci as oci
|
118
|
-
|
119
|
-
test_em_warehouse_etl_runs = oci.EmWarehouse.get_etl_runs(em_warehouse_id=test_em_warehouse["id"],
|
120
|
-
compartment_id=compartment_id,
|
121
|
-
display_name=em_warehouse_etl_run_display_name)
|
122
|
-
```
|
123
|
-
|
124
|
-
|
125
|
-
:param str compartment_id: The ID of the compartment in which to list resources.
|
126
|
-
:param str display_name: A filter to return only resources that match the entire display name given.
|
127
|
-
:param str em_warehouse_id: unique EmWarehouse identifier
|
128
|
-
"""
|
129
|
-
__args__ = dict()
|
130
|
-
__args__['compartmentId'] = compartment_id
|
131
|
-
__args__['displayName'] = display_name
|
132
|
-
__args__['emWarehouseId'] = em_warehouse_id
|
133
|
-
__args__['filters'] = filters
|
134
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
135
|
-
__ret__ = pulumi.runtime.invoke('oci:EmWarehouse/getEtlRuns:getEtlRuns', __args__, opts=opts, typ=GetEtlRunsResult).value
|
136
|
-
|
137
|
-
return AwaitableGetEtlRunsResult(
|
138
|
-
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
139
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
140
|
-
em_warehouse_id=pulumi.get(__ret__, 'em_warehouse_id'),
|
141
|
-
etl_run_collections=pulumi.get(__ret__, 'etl_run_collections'),
|
142
|
-
filters=pulumi.get(__ret__, 'filters'),
|
143
|
-
id=pulumi.get(__ret__, 'id'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_etl_runs)
|
147
|
-
def get_etl_runs_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
148
|
-
display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
149
|
-
em_warehouse_id: Optional[pulumi.Input[str]] = None,
|
150
|
-
filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetEtlRunsFilterArgs']]]]] = None,
|
151
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEtlRunsResult]:
|
152
|
-
"""
|
153
|
-
This data source provides the list of Em Warehouse Etl Runs in Oracle Cloud Infrastructure Em Warehouse service.
|
154
|
-
|
155
|
-
Gets a list of runs of an EmWarehouseResource by identifier
|
156
|
-
|
157
|
-
## Example Usage
|
158
|
-
|
159
|
-
```python
|
160
|
-
import pulumi
|
161
|
-
import pulumi_oci as oci
|
162
|
-
|
163
|
-
test_em_warehouse_etl_runs = oci.EmWarehouse.get_etl_runs(em_warehouse_id=test_em_warehouse["id"],
|
164
|
-
compartment_id=compartment_id,
|
165
|
-
display_name=em_warehouse_etl_run_display_name)
|
166
|
-
```
|
167
|
-
|
168
|
-
|
169
|
-
:param str compartment_id: The ID of the compartment in which to list resources.
|
170
|
-
:param str display_name: A filter to return only resources that match the entire display name given.
|
171
|
-
:param str em_warehouse_id: unique EmWarehouse identifier
|
172
|
-
"""
|
173
|
-
...
|
@@ -1,171 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
|
13
|
-
__all__ = [
|
14
|
-
'GetResourceUsageResult',
|
15
|
-
'AwaitableGetResourceUsageResult',
|
16
|
-
'get_resource_usage',
|
17
|
-
'get_resource_usage_output',
|
18
|
-
]
|
19
|
-
|
20
|
-
@pulumi.output_type
|
21
|
-
class GetResourceUsageResult:
|
22
|
-
"""
|
23
|
-
A collection of values returned by getResourceUsage.
|
24
|
-
"""
|
25
|
-
def __init__(__self__, em_instance_count=None, em_instances=None, em_warehouse_id=None, id=None, operations_insights_warehouse_id=None, schema_name=None, targets_count=None):
|
26
|
-
if em_instance_count and not isinstance(em_instance_count, int):
|
27
|
-
raise TypeError("Expected argument 'em_instance_count' to be a int")
|
28
|
-
pulumi.set(__self__, "em_instance_count", em_instance_count)
|
29
|
-
if em_instances and not isinstance(em_instances, list):
|
30
|
-
raise TypeError("Expected argument 'em_instances' to be a list")
|
31
|
-
pulumi.set(__self__, "em_instances", em_instances)
|
32
|
-
if em_warehouse_id and not isinstance(em_warehouse_id, str):
|
33
|
-
raise TypeError("Expected argument 'em_warehouse_id' to be a str")
|
34
|
-
pulumi.set(__self__, "em_warehouse_id", em_warehouse_id)
|
35
|
-
if id and not isinstance(id, str):
|
36
|
-
raise TypeError("Expected argument 'id' to be a str")
|
37
|
-
pulumi.set(__self__, "id", id)
|
38
|
-
if operations_insights_warehouse_id and not isinstance(operations_insights_warehouse_id, str):
|
39
|
-
raise TypeError("Expected argument 'operations_insights_warehouse_id' to be a str")
|
40
|
-
pulumi.set(__self__, "operations_insights_warehouse_id", operations_insights_warehouse_id)
|
41
|
-
if schema_name and not isinstance(schema_name, str):
|
42
|
-
raise TypeError("Expected argument 'schema_name' to be a str")
|
43
|
-
pulumi.set(__self__, "schema_name", schema_name)
|
44
|
-
if targets_count and not isinstance(targets_count, int):
|
45
|
-
raise TypeError("Expected argument 'targets_count' to be a int")
|
46
|
-
pulumi.set(__self__, "targets_count", targets_count)
|
47
|
-
|
48
|
-
@property
|
49
|
-
@pulumi.getter(name="emInstanceCount")
|
50
|
-
def em_instance_count(self) -> int:
|
51
|
-
"""
|
52
|
-
EmInstanceCount
|
53
|
-
"""
|
54
|
-
return pulumi.get(self, "em_instance_count")
|
55
|
-
|
56
|
-
@property
|
57
|
-
@pulumi.getter(name="emInstances")
|
58
|
-
def em_instances(self) -> Sequence['outputs.GetResourceUsageEmInstanceResult']:
|
59
|
-
"""
|
60
|
-
List of emInstances
|
61
|
-
"""
|
62
|
-
return pulumi.get(self, "em_instances")
|
63
|
-
|
64
|
-
@property
|
65
|
-
@pulumi.getter(name="emWarehouseId")
|
66
|
-
def em_warehouse_id(self) -> str:
|
67
|
-
return pulumi.get(self, "em_warehouse_id")
|
68
|
-
|
69
|
-
@property
|
70
|
-
@pulumi.getter
|
71
|
-
def id(self) -> str:
|
72
|
-
"""
|
73
|
-
The provider-assigned unique ID for this managed resource.
|
74
|
-
"""
|
75
|
-
return pulumi.get(self, "id")
|
76
|
-
|
77
|
-
@property
|
78
|
-
@pulumi.getter(name="operationsInsightsWarehouseId")
|
79
|
-
def operations_insights_warehouse_id(self) -> str:
|
80
|
-
"""
|
81
|
-
operations Insights Warehouse Identifier
|
82
|
-
"""
|
83
|
-
return pulumi.get(self, "operations_insights_warehouse_id")
|
84
|
-
|
85
|
-
@property
|
86
|
-
@pulumi.getter(name="schemaName")
|
87
|
-
def schema_name(self) -> str:
|
88
|
-
"""
|
89
|
-
schema name
|
90
|
-
"""
|
91
|
-
return pulumi.get(self, "schema_name")
|
92
|
-
|
93
|
-
@property
|
94
|
-
@pulumi.getter(name="targetsCount")
|
95
|
-
def targets_count(self) -> int:
|
96
|
-
"""
|
97
|
-
EmInstance Target count
|
98
|
-
"""
|
99
|
-
return pulumi.get(self, "targets_count")
|
100
|
-
|
101
|
-
|
102
|
-
class AwaitableGetResourceUsageResult(GetResourceUsageResult):
|
103
|
-
# pylint: disable=using-constant-test
|
104
|
-
def __await__(self):
|
105
|
-
if False:
|
106
|
-
yield self
|
107
|
-
return GetResourceUsageResult(
|
108
|
-
em_instance_count=self.em_instance_count,
|
109
|
-
em_instances=self.em_instances,
|
110
|
-
em_warehouse_id=self.em_warehouse_id,
|
111
|
-
id=self.id,
|
112
|
-
operations_insights_warehouse_id=self.operations_insights_warehouse_id,
|
113
|
-
schema_name=self.schema_name,
|
114
|
-
targets_count=self.targets_count)
|
115
|
-
|
116
|
-
|
117
|
-
def get_resource_usage(em_warehouse_id: Optional[str] = None,
|
118
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetResourceUsageResult:
|
119
|
-
"""
|
120
|
-
This data source provides details about a specific Em Warehouse Resource Usage resource in Oracle Cloud Infrastructure Em Warehouse service.
|
121
|
-
|
122
|
-
Gets a EmWarehouseResourceUsage by identifier
|
123
|
-
|
124
|
-
## Example Usage
|
125
|
-
|
126
|
-
```python
|
127
|
-
import pulumi
|
128
|
-
import pulumi_oci as oci
|
129
|
-
|
130
|
-
test_em_warehouse_resource_usage = oci.EmWarehouse.get_resource_usage(em_warehouse_id=test_em_warehouse["id"])
|
131
|
-
```
|
132
|
-
|
133
|
-
|
134
|
-
:param str em_warehouse_id: unique EmWarehouse identifier
|
135
|
-
"""
|
136
|
-
__args__ = dict()
|
137
|
-
__args__['emWarehouseId'] = em_warehouse_id
|
138
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
139
|
-
__ret__ = pulumi.runtime.invoke('oci:EmWarehouse/getResourceUsage:getResourceUsage', __args__, opts=opts, typ=GetResourceUsageResult).value
|
140
|
-
|
141
|
-
return AwaitableGetResourceUsageResult(
|
142
|
-
em_instance_count=pulumi.get(__ret__, 'em_instance_count'),
|
143
|
-
em_instances=pulumi.get(__ret__, 'em_instances'),
|
144
|
-
em_warehouse_id=pulumi.get(__ret__, 'em_warehouse_id'),
|
145
|
-
id=pulumi.get(__ret__, 'id'),
|
146
|
-
operations_insights_warehouse_id=pulumi.get(__ret__, 'operations_insights_warehouse_id'),
|
147
|
-
schema_name=pulumi.get(__ret__, 'schema_name'),
|
148
|
-
targets_count=pulumi.get(__ret__, 'targets_count'))
|
149
|
-
|
150
|
-
|
151
|
-
@_utilities.lift_output_func(get_resource_usage)
|
152
|
-
def get_resource_usage_output(em_warehouse_id: Optional[pulumi.Input[str]] = None,
|
153
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetResourceUsageResult]:
|
154
|
-
"""
|
155
|
-
This data source provides details about a specific Em Warehouse Resource Usage resource in Oracle Cloud Infrastructure Em Warehouse service.
|
156
|
-
|
157
|
-
Gets a EmWarehouseResourceUsage by identifier
|
158
|
-
|
159
|
-
## Example Usage
|
160
|
-
|
161
|
-
```python
|
162
|
-
import pulumi
|
163
|
-
import pulumi_oci as oci
|
164
|
-
|
165
|
-
test_em_warehouse_resource_usage = oci.EmWarehouse.get_resource_usage(em_warehouse_id=test_em_warehouse["id"])
|
166
|
-
```
|
167
|
-
|
168
|
-
|
169
|
-
:param str em_warehouse_id: unique EmWarehouse identifier
|
170
|
-
"""
|
171
|
-
...
|