pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -93,12 +93,8 @@ if typing.TYPE_CHECKING:
|
|
93
93
|
datasafe = __datasafe
|
94
94
|
import pulumi_oci.datascience as __datascience
|
95
95
|
datascience = __datascience
|
96
|
-
import pulumi_oci.delegateaccesscontrol as __delegateaccesscontrol
|
97
|
-
delegateaccesscontrol = __delegateaccesscontrol
|
98
96
|
import pulumi_oci.demandsignal as __demandsignal
|
99
97
|
demandsignal = __demandsignal
|
100
|
-
import pulumi_oci.desktops as __desktops
|
101
|
-
desktops = __desktops
|
102
98
|
import pulumi_oci.devops as __devops
|
103
99
|
devops = __devops
|
104
100
|
import pulumi_oci.disasterrecovery as __disasterrecovery
|
@@ -111,6 +107,8 @@ if typing.TYPE_CHECKING:
|
|
111
107
|
events = __events
|
112
108
|
import pulumi_oci.filestorage as __filestorage
|
113
109
|
filestorage = __filestorage
|
110
|
+
import pulumi_oci.fleetsoftwareupdate as __fleetsoftwareupdate
|
111
|
+
fleetsoftwareupdate = __fleetsoftwareupdate
|
114
112
|
import pulumi_oci.functions as __functions
|
115
113
|
functions = __functions
|
116
114
|
import pulumi_oci.fusionapps as __fusionapps
|
@@ -119,6 +117,8 @@ if typing.TYPE_CHECKING:
|
|
119
117
|
generativeai = __generativeai
|
120
118
|
import pulumi_oci.genericartifactscontent as __genericartifactscontent
|
121
119
|
genericartifactscontent = __genericartifactscontent
|
120
|
+
import pulumi_oci.globallydistributeddatabase as __globallydistributeddatabase
|
121
|
+
globallydistributeddatabase = __globallydistributeddatabase
|
122
122
|
import pulumi_oci.goldengate as __goldengate
|
123
123
|
goldengate = __goldengate
|
124
124
|
import pulumi_oci.healthchecks as __healthchecks
|
@@ -286,19 +286,19 @@ else:
|
|
286
286
|
datalabellingservice = _utilities.lazy_import('pulumi_oci.datalabellingservice')
|
287
287
|
datasafe = _utilities.lazy_import('pulumi_oci.datasafe')
|
288
288
|
datascience = _utilities.lazy_import('pulumi_oci.datascience')
|
289
|
-
delegateaccesscontrol = _utilities.lazy_import('pulumi_oci.delegateaccesscontrol')
|
290
289
|
demandsignal = _utilities.lazy_import('pulumi_oci.demandsignal')
|
291
|
-
desktops = _utilities.lazy_import('pulumi_oci.desktops')
|
292
290
|
devops = _utilities.lazy_import('pulumi_oci.devops')
|
293
291
|
disasterrecovery = _utilities.lazy_import('pulumi_oci.disasterrecovery')
|
294
292
|
dns = _utilities.lazy_import('pulumi_oci.dns')
|
295
293
|
email = _utilities.lazy_import('pulumi_oci.email')
|
296
294
|
events = _utilities.lazy_import('pulumi_oci.events')
|
297
295
|
filestorage = _utilities.lazy_import('pulumi_oci.filestorage')
|
296
|
+
fleetsoftwareupdate = _utilities.lazy_import('pulumi_oci.fleetsoftwareupdate')
|
298
297
|
functions = _utilities.lazy_import('pulumi_oci.functions')
|
299
298
|
fusionapps = _utilities.lazy_import('pulumi_oci.fusionapps')
|
300
299
|
generativeai = _utilities.lazy_import('pulumi_oci.generativeai')
|
301
300
|
genericartifactscontent = _utilities.lazy_import('pulumi_oci.genericartifactscontent')
|
301
|
+
globallydistributeddatabase = _utilities.lazy_import('pulumi_oci.globallydistributeddatabase')
|
302
302
|
goldengate = _utilities.lazy_import('pulumi_oci.goldengate')
|
303
303
|
healthchecks = _utilities.lazy_import('pulumi_oci.healthchecks')
|
304
304
|
identity = _utilities.lazy_import('pulumi_oci.identity')
|
@@ -2085,22 +2085,6 @@ _utilities.register(
|
|
2085
2085
|
"oci:DataSafe/maskingPolicy:MaskingPolicy": "MaskingPolicy"
|
2086
2086
|
}
|
2087
2087
|
},
|
2088
|
-
{
|
2089
|
-
"pkg": "oci",
|
2090
|
-
"mod": "DataSafe/maskingPolicyHealthReportManagement",
|
2091
|
-
"fqn": "pulumi_oci.datasafe",
|
2092
|
-
"classes": {
|
2093
|
-
"oci:DataSafe/maskingPolicyHealthReportManagement:MaskingPolicyHealthReportManagement": "MaskingPolicyHealthReportManagement"
|
2094
|
-
}
|
2095
|
-
},
|
2096
|
-
{
|
2097
|
-
"pkg": "oci",
|
2098
|
-
"mod": "DataSafe/maskingReportManagement",
|
2099
|
-
"fqn": "pulumi_oci.datasafe",
|
2100
|
-
"classes": {
|
2101
|
-
"oci:DataSafe/maskingReportManagement:MaskingReportManagement": "MaskingReportManagement"
|
2102
|
-
}
|
2103
|
-
},
|
2104
2088
|
{
|
2105
2089
|
"pkg": "oci",
|
2106
2090
|
"mod": "DataSafe/onPremConnector",
|
@@ -2213,14 +2197,6 @@ _utilities.register(
|
|
2213
2197
|
"oci:DataSafe/setSecurityAssessmentBaseline:SetSecurityAssessmentBaseline": "SetSecurityAssessmentBaseline"
|
2214
2198
|
}
|
2215
2199
|
},
|
2216
|
-
{
|
2217
|
-
"pkg": "oci",
|
2218
|
-
"mod": "DataSafe/setSecurityAssessmentBaselineManagement",
|
2219
|
-
"fqn": "pulumi_oci.datasafe",
|
2220
|
-
"classes": {
|
2221
|
-
"oci:DataSafe/setSecurityAssessmentBaselineManagement:SetSecurityAssessmentBaselineManagement": "SetSecurityAssessmentBaselineManagement"
|
2222
|
-
}
|
2223
|
-
},
|
2224
2200
|
{
|
2225
2201
|
"pkg": "oci",
|
2226
2202
|
"mod": "DataSafe/setUserAssessmentBaseline",
|
@@ -2229,14 +2205,6 @@ _utilities.register(
|
|
2229
2205
|
"oci:DataSafe/setUserAssessmentBaseline:SetUserAssessmentBaseline": "SetUserAssessmentBaseline"
|
2230
2206
|
}
|
2231
2207
|
},
|
2232
|
-
{
|
2233
|
-
"pkg": "oci",
|
2234
|
-
"mod": "DataSafe/setUserAssessmentBaselineManagement",
|
2235
|
-
"fqn": "pulumi_oci.datasafe",
|
2236
|
-
"classes": {
|
2237
|
-
"oci:DataSafe/setUserAssessmentBaselineManagement:SetUserAssessmentBaselineManagement": "SetUserAssessmentBaselineManagement"
|
2238
|
-
}
|
2239
|
-
},
|
2240
2208
|
{
|
2241
2209
|
"pkg": "oci",
|
2242
2210
|
"mod": "DataSafe/sqlCollection",
|
@@ -2293,14 +2261,6 @@ _utilities.register(
|
|
2293
2261
|
"oci:DataSafe/unsetSecurityAssessmentBaseline:UnsetSecurityAssessmentBaseline": "UnsetSecurityAssessmentBaseline"
|
2294
2262
|
}
|
2295
2263
|
},
|
2296
|
-
{
|
2297
|
-
"pkg": "oci",
|
2298
|
-
"mod": "DataSafe/unsetSecurityAssessmentBaselineManagement",
|
2299
|
-
"fqn": "pulumi_oci.datasafe",
|
2300
|
-
"classes": {
|
2301
|
-
"oci:DataSafe/unsetSecurityAssessmentBaselineManagement:UnsetSecurityAssessmentBaselineManagement": "UnsetSecurityAssessmentBaselineManagement"
|
2302
|
-
}
|
2303
|
-
},
|
2304
2264
|
{
|
2305
2265
|
"pkg": "oci",
|
2306
2266
|
"mod": "DataSafe/unsetUserAssessmentBaseline",
|
@@ -2309,14 +2269,6 @@ _utilities.register(
|
|
2309
2269
|
"oci:DataSafe/unsetUserAssessmentBaseline:UnsetUserAssessmentBaseline": "UnsetUserAssessmentBaseline"
|
2310
2270
|
}
|
2311
2271
|
},
|
2312
|
-
{
|
2313
|
-
"pkg": "oci",
|
2314
|
-
"mod": "DataSafe/unsetUserAssessmentBaselineManagement",
|
2315
|
-
"fqn": "pulumi_oci.datasafe",
|
2316
|
-
"classes": {
|
2317
|
-
"oci:DataSafe/unsetUserAssessmentBaselineManagement:UnsetUserAssessmentBaselineManagement": "UnsetUserAssessmentBaselineManagement"
|
2318
|
-
}
|
2319
|
-
},
|
2320
2272
|
{
|
2321
2273
|
"pkg": "oci",
|
2322
2274
|
"mod": "DataSafe/userAssessment",
|
@@ -2933,14 +2885,6 @@ _utilities.register(
|
|
2933
2885
|
"oci:Database/vmClusterRemoveVirtualMachine:VmClusterRemoveVirtualMachine": "VmClusterRemoveVirtualMachine"
|
2934
2886
|
}
|
2935
2887
|
},
|
2936
|
-
{
|
2937
|
-
"pkg": "oci",
|
2938
|
-
"mod": "DatabaseManagement/autonomousDatabaseAutonomousDatabaseDbmFeaturesManagement",
|
2939
|
-
"fqn": "pulumi_oci.databasemanagement",
|
2940
|
-
"classes": {
|
2941
|
-
"oci:DatabaseManagement/autonomousDatabaseAutonomousDatabaseDbmFeaturesManagement:AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement": "AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement"
|
2942
|
-
}
|
2943
|
-
},
|
2944
2888
|
{
|
2945
2889
|
"pkg": "oci",
|
2946
2890
|
"mod": "DatabaseManagement/databaseDbmFeaturesManagement",
|
@@ -3205,22 +3149,6 @@ _utilities.register(
|
|
3205
3149
|
"oci:DatabaseTools/databaseToolsPrivateEndpoint:DatabaseToolsPrivateEndpoint": "DatabaseToolsPrivateEndpoint"
|
3206
3150
|
}
|
3207
3151
|
},
|
3208
|
-
{
|
3209
|
-
"pkg": "oci",
|
3210
|
-
"mod": "DelegateAccessControl/delegationControl",
|
3211
|
-
"fqn": "pulumi_oci.delegateaccesscontrol",
|
3212
|
-
"classes": {
|
3213
|
-
"oci:DelegateAccessControl/delegationControl:DelegationControl": "DelegationControl"
|
3214
|
-
}
|
3215
|
-
},
|
3216
|
-
{
|
3217
|
-
"pkg": "oci",
|
3218
|
-
"mod": "DelegateAccessControl/delegationSubscription",
|
3219
|
-
"fqn": "pulumi_oci.delegateaccesscontrol",
|
3220
|
-
"classes": {
|
3221
|
-
"oci:DelegateAccessControl/delegationSubscription:DelegationSubscription": "DelegationSubscription"
|
3222
|
-
}
|
3223
|
-
},
|
3224
3152
|
{
|
3225
3153
|
"pkg": "oci",
|
3226
3154
|
"mod": "DemandSignal/occDemandSignal",
|
@@ -3229,14 +3157,6 @@ _utilities.register(
|
|
3229
3157
|
"oci:DemandSignal/occDemandSignal:OccDemandSignal": "OccDemandSignal"
|
3230
3158
|
}
|
3231
3159
|
},
|
3232
|
-
{
|
3233
|
-
"pkg": "oci",
|
3234
|
-
"mod": "Desktops/desktopPool",
|
3235
|
-
"fqn": "pulumi_oci.desktops",
|
3236
|
-
"classes": {
|
3237
|
-
"oci:Desktops/desktopPool:DesktopPool": "DesktopPool"
|
3238
|
-
}
|
3239
|
-
},
|
3240
3160
|
{
|
3241
3161
|
"pkg": "oci",
|
3242
3162
|
"mod": "DevOps/buildPipeline",
|
@@ -3589,6 +3509,22 @@ _utilities.register(
|
|
3589
3509
|
"oci:FileStorage/snapshot:Snapshot": "Snapshot"
|
3590
3510
|
}
|
3591
3511
|
},
|
3512
|
+
{
|
3513
|
+
"pkg": "oci",
|
3514
|
+
"mod": "FleetSoftwareUpdate/fsuCollection",
|
3515
|
+
"fqn": "pulumi_oci.fleetsoftwareupdate",
|
3516
|
+
"classes": {
|
3517
|
+
"oci:FleetSoftwareUpdate/fsuCollection:FsuCollection": "FsuCollection"
|
3518
|
+
}
|
3519
|
+
},
|
3520
|
+
{
|
3521
|
+
"pkg": "oci",
|
3522
|
+
"mod": "FleetSoftwareUpdate/fsuCycle",
|
3523
|
+
"fqn": "pulumi_oci.fleetsoftwareupdate",
|
3524
|
+
"classes": {
|
3525
|
+
"oci:FleetSoftwareUpdate/fsuCycle:FsuCycle": "FsuCycle"
|
3526
|
+
}
|
3527
|
+
},
|
3592
3528
|
{
|
3593
3529
|
"pkg": "oci",
|
3594
3530
|
"mod": "Functions/application",
|
@@ -3693,6 +3629,22 @@ _utilities.register(
|
|
3693
3629
|
"oci:GenericArtifactsContent/artifactByPath:ArtifactByPath": "ArtifactByPath"
|
3694
3630
|
}
|
3695
3631
|
},
|
3632
|
+
{
|
3633
|
+
"pkg": "oci",
|
3634
|
+
"mod": "GloballyDistributedDatabase/privateEndpoint",
|
3635
|
+
"fqn": "pulumi_oci.globallydistributeddatabase",
|
3636
|
+
"classes": {
|
3637
|
+
"oci:GloballyDistributedDatabase/privateEndpoint:PrivateEndpoint": "PrivateEndpoint"
|
3638
|
+
}
|
3639
|
+
},
|
3640
|
+
{
|
3641
|
+
"pkg": "oci",
|
3642
|
+
"mod": "GloballyDistributedDatabase/shardedDatabase",
|
3643
|
+
"fqn": "pulumi_oci.globallydistributeddatabase",
|
3644
|
+
"classes": {
|
3645
|
+
"oci:GloballyDistributedDatabase/shardedDatabase:ShardedDatabase": "ShardedDatabase"
|
3646
|
+
}
|
3647
|
+
},
|
3696
3648
|
{
|
3697
3649
|
"pkg": "oci",
|
3698
3650
|
"mod": "GoldenGate/connection",
|
@@ -10,6 +10,5 @@ from .announcement_subscriptions_actions_change_compartment import *
|
|
10
10
|
from .announcement_subscriptions_filter_group import *
|
11
11
|
from .get_announcement_subscription import *
|
12
12
|
from .get_announcement_subscriptions import *
|
13
|
-
from .get_services import *
|
14
13
|
from ._inputs import *
|
15
14
|
from . import outputs
|
@@ -14,7 +14,6 @@ __all__ = [
|
|
14
14
|
'AnnouncementSubscriptionFilterGroupsFilterArgs',
|
15
15
|
'AnnouncementSubscriptionsFilterGroupFilterArgs',
|
16
16
|
'GetAnnouncementSubscriptionsFilterArgs',
|
17
|
-
'GetServicesFilterArgs',
|
18
17
|
]
|
19
18
|
|
20
19
|
@pulumi.input_type
|
@@ -23,7 +22,7 @@ class AnnouncementSubscriptionFilterGroupsArgs:
|
|
23
22
|
filters: pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]],
|
24
23
|
name: Optional[pulumi.Input[str]] = None):
|
25
24
|
"""
|
26
|
-
:param pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]] filters: A list of filters against which the Announcements service matches announcements. You cannot
|
25
|
+
:param pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]] filters: A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group.
|
27
26
|
:param pulumi.Input[str] name: The name of the group. The name must be unique and it cannot be changed. Avoid entering confidential information.
|
28
27
|
"""
|
29
28
|
pulumi.set(__self__, "filters", filters)
|
@@ -34,7 +33,7 @@ class AnnouncementSubscriptionFilterGroupsArgs:
|
|
34
33
|
@pulumi.getter
|
35
34
|
def filters(self) -> pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]]:
|
36
35
|
"""
|
37
|
-
A list of filters against which the Announcements service matches announcements. You cannot
|
36
|
+
A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group.
|
38
37
|
"""
|
39
38
|
return pulumi.get(self, "filters")
|
40
39
|
|
@@ -61,7 +60,7 @@ class AnnouncementSubscriptionFilterGroupsFilterArgs:
|
|
61
60
|
type: pulumi.Input[str],
|
62
61
|
value: pulumi.Input[str]):
|
63
62
|
"""
|
64
|
-
:param pulumi.Input[str] type: The type of filter.
|
63
|
+
:param pulumi.Input[str] type: The type of filter.
|
65
64
|
:param pulumi.Input[str] value: The value of the filter.
|
66
65
|
"""
|
67
66
|
pulumi.set(__self__, "type", type)
|
@@ -71,7 +70,7 @@ class AnnouncementSubscriptionFilterGroupsFilterArgs:
|
|
71
70
|
@pulumi.getter
|
72
71
|
def type(self) -> pulumi.Input[str]:
|
73
72
|
"""
|
74
|
-
The type of filter.
|
73
|
+
The type of filter.
|
75
74
|
"""
|
76
75
|
return pulumi.get(self, "type")
|
77
76
|
|
@@ -98,7 +97,7 @@ class AnnouncementSubscriptionsFilterGroupFilterArgs:
|
|
98
97
|
type: pulumi.Input[str],
|
99
98
|
value: pulumi.Input[str]):
|
100
99
|
"""
|
101
|
-
:param pulumi.Input[str] type: (Updatable) The type of filter.
|
100
|
+
:param pulumi.Input[str] type: (Updatable) The type of filter.
|
102
101
|
:param pulumi.Input[str] value: (Updatable) The value of the filter.
|
103
102
|
"""
|
104
103
|
pulumi.set(__self__, "type", type)
|
@@ -108,7 +107,7 @@ class AnnouncementSubscriptionsFilterGroupFilterArgs:
|
|
108
107
|
@pulumi.getter
|
109
108
|
def type(self) -> pulumi.Input[str]:
|
110
109
|
"""
|
111
|
-
(Updatable) The type of filter.
|
110
|
+
(Updatable) The type of filter.
|
112
111
|
"""
|
113
112
|
return pulumi.get(self, "type")
|
114
113
|
|
@@ -174,42 +173,3 @@ class GetAnnouncementSubscriptionsFilterArgs:
|
|
174
173
|
pulumi.set(self, "regex", value)
|
175
174
|
|
176
175
|
|
177
|
-
@pulumi.input_type
|
178
|
-
class GetServicesFilterArgs:
|
179
|
-
def __init__(__self__, *,
|
180
|
-
name: str,
|
181
|
-
values: Sequence[str],
|
182
|
-
regex: Optional[bool] = None):
|
183
|
-
pulumi.set(__self__, "name", name)
|
184
|
-
pulumi.set(__self__, "values", values)
|
185
|
-
if regex is not None:
|
186
|
-
pulumi.set(__self__, "regex", regex)
|
187
|
-
|
188
|
-
@property
|
189
|
-
@pulumi.getter
|
190
|
-
def name(self) -> str:
|
191
|
-
return pulumi.get(self, "name")
|
192
|
-
|
193
|
-
@name.setter
|
194
|
-
def name(self, value: str):
|
195
|
-
pulumi.set(self, "name", value)
|
196
|
-
|
197
|
-
@property
|
198
|
-
@pulumi.getter
|
199
|
-
def values(self) -> Sequence[str]:
|
200
|
-
return pulumi.get(self, "values")
|
201
|
-
|
202
|
-
@values.setter
|
203
|
-
def values(self, value: Sequence[str]):
|
204
|
-
pulumi.set(self, "values", value)
|
205
|
-
|
206
|
-
@property
|
207
|
-
@pulumi.getter
|
208
|
-
def regex(self) -> Optional[bool]:
|
209
|
-
return pulumi.get(self, "regex")
|
210
|
-
|
211
|
-
@regex.setter
|
212
|
-
def regex(self, value: Optional[bool]):
|
213
|
-
pulumi.set(self, "regex", value)
|
214
|
-
|
215
|
-
|
@@ -34,8 +34,8 @@ class AnnouncementSubscriptionArgs:
|
|
34
34
|
:param pulumi.Input[str] description: (Updatable) A description of the announcement subscription. Avoid entering confidential information.
|
35
35
|
:param pulumi.Input['AnnouncementSubscriptionFilterGroupsArgs'] filter_groups: A list of filter groups for the announcement subscription. A filter group combines one or more filters that the Announcements service applies to announcements for matching purposes.
|
36
36
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
37
|
-
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with
|
38
|
-
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone
|
37
|
+
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
38
|
+
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
39
39
|
|
40
40
|
|
41
41
|
** IMPORTANT **
|
@@ -145,7 +145,7 @@ class AnnouncementSubscriptionArgs:
|
|
145
145
|
@pulumi.getter(name="preferredLanguage")
|
146
146
|
def preferred_language(self) -> Optional[pulumi.Input[str]]:
|
147
147
|
"""
|
148
|
-
(Updatable) (For announcement subscriptions with
|
148
|
+
(Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
149
149
|
"""
|
150
150
|
return pulumi.get(self, "preferred_language")
|
151
151
|
|
@@ -157,7 +157,7 @@ class AnnouncementSubscriptionArgs:
|
|
157
157
|
@pulumi.getter(name="preferredTimeZone")
|
158
158
|
def preferred_time_zone(self) -> Optional[pulumi.Input[str]]:
|
159
159
|
"""
|
160
|
-
(Updatable) The time zone
|
160
|
+
(Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
161
161
|
|
162
162
|
|
163
163
|
** IMPORTANT **
|
@@ -197,8 +197,8 @@ class _AnnouncementSubscriptionState:
|
|
197
197
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
198
198
|
:param pulumi.Input[str] lifecycle_details: A message describing the current lifecycle state in more detail. For example, details might provide required or recommended actions for a resource in a Failed state.
|
199
199
|
:param pulumi.Input[str] ons_topic_id: (Updatable) The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription. The caller of the operation needs the ONS_TOPIC_PUBLISH permission for the targeted Notifications service topic. For more information about Notifications permissions, see [Details for Notifications](https://docs.cloud.oracle.com/iaas/Content/Identity/policyreference/notificationpolicyreference.htm).
|
200
|
-
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with
|
201
|
-
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone
|
200
|
+
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
201
|
+
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
202
202
|
|
203
203
|
|
204
204
|
** IMPORTANT **
|
@@ -337,7 +337,7 @@ class _AnnouncementSubscriptionState:
|
|
337
337
|
@pulumi.getter(name="preferredLanguage")
|
338
338
|
def preferred_language(self) -> Optional[pulumi.Input[str]]:
|
339
339
|
"""
|
340
|
-
(Updatable) (For announcement subscriptions with
|
340
|
+
(Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
341
341
|
"""
|
342
342
|
return pulumi.get(self, "preferred_language")
|
343
343
|
|
@@ -349,7 +349,7 @@ class _AnnouncementSubscriptionState:
|
|
349
349
|
@pulumi.getter(name="preferredTimeZone")
|
350
350
|
def preferred_time_zone(self) -> Optional[pulumi.Input[str]]:
|
351
351
|
"""
|
352
|
-
(Updatable) The time zone
|
352
|
+
(Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
353
353
|
|
354
354
|
|
355
355
|
** IMPORTANT **
|
@@ -476,8 +476,8 @@ class AnnouncementSubscription(pulumi.CustomResource):
|
|
476
476
|
:param pulumi.Input[Union['AnnouncementSubscriptionFilterGroupsArgs', 'AnnouncementSubscriptionFilterGroupsArgsDict']] filter_groups: A list of filter groups for the announcement subscription. A filter group combines one or more filters that the Announcements service applies to announcements for matching purposes.
|
477
477
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
478
478
|
:param pulumi.Input[str] ons_topic_id: (Updatable) The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription. The caller of the operation needs the ONS_TOPIC_PUBLISH permission for the targeted Notifications service topic. For more information about Notifications permissions, see [Details for Notifications](https://docs.cloud.oracle.com/iaas/Content/Identity/policyreference/notificationpolicyreference.htm).
|
479
|
-
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with
|
480
|
-
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone
|
479
|
+
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
480
|
+
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
481
481
|
|
482
482
|
|
483
483
|
** IMPORTANT **
|
@@ -623,8 +623,8 @@ class AnnouncementSubscription(pulumi.CustomResource):
|
|
623
623
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
624
624
|
:param pulumi.Input[str] lifecycle_details: A message describing the current lifecycle state in more detail. For example, details might provide required or recommended actions for a resource in a Failed state.
|
625
625
|
:param pulumi.Input[str] ons_topic_id: (Updatable) The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription. The caller of the operation needs the ONS_TOPIC_PUBLISH permission for the targeted Notifications service topic. For more information about Notifications permissions, see [Details for Notifications](https://docs.cloud.oracle.com/iaas/Content/Identity/policyreference/notificationpolicyreference.htm).
|
626
|
-
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with
|
627
|
-
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone
|
626
|
+
:param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
627
|
+
:param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
628
628
|
|
629
629
|
|
630
630
|
** IMPORTANT **
|
@@ -722,7 +722,7 @@ class AnnouncementSubscription(pulumi.CustomResource):
|
|
722
722
|
@pulumi.getter(name="preferredLanguage")
|
723
723
|
def preferred_language(self) -> pulumi.Output[str]:
|
724
724
|
"""
|
725
|
-
(Updatable) (For announcement subscriptions with
|
725
|
+
(Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
726
726
|
"""
|
727
727
|
return pulumi.get(self, "preferred_language")
|
728
728
|
|
@@ -730,7 +730,7 @@ class AnnouncementSubscription(pulumi.CustomResource):
|
|
730
730
|
@pulumi.getter(name="preferredTimeZone")
|
731
731
|
def preferred_time_zone(self) -> pulumi.Output[str]:
|
732
732
|
"""
|
733
|
-
(Updatable) The time zone
|
733
|
+
(Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
734
734
|
|
735
735
|
|
736
736
|
** IMPORTANT **
|
@@ -153,7 +153,7 @@ class GetAnnouncementSubscriptionResult:
|
|
153
153
|
@pulumi.getter(name="preferredLanguage")
|
154
154
|
def preferred_language(self) -> str:
|
155
155
|
"""
|
156
|
-
(For announcement subscriptions with
|
156
|
+
(For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
|
157
157
|
"""
|
158
158
|
return pulumi.get(self, "preferred_language")
|
159
159
|
|
@@ -161,7 +161,7 @@ class GetAnnouncementSubscriptionResult:
|
|
161
161
|
@pulumi.getter(name="preferredTimeZone")
|
162
162
|
def preferred_time_zone(self) -> str:
|
163
163
|
"""
|
164
|
-
The time zone
|
164
|
+
The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
|
165
165
|
"""
|
166
166
|
return pulumi.get(self, "preferred_time_zone")
|
167
167
|
|