pulumi-oci 1.30.0a1712219839__py3-none-any.whl → 1.31.0a1712402206__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/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/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -24
- 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/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-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/RECORD +33 -33
- {pulumi_oci-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1712219839.dist-info → pulumi_oci-1.31.0a1712402206.dist-info}/top_level.txt +0 -0
@@ -74,7 +74,7 @@ class DomainsGroupArgs:
|
|
74
74
|
* returned: default
|
75
75
|
* type: string
|
76
76
|
* uniqueness: none
|
77
|
-
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
77
|
+
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
78
78
|
|
79
79
|
**SCIM++ Properties:**
|
80
80
|
* caseExact: false
|
@@ -282,7 +282,7 @@ class DomainsGroupArgs:
|
|
282
282
|
@pulumi.getter
|
283
283
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]]]:
|
284
284
|
"""
|
285
|
-
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
285
|
+
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
286
286
|
|
287
287
|
**SCIM++ Properties:**
|
288
288
|
* caseExact: false
|
@@ -576,7 +576,7 @@ class _DomainsGroupState:
|
|
576
576
|
* returned: request
|
577
577
|
* type: string
|
578
578
|
* uniqueness: none
|
579
|
-
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
579
|
+
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
580
580
|
|
581
581
|
**SCIM++ Properties:**
|
582
582
|
* caseExact: false
|
@@ -968,7 +968,7 @@ class _DomainsGroupState:
|
|
968
968
|
@pulumi.getter
|
969
969
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]]]:
|
970
970
|
"""
|
971
|
-
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
971
|
+
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
972
972
|
|
973
973
|
**SCIM++ Properties:**
|
974
974
|
* caseExact: false
|
@@ -1274,7 +1274,7 @@ class DomainsGroup(pulumi.CustomResource):
|
|
1274
1274
|
* type: string
|
1275
1275
|
* uniqueness: none
|
1276
1276
|
:param pulumi.Input[str] idcs_endpoint: The basic endpoint for the identity domain
|
1277
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
1277
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
1278
1278
|
|
1279
1279
|
**SCIM++ Properties:**
|
1280
1280
|
* caseExact: false
|
@@ -1578,7 +1578,7 @@ class DomainsGroup(pulumi.CustomResource):
|
|
1578
1578
|
* returned: request
|
1579
1579
|
* type: string
|
1580
1580
|
* uniqueness: none
|
1581
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
1581
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
1582
1582
|
|
1583
1583
|
**SCIM++ Properties:**
|
1584
1584
|
* caseExact: false
|
@@ -1896,7 +1896,7 @@ class DomainsGroup(pulumi.CustomResource):
|
|
1896
1896
|
@pulumi.getter
|
1897
1897
|
def members(self) -> pulumi.Output[Sequence['outputs.DomainsGroupMember']]:
|
1898
1898
|
"""
|
1899
|
-
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
1899
|
+
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
1900
1900
|
|
1901
1901
|
**SCIM++ Properties:**
|
1902
1902
|
* caseExact: false
|
@@ -293,7 +293,7 @@ class GetDomainsAppRoleResult:
|
|
293
293
|
@pulumi.getter
|
294
294
|
def members(self) -> Sequence['outputs.GetDomainsAppRoleMemberResult']:
|
295
295
|
"""
|
296
|
-
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
296
|
+
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
297
297
|
"""
|
298
298
|
return pulumi.get(self, "members")
|
299
299
|
|
@@ -220,7 +220,7 @@ class GetDomainsGroupResult:
|
|
220
220
|
@pulumi.getter
|
221
221
|
def members(self) -> Sequence['outputs.GetDomainsGroupMemberResult']:
|
222
222
|
"""
|
223
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
223
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
224
224
|
"""
|
225
225
|
return pulumi.get(self, "members")
|
226
226
|
|
pulumi_oci/identity/outputs.py
CHANGED
@@ -73229,7 +73229,7 @@ class GetDomainsAppRolesAppRoleResult(dict):
|
|
73229
73229
|
:param str legacy_group_name: The name of the legacy group associated with this AppRole.
|
73230
73230
|
:param bool limited_to_one_or_more_groups: If true, indicates that this Oracle Identity Cloud Service AppRole can be granted to a delegated administrator whose scope is limited to users that are members of one or more groups.
|
73231
73231
|
:param str localized_display_name: AppRole localization name
|
73232
|
-
:param Sequence['GetDomainsAppRolesAppRoleMemberArgs'] members: AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
73232
|
+
:param Sequence['GetDomainsAppRolesAppRoleMemberArgs'] members: AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
73233
73233
|
:param Sequence['GetDomainsAppRolesAppRoleMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
73234
73234
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
73235
73235
|
:param bool public: If true, this AppRole is available automatically to every Oracle Identity Cloud Service User in this tenancy. There is no need to grant it to individual Users or Groups.
|
@@ -73451,7 +73451,7 @@ class GetDomainsAppRolesAppRoleResult(dict):
|
|
73451
73451
|
@pulumi.getter
|
73452
73452
|
def members(self) -> Sequence['outputs.GetDomainsAppRolesAppRoleMemberResult']:
|
73453
73453
|
"""
|
73454
|
-
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
73454
|
+
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
73455
73455
|
"""
|
73456
73456
|
return pulumi.get(self, "members")
|
73457
73457
|
|
@@ -97192,7 +97192,7 @@ class GetDomainsGroupsGroupResult(dict):
|
|
97192
97192
|
:param Sequence['GetDomainsGroupsGroupIdcsLastModifiedByArgs'] idcs_last_modified_bies: The User or App who modified the Resource
|
97193
97193
|
:param str idcs_last_upgraded_in_release: The release number when the resource was upgraded.
|
97194
97194
|
:param Sequence[str] idcs_prevented_operations: Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
97195
|
-
:param Sequence['GetDomainsGroupsGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
97195
|
+
:param Sequence['GetDomainsGroupsGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
97196
97196
|
:param Sequence['GetDomainsGroupsGroupMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
97197
97197
|
:param str non_unique_display_name: A human readable name for the group as defined by the Service Consumer.
|
97198
97198
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
@@ -97352,7 +97352,7 @@ class GetDomainsGroupsGroupResult(dict):
|
|
97352
97352
|
@pulumi.getter
|
97353
97353
|
def members(self) -> Sequence['outputs.GetDomainsGroupsGroupMemberResult']:
|
97354
97354
|
"""
|
97355
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
97355
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
97356
97356
|
"""
|
97357
97357
|
return pulumi.get(self, "members")
|
97358
97358
|
|
@@ -108626,7 +108626,7 @@ class GetDomainsMyGroupsMyGroupResult(dict):
|
|
108626
108626
|
:param Sequence['GetDomainsMyGroupsMyGroupIdcsLastModifiedByArgs'] idcs_last_modified_bies: The User or App who modified the Resource
|
108627
108627
|
:param str idcs_last_upgraded_in_release: The release number when the resource was upgraded.
|
108628
108628
|
:param Sequence[str] idcs_prevented_operations: Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
108629
|
-
:param Sequence['GetDomainsMyGroupsMyGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
108629
|
+
:param Sequence['GetDomainsMyGroupsMyGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
108630
108630
|
:param Sequence['GetDomainsMyGroupsMyGroupMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
108631
108631
|
:param str non_unique_display_name: A human readable name for the group as defined by the Service Consumer.
|
108632
108632
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
@@ -108740,7 +108740,7 @@ class GetDomainsMyGroupsMyGroupResult(dict):
|
|
108740
108740
|
@pulumi.getter
|
108741
108741
|
def members(self) -> Sequence['outputs.GetDomainsMyGroupsMyGroupMemberResult']:
|
108742
108742
|
"""
|
108743
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
108743
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
108744
108744
|
"""
|
108745
108745
|
return pulumi.get(self, "members")
|
108746
108746
|
|
@@ -111161,7 +111161,7 @@ class GetDomainsMyRequestableGroupsMyRequestableGroupResult(dict):
|
|
111161
111161
|
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupIdcsLastModifiedByArgs'] idcs_last_modified_bies: The User or App who modified the Resource
|
111162
111162
|
:param str idcs_last_upgraded_in_release: The release number when the resource was upgraded.
|
111163
111163
|
:param Sequence[str] idcs_prevented_operations: Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
111164
|
-
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
111164
|
+
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
111165
111165
|
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
111166
111166
|
:param str non_unique_display_name: A human readable name for the group as defined by the Service Consumer.
|
111167
111167
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
@@ -111275,7 +111275,7 @@ class GetDomainsMyRequestableGroupsMyRequestableGroupResult(dict):
|
|
111275
111275
|
@pulumi.getter
|
111276
111276
|
def members(self) -> Sequence['outputs.GetDomainsMyRequestableGroupsMyRequestableGroupMemberResult']:
|
111277
111277
|
"""
|
111278
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
111278
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
111279
111279
|
"""
|
111280
111280
|
return pulumi.get(self, "members")
|
111281
111281
|
|
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
|
|