pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
pulumi_oci/opensearch/cluster.py
CHANGED
@@ -1123,11 +1123,6 @@ class Cluster(pulumi.CustomResource):
|
|
1123
1123
|
The below policies must be created in compartment before creating OpensearchCluster
|
1124
1124
|
|
1125
1125
|
##### {Compartment-Name} - Name of your compartment
|
1126
|
-
<!--Start PulumiCodeChooser -->
|
1127
|
-
```python
|
1128
|
-
import pulumi
|
1129
|
-
```
|
1130
|
-
<!--End PulumiCodeChooser -->
|
1131
1126
|
|
1132
1127
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
1133
1128
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -1232,11 +1227,6 @@ class Cluster(pulumi.CustomResource):
|
|
1232
1227
|
The below policies must be created in compartment before creating OpensearchCluster
|
1233
1228
|
|
1234
1229
|
##### {Compartment-Name} - Name of your compartment
|
1235
|
-
<!--Start PulumiCodeChooser -->
|
1236
|
-
```python
|
1237
|
-
import pulumi
|
1238
|
-
```
|
1239
|
-
<!--End PulumiCodeChooser -->
|
1240
1230
|
|
1241
1231
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
1242
1232
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -533,11 +533,6 @@ def get_opensearch_cluster(opensearch_cluster_id: Optional[str] = None,
|
|
533
533
|
The below policies must be created in compartment before creating OpensearchCluster
|
534
534
|
|
535
535
|
##### {Compartment-Name} - Name of your compartment
|
536
|
-
<!--Start PulumiCodeChooser -->
|
537
|
-
```python
|
538
|
-
import pulumi
|
539
|
-
```
|
540
|
-
<!--End PulumiCodeChooser -->
|
541
536
|
|
542
537
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
543
538
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -618,11 +613,6 @@ def get_opensearch_cluster_output(opensearch_cluster_id: Optional[pulumi.Input[s
|
|
618
613
|
The below policies must be created in compartment before creating OpensearchCluster
|
619
614
|
|
620
615
|
##### {Compartment-Name} - Name of your compartment
|
621
|
-
<!--Start PulumiCodeChooser -->
|
622
|
-
```python
|
623
|
-
import pulumi
|
624
|
-
```
|
625
|
-
<!--End PulumiCodeChooser -->
|
626
616
|
|
627
617
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
628
618
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -119,11 +119,6 @@ def get_opensearch_clusters(compartment_id: Optional[str] = None,
|
|
119
119
|
The below policies must be created in compartment before creating OpensearchCluster
|
120
120
|
|
121
121
|
##### {Compartment-Name} - Name of your compartment
|
122
|
-
<!--Start PulumiCodeChooser -->
|
123
|
-
```python
|
124
|
-
import pulumi
|
125
|
-
```
|
126
|
-
<!--End PulumiCodeChooser -->
|
127
122
|
|
128
123
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
129
124
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -183,11 +178,6 @@ def get_opensearch_clusters_output(compartment_id: Optional[pulumi.Input[str]] =
|
|
183
178
|
The below policies must be created in compartment before creating OpensearchCluster
|
184
179
|
|
185
180
|
##### {Compartment-Name} - Name of your compartment
|
186
|
-
<!--Start PulumiCodeChooser -->
|
187
|
-
```python
|
188
|
-
import pulumi
|
189
|
-
```
|
190
|
-
<!--End PulumiCodeChooser -->
|
191
181
|
|
192
182
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
193
183
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -78,11 +78,6 @@ def get_opensearch_version(compartment_id: Optional[str] = None,
|
|
78
78
|
The below policies must be created in compartment before creating OpensearchCluster
|
79
79
|
|
80
80
|
##### {Compartment-Name} - Name of your compartment
|
81
|
-
<!--Start PulumiCodeChooser -->
|
82
|
-
```python
|
83
|
-
import pulumi
|
84
|
-
```
|
85
|
-
<!--End PulumiCodeChooser -->
|
86
81
|
|
87
82
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
88
83
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -125,11 +120,6 @@ def get_opensearch_version_output(compartment_id: Optional[pulumi.Input[str]] =
|
|
125
120
|
The below policies must be created in compartment before creating OpensearchCluster
|
126
121
|
|
127
122
|
##### {Compartment-Name} - Name of your compartment
|
128
|
-
<!--Start PulumiCodeChooser -->
|
129
|
-
```python
|
130
|
-
import pulumi
|
131
|
-
```
|
132
|
-
<!--End PulumiCodeChooser -->
|
133
123
|
|
134
124
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
135
125
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -89,11 +89,6 @@ def get_opensearch_versions(compartment_id: Optional[str] = None,
|
|
89
89
|
The below policies must be created in compartment before creating OpensearchCluster
|
90
90
|
|
91
91
|
##### {Compartment-Name} - Name of your compartment
|
92
|
-
<!--Start PulumiCodeChooser -->
|
93
|
-
```python
|
94
|
-
import pulumi
|
95
|
-
```
|
96
|
-
<!--End PulumiCodeChooser -->
|
97
92
|
|
98
93
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
99
94
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
@@ -139,11 +134,6 @@ def get_opensearch_versions_output(compartment_id: Optional[pulumi.Input[str]] =
|
|
139
134
|
The below policies must be created in compartment before creating OpensearchCluster
|
140
135
|
|
141
136
|
##### {Compartment-Name} - Name of your compartment
|
142
|
-
<!--Start PulumiCodeChooser -->
|
143
|
-
```python
|
144
|
-
import pulumi
|
145
|
-
```
|
146
|
-
<!--End PulumiCodeChooser -->
|
147
137
|
|
148
138
|
For latest documentation on OpenSearch use please refer to https://docs.oracle.com/en-us/iaas/Content/search-opensearch/home.htm\\
|
149
139
|
Required permissions: https://docs.oracle.com/en-us/iaas/Content/search-opensearch/Concepts/ocisearchpermissions.htm
|
pulumi_oci/queue/get_queue.py
CHANGED
@@ -87,7 +87,7 @@ class GetQueueResult:
|
|
87
87
|
@pulumi.getter(name="channelConsumptionLimit")
|
88
88
|
def channel_consumption_limit(self) -> int:
|
89
89
|
"""
|
90
|
-
The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
90
|
+
The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
91
91
|
"""
|
92
92
|
return pulumi.get(self, "channel_consumption_limit")
|
93
93
|
|
pulumi_oci/queue/outputs.py
CHANGED
@@ -78,7 +78,7 @@ class GetQueuesQueueCollectionItemResult(dict):
|
|
78
78
|
timeout_in_seconds: int,
|
79
79
|
visibility_in_seconds: int):
|
80
80
|
"""
|
81
|
-
:param int channel_consumption_limit: The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
81
|
+
:param int channel_consumption_limit: The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
82
82
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
83
83
|
:param str custom_encryption_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom encryption key to be used to encrypt messages content.
|
84
84
|
:param int dead_letter_queue_delivery_count: The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.
|
@@ -120,7 +120,7 @@ class GetQueuesQueueCollectionItemResult(dict):
|
|
120
120
|
@pulumi.getter(name="channelConsumptionLimit")
|
121
121
|
def channel_consumption_limit(self) -> int:
|
122
122
|
"""
|
123
|
-
The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
123
|
+
The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
124
124
|
"""
|
125
125
|
return pulumi.get(self, "channel_consumption_limit")
|
126
126
|
|
pulumi_oci/queue/queue.py
CHANGED
@@ -30,7 +30,7 @@ class QueueArgs:
|
|
30
30
|
The set of arguments for constructing a Queue resource.
|
31
31
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the queue.
|
32
32
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name of the queue.
|
33
|
-
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
33
|
+
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
34
34
|
:param pulumi.Input[str] custom_encryption_key_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom encryption key to be used to encrypt messages content.
|
35
35
|
:param pulumi.Input[int] dead_letter_queue_delivery_count: (Updatable) The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.
|
36
36
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -90,7 +90,7 @@ class QueueArgs:
|
|
90
90
|
@pulumi.getter(name="channelConsumptionLimit")
|
91
91
|
def channel_consumption_limit(self) -> Optional[pulumi.Input[int]]:
|
92
92
|
"""
|
93
|
-
(Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
93
|
+
(Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
94
94
|
"""
|
95
95
|
return pulumi.get(self, "channel_consumption_limit")
|
96
96
|
|
@@ -224,7 +224,7 @@ class _QueueState:
|
|
224
224
|
visibility_in_seconds: Optional[pulumi.Input[int]] = None):
|
225
225
|
"""
|
226
226
|
Input properties used for looking up and filtering Queue resources.
|
227
|
-
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
227
|
+
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
228
228
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the queue.
|
229
229
|
:param pulumi.Input[str] custom_encryption_key_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom encryption key to be used to encrypt messages content.
|
230
230
|
:param pulumi.Input[int] dead_letter_queue_delivery_count: (Updatable) The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.
|
@@ -282,7 +282,7 @@ class _QueueState:
|
|
282
282
|
@pulumi.getter(name="channelConsumptionLimit")
|
283
283
|
def channel_consumption_limit(self) -> Optional[pulumi.Input[int]]:
|
284
284
|
"""
|
285
|
-
(Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
285
|
+
(Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
286
286
|
"""
|
287
287
|
return pulumi.get(self, "channel_consumption_limit")
|
288
288
|
|
@@ -547,7 +547,7 @@ class Queue(pulumi.CustomResource):
|
|
547
547
|
|
548
548
|
:param str resource_name: The name of the resource.
|
549
549
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
550
|
-
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
550
|
+
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
551
551
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the queue.
|
552
552
|
:param pulumi.Input[str] custom_encryption_key_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom encryption key to be used to encrypt messages content.
|
553
553
|
:param pulumi.Input[int] dead_letter_queue_delivery_count: (Updatable) The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.
|
@@ -695,7 +695,7 @@ class Queue(pulumi.CustomResource):
|
|
695
695
|
:param str resource_name: The unique name of the resulting resource.
|
696
696
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
697
697
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
698
|
-
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
698
|
+
:param pulumi.Input[int] channel_consumption_limit: (Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
699
699
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the queue.
|
700
700
|
:param pulumi.Input[str] custom_encryption_key_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom encryption key to be used to encrypt messages content.
|
701
701
|
:param pulumi.Input[int] dead_letter_queue_delivery_count: (Updatable) The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.
|
@@ -740,7 +740,7 @@ class Queue(pulumi.CustomResource):
|
|
740
740
|
@pulumi.getter(name="channelConsumptionLimit")
|
741
741
|
def channel_consumption_limit(self) -> pulumi.Output[int]:
|
742
742
|
"""
|
743
|
-
(Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10
|
743
|
+
(Updatable) The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.
|
744
744
|
"""
|
745
745
|
return pulumi.get(self, "channel_consumption_limit")
|
746
746
|
|
@@ -1585,7 +1585,16 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1585
1585
|
type: pulumi.Input[str],
|
1586
1586
|
availability_proxy_metric_collection_interval: Optional[pulumi.Input[int]] = None,
|
1587
1587
|
availability_proxy_metrics: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1588
|
-
|
1588
|
+
console_path_prefix: Optional[pulumi.Input[str]] = None,
|
1589
|
+
external_id_mapping: Optional[pulumi.Input[str]] = None,
|
1590
|
+
lifecycle_status_mappings_for_up_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1591
|
+
resource_group: Optional[pulumi.Input[str]] = None,
|
1592
|
+
resource_name_filter: Optional[pulumi.Input[str]] = None,
|
1593
|
+
resource_name_mapping: Optional[pulumi.Input[str]] = None,
|
1594
|
+
resource_type_filter: Optional[pulumi.Input[str]] = None,
|
1595
|
+
resource_type_mapping: Optional[pulumi.Input[str]] = None,
|
1596
|
+
service_base_url: Optional[pulumi.Input[str]] = None,
|
1597
|
+
should_use_metrics_flow_for_status: Optional[pulumi.Input[bool]] = None):
|
1589
1598
|
"""
|
1590
1599
|
:param pulumi.Input[str] namespace: Name space to be used for Oracle Cloud Infrastructure Native service resources discovery.
|
1591
1600
|
:param pulumi.Input[str] source: Source from where the metrics pushed to telemetry. Possible values:
|
@@ -1598,7 +1607,16 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1598
1607
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1599
1608
|
:param pulumi.Input[int] availability_proxy_metric_collection_interval: Metrics collection interval in seconds used when calculating the availability of the resource based on metrics specified using the property 'availabilityProxyMetrics'.
|
1600
1609
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] availability_proxy_metrics: List of metrics to be used to calculate the availability of the resource. Resource is considered to be up if at least one of the specified metrics is available for the resource during the specified interval using the property 'availabilityProxyMetricCollectionIntervalInSeconds'. If no metrics are specified, availability will not be calculated for the resource.
|
1610
|
+
:param pulumi.Input[str] console_path_prefix: The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https://<cloudhostname>/security/bastion/bastions/<resourceOcid>. If not provided, service home page link will not be shown in the stack monitoring home page.
|
1611
|
+
:param pulumi.Input[str] external_id_mapping: The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
|
1612
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] lifecycle_status_mappings_for_up_statuses: Lifecycle states of the external resource which reflects the status of the resource being up.
|
1601
1613
|
:param pulumi.Input[str] resource_group: The resource group to use while fetching metrics from telemetry. If not specified, resource group will be skipped in the list metrics request.
|
1614
|
+
:param pulumi.Input[str] resource_name_filter: The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
|
1615
|
+
:param pulumi.Input[str] resource_name_mapping: The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
|
1616
|
+
:param pulumi.Input[str] resource_type_filter: The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
|
1617
|
+
:param pulumi.Input[str] resource_type_mapping: The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
|
1618
|
+
:param pulumi.Input[str] service_base_url: The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
|
1619
|
+
:param pulumi.Input[bool] should_use_metrics_flow_for_status: Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
|
1602
1620
|
"""
|
1603
1621
|
pulumi.set(__self__, "namespace", namespace)
|
1604
1622
|
pulumi.set(__self__, "source", source)
|
@@ -1607,8 +1625,26 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1607
1625
|
pulumi.set(__self__, "availability_proxy_metric_collection_interval", availability_proxy_metric_collection_interval)
|
1608
1626
|
if availability_proxy_metrics is not None:
|
1609
1627
|
pulumi.set(__self__, "availability_proxy_metrics", availability_proxy_metrics)
|
1628
|
+
if console_path_prefix is not None:
|
1629
|
+
pulumi.set(__self__, "console_path_prefix", console_path_prefix)
|
1630
|
+
if external_id_mapping is not None:
|
1631
|
+
pulumi.set(__self__, "external_id_mapping", external_id_mapping)
|
1632
|
+
if lifecycle_status_mappings_for_up_statuses is not None:
|
1633
|
+
pulumi.set(__self__, "lifecycle_status_mappings_for_up_statuses", lifecycle_status_mappings_for_up_statuses)
|
1610
1634
|
if resource_group is not None:
|
1611
1635
|
pulumi.set(__self__, "resource_group", resource_group)
|
1636
|
+
if resource_name_filter is not None:
|
1637
|
+
pulumi.set(__self__, "resource_name_filter", resource_name_filter)
|
1638
|
+
if resource_name_mapping is not None:
|
1639
|
+
pulumi.set(__self__, "resource_name_mapping", resource_name_mapping)
|
1640
|
+
if resource_type_filter is not None:
|
1641
|
+
pulumi.set(__self__, "resource_type_filter", resource_type_filter)
|
1642
|
+
if resource_type_mapping is not None:
|
1643
|
+
pulumi.set(__self__, "resource_type_mapping", resource_type_mapping)
|
1644
|
+
if service_base_url is not None:
|
1645
|
+
pulumi.set(__self__, "service_base_url", service_base_url)
|
1646
|
+
if should_use_metrics_flow_for_status is not None:
|
1647
|
+
pulumi.set(__self__, "should_use_metrics_flow_for_status", should_use_metrics_flow_for_status)
|
1612
1648
|
|
1613
1649
|
@property
|
1614
1650
|
@pulumi.getter
|
@@ -1676,6 +1712,42 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1676
1712
|
def availability_proxy_metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1677
1713
|
pulumi.set(self, "availability_proxy_metrics", value)
|
1678
1714
|
|
1715
|
+
@property
|
1716
|
+
@pulumi.getter(name="consolePathPrefix")
|
1717
|
+
def console_path_prefix(self) -> Optional[pulumi.Input[str]]:
|
1718
|
+
"""
|
1719
|
+
The console path prefix to use for providing service home url page navigation. For example if the prefix provided is 'security/bastion/bastions', the URL used for navigation will be https://<cloudhostname>/security/bastion/bastions/<resourceOcid>. If not provided, service home page link will not be shown in the stack monitoring home page.
|
1720
|
+
"""
|
1721
|
+
return pulumi.get(self, "console_path_prefix")
|
1722
|
+
|
1723
|
+
@console_path_prefix.setter
|
1724
|
+
def console_path_prefix(self, value: Optional[pulumi.Input[str]]):
|
1725
|
+
pulumi.set(self, "console_path_prefix", value)
|
1726
|
+
|
1727
|
+
@property
|
1728
|
+
@pulumi.getter(name="externalIdMapping")
|
1729
|
+
def external_id_mapping(self) -> Optional[pulumi.Input[str]]:
|
1730
|
+
"""
|
1731
|
+
The external resource identifier property in the metric dimensions. Resources imported will be using this property value for external id.
|
1732
|
+
"""
|
1733
|
+
return pulumi.get(self, "external_id_mapping")
|
1734
|
+
|
1735
|
+
@external_id_mapping.setter
|
1736
|
+
def external_id_mapping(self, value: Optional[pulumi.Input[str]]):
|
1737
|
+
pulumi.set(self, "external_id_mapping", value)
|
1738
|
+
|
1739
|
+
@property
|
1740
|
+
@pulumi.getter(name="lifecycleStatusMappingsForUpStatuses")
|
1741
|
+
def lifecycle_status_mappings_for_up_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1742
|
+
"""
|
1743
|
+
Lifecycle states of the external resource which reflects the status of the resource being up.
|
1744
|
+
"""
|
1745
|
+
return pulumi.get(self, "lifecycle_status_mappings_for_up_statuses")
|
1746
|
+
|
1747
|
+
@lifecycle_status_mappings_for_up_statuses.setter
|
1748
|
+
def lifecycle_status_mappings_for_up_statuses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1749
|
+
pulumi.set(self, "lifecycle_status_mappings_for_up_statuses", value)
|
1750
|
+
|
1679
1751
|
@property
|
1680
1752
|
@pulumi.getter(name="resourceGroup")
|
1681
1753
|
def resource_group(self) -> Optional[pulumi.Input[str]]:
|
@@ -1688,6 +1760,78 @@ class MonitoredResourceTaskTaskDetailsArgs:
|
|
1688
1760
|
def resource_group(self, value: Optional[pulumi.Input[str]]):
|
1689
1761
|
pulumi.set(self, "resource_group", value)
|
1690
1762
|
|
1763
|
+
@property
|
1764
|
+
@pulumi.getter(name="resourceNameFilter")
|
1765
|
+
def resource_name_filter(self) -> Optional[pulumi.Input[str]]:
|
1766
|
+
"""
|
1767
|
+
The resource name filter. Resources matching with the resource name filter will be imported. Regular expressions will be accepted.
|
1768
|
+
"""
|
1769
|
+
return pulumi.get(self, "resource_name_filter")
|
1770
|
+
|
1771
|
+
@resource_name_filter.setter
|
1772
|
+
def resource_name_filter(self, value: Optional[pulumi.Input[str]]):
|
1773
|
+
pulumi.set(self, "resource_name_filter", value)
|
1774
|
+
|
1775
|
+
@property
|
1776
|
+
@pulumi.getter(name="resourceNameMapping")
|
1777
|
+
def resource_name_mapping(self) -> Optional[pulumi.Input[str]]:
|
1778
|
+
"""
|
1779
|
+
The resource name property in the metric dimensions. Resources imported will be using this property value for resource name.
|
1780
|
+
"""
|
1781
|
+
return pulumi.get(self, "resource_name_mapping")
|
1782
|
+
|
1783
|
+
@resource_name_mapping.setter
|
1784
|
+
def resource_name_mapping(self, value: Optional[pulumi.Input[str]]):
|
1785
|
+
pulumi.set(self, "resource_name_mapping", value)
|
1786
|
+
|
1787
|
+
@property
|
1788
|
+
@pulumi.getter(name="resourceTypeFilter")
|
1789
|
+
def resource_type_filter(self) -> Optional[pulumi.Input[str]]:
|
1790
|
+
"""
|
1791
|
+
The resource type filter. Resources matching with the resource type filter will be imported. Regular expressions will be accepted.
|
1792
|
+
"""
|
1793
|
+
return pulumi.get(self, "resource_type_filter")
|
1794
|
+
|
1795
|
+
@resource_type_filter.setter
|
1796
|
+
def resource_type_filter(self, value: Optional[pulumi.Input[str]]):
|
1797
|
+
pulumi.set(self, "resource_type_filter", value)
|
1798
|
+
|
1799
|
+
@property
|
1800
|
+
@pulumi.getter(name="resourceTypeMapping")
|
1801
|
+
def resource_type_mapping(self) -> Optional[pulumi.Input[str]]:
|
1802
|
+
"""
|
1803
|
+
The resource type property in the metric dimensions. Resources imported will be using this property value for resource type. If not specified, namespace will be used for resource type.
|
1804
|
+
"""
|
1805
|
+
return pulumi.get(self, "resource_type_mapping")
|
1806
|
+
|
1807
|
+
@resource_type_mapping.setter
|
1808
|
+
def resource_type_mapping(self, value: Optional[pulumi.Input[str]]):
|
1809
|
+
pulumi.set(self, "resource_type_mapping", value)
|
1810
|
+
|
1811
|
+
@property
|
1812
|
+
@pulumi.getter(name="serviceBaseUrl")
|
1813
|
+
def service_base_url(self) -> Optional[pulumi.Input[str]]:
|
1814
|
+
"""
|
1815
|
+
The base URL of the Oracle Cloud Infrastructure service to which the resource belongs to. Also this property is applicable only when source is OCI_TELEMETRY_NATIVE.
|
1816
|
+
"""
|
1817
|
+
return pulumi.get(self, "service_base_url")
|
1818
|
+
|
1819
|
+
@service_base_url.setter
|
1820
|
+
def service_base_url(self, value: Optional[pulumi.Input[str]]):
|
1821
|
+
pulumi.set(self, "service_base_url", value)
|
1822
|
+
|
1823
|
+
@property
|
1824
|
+
@pulumi.getter(name="shouldUseMetricsFlowForStatus")
|
1825
|
+
def should_use_metrics_flow_for_status(self) -> Optional[pulumi.Input[bool]]:
|
1826
|
+
"""
|
1827
|
+
Flag to indicate whether status is calculated using metrics or LifeCycleState attribute of the resource in Oracle Cloud Infrastructure service.
|
1828
|
+
"""
|
1829
|
+
return pulumi.get(self, "should_use_metrics_flow_for_status")
|
1830
|
+
|
1831
|
+
@should_use_metrics_flow_for_status.setter
|
1832
|
+
def should_use_metrics_flow_for_status(self, value: Optional[pulumi.Input[bool]]):
|
1833
|
+
pulumi.set(self, "should_use_metrics_flow_for_status", value)
|
1834
|
+
|
1691
1835
|
|
1692
1836
|
@pulumi.input_type
|
1693
1837
|
class MonitoredResourceTypeMetadataArgs:
|
@@ -1951,10 +2095,12 @@ class MonitoredResourcesListMemberItemArgs:
|
|
1951
2095
|
host_name: Optional[pulumi.Input[str]] = None,
|
1952
2096
|
license: Optional[pulumi.Input[str]] = None,
|
1953
2097
|
parent_id: Optional[pulumi.Input[str]] = None,
|
2098
|
+
resource_category: Optional[pulumi.Input[str]] = None,
|
1954
2099
|
resource_display_name: Optional[pulumi.Input[str]] = None,
|
1955
2100
|
resource_id: Optional[pulumi.Input[str]] = None,
|
1956
2101
|
resource_name: Optional[pulumi.Input[str]] = None,
|
1957
2102
|
resource_type: Optional[pulumi.Input[str]] = None,
|
2103
|
+
source_type: Optional[pulumi.Input[str]] = None,
|
1958
2104
|
state: Optional[pulumi.Input[str]] = None,
|
1959
2105
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
1960
2106
|
"""
|
@@ -1965,10 +2111,12 @@ class MonitoredResourcesListMemberItemArgs:
|
|
1965
2111
|
:param pulumi.Input[str] host_name: Monitored Resource Host Name.
|
1966
2112
|
:param pulumi.Input[str] license: License edition of the monitored resource.
|
1967
2113
|
:param pulumi.Input[str] parent_id: Parent monitored resource identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
2114
|
+
:param pulumi.Input[str] resource_category: Resource Category to indicate the kind of resource type.
|
1968
2115
|
:param pulumi.Input[str] resource_display_name: Monitored resource display name.
|
1969
2116
|
:param pulumi.Input[str] resource_id: Monitored resource identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
1970
2117
|
:param pulumi.Input[str] resource_name: Monitored Resource Name.
|
1971
2118
|
:param pulumi.Input[str] resource_type: Monitored Resource Type.
|
2119
|
+
:param pulumi.Input[str] source_type: Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
|
1972
2120
|
:param pulumi.Input[str] state: The current state of the Resource.
|
1973
2121
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1974
2122
|
"""
|
@@ -1986,6 +2134,8 @@ class MonitoredResourcesListMemberItemArgs:
|
|
1986
2134
|
pulumi.set(__self__, "license", license)
|
1987
2135
|
if parent_id is not None:
|
1988
2136
|
pulumi.set(__self__, "parent_id", parent_id)
|
2137
|
+
if resource_category is not None:
|
2138
|
+
pulumi.set(__self__, "resource_category", resource_category)
|
1989
2139
|
if resource_display_name is not None:
|
1990
2140
|
pulumi.set(__self__, "resource_display_name", resource_display_name)
|
1991
2141
|
if resource_id is not None:
|
@@ -1994,6 +2144,8 @@ class MonitoredResourcesListMemberItemArgs:
|
|
1994
2144
|
pulumi.set(__self__, "resource_name", resource_name)
|
1995
2145
|
if resource_type is not None:
|
1996
2146
|
pulumi.set(__self__, "resource_type", resource_type)
|
2147
|
+
if source_type is not None:
|
2148
|
+
pulumi.set(__self__, "source_type", source_type)
|
1997
2149
|
if state is not None:
|
1998
2150
|
pulumi.set(__self__, "state", state)
|
1999
2151
|
if system_tags is not None:
|
@@ -2083,6 +2235,18 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2083
2235
|
def parent_id(self, value: Optional[pulumi.Input[str]]):
|
2084
2236
|
pulumi.set(self, "parent_id", value)
|
2085
2237
|
|
2238
|
+
@property
|
2239
|
+
@pulumi.getter(name="resourceCategory")
|
2240
|
+
def resource_category(self) -> Optional[pulumi.Input[str]]:
|
2241
|
+
"""
|
2242
|
+
Resource Category to indicate the kind of resource type.
|
2243
|
+
"""
|
2244
|
+
return pulumi.get(self, "resource_category")
|
2245
|
+
|
2246
|
+
@resource_category.setter
|
2247
|
+
def resource_category(self, value: Optional[pulumi.Input[str]]):
|
2248
|
+
pulumi.set(self, "resource_category", value)
|
2249
|
+
|
2086
2250
|
@property
|
2087
2251
|
@pulumi.getter(name="resourceDisplayName")
|
2088
2252
|
def resource_display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -2131,6 +2295,18 @@ class MonitoredResourcesListMemberItemArgs:
|
|
2131
2295
|
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
2132
2296
|
pulumi.set(self, "resource_type", value)
|
2133
2297
|
|
2298
|
+
@property
|
2299
|
+
@pulumi.getter(name="sourceType")
|
2300
|
+
def source_type(self) -> Optional[pulumi.Input[str]]:
|
2301
|
+
"""
|
2302
|
+
Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
|
2303
|
+
"""
|
2304
|
+
return pulumi.get(self, "source_type")
|
2305
|
+
|
2306
|
+
@source_type.setter
|
2307
|
+
def source_type(self, value: Optional[pulumi.Input[str]]):
|
2308
|
+
pulumi.set(self, "source_type", value)
|
2309
|
+
|
2134
2310
|
@property
|
2135
2311
|
@pulumi.getter
|
2136
2312
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -2383,6 +2559,8 @@ class MonitoredResourcesSearchItemArgs:
|
|
2383
2559
|
management_agent_id: Optional[pulumi.Input[str]] = None,
|
2384
2560
|
name: Optional[pulumi.Input[str]] = None,
|
2385
2561
|
properties: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredResourcesSearchItemPropertyArgs']]]] = None,
|
2562
|
+
resource_category: Optional[pulumi.Input[str]] = None,
|
2563
|
+
source_type: Optional[pulumi.Input[str]] = None,
|
2386
2564
|
state: Optional[pulumi.Input[str]] = None,
|
2387
2565
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
2388
2566
|
time_created: Optional[pulumi.Input[str]] = None,
|
@@ -2400,6 +2578,8 @@ class MonitoredResourcesSearchItemArgs:
|
|
2400
2578
|
:param pulumi.Input[str] management_agent_id: A filter to return resources with matching management agent id.
|
2401
2579
|
:param pulumi.Input[str] name: A filter to return resources that match exact resource name.
|
2402
2580
|
:param pulumi.Input[Sequence[pulumi.Input['MonitoredResourcesSearchItemPropertyArgs']]] properties: List of monitored resource properties.
|
2581
|
+
:param pulumi.Input[str] resource_category: Resource category filter.
|
2582
|
+
:param pulumi.Input[str] source_type: Source type filter.
|
2403
2583
|
:param pulumi.Input[str] state: A filter to return resources with matching lifecycle state.
|
2404
2584
|
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
2405
2585
|
:param pulumi.Input[str] time_created: Monitored resource creation time. An RFC3339 formatted datetime string.
|
@@ -2432,6 +2612,10 @@ class MonitoredResourcesSearchItemArgs:
|
|
2432
2612
|
pulumi.set(__self__, "name", name)
|
2433
2613
|
if properties is not None:
|
2434
2614
|
pulumi.set(__self__, "properties", properties)
|
2615
|
+
if resource_category is not None:
|
2616
|
+
pulumi.set(__self__, "resource_category", resource_category)
|
2617
|
+
if source_type is not None:
|
2618
|
+
pulumi.set(__self__, "source_type", source_type)
|
2435
2619
|
if state is not None:
|
2436
2620
|
pulumi.set(__self__, "state", state)
|
2437
2621
|
if system_tags is not None:
|
@@ -2575,6 +2759,30 @@ class MonitoredResourcesSearchItemArgs:
|
|
2575
2759
|
def properties(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredResourcesSearchItemPropertyArgs']]]]):
|
2576
2760
|
pulumi.set(self, "properties", value)
|
2577
2761
|
|
2762
|
+
@property
|
2763
|
+
@pulumi.getter(name="resourceCategory")
|
2764
|
+
def resource_category(self) -> Optional[pulumi.Input[str]]:
|
2765
|
+
"""
|
2766
|
+
Resource category filter.
|
2767
|
+
"""
|
2768
|
+
return pulumi.get(self, "resource_category")
|
2769
|
+
|
2770
|
+
@resource_category.setter
|
2771
|
+
def resource_category(self, value: Optional[pulumi.Input[str]]):
|
2772
|
+
pulumi.set(self, "resource_category", value)
|
2773
|
+
|
2774
|
+
@property
|
2775
|
+
@pulumi.getter(name="sourceType")
|
2776
|
+
def source_type(self) -> Optional[pulumi.Input[str]]:
|
2777
|
+
"""
|
2778
|
+
Source type filter.
|
2779
|
+
"""
|
2780
|
+
return pulumi.get(self, "source_type")
|
2781
|
+
|
2782
|
+
@source_type.setter
|
2783
|
+
def source_type(self, value: Optional[pulumi.Input[str]]):
|
2784
|
+
pulumi.set(self, "source_type", value)
|
2785
|
+
|
2578
2786
|
@property
|
2579
2787
|
@pulumi.getter
|
2580
2788
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -22,7 +22,7 @@ class GetMonitoredResourceResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getMonitoredResource.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, additional_aliases=None, additional_credentials=None, aliases=None, compartment_id=None, credentials=None, database_connection_details=None, defined_tags=None, display_name=None, external_id=None, external_resource_id=None, freeform_tags=None, host_name=None, id=None, license=None, management_agent_id=None, monitored_resource_id=None, name=None, properties=None, resource_time_zone=None, state=None, system_tags=None, tenant_id=None, time_created=None, time_updated=None, type=None):
|
25
|
+
def __init__(__self__, additional_aliases=None, additional_credentials=None, aliases=None, compartment_id=None, credentials=None, database_connection_details=None, defined_tags=None, display_name=None, external_id=None, external_resource_id=None, freeform_tags=None, host_name=None, id=None, license=None, management_agent_id=None, monitored_resource_id=None, name=None, properties=None, resource_category=None, resource_time_zone=None, source_type=None, state=None, system_tags=None, tenant_id=None, time_created=None, time_updated=None, type=None):
|
26
26
|
if additional_aliases and not isinstance(additional_aliases, list):
|
27
27
|
raise TypeError("Expected argument 'additional_aliases' to be a list")
|
28
28
|
pulumi.set(__self__, "additional_aliases", additional_aliases)
|
@@ -77,9 +77,15 @@ class GetMonitoredResourceResult:
|
|
77
77
|
if properties and not isinstance(properties, list):
|
78
78
|
raise TypeError("Expected argument 'properties' to be a list")
|
79
79
|
pulumi.set(__self__, "properties", properties)
|
80
|
+
if resource_category and not isinstance(resource_category, str):
|
81
|
+
raise TypeError("Expected argument 'resource_category' to be a str")
|
82
|
+
pulumi.set(__self__, "resource_category", resource_category)
|
80
83
|
if resource_time_zone and not isinstance(resource_time_zone, str):
|
81
84
|
raise TypeError("Expected argument 'resource_time_zone' to be a str")
|
82
85
|
pulumi.set(__self__, "resource_time_zone", resource_time_zone)
|
86
|
+
if source_type and not isinstance(source_type, str):
|
87
|
+
raise TypeError("Expected argument 'source_type' to be a str")
|
88
|
+
pulumi.set(__self__, "source_type", source_type)
|
83
89
|
if state and not isinstance(state, str):
|
84
90
|
raise TypeError("Expected argument 'state' to be a str")
|
85
91
|
pulumi.set(__self__, "state", state)
|
@@ -231,6 +237,14 @@ class GetMonitoredResourceResult:
|
|
231
237
|
"""
|
232
238
|
return pulumi.get(self, "properties")
|
233
239
|
|
240
|
+
@property
|
241
|
+
@pulumi.getter(name="resourceCategory")
|
242
|
+
def resource_category(self) -> str:
|
243
|
+
"""
|
244
|
+
Resource Category to indicate the kind of resource type.
|
245
|
+
"""
|
246
|
+
return pulumi.get(self, "resource_category")
|
247
|
+
|
234
248
|
@property
|
235
249
|
@pulumi.getter(name="resourceTimeZone")
|
236
250
|
def resource_time_zone(self) -> str:
|
@@ -239,6 +253,14 @@ class GetMonitoredResourceResult:
|
|
239
253
|
"""
|
240
254
|
return pulumi.get(self, "resource_time_zone")
|
241
255
|
|
256
|
+
@property
|
257
|
+
@pulumi.getter(name="sourceType")
|
258
|
+
def source_type(self) -> str:
|
259
|
+
"""
|
260
|
+
Source type to indicate if the resource is stack monitoring discovered, Oracle Cloud Infrastructure native resource, etc.
|
261
|
+
"""
|
262
|
+
return pulumi.get(self, "source_type")
|
263
|
+
|
242
264
|
@property
|
243
265
|
@pulumi.getter
|
244
266
|
def state(self) -> str:
|
@@ -312,7 +334,9 @@ class AwaitableGetMonitoredResourceResult(GetMonitoredResourceResult):
|
|
312
334
|
monitored_resource_id=self.monitored_resource_id,
|
313
335
|
name=self.name,
|
314
336
|
properties=self.properties,
|
337
|
+
resource_category=self.resource_category,
|
315
338
|
resource_time_zone=self.resource_time_zone,
|
339
|
+
source_type=self.source_type,
|
316
340
|
state=self.state,
|
317
341
|
system_tags=self.system_tags,
|
318
342
|
tenant_id=self.tenant_id,
|
@@ -366,7 +390,9 @@ def get_monitored_resource(monitored_resource_id: Optional[str] = None,
|
|
366
390
|
monitored_resource_id=pulumi.get(__ret__, 'monitored_resource_id'),
|
367
391
|
name=pulumi.get(__ret__, 'name'),
|
368
392
|
properties=pulumi.get(__ret__, 'properties'),
|
393
|
+
resource_category=pulumi.get(__ret__, 'resource_category'),
|
369
394
|
resource_time_zone=pulumi.get(__ret__, 'resource_time_zone'),
|
395
|
+
source_type=pulumi.get(__ret__, 'source_type'),
|
370
396
|
state=pulumi.get(__ret__, 'state'),
|
371
397
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
372
398
|
tenant_id=pulumi.get(__ret__, 'tenant_id'),
|