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
@@ -31,6 +31,7 @@ class RedisClusterArgs:
|
|
31
31
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
32
32
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
33
33
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
34
|
+
oci_cache_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
34
35
|
shard_count: Optional[pulumi.Input[_builtins.int]] = None):
|
35
36
|
"""
|
36
37
|
The set of arguments for constructing a RedisCluster resource.
|
@@ -48,6 +49,7 @@ class RedisClusterArgs:
|
|
48
49
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
49
50
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
50
51
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
|
52
|
+
:param pulumi.Input[_builtins.str] oci_cache_config_set_id: (Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
|
51
53
|
:param pulumi.Input[_builtins.int] shard_count: (Updatable) The number of shards in sharded cluster. Only applicable when clusterMode is SHARDED.
|
52
54
|
"""
|
53
55
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -64,6 +66,8 @@ class RedisClusterArgs:
|
|
64
66
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
65
67
|
if nsg_ids is not None:
|
66
68
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
69
|
+
if oci_cache_config_set_id is not None:
|
70
|
+
pulumi.set(__self__, "oci_cache_config_set_id", oci_cache_config_set_id)
|
67
71
|
if shard_count is not None:
|
68
72
|
pulumi.set(__self__, "shard_count", shard_count)
|
69
73
|
|
@@ -191,6 +195,18 @@ class RedisClusterArgs:
|
|
191
195
|
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
192
196
|
pulumi.set(self, "nsg_ids", value)
|
193
197
|
|
198
|
+
@_builtins.property
|
199
|
+
@pulumi.getter(name="ociCacheConfigSetId")
|
200
|
+
def oci_cache_config_set_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
201
|
+
"""
|
202
|
+
(Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
|
203
|
+
"""
|
204
|
+
return pulumi.get(self, "oci_cache_config_set_id")
|
205
|
+
|
206
|
+
@oci_cache_config_set_id.setter
|
207
|
+
def oci_cache_config_set_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
208
|
+
pulumi.set(self, "oci_cache_config_set_id", value)
|
209
|
+
|
194
210
|
@_builtins.property
|
195
211
|
@pulumi.getter(name="shardCount")
|
196
212
|
def shard_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
@@ -217,6 +233,7 @@ class _RedisClusterState:
|
|
217
233
|
node_count: Optional[pulumi.Input[_builtins.int]] = None,
|
218
234
|
node_memory_in_gbs: Optional[pulumi.Input[_builtins.float]] = None,
|
219
235
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
236
|
+
oci_cache_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
220
237
|
primary_endpoint_ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
221
238
|
primary_fqdn: Optional[pulumi.Input[_builtins.str]] = None,
|
222
239
|
replicas_endpoint_ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -240,6 +257,7 @@ class _RedisClusterState:
|
|
240
257
|
:param pulumi.Input[_builtins.int] node_count: (Updatable) The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
|
241
258
|
:param pulumi.Input[_builtins.float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the cluster's nodes, in gigabytes.
|
242
259
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
|
260
|
+
:param pulumi.Input[_builtins.str] oci_cache_config_set_id: (Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
|
243
261
|
:param pulumi.Input[_builtins.str] primary_endpoint_ip_address: The private IP address of the API endpoint for the cluster's primary node.
|
244
262
|
:param pulumi.Input[_builtins.str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
|
245
263
|
:param pulumi.Input[_builtins.str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the cluster's replica nodes.
|
@@ -276,6 +294,8 @@ class _RedisClusterState:
|
|
276
294
|
pulumi.set(__self__, "node_memory_in_gbs", node_memory_in_gbs)
|
277
295
|
if nsg_ids is not None:
|
278
296
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
297
|
+
if oci_cache_config_set_id is not None:
|
298
|
+
pulumi.set(__self__, "oci_cache_config_set_id", oci_cache_config_set_id)
|
279
299
|
if primary_endpoint_ip_address is not None:
|
280
300
|
pulumi.set(__self__, "primary_endpoint_ip_address", primary_endpoint_ip_address)
|
281
301
|
if primary_fqdn is not None:
|
@@ -419,6 +439,18 @@ class _RedisClusterState:
|
|
419
439
|
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
420
440
|
pulumi.set(self, "nsg_ids", value)
|
421
441
|
|
442
|
+
@_builtins.property
|
443
|
+
@pulumi.getter(name="ociCacheConfigSetId")
|
444
|
+
def oci_cache_config_set_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
445
|
+
"""
|
446
|
+
(Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
|
447
|
+
"""
|
448
|
+
return pulumi.get(self, "oci_cache_config_set_id")
|
449
|
+
|
450
|
+
@oci_cache_config_set_id.setter
|
451
|
+
def oci_cache_config_set_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
452
|
+
pulumi.set(self, "oci_cache_config_set_id", value)
|
453
|
+
|
422
454
|
@_builtins.property
|
423
455
|
@pulumi.getter(name="primaryEndpointIpAddress")
|
424
456
|
def primary_endpoint_ip_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -570,6 +602,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
570
602
|
node_count: Optional[pulumi.Input[_builtins.int]] = None,
|
571
603
|
node_memory_in_gbs: Optional[pulumi.Input[_builtins.float]] = None,
|
572
604
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
605
|
+
oci_cache_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
573
606
|
shard_count: Optional[pulumi.Input[_builtins.int]] = None,
|
574
607
|
software_version: Optional[pulumi.Input[_builtins.str]] = None,
|
575
608
|
subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -600,6 +633,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
600
633
|
"bar-key": "value",
|
601
634
|
},
|
602
635
|
nsg_ids=redis_cluster_nsg_ids,
|
636
|
+
oci_cache_config_set_id=test_oci_cache_config_set["id"],
|
603
637
|
shard_count=redis_cluster_shard_count)
|
604
638
|
```
|
605
639
|
|
@@ -621,6 +655,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
621
655
|
:param pulumi.Input[_builtins.int] node_count: (Updatable) The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
|
622
656
|
:param pulumi.Input[_builtins.float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the cluster's nodes, in gigabytes.
|
623
657
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
|
658
|
+
:param pulumi.Input[_builtins.str] oci_cache_config_set_id: (Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
|
624
659
|
:param pulumi.Input[_builtins.int] shard_count: (Updatable) The number of shards in sharded cluster. Only applicable when clusterMode is SHARDED.
|
625
660
|
:param pulumi.Input[_builtins.str] software_version: (Updatable) The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
|
626
661
|
:param pulumi.Input[_builtins.str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
|
@@ -661,6 +696,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
661
696
|
"bar-key": "value",
|
662
697
|
},
|
663
698
|
nsg_ids=redis_cluster_nsg_ids,
|
699
|
+
oci_cache_config_set_id=test_oci_cache_config_set["id"],
|
664
700
|
shard_count=redis_cluster_shard_count)
|
665
701
|
```
|
666
702
|
|
@@ -695,6 +731,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
695
731
|
node_count: Optional[pulumi.Input[_builtins.int]] = None,
|
696
732
|
node_memory_in_gbs: Optional[pulumi.Input[_builtins.float]] = None,
|
697
733
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
734
|
+
oci_cache_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
698
735
|
shard_count: Optional[pulumi.Input[_builtins.int]] = None,
|
699
736
|
software_version: Optional[pulumi.Input[_builtins.str]] = None,
|
700
737
|
subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -723,6 +760,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
723
760
|
raise TypeError("Missing required property 'node_memory_in_gbs'")
|
724
761
|
__props__.__dict__["node_memory_in_gbs"] = node_memory_in_gbs
|
725
762
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
763
|
+
__props__.__dict__["oci_cache_config_set_id"] = oci_cache_config_set_id
|
726
764
|
__props__.__dict__["shard_count"] = shard_count
|
727
765
|
if software_version is None and not opts.urn:
|
728
766
|
raise TypeError("Missing required property 'software_version'")
|
@@ -760,6 +798,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
760
798
|
node_count: Optional[pulumi.Input[_builtins.int]] = None,
|
761
799
|
node_memory_in_gbs: Optional[pulumi.Input[_builtins.float]] = None,
|
762
800
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
801
|
+
oci_cache_config_set_id: Optional[pulumi.Input[_builtins.str]] = None,
|
763
802
|
primary_endpoint_ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
764
803
|
primary_fqdn: Optional[pulumi.Input[_builtins.str]] = None,
|
765
804
|
replicas_endpoint_ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -788,6 +827,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
788
827
|
:param pulumi.Input[_builtins.int] node_count: (Updatable) The number of nodes per shard in the cluster when clusterMode is SHARDED. This is the total number of nodes when clusterMode is NONSHARDED.
|
789
828
|
:param pulumi.Input[_builtins.float] node_memory_in_gbs: (Updatable) The amount of memory allocated to the cluster's nodes, in gigabytes.
|
790
829
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this cluster. For more information, see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
|
830
|
+
:param pulumi.Input[_builtins.str] oci_cache_config_set_id: (Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
|
791
831
|
:param pulumi.Input[_builtins.str] primary_endpoint_ip_address: The private IP address of the API endpoint for the cluster's primary node.
|
792
832
|
:param pulumi.Input[_builtins.str] primary_fqdn: The fully qualified domain name (FQDN) of the API endpoint for the cluster's primary node.
|
793
833
|
:param pulumi.Input[_builtins.str] replicas_endpoint_ip_address: The private IP address of the API endpoint for the cluster's replica nodes.
|
@@ -818,6 +858,7 @@ class RedisCluster(pulumi.CustomResource):
|
|
818
858
|
__props__.__dict__["node_count"] = node_count
|
819
859
|
__props__.__dict__["node_memory_in_gbs"] = node_memory_in_gbs
|
820
860
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
861
|
+
__props__.__dict__["oci_cache_config_set_id"] = oci_cache_config_set_id
|
821
862
|
__props__.__dict__["primary_endpoint_ip_address"] = primary_endpoint_ip_address
|
822
863
|
__props__.__dict__["primary_fqdn"] = primary_fqdn
|
823
864
|
__props__.__dict__["replicas_endpoint_ip_address"] = replicas_endpoint_ip_address
|
@@ -911,6 +952,14 @@ class RedisCluster(pulumi.CustomResource):
|
|
911
952
|
"""
|
912
953
|
return pulumi.get(self, "nsg_ids")
|
913
954
|
|
955
|
+
@_builtins.property
|
956
|
+
@pulumi.getter(name="ociCacheConfigSetId")
|
957
|
+
def oci_cache_config_set_id(self) -> pulumi.Output[_builtins.str]:
|
958
|
+
"""
|
959
|
+
(Updatable) The ID of the corresponding Oracle Cloud Infrastructure Cache Config Set for the cluster.
|
960
|
+
"""
|
961
|
+
return pulumi.get(self, "oci_cache_config_set_id")
|
962
|
+
|
914
963
|
@_builtins.property
|
915
964
|
@pulumi.getter(name="primaryEndpointIpAddress")
|
916
965
|
def primary_endpoint_ip_address(self) -> pulumi.Output[_builtins.str]:
|
pulumi_oci/vault/_inputs.py
CHANGED
@@ -15,6 +15,10 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'SecretReplicationConfigArgs',
|
19
|
+
'SecretReplicationConfigArgsDict',
|
20
|
+
'SecretReplicationConfigReplicationTargetArgs',
|
21
|
+
'SecretReplicationConfigReplicationTargetArgsDict',
|
18
22
|
'SecretRotationConfigArgs',
|
19
23
|
'SecretRotationConfigArgsDict',
|
20
24
|
'SecretRotationConfigTargetSystemDetailsArgs',
|
@@ -25,12 +29,134 @@ __all__ = [
|
|
25
29
|
'SecretSecretGenerationContextArgsDict',
|
26
30
|
'SecretSecretRuleArgs',
|
27
31
|
'SecretSecretRuleArgsDict',
|
32
|
+
'SecretSourceRegionInformationArgs',
|
33
|
+
'SecretSourceRegionInformationArgsDict',
|
28
34
|
'GetSecretsFilterArgs',
|
29
35
|
'GetSecretsFilterArgsDict',
|
30
36
|
]
|
31
37
|
|
32
38
|
MYPY = False
|
33
39
|
|
40
|
+
if not MYPY:
|
41
|
+
class SecretReplicationConfigArgsDict(TypedDict):
|
42
|
+
replication_targets: pulumi.Input[Sequence[pulumi.Input['SecretReplicationConfigReplicationTargetArgsDict']]]
|
43
|
+
"""
|
44
|
+
(Updatable) List of the secret replication targets. By default, a maximum of 3 targets is allowed. To configure more than 3 targets, an override is required.
|
45
|
+
"""
|
46
|
+
is_write_forward_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
47
|
+
"""
|
48
|
+
(Updatable) (Optional) A Boolean value to enable forwarding of write requests from replicated secrets to the source secrets. The default value of false disables this option.
|
49
|
+
"""
|
50
|
+
elif False:
|
51
|
+
SecretReplicationConfigArgsDict: TypeAlias = Mapping[str, Any]
|
52
|
+
|
53
|
+
@pulumi.input_type
|
54
|
+
class SecretReplicationConfigArgs:
|
55
|
+
def __init__(__self__, *,
|
56
|
+
replication_targets: pulumi.Input[Sequence[pulumi.Input['SecretReplicationConfigReplicationTargetArgs']]],
|
57
|
+
is_write_forward_enabled: Optional[pulumi.Input[_builtins.bool]] = None):
|
58
|
+
"""
|
59
|
+
:param pulumi.Input[Sequence[pulumi.Input['SecretReplicationConfigReplicationTargetArgs']]] replication_targets: (Updatable) List of the secret replication targets. By default, a maximum of 3 targets is allowed. To configure more than 3 targets, an override is required.
|
60
|
+
:param pulumi.Input[_builtins.bool] is_write_forward_enabled: (Updatable) (Optional) A Boolean value to enable forwarding of write requests from replicated secrets to the source secrets. The default value of false disables this option.
|
61
|
+
"""
|
62
|
+
pulumi.set(__self__, "replication_targets", replication_targets)
|
63
|
+
if is_write_forward_enabled is not None:
|
64
|
+
pulumi.set(__self__, "is_write_forward_enabled", is_write_forward_enabled)
|
65
|
+
|
66
|
+
@_builtins.property
|
67
|
+
@pulumi.getter(name="replicationTargets")
|
68
|
+
def replication_targets(self) -> pulumi.Input[Sequence[pulumi.Input['SecretReplicationConfigReplicationTargetArgs']]]:
|
69
|
+
"""
|
70
|
+
(Updatable) List of the secret replication targets. By default, a maximum of 3 targets is allowed. To configure more than 3 targets, an override is required.
|
71
|
+
"""
|
72
|
+
return pulumi.get(self, "replication_targets")
|
73
|
+
|
74
|
+
@replication_targets.setter
|
75
|
+
def replication_targets(self, value: pulumi.Input[Sequence[pulumi.Input['SecretReplicationConfigReplicationTargetArgs']]]):
|
76
|
+
pulumi.set(self, "replication_targets", value)
|
77
|
+
|
78
|
+
@_builtins.property
|
79
|
+
@pulumi.getter(name="isWriteForwardEnabled")
|
80
|
+
def is_write_forward_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
81
|
+
"""
|
82
|
+
(Updatable) (Optional) A Boolean value to enable forwarding of write requests from replicated secrets to the source secrets. The default value of false disables this option.
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "is_write_forward_enabled")
|
85
|
+
|
86
|
+
@is_write_forward_enabled.setter
|
87
|
+
def is_write_forward_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
88
|
+
pulumi.set(self, "is_write_forward_enabled", value)
|
89
|
+
|
90
|
+
|
91
|
+
if not MYPY:
|
92
|
+
class SecretReplicationConfigReplicationTargetArgsDict(TypedDict):
|
93
|
+
target_key_id: pulumi.Input[_builtins.str]
|
94
|
+
"""
|
95
|
+
(Updatable) The OCID of the target region KMS key.
|
96
|
+
"""
|
97
|
+
target_region: pulumi.Input[_builtins.str]
|
98
|
+
"""
|
99
|
+
(Updatable) The name of the target's region.
|
100
|
+
"""
|
101
|
+
target_vault_id: pulumi.Input[_builtins.str]
|
102
|
+
"""
|
103
|
+
(Updatable) The OCID of the target region's Vault.
|
104
|
+
"""
|
105
|
+
elif False:
|
106
|
+
SecretReplicationConfigReplicationTargetArgsDict: TypeAlias = Mapping[str, Any]
|
107
|
+
|
108
|
+
@pulumi.input_type
|
109
|
+
class SecretReplicationConfigReplicationTargetArgs:
|
110
|
+
def __init__(__self__, *,
|
111
|
+
target_key_id: pulumi.Input[_builtins.str],
|
112
|
+
target_region: pulumi.Input[_builtins.str],
|
113
|
+
target_vault_id: pulumi.Input[_builtins.str]):
|
114
|
+
"""
|
115
|
+
:param pulumi.Input[_builtins.str] target_key_id: (Updatable) The OCID of the target region KMS key.
|
116
|
+
:param pulumi.Input[_builtins.str] target_region: (Updatable) The name of the target's region.
|
117
|
+
:param pulumi.Input[_builtins.str] target_vault_id: (Updatable) The OCID of the target region's Vault.
|
118
|
+
"""
|
119
|
+
pulumi.set(__self__, "target_key_id", target_key_id)
|
120
|
+
pulumi.set(__self__, "target_region", target_region)
|
121
|
+
pulumi.set(__self__, "target_vault_id", target_vault_id)
|
122
|
+
|
123
|
+
@_builtins.property
|
124
|
+
@pulumi.getter(name="targetKeyId")
|
125
|
+
def target_key_id(self) -> pulumi.Input[_builtins.str]:
|
126
|
+
"""
|
127
|
+
(Updatable) The OCID of the target region KMS key.
|
128
|
+
"""
|
129
|
+
return pulumi.get(self, "target_key_id")
|
130
|
+
|
131
|
+
@target_key_id.setter
|
132
|
+
def target_key_id(self, value: pulumi.Input[_builtins.str]):
|
133
|
+
pulumi.set(self, "target_key_id", value)
|
134
|
+
|
135
|
+
@_builtins.property
|
136
|
+
@pulumi.getter(name="targetRegion")
|
137
|
+
def target_region(self) -> pulumi.Input[_builtins.str]:
|
138
|
+
"""
|
139
|
+
(Updatable) The name of the target's region.
|
140
|
+
"""
|
141
|
+
return pulumi.get(self, "target_region")
|
142
|
+
|
143
|
+
@target_region.setter
|
144
|
+
def target_region(self, value: pulumi.Input[_builtins.str]):
|
145
|
+
pulumi.set(self, "target_region", value)
|
146
|
+
|
147
|
+
@_builtins.property
|
148
|
+
@pulumi.getter(name="targetVaultId")
|
149
|
+
def target_vault_id(self) -> pulumi.Input[_builtins.str]:
|
150
|
+
"""
|
151
|
+
(Updatable) The OCID of the target region's Vault.
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "target_vault_id")
|
154
|
+
|
155
|
+
@target_vault_id.setter
|
156
|
+
def target_vault_id(self, value: pulumi.Input[_builtins.str]):
|
157
|
+
pulumi.set(self, "target_vault_id", value)
|
158
|
+
|
159
|
+
|
34
160
|
if not MYPY:
|
35
161
|
class SecretRotationConfigArgsDict(TypedDict):
|
36
162
|
target_system_details: pulumi.Input['SecretRotationConfigTargetSystemDetailsArgsDict']
|
@@ -465,6 +591,78 @@ class SecretSecretRuleArgs:
|
|
465
591
|
pulumi.set(self, "time_of_absolute_expiry", value)
|
466
592
|
|
467
593
|
|
594
|
+
if not MYPY:
|
595
|
+
class SecretSourceRegionInformationArgsDict(TypedDict):
|
596
|
+
source_key_id: NotRequired[pulumi.Input[_builtins.str]]
|
597
|
+
"""
|
598
|
+
The OCID of the source region KMS key.
|
599
|
+
"""
|
600
|
+
source_region: NotRequired[pulumi.Input[_builtins.str]]
|
601
|
+
"""
|
602
|
+
The name of the source's region.
|
603
|
+
"""
|
604
|
+
source_vault_id: NotRequired[pulumi.Input[_builtins.str]]
|
605
|
+
"""
|
606
|
+
The OCID of the source region's Vault.
|
607
|
+
"""
|
608
|
+
elif False:
|
609
|
+
SecretSourceRegionInformationArgsDict: TypeAlias = Mapping[str, Any]
|
610
|
+
|
611
|
+
@pulumi.input_type
|
612
|
+
class SecretSourceRegionInformationArgs:
|
613
|
+
def __init__(__self__, *,
|
614
|
+
source_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
615
|
+
source_region: Optional[pulumi.Input[_builtins.str]] = None,
|
616
|
+
source_vault_id: Optional[pulumi.Input[_builtins.str]] = None):
|
617
|
+
"""
|
618
|
+
:param pulumi.Input[_builtins.str] source_key_id: The OCID of the source region KMS key.
|
619
|
+
:param pulumi.Input[_builtins.str] source_region: The name of the source's region.
|
620
|
+
:param pulumi.Input[_builtins.str] source_vault_id: The OCID of the source region's Vault.
|
621
|
+
"""
|
622
|
+
if source_key_id is not None:
|
623
|
+
pulumi.set(__self__, "source_key_id", source_key_id)
|
624
|
+
if source_region is not None:
|
625
|
+
pulumi.set(__self__, "source_region", source_region)
|
626
|
+
if source_vault_id is not None:
|
627
|
+
pulumi.set(__self__, "source_vault_id", source_vault_id)
|
628
|
+
|
629
|
+
@_builtins.property
|
630
|
+
@pulumi.getter(name="sourceKeyId")
|
631
|
+
def source_key_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
632
|
+
"""
|
633
|
+
The OCID of the source region KMS key.
|
634
|
+
"""
|
635
|
+
return pulumi.get(self, "source_key_id")
|
636
|
+
|
637
|
+
@source_key_id.setter
|
638
|
+
def source_key_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
639
|
+
pulumi.set(self, "source_key_id", value)
|
640
|
+
|
641
|
+
@_builtins.property
|
642
|
+
@pulumi.getter(name="sourceRegion")
|
643
|
+
def source_region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
644
|
+
"""
|
645
|
+
The name of the source's region.
|
646
|
+
"""
|
647
|
+
return pulumi.get(self, "source_region")
|
648
|
+
|
649
|
+
@source_region.setter
|
650
|
+
def source_region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
651
|
+
pulumi.set(self, "source_region", value)
|
652
|
+
|
653
|
+
@_builtins.property
|
654
|
+
@pulumi.getter(name="sourceVaultId")
|
655
|
+
def source_vault_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
656
|
+
"""
|
657
|
+
The OCID of the source region's Vault.
|
658
|
+
"""
|
659
|
+
return pulumi.get(self, "source_vault_id")
|
660
|
+
|
661
|
+
@source_vault_id.setter
|
662
|
+
def source_vault_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
663
|
+
pulumi.set(self, "source_vault_id", value)
|
664
|
+
|
665
|
+
|
468
666
|
if not MYPY:
|
469
667
|
class GetSecretsFilterArgsDict(TypedDict):
|
470
668
|
name: _builtins.str
|
pulumi_oci/vault/get_secret.py
CHANGED
@@ -27,7 +27,7 @@ class GetSecretResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getSecret.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, compartment_id=None, current_version_number=None, defined_tags=None, description=None, enable_auto_generation=None, freeform_tags=None, id=None, is_auto_generation_enabled=None, key_id=None, last_rotation_time=None, lifecycle_details=None, metadata=None, next_rotation_time=None, rotation_configs=None, rotation_status=None, secret_contents=None, secret_generation_contexts=None, secret_id=None, secret_name=None, secret_rules=None, state=None, time_created=None, time_of_current_version_expiry=None, time_of_deletion=None, vault_id=None):
|
30
|
+
def __init__(__self__, compartment_id=None, current_version_number=None, defined_tags=None, description=None, enable_auto_generation=None, freeform_tags=None, id=None, is_auto_generation_enabled=None, is_replica=None, key_id=None, last_rotation_time=None, lifecycle_details=None, metadata=None, next_rotation_time=None, replication_configs=None, rotation_configs=None, rotation_status=None, secret_contents=None, secret_generation_contexts=None, secret_id=None, secret_name=None, secret_rules=None, source_region_informations=None, state=None, time_created=None, time_of_current_version_expiry=None, time_of_deletion=None, vault_id=None):
|
31
31
|
if compartment_id and not isinstance(compartment_id, str):
|
32
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -52,6 +52,9 @@ class GetSecretResult:
|
|
52
52
|
if is_auto_generation_enabled and not isinstance(is_auto_generation_enabled, bool):
|
53
53
|
raise TypeError("Expected argument 'is_auto_generation_enabled' to be a bool")
|
54
54
|
pulumi.set(__self__, "is_auto_generation_enabled", is_auto_generation_enabled)
|
55
|
+
if is_replica and not isinstance(is_replica, bool):
|
56
|
+
raise TypeError("Expected argument 'is_replica' to be a bool")
|
57
|
+
pulumi.set(__self__, "is_replica", is_replica)
|
55
58
|
if key_id and not isinstance(key_id, str):
|
56
59
|
raise TypeError("Expected argument 'key_id' to be a str")
|
57
60
|
pulumi.set(__self__, "key_id", key_id)
|
@@ -67,6 +70,9 @@ class GetSecretResult:
|
|
67
70
|
if next_rotation_time and not isinstance(next_rotation_time, str):
|
68
71
|
raise TypeError("Expected argument 'next_rotation_time' to be a str")
|
69
72
|
pulumi.set(__self__, "next_rotation_time", next_rotation_time)
|
73
|
+
if replication_configs and not isinstance(replication_configs, list):
|
74
|
+
raise TypeError("Expected argument 'replication_configs' to be a list")
|
75
|
+
pulumi.set(__self__, "replication_configs", replication_configs)
|
70
76
|
if rotation_configs and not isinstance(rotation_configs, list):
|
71
77
|
raise TypeError("Expected argument 'rotation_configs' to be a list")
|
72
78
|
pulumi.set(__self__, "rotation_configs", rotation_configs)
|
@@ -88,6 +94,9 @@ class GetSecretResult:
|
|
88
94
|
if secret_rules and not isinstance(secret_rules, list):
|
89
95
|
raise TypeError("Expected argument 'secret_rules' to be a list")
|
90
96
|
pulumi.set(__self__, "secret_rules", secret_rules)
|
97
|
+
if source_region_informations and not isinstance(source_region_informations, list):
|
98
|
+
raise TypeError("Expected argument 'source_region_informations' to be a list")
|
99
|
+
pulumi.set(__self__, "source_region_informations", source_region_informations)
|
91
100
|
if state and not isinstance(state, str):
|
92
101
|
raise TypeError("Expected argument 'state' to be a str")
|
93
102
|
pulumi.set(__self__, "state", state)
|
@@ -165,6 +174,14 @@ class GetSecretResult:
|
|
165
174
|
"""
|
166
175
|
return pulumi.get(self, "is_auto_generation_enabled")
|
167
176
|
|
177
|
+
@_builtins.property
|
178
|
+
@pulumi.getter(name="isReplica")
|
179
|
+
def is_replica(self) -> _builtins.bool:
|
180
|
+
"""
|
181
|
+
A Boolean value that indicates whether the secret is a source or replica secret.
|
182
|
+
"""
|
183
|
+
return pulumi.get(self, "is_replica")
|
184
|
+
|
168
185
|
@_builtins.property
|
169
186
|
@pulumi.getter(name="keyId")
|
170
187
|
def key_id(self) -> _builtins.str:
|
@@ -205,6 +222,14 @@ class GetSecretResult:
|
|
205
222
|
"""
|
206
223
|
return pulumi.get(self, "next_rotation_time")
|
207
224
|
|
225
|
+
@_builtins.property
|
226
|
+
@pulumi.getter(name="replicationConfigs")
|
227
|
+
def replication_configs(self) -> Sequence['outputs.GetSecretReplicationConfigResult']:
|
228
|
+
"""
|
229
|
+
Defines the configuration that enables cross-region secret replication.
|
230
|
+
"""
|
231
|
+
return pulumi.get(self, "replication_configs")
|
232
|
+
|
208
233
|
@_builtins.property
|
209
234
|
@pulumi.getter(name="rotationConfigs")
|
210
235
|
def rotation_configs(self) -> Sequence['outputs.GetSecretRotationConfigResult']:
|
@@ -255,6 +280,14 @@ class GetSecretResult:
|
|
255
280
|
"""
|
256
281
|
return pulumi.get(self, "secret_rules")
|
257
282
|
|
283
|
+
@_builtins.property
|
284
|
+
@pulumi.getter(name="sourceRegionInformations")
|
285
|
+
def source_region_informations(self) -> Sequence['outputs.GetSecretSourceRegionInformationResult']:
|
286
|
+
"""
|
287
|
+
Details for the source that the source secret has.
|
288
|
+
"""
|
289
|
+
return pulumi.get(self, "source_region_informations")
|
290
|
+
|
258
291
|
@_builtins.property
|
259
292
|
@pulumi.getter
|
260
293
|
def state(self) -> _builtins.str:
|
@@ -310,11 +343,13 @@ class AwaitableGetSecretResult(GetSecretResult):
|
|
310
343
|
freeform_tags=self.freeform_tags,
|
311
344
|
id=self.id,
|
312
345
|
is_auto_generation_enabled=self.is_auto_generation_enabled,
|
346
|
+
is_replica=self.is_replica,
|
313
347
|
key_id=self.key_id,
|
314
348
|
last_rotation_time=self.last_rotation_time,
|
315
349
|
lifecycle_details=self.lifecycle_details,
|
316
350
|
metadata=self.metadata,
|
317
351
|
next_rotation_time=self.next_rotation_time,
|
352
|
+
replication_configs=self.replication_configs,
|
318
353
|
rotation_configs=self.rotation_configs,
|
319
354
|
rotation_status=self.rotation_status,
|
320
355
|
secret_contents=self.secret_contents,
|
@@ -322,6 +357,7 @@ class AwaitableGetSecretResult(GetSecretResult):
|
|
322
357
|
secret_id=self.secret_id,
|
323
358
|
secret_name=self.secret_name,
|
324
359
|
secret_rules=self.secret_rules,
|
360
|
+
source_region_informations=self.source_region_informations,
|
325
361
|
state=self.state,
|
326
362
|
time_created=self.time_created,
|
327
363
|
time_of_current_version_expiry=self.time_of_current_version_expiry,
|
@@ -362,11 +398,13 @@ def get_secret(secret_id: Optional[_builtins.str] = None,
|
|
362
398
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
363
399
|
id=pulumi.get(__ret__, 'id'),
|
364
400
|
is_auto_generation_enabled=pulumi.get(__ret__, 'is_auto_generation_enabled'),
|
401
|
+
is_replica=pulumi.get(__ret__, 'is_replica'),
|
365
402
|
key_id=pulumi.get(__ret__, 'key_id'),
|
366
403
|
last_rotation_time=pulumi.get(__ret__, 'last_rotation_time'),
|
367
404
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
368
405
|
metadata=pulumi.get(__ret__, 'metadata'),
|
369
406
|
next_rotation_time=pulumi.get(__ret__, 'next_rotation_time'),
|
407
|
+
replication_configs=pulumi.get(__ret__, 'replication_configs'),
|
370
408
|
rotation_configs=pulumi.get(__ret__, 'rotation_configs'),
|
371
409
|
rotation_status=pulumi.get(__ret__, 'rotation_status'),
|
372
410
|
secret_contents=pulumi.get(__ret__, 'secret_contents'),
|
@@ -374,6 +412,7 @@ def get_secret(secret_id: Optional[_builtins.str] = None,
|
|
374
412
|
secret_id=pulumi.get(__ret__, 'secret_id'),
|
375
413
|
secret_name=pulumi.get(__ret__, 'secret_name'),
|
376
414
|
secret_rules=pulumi.get(__ret__, 'secret_rules'),
|
415
|
+
source_region_informations=pulumi.get(__ret__, 'source_region_informations'),
|
377
416
|
state=pulumi.get(__ret__, 'state'),
|
378
417
|
time_created=pulumi.get(__ret__, 'time_created'),
|
379
418
|
time_of_current_version_expiry=pulumi.get(__ret__, 'time_of_current_version_expiry'),
|
@@ -411,11 +450,13 @@ def get_secret_output(secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
411
450
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
412
451
|
id=pulumi.get(__response__, 'id'),
|
413
452
|
is_auto_generation_enabled=pulumi.get(__response__, 'is_auto_generation_enabled'),
|
453
|
+
is_replica=pulumi.get(__response__, 'is_replica'),
|
414
454
|
key_id=pulumi.get(__response__, 'key_id'),
|
415
455
|
last_rotation_time=pulumi.get(__response__, 'last_rotation_time'),
|
416
456
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
417
457
|
metadata=pulumi.get(__response__, 'metadata'),
|
418
458
|
next_rotation_time=pulumi.get(__response__, 'next_rotation_time'),
|
459
|
+
replication_configs=pulumi.get(__response__, 'replication_configs'),
|
419
460
|
rotation_configs=pulumi.get(__response__, 'rotation_configs'),
|
420
461
|
rotation_status=pulumi.get(__response__, 'rotation_status'),
|
421
462
|
secret_contents=pulumi.get(__response__, 'secret_contents'),
|
@@ -423,6 +464,7 @@ def get_secret_output(secret_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
423
464
|
secret_id=pulumi.get(__response__, 'secret_id'),
|
424
465
|
secret_name=pulumi.get(__response__, 'secret_name'),
|
425
466
|
secret_rules=pulumi.get(__response__, 'secret_rules'),
|
467
|
+
source_region_informations=pulumi.get(__response__, 'source_region_informations'),
|
426
468
|
state=pulumi.get(__response__, 'state'),
|
427
469
|
time_created=pulumi.get(__response__, 'time_created'),
|
428
470
|
time_of_current_version_expiry=pulumi.get(__response__, 'time_of_current_version_expiry'),
|