pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.4.0a1755922408__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
pulumi_oci/apigateway/_inputs.py
CHANGED
@@ -15,8 +15,14 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'ApiLockArgs',
|
19
|
+
'ApiLockArgsDict',
|
18
20
|
'ApiValidationResultArgs',
|
19
21
|
'ApiValidationResultArgsDict',
|
22
|
+
'CertificateLockArgs',
|
23
|
+
'CertificateLockArgsDict',
|
24
|
+
'DeploymentLockArgs',
|
25
|
+
'DeploymentLockArgsDict',
|
20
26
|
'DeploymentSpecificationArgs',
|
21
27
|
'DeploymentSpecificationArgsDict',
|
22
28
|
'DeploymentSpecificationLoggingPoliciesArgs',
|
@@ -215,12 +221,16 @@ __all__ = [
|
|
215
221
|
'GatewayCaBundleArgsDict',
|
216
222
|
'GatewayIpAddressArgs',
|
217
223
|
'GatewayIpAddressArgsDict',
|
224
|
+
'GatewayLockArgs',
|
225
|
+
'GatewayLockArgsDict',
|
218
226
|
'GatewayResponseCacheDetailsArgs',
|
219
227
|
'GatewayResponseCacheDetailsArgsDict',
|
220
228
|
'GatewayResponseCacheDetailsServerArgs',
|
221
229
|
'GatewayResponseCacheDetailsServerArgsDict',
|
222
230
|
'SubscriberClientArgs',
|
223
231
|
'SubscriberClientArgsDict',
|
232
|
+
'SubscriberLockArgs',
|
233
|
+
'SubscriberLockArgsDict',
|
224
234
|
'UsagePlanEntitlementArgs',
|
225
235
|
'UsagePlanEntitlementArgsDict',
|
226
236
|
'UsagePlanEntitlementQuotaArgs',
|
@@ -229,6 +239,8 @@ __all__ = [
|
|
229
239
|
'UsagePlanEntitlementRateLimitArgsDict',
|
230
240
|
'UsagePlanEntitlementTargetArgs',
|
231
241
|
'UsagePlanEntitlementTargetArgsDict',
|
242
|
+
'UsagePlanLockArgs',
|
243
|
+
'UsagePlanLockArgsDict',
|
232
244
|
'GetApisFilterArgs',
|
233
245
|
'GetApisFilterArgsDict',
|
234
246
|
'GetCertificatesFilterArgs',
|
@@ -245,6 +257,109 @@ __all__ = [
|
|
245
257
|
|
246
258
|
MYPY = False
|
247
259
|
|
260
|
+
if not MYPY:
|
261
|
+
class ApiLockArgsDict(TypedDict):
|
262
|
+
type: pulumi.Input[_builtins.str]
|
263
|
+
"""
|
264
|
+
Type of the lock.
|
265
|
+
|
266
|
+
|
267
|
+
** IMPORTANT **
|
268
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
269
|
+
"""
|
270
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
271
|
+
"""
|
272
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
273
|
+
"""
|
274
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
275
|
+
"""
|
276
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
277
|
+
"""
|
278
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
279
|
+
"""
|
280
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
281
|
+
"""
|
282
|
+
elif False:
|
283
|
+
ApiLockArgsDict: TypeAlias = Mapping[str, Any]
|
284
|
+
|
285
|
+
@pulumi.input_type
|
286
|
+
class ApiLockArgs:
|
287
|
+
def __init__(__self__, *,
|
288
|
+
type: pulumi.Input[_builtins.str],
|
289
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
290
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
291
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None):
|
292
|
+
"""
|
293
|
+
:param pulumi.Input[_builtins.str] type: Type of the lock.
|
294
|
+
|
295
|
+
|
296
|
+
** IMPORTANT **
|
297
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
298
|
+
:param pulumi.Input[_builtins.str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
299
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
300
|
+
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
301
|
+
"""
|
302
|
+
pulumi.set(__self__, "type", type)
|
303
|
+
if message is not None:
|
304
|
+
pulumi.set(__self__, "message", message)
|
305
|
+
if related_resource_id is not None:
|
306
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
307
|
+
if time_created is not None:
|
308
|
+
pulumi.set(__self__, "time_created", time_created)
|
309
|
+
|
310
|
+
@_builtins.property
|
311
|
+
@pulumi.getter
|
312
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
313
|
+
"""
|
314
|
+
Type of the lock.
|
315
|
+
|
316
|
+
|
317
|
+
** IMPORTANT **
|
318
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
319
|
+
"""
|
320
|
+
return pulumi.get(self, "type")
|
321
|
+
|
322
|
+
@type.setter
|
323
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
324
|
+
pulumi.set(self, "type", value)
|
325
|
+
|
326
|
+
@_builtins.property
|
327
|
+
@pulumi.getter
|
328
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
329
|
+
"""
|
330
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
331
|
+
"""
|
332
|
+
return pulumi.get(self, "message")
|
333
|
+
|
334
|
+
@message.setter
|
335
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
336
|
+
pulumi.set(self, "message", value)
|
337
|
+
|
338
|
+
@_builtins.property
|
339
|
+
@pulumi.getter(name="relatedResourceId")
|
340
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
341
|
+
"""
|
342
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
343
|
+
"""
|
344
|
+
return pulumi.get(self, "related_resource_id")
|
345
|
+
|
346
|
+
@related_resource_id.setter
|
347
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
348
|
+
pulumi.set(self, "related_resource_id", value)
|
349
|
+
|
350
|
+
@_builtins.property
|
351
|
+
@pulumi.getter(name="timeCreated")
|
352
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
353
|
+
"""
|
354
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
355
|
+
"""
|
356
|
+
return pulumi.get(self, "time_created")
|
357
|
+
|
358
|
+
@time_created.setter
|
359
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
360
|
+
pulumi.set(self, "time_created", value)
|
361
|
+
|
362
|
+
|
248
363
|
if not MYPY:
|
249
364
|
class ApiValidationResultArgsDict(TypedDict):
|
250
365
|
name: NotRequired[pulumi.Input[_builtins.str]]
|
@@ -297,6 +412,188 @@ class ApiValidationResultArgs:
|
|
297
412
|
pulumi.set(self, "result", value)
|
298
413
|
|
299
414
|
|
415
|
+
if not MYPY:
|
416
|
+
class CertificateLockArgsDict(TypedDict):
|
417
|
+
type: pulumi.Input[_builtins.str]
|
418
|
+
"""
|
419
|
+
Type of the lock.
|
420
|
+
"""
|
421
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
422
|
+
"""
|
423
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
424
|
+
"""
|
425
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
426
|
+
"""
|
427
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
428
|
+
"""
|
429
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
430
|
+
"""
|
431
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
432
|
+
"""
|
433
|
+
elif False:
|
434
|
+
CertificateLockArgsDict: TypeAlias = Mapping[str, Any]
|
435
|
+
|
436
|
+
@pulumi.input_type
|
437
|
+
class CertificateLockArgs:
|
438
|
+
def __init__(__self__, *,
|
439
|
+
type: pulumi.Input[_builtins.str],
|
440
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
441
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
442
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None):
|
443
|
+
"""
|
444
|
+
:param pulumi.Input[_builtins.str] type: Type of the lock.
|
445
|
+
:param pulumi.Input[_builtins.str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
446
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
447
|
+
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
448
|
+
"""
|
449
|
+
pulumi.set(__self__, "type", type)
|
450
|
+
if message is not None:
|
451
|
+
pulumi.set(__self__, "message", message)
|
452
|
+
if related_resource_id is not None:
|
453
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
454
|
+
if time_created is not None:
|
455
|
+
pulumi.set(__self__, "time_created", time_created)
|
456
|
+
|
457
|
+
@_builtins.property
|
458
|
+
@pulumi.getter
|
459
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
460
|
+
"""
|
461
|
+
Type of the lock.
|
462
|
+
"""
|
463
|
+
return pulumi.get(self, "type")
|
464
|
+
|
465
|
+
@type.setter
|
466
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
467
|
+
pulumi.set(self, "type", value)
|
468
|
+
|
469
|
+
@_builtins.property
|
470
|
+
@pulumi.getter
|
471
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
472
|
+
"""
|
473
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
474
|
+
"""
|
475
|
+
return pulumi.get(self, "message")
|
476
|
+
|
477
|
+
@message.setter
|
478
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
479
|
+
pulumi.set(self, "message", value)
|
480
|
+
|
481
|
+
@_builtins.property
|
482
|
+
@pulumi.getter(name="relatedResourceId")
|
483
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
484
|
+
"""
|
485
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
486
|
+
"""
|
487
|
+
return pulumi.get(self, "related_resource_id")
|
488
|
+
|
489
|
+
@related_resource_id.setter
|
490
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
491
|
+
pulumi.set(self, "related_resource_id", value)
|
492
|
+
|
493
|
+
@_builtins.property
|
494
|
+
@pulumi.getter(name="timeCreated")
|
495
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
496
|
+
"""
|
497
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
498
|
+
"""
|
499
|
+
return pulumi.get(self, "time_created")
|
500
|
+
|
501
|
+
@time_created.setter
|
502
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
503
|
+
pulumi.set(self, "time_created", value)
|
504
|
+
|
505
|
+
|
506
|
+
if not MYPY:
|
507
|
+
class DeploymentLockArgsDict(TypedDict):
|
508
|
+
type: pulumi.Input[_builtins.str]
|
509
|
+
"""
|
510
|
+
Type of the lock.
|
511
|
+
"""
|
512
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
513
|
+
"""
|
514
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
515
|
+
"""
|
516
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
517
|
+
"""
|
518
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
519
|
+
"""
|
520
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
521
|
+
"""
|
522
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
523
|
+
"""
|
524
|
+
elif False:
|
525
|
+
DeploymentLockArgsDict: TypeAlias = Mapping[str, Any]
|
526
|
+
|
527
|
+
@pulumi.input_type
|
528
|
+
class DeploymentLockArgs:
|
529
|
+
def __init__(__self__, *,
|
530
|
+
type: pulumi.Input[_builtins.str],
|
531
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
532
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
533
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None):
|
534
|
+
"""
|
535
|
+
:param pulumi.Input[_builtins.str] type: Type of the lock.
|
536
|
+
:param pulumi.Input[_builtins.str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
537
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
538
|
+
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
539
|
+
"""
|
540
|
+
pulumi.set(__self__, "type", type)
|
541
|
+
if message is not None:
|
542
|
+
pulumi.set(__self__, "message", message)
|
543
|
+
if related_resource_id is not None:
|
544
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
545
|
+
if time_created is not None:
|
546
|
+
pulumi.set(__self__, "time_created", time_created)
|
547
|
+
|
548
|
+
@_builtins.property
|
549
|
+
@pulumi.getter
|
550
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
551
|
+
"""
|
552
|
+
Type of the lock.
|
553
|
+
"""
|
554
|
+
return pulumi.get(self, "type")
|
555
|
+
|
556
|
+
@type.setter
|
557
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
558
|
+
pulumi.set(self, "type", value)
|
559
|
+
|
560
|
+
@_builtins.property
|
561
|
+
@pulumi.getter
|
562
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
563
|
+
"""
|
564
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
565
|
+
"""
|
566
|
+
return pulumi.get(self, "message")
|
567
|
+
|
568
|
+
@message.setter
|
569
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
570
|
+
pulumi.set(self, "message", value)
|
571
|
+
|
572
|
+
@_builtins.property
|
573
|
+
@pulumi.getter(name="relatedResourceId")
|
574
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
575
|
+
"""
|
576
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
577
|
+
"""
|
578
|
+
return pulumi.get(self, "related_resource_id")
|
579
|
+
|
580
|
+
@related_resource_id.setter
|
581
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
582
|
+
pulumi.set(self, "related_resource_id", value)
|
583
|
+
|
584
|
+
@_builtins.property
|
585
|
+
@pulumi.getter(name="timeCreated")
|
586
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
587
|
+
"""
|
588
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
589
|
+
"""
|
590
|
+
return pulumi.get(self, "time_created")
|
591
|
+
|
592
|
+
@time_created.setter
|
593
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
594
|
+
pulumi.set(self, "time_created", value)
|
595
|
+
|
596
|
+
|
300
597
|
if not MYPY:
|
301
598
|
class DeploymentSpecificationArgsDict(TypedDict):
|
302
599
|
routes: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteArgsDict']]]
|
@@ -5555,7 +5852,7 @@ if not MYPY:
|
|
5555
5852
|
"""
|
5556
5853
|
allowed_post_logout_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
5557
5854
|
"""
|
5558
|
-
(Updatable)
|
5855
|
+
(Updatable) A list of allowed post-logout URLs to which a request can be redirected after revoke access
|
5559
5856
|
"""
|
5560
5857
|
body: NotRequired[pulumi.Input[_builtins.str]]
|
5561
5858
|
"""
|
@@ -5603,7 +5900,7 @@ if not MYPY:
|
|
5603
5900
|
"""
|
5604
5901
|
url: NotRequired[pulumi.Input[_builtins.str]]
|
5605
5902
|
"""
|
5606
|
-
(Updatable)
|
5903
|
+
(Updatable) The url of the HTTP Backend
|
5607
5904
|
"""
|
5608
5905
|
elif False:
|
5609
5906
|
DeploymentSpecificationRouteBackendArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -5627,7 +5924,7 @@ class DeploymentSpecificationRouteBackendArgs:
|
|
5627
5924
|
url: Optional[pulumi.Input[_builtins.str]] = None):
|
5628
5925
|
"""
|
5629
5926
|
:param pulumi.Input[_builtins.str] type: (Updatable) Type of the API backend.
|
5630
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_post_logout_uris: (Updatable)
|
5927
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_post_logout_uris: (Updatable) A list of allowed post-logout URLs to which a request can be redirected after revoke access
|
5631
5928
|
:param pulumi.Input[_builtins.str] body: (Updatable) The body of the stock response from the mock backend.
|
5632
5929
|
:param pulumi.Input[_builtins.float] connect_timeout_in_seconds: (Updatable) Defines a timeout for establishing a connection with a proxied server.
|
5633
5930
|
:param pulumi.Input[_builtins.str] function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
@@ -5639,7 +5936,7 @@ class DeploymentSpecificationRouteBackendArgs:
|
|
5639
5936
|
:param pulumi.Input['DeploymentSpecificationRouteBackendSelectionSourceArgs'] selection_source: (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
|
5640
5937
|
:param pulumi.Input[_builtins.float] send_timeout_in_seconds: (Updatable) Defines a timeout for transmitting a request to the proxied server.
|
5641
5938
|
:param pulumi.Input[_builtins.int] status: (Updatable) The status code of the stock response from the mock backend.
|
5642
|
-
:param pulumi.Input[_builtins.str] url: (Updatable)
|
5939
|
+
:param pulumi.Input[_builtins.str] url: (Updatable) The url of the HTTP Backend
|
5643
5940
|
"""
|
5644
5941
|
pulumi.set(__self__, "type", type)
|
5645
5942
|
if allowed_post_logout_uris is not None:
|
@@ -5685,7 +5982,7 @@ class DeploymentSpecificationRouteBackendArgs:
|
|
5685
5982
|
@pulumi.getter(name="allowedPostLogoutUris")
|
5686
5983
|
def allowed_post_logout_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
5687
5984
|
"""
|
5688
|
-
(Updatable)
|
5985
|
+
(Updatable) A list of allowed post-logout URLs to which a request can be redirected after revoke access
|
5689
5986
|
"""
|
5690
5987
|
return pulumi.get(self, "allowed_post_logout_uris")
|
5691
5988
|
|
@@ -5829,7 +6126,7 @@ class DeploymentSpecificationRouteBackendArgs:
|
|
5829
6126
|
@pulumi.getter
|
5830
6127
|
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
5831
6128
|
"""
|
5832
|
-
(Updatable)
|
6129
|
+
(Updatable) The url of the HTTP Backend
|
5833
6130
|
"""
|
5834
6131
|
return pulumi.get(self, "url")
|
5835
6132
|
|
@@ -5961,6 +6258,9 @@ if not MYPY:
|
|
5961
6258
|
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
5962
6259
|
"""
|
5963
6260
|
headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgsDict']]]]
|
6261
|
+
"""
|
6262
|
+
The List of Headers
|
6263
|
+
"""
|
5964
6264
|
is_ssl_verify_disabled: NotRequired[pulumi.Input[_builtins.bool]]
|
5965
6265
|
"""
|
5966
6266
|
Defines whether or not to uphold SSL verification.
|
@@ -5978,6 +6278,9 @@ if not MYPY:
|
|
5978
6278
|
The status code of the stock response from the mock backend.
|
5979
6279
|
"""
|
5980
6280
|
url: NotRequired[pulumi.Input[_builtins.str]]
|
6281
|
+
"""
|
6282
|
+
The url of the HTTP Backend
|
6283
|
+
"""
|
5981
6284
|
elif False:
|
5982
6285
|
DeploymentSpecificationRouteBackendRoutingBackendBackendArgsDict: TypeAlias = Mapping[str, Any]
|
5983
6286
|
|
@@ -5999,10 +6302,12 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
|
|
5999
6302
|
:param pulumi.Input[_builtins.str] body: The body of the stock response from the mock backend.
|
6000
6303
|
:param pulumi.Input[_builtins.float] connect_timeout_in_seconds: Defines a timeout for establishing a connection with a proxied server.
|
6001
6304
|
:param pulumi.Input[_builtins.str] function_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
6305
|
+
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs']]] headers: The List of Headers
|
6002
6306
|
:param pulumi.Input[_builtins.bool] is_ssl_verify_disabled: Defines whether or not to uphold SSL verification.
|
6003
6307
|
:param pulumi.Input[_builtins.float] read_timeout_in_seconds: Defines a timeout for reading a response from the proxied server.
|
6004
6308
|
:param pulumi.Input[_builtins.float] send_timeout_in_seconds: Defines a timeout for transmitting a request to the proxied server.
|
6005
6309
|
:param pulumi.Input[_builtins.int] status: The status code of the stock response from the mock backend.
|
6310
|
+
:param pulumi.Input[_builtins.str] url: The url of the HTTP Backend
|
6006
6311
|
"""
|
6007
6312
|
pulumi.set(__self__, "type", type)
|
6008
6313
|
if body is not None:
|
@@ -6075,6 +6380,9 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
|
|
6075
6380
|
@_builtins.property
|
6076
6381
|
@pulumi.getter
|
6077
6382
|
def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs']]]]:
|
6383
|
+
"""
|
6384
|
+
The List of Headers
|
6385
|
+
"""
|
6078
6386
|
return pulumi.get(self, "headers")
|
6079
6387
|
|
6080
6388
|
@headers.setter
|
@@ -6132,6 +6440,9 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
|
|
6132
6440
|
@_builtins.property
|
6133
6441
|
@pulumi.getter
|
6134
6442
|
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
6443
|
+
"""
|
6444
|
+
The url of the HTTP Backend
|
6445
|
+
"""
|
6135
6446
|
return pulumi.get(self, "url")
|
6136
6447
|
|
6137
6448
|
@url.setter
|
@@ -7363,7 +7674,7 @@ if not MYPY:
|
|
7363
7674
|
class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgsDict(TypedDict):
|
7364
7675
|
headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgsDict']]]]
|
7365
7676
|
"""
|
7366
|
-
(Updatable)
|
7677
|
+
(Updatable) The List of Headers
|
7367
7678
|
"""
|
7368
7679
|
validation_mode: NotRequired[pulumi.Input[_builtins.str]]
|
7369
7680
|
"""
|
@@ -7384,7 +7695,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs:
|
|
7384
7695
|
headers: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs']]]] = None,
|
7385
7696
|
validation_mode: Optional[pulumi.Input[_builtins.str]] = None):
|
7386
7697
|
"""
|
7387
|
-
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs']]] headers: (Updatable)
|
7698
|
+
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs']]] headers: (Updatable) The List of Headers
|
7388
7699
|
:param pulumi.Input[_builtins.str] validation_mode: (Updatable) Validation behavior mode.
|
7389
7700
|
|
7390
7701
|
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
|
@@ -7402,7 +7713,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs:
|
|
7402
7713
|
@pulumi.getter
|
7403
7714
|
def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs']]]]:
|
7404
7715
|
"""
|
7405
|
-
(Updatable)
|
7716
|
+
(Updatable) The List of Headers
|
7406
7717
|
"""
|
7407
7718
|
return pulumi.get(self, "headers")
|
7408
7719
|
|
@@ -7819,7 +8130,7 @@ if not MYPY:
|
|
7819
8130
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgsDict(TypedDict):
|
7820
8131
|
parameters: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgsDict']]]]
|
7821
8132
|
"""
|
7822
|
-
(Updatable)
|
8133
|
+
(Updatable) The List of Query Parameters
|
7823
8134
|
"""
|
7824
8135
|
validation_mode: NotRequired[pulumi.Input[_builtins.str]]
|
7825
8136
|
"""
|
@@ -7840,7 +8151,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs:
|
|
7840
8151
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs']]]] = None,
|
7841
8152
|
validation_mode: Optional[pulumi.Input[_builtins.str]] = None):
|
7842
8153
|
"""
|
7843
|
-
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs']]] parameters: (Updatable)
|
8154
|
+
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs']]] parameters: (Updatable) The List of Query Parameters
|
7844
8155
|
:param pulumi.Input[_builtins.str] validation_mode: (Updatable) Validation behavior mode.
|
7845
8156
|
|
7846
8157
|
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
|
@@ -7858,7 +8169,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs:
|
|
7858
8169
|
@pulumi.getter
|
7859
8170
|
def parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs']]]]:
|
7860
8171
|
"""
|
7861
|
-
(Updatable)
|
8172
|
+
(Updatable) The List of Query Parameters
|
7862
8173
|
"""
|
7863
8174
|
return pulumi.get(self, "parameters")
|
7864
8175
|
|
@@ -8591,6 +8902,97 @@ class GatewayIpAddressArgs:
|
|
8591
8902
|
pulumi.set(self, "ip_address", value)
|
8592
8903
|
|
8593
8904
|
|
8905
|
+
if not MYPY:
|
8906
|
+
class GatewayLockArgsDict(TypedDict):
|
8907
|
+
type: pulumi.Input[_builtins.str]
|
8908
|
+
"""
|
8909
|
+
Type of the lock.
|
8910
|
+
"""
|
8911
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
8912
|
+
"""
|
8913
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
8914
|
+
"""
|
8915
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
8916
|
+
"""
|
8917
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
8918
|
+
"""
|
8919
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
8920
|
+
"""
|
8921
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
8922
|
+
"""
|
8923
|
+
elif False:
|
8924
|
+
GatewayLockArgsDict: TypeAlias = Mapping[str, Any]
|
8925
|
+
|
8926
|
+
@pulumi.input_type
|
8927
|
+
class GatewayLockArgs:
|
8928
|
+
def __init__(__self__, *,
|
8929
|
+
type: pulumi.Input[_builtins.str],
|
8930
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
8931
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
8932
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None):
|
8933
|
+
"""
|
8934
|
+
:param pulumi.Input[_builtins.str] type: Type of the lock.
|
8935
|
+
:param pulumi.Input[_builtins.str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
8936
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
8937
|
+
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
8938
|
+
"""
|
8939
|
+
pulumi.set(__self__, "type", type)
|
8940
|
+
if message is not None:
|
8941
|
+
pulumi.set(__self__, "message", message)
|
8942
|
+
if related_resource_id is not None:
|
8943
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
8944
|
+
if time_created is not None:
|
8945
|
+
pulumi.set(__self__, "time_created", time_created)
|
8946
|
+
|
8947
|
+
@_builtins.property
|
8948
|
+
@pulumi.getter
|
8949
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
8950
|
+
"""
|
8951
|
+
Type of the lock.
|
8952
|
+
"""
|
8953
|
+
return pulumi.get(self, "type")
|
8954
|
+
|
8955
|
+
@type.setter
|
8956
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
8957
|
+
pulumi.set(self, "type", value)
|
8958
|
+
|
8959
|
+
@_builtins.property
|
8960
|
+
@pulumi.getter
|
8961
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
8962
|
+
"""
|
8963
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
8964
|
+
"""
|
8965
|
+
return pulumi.get(self, "message")
|
8966
|
+
|
8967
|
+
@message.setter
|
8968
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
8969
|
+
pulumi.set(self, "message", value)
|
8970
|
+
|
8971
|
+
@_builtins.property
|
8972
|
+
@pulumi.getter(name="relatedResourceId")
|
8973
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
8974
|
+
"""
|
8975
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
8976
|
+
"""
|
8977
|
+
return pulumi.get(self, "related_resource_id")
|
8978
|
+
|
8979
|
+
@related_resource_id.setter
|
8980
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
8981
|
+
pulumi.set(self, "related_resource_id", value)
|
8982
|
+
|
8983
|
+
@_builtins.property
|
8984
|
+
@pulumi.getter(name="timeCreated")
|
8985
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
8986
|
+
"""
|
8987
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
8988
|
+
"""
|
8989
|
+
return pulumi.get(self, "time_created")
|
8990
|
+
|
8991
|
+
@time_created.setter
|
8992
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
8993
|
+
pulumi.set(self, "time_created", value)
|
8994
|
+
|
8995
|
+
|
8594
8996
|
if not MYPY:
|
8595
8997
|
class GatewayResponseCacheDetailsArgsDict(TypedDict):
|
8596
8998
|
type: pulumi.Input[_builtins.str]
|
@@ -8884,6 +9286,97 @@ class SubscriberClientArgs:
|
|
8884
9286
|
pulumi.set(self, "token", value)
|
8885
9287
|
|
8886
9288
|
|
9289
|
+
if not MYPY:
|
9290
|
+
class SubscriberLockArgsDict(TypedDict):
|
9291
|
+
type: pulumi.Input[_builtins.str]
|
9292
|
+
"""
|
9293
|
+
Type of the lock.
|
9294
|
+
"""
|
9295
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
9296
|
+
"""
|
9297
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
9298
|
+
"""
|
9299
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
9300
|
+
"""
|
9301
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
9302
|
+
"""
|
9303
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
9304
|
+
"""
|
9305
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
9306
|
+
"""
|
9307
|
+
elif False:
|
9308
|
+
SubscriberLockArgsDict: TypeAlias = Mapping[str, Any]
|
9309
|
+
|
9310
|
+
@pulumi.input_type
|
9311
|
+
class SubscriberLockArgs:
|
9312
|
+
def __init__(__self__, *,
|
9313
|
+
type: pulumi.Input[_builtins.str],
|
9314
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
9315
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
9316
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None):
|
9317
|
+
"""
|
9318
|
+
:param pulumi.Input[_builtins.str] type: Type of the lock.
|
9319
|
+
:param pulumi.Input[_builtins.str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
9320
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
9321
|
+
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
9322
|
+
"""
|
9323
|
+
pulumi.set(__self__, "type", type)
|
9324
|
+
if message is not None:
|
9325
|
+
pulumi.set(__self__, "message", message)
|
9326
|
+
if related_resource_id is not None:
|
9327
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
9328
|
+
if time_created is not None:
|
9329
|
+
pulumi.set(__self__, "time_created", time_created)
|
9330
|
+
|
9331
|
+
@_builtins.property
|
9332
|
+
@pulumi.getter
|
9333
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
9334
|
+
"""
|
9335
|
+
Type of the lock.
|
9336
|
+
"""
|
9337
|
+
return pulumi.get(self, "type")
|
9338
|
+
|
9339
|
+
@type.setter
|
9340
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
9341
|
+
pulumi.set(self, "type", value)
|
9342
|
+
|
9343
|
+
@_builtins.property
|
9344
|
+
@pulumi.getter
|
9345
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
9346
|
+
"""
|
9347
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
9348
|
+
"""
|
9349
|
+
return pulumi.get(self, "message")
|
9350
|
+
|
9351
|
+
@message.setter
|
9352
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
9353
|
+
pulumi.set(self, "message", value)
|
9354
|
+
|
9355
|
+
@_builtins.property
|
9356
|
+
@pulumi.getter(name="relatedResourceId")
|
9357
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
9358
|
+
"""
|
9359
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
9360
|
+
"""
|
9361
|
+
return pulumi.get(self, "related_resource_id")
|
9362
|
+
|
9363
|
+
@related_resource_id.setter
|
9364
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
9365
|
+
pulumi.set(self, "related_resource_id", value)
|
9366
|
+
|
9367
|
+
@_builtins.property
|
9368
|
+
@pulumi.getter(name="timeCreated")
|
9369
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
9370
|
+
"""
|
9371
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
9372
|
+
"""
|
9373
|
+
return pulumi.get(self, "time_created")
|
9374
|
+
|
9375
|
+
@time_created.setter
|
9376
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
9377
|
+
pulumi.set(self, "time_created", value)
|
9378
|
+
|
9379
|
+
|
8887
9380
|
if not MYPY:
|
8888
9381
|
class UsagePlanEntitlementArgsDict(TypedDict):
|
8889
9382
|
name: pulumi.Input[_builtins.str]
|
@@ -9164,6 +9657,109 @@ class UsagePlanEntitlementTargetArgs:
|
|
9164
9657
|
pulumi.set(self, "deployment_id", value)
|
9165
9658
|
|
9166
9659
|
|
9660
|
+
if not MYPY:
|
9661
|
+
class UsagePlanLockArgsDict(TypedDict):
|
9662
|
+
type: pulumi.Input[_builtins.str]
|
9663
|
+
"""
|
9664
|
+
Type of the lock.
|
9665
|
+
|
9666
|
+
|
9667
|
+
** IMPORTANT **
|
9668
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
9669
|
+
"""
|
9670
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
9671
|
+
"""
|
9672
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
9673
|
+
"""
|
9674
|
+
related_resource_id: NotRequired[pulumi.Input[_builtins.str]]
|
9675
|
+
"""
|
9676
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
9677
|
+
"""
|
9678
|
+
time_created: NotRequired[pulumi.Input[_builtins.str]]
|
9679
|
+
"""
|
9680
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
9681
|
+
"""
|
9682
|
+
elif False:
|
9683
|
+
UsagePlanLockArgsDict: TypeAlias = Mapping[str, Any]
|
9684
|
+
|
9685
|
+
@pulumi.input_type
|
9686
|
+
class UsagePlanLockArgs:
|
9687
|
+
def __init__(__self__, *,
|
9688
|
+
type: pulumi.Input[_builtins.str],
|
9689
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
9690
|
+
related_resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
9691
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None):
|
9692
|
+
"""
|
9693
|
+
:param pulumi.Input[_builtins.str] type: Type of the lock.
|
9694
|
+
|
9695
|
+
|
9696
|
+
** IMPORTANT **
|
9697
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
9698
|
+
:param pulumi.Input[_builtins.str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
9699
|
+
:param pulumi.Input[_builtins.str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
9700
|
+
:param pulumi.Input[_builtins.str] time_created: The time this resource was created. An RFC3339 formatted datetime string.
|
9701
|
+
"""
|
9702
|
+
pulumi.set(__self__, "type", type)
|
9703
|
+
if message is not None:
|
9704
|
+
pulumi.set(__self__, "message", message)
|
9705
|
+
if related_resource_id is not None:
|
9706
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
9707
|
+
if time_created is not None:
|
9708
|
+
pulumi.set(__self__, "time_created", time_created)
|
9709
|
+
|
9710
|
+
@_builtins.property
|
9711
|
+
@pulumi.getter
|
9712
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
9713
|
+
"""
|
9714
|
+
Type of the lock.
|
9715
|
+
|
9716
|
+
|
9717
|
+
** IMPORTANT **
|
9718
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
9719
|
+
"""
|
9720
|
+
return pulumi.get(self, "type")
|
9721
|
+
|
9722
|
+
@type.setter
|
9723
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
9724
|
+
pulumi.set(self, "type", value)
|
9725
|
+
|
9726
|
+
@_builtins.property
|
9727
|
+
@pulumi.getter
|
9728
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
9729
|
+
"""
|
9730
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
9731
|
+
"""
|
9732
|
+
return pulumi.get(self, "message")
|
9733
|
+
|
9734
|
+
@message.setter
|
9735
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
9736
|
+
pulumi.set(self, "message", value)
|
9737
|
+
|
9738
|
+
@_builtins.property
|
9739
|
+
@pulumi.getter(name="relatedResourceId")
|
9740
|
+
def related_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
9741
|
+
"""
|
9742
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
9743
|
+
"""
|
9744
|
+
return pulumi.get(self, "related_resource_id")
|
9745
|
+
|
9746
|
+
@related_resource_id.setter
|
9747
|
+
def related_resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
9748
|
+
pulumi.set(self, "related_resource_id", value)
|
9749
|
+
|
9750
|
+
@_builtins.property
|
9751
|
+
@pulumi.getter(name="timeCreated")
|
9752
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
9753
|
+
"""
|
9754
|
+
The time this resource was created. An RFC3339 formatted datetime string.
|
9755
|
+
"""
|
9756
|
+
return pulumi.get(self, "time_created")
|
9757
|
+
|
9758
|
+
@time_created.setter
|
9759
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
9760
|
+
pulumi.set(self, "time_created", value)
|
9761
|
+
|
9762
|
+
|
9167
9763
|
if not MYPY:
|
9168
9764
|
class GetApisFilterArgsDict(TypedDict):
|
9169
9765
|
name: _builtins.str
|