pulumi-oci 2.13.0a1729059403__py3-none-any.whl → 2.13.0a1729613556__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.
Files changed (65) hide show
  1. pulumi_oci/__init__.py +24 -19
  2. pulumi_oci/containerengine/_inputs.py +341 -0
  3. pulumi_oci/containerengine/cluster.py +64 -0
  4. pulumi_oci/containerengine/get_cluster.py +12 -1
  5. pulumi_oci/containerengine/outputs.py +582 -0
  6. pulumi_oci/core/_inputs.py +299 -37
  7. pulumi_oci/core/boot_volume.py +90 -5
  8. pulumi_oci/core/get_block_volume_replica.py +15 -1
  9. pulumi_oci/core/get_boot_volume.py +15 -4
  10. pulumi_oci/core/get_boot_volume_replica.py +15 -1
  11. pulumi_oci/core/get_volume.py +18 -4
  12. pulumi_oci/core/instance_configuration.py +4 -0
  13. pulumi_oci/core/outputs.py +573 -46
  14. pulumi_oci/core/volume.py +110 -12
  15. pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
  16. pulumi_oci/core/volume_group.py +56 -5
  17. pulumi_oci/datasafe/__init__.py +1 -0
  18. pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
  19. pulumi_oci/desktops/_inputs.py +175 -13
  20. pulumi_oci/desktops/desktop_pool.py +67 -0
  21. pulumi_oci/desktops/get_desktop_pool.py +16 -1
  22. pulumi_oci/desktops/outputs.py +339 -18
  23. pulumi_oci/dns/__init__.py +2 -0
  24. pulumi_oci/dns/_inputs.py +1157 -12
  25. pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
  26. pulumi_oci/dns/get_records.py +45 -13
  27. pulumi_oci/dns/get_resolver.py +8 -6
  28. pulumi_oci/dns/get_resolver_endpoint.py +8 -6
  29. pulumi_oci/dns/get_resolver_endpoints.py +2 -2
  30. pulumi_oci/dns/get_resolvers.py +12 -12
  31. pulumi_oci/dns/get_rrset.py +16 -16
  32. pulumi_oci/dns/get_rrsets.py +12 -10
  33. pulumi_oci/dns/get_view.py +8 -4
  34. pulumi_oci/dns/get_views.py +12 -12
  35. pulumi_oci/dns/get_zones.py +33 -13
  36. pulumi_oci/dns/outputs.py +1388 -79
  37. pulumi_oci/dns/record.py +12 -12
  38. pulumi_oci/dns/resolver.py +7 -7
  39. pulumi_oci/dns/resolver_endpoint.py +2 -2
  40. pulumi_oci/dns/rrset.py +50 -41
  41. pulumi_oci/dns/zone.py +176 -17
  42. pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
  43. pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
  44. pulumi_oci/goldengate/__init__.py +1 -0
  45. pulumi_oci/goldengate/_inputs.py +165 -0
  46. pulumi_oci/goldengate/connection.py +49 -35
  47. pulumi_oci/goldengate/database_registration.py +7 -7
  48. pulumi_oci/goldengate/deployment.py +79 -4
  49. pulumi_oci/goldengate/get_deployment.py +30 -2
  50. pulumi_oci/goldengate/get_deployment_environments.py +144 -0
  51. pulumi_oci/goldengate/outputs.py +409 -2
  52. pulumi_oci/pulumi-plugin.json +1 -1
  53. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/METADATA +1 -1
  54. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/RECORD +56 -61
  55. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/WHEEL +1 -1
  56. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  57. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
  58. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
  59. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
  60. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
  61. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
  62. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
  63. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
  64. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
  65. {pulumi_oci-2.13.0a1729059403.dist-info → pulumi_oci-2.13.0a1729613556.dist-info}/top_level.txt +0 -0
@@ -37,6 +37,8 @@ __all__ = [
37
37
  'DeploymentMaintenanceWindowArgsDict',
38
38
  'DeploymentOggDataArgs',
39
39
  'DeploymentOggDataArgsDict',
40
+ 'DeploymentOggDataGroupToRolesMappingArgs',
41
+ 'DeploymentOggDataGroupToRolesMappingArgsDict',
40
42
  'GetConnectionAssignmentsFilterArgs',
41
43
  'GetConnectionAssignmentsFilterArgsDict',
42
44
  'GetConnectionsFilterArgs',
@@ -47,6 +49,8 @@ __all__ = [
47
49
  'GetDeploymentBackupsFilterArgsDict',
48
50
  'GetDeploymentCertificatesFilterArgs',
49
51
  'GetDeploymentCertificatesFilterArgsDict',
52
+ 'GetDeploymentEnvironmentsFilterArgs',
53
+ 'GetDeploymentEnvironmentsFilterArgsDict',
50
54
  'GetDeploymentTypesFilterArgs',
51
55
  'GetDeploymentTypesFilterArgsDict',
52
56
  'GetDeploymentUpgradesFilterArgs',
@@ -130,6 +134,7 @@ if not MYPY:
130
134
  private_ip: NotRequired[pulumi.Input[str]]
131
135
  """
132
136
  (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
137
+
133
138
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
134
139
  """
135
140
  elif False:
@@ -145,6 +150,7 @@ class ConnectionBootstrapServerArgs:
145
150
  :param pulumi.Input[str] host: (Updatable) The name or address of a host.
146
151
  :param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
147
152
  :param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
153
+
148
154
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
149
155
  """
150
156
  if host is not None:
@@ -183,6 +189,7 @@ class ConnectionBootstrapServerArgs:
183
189
  def private_ip(self) -> Optional[pulumi.Input[str]]:
184
190
  """
185
191
  (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
192
+
186
193
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
187
194
  """
188
195
  return pulumi.get(self, "private_ip")
@@ -845,6 +852,10 @@ if not MYPY:
845
852
  """
846
853
  (Updatable) The type of credential store for OGG.
847
854
  """
855
+ group_to_roles_mapping: NotRequired[pulumi.Input['DeploymentOggDataGroupToRolesMappingArgsDict']]
856
+ """
857
+ (Updatable) Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
858
+ """
848
859
  identity_domain_id: NotRequired[pulumi.Input[str]]
849
860
  """
850
861
  (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Identity Domain when IAM credential store is used.
@@ -872,6 +883,7 @@ class DeploymentOggDataArgs:
872
883
  admin_username: Optional[pulumi.Input[str]] = None,
873
884
  certificate: Optional[pulumi.Input[str]] = None,
874
885
  credential_store: Optional[pulumi.Input[str]] = None,
886
+ group_to_roles_mapping: Optional[pulumi.Input['DeploymentOggDataGroupToRolesMappingArgs']] = None,
875
887
  identity_domain_id: Optional[pulumi.Input[str]] = None,
876
888
  key: Optional[pulumi.Input[str]] = None,
877
889
  ogg_version: Optional[pulumi.Input[str]] = None,
@@ -882,6 +894,7 @@ class DeploymentOggDataArgs:
882
894
  :param pulumi.Input[str] admin_username: (Updatable) The GoldenGate deployment console username.
883
895
  :param pulumi.Input[str] certificate: (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
884
896
  :param pulumi.Input[str] credential_store: (Updatable) The type of credential store for OGG.
897
+ :param pulumi.Input['DeploymentOggDataGroupToRolesMappingArgs'] group_to_roles_mapping: (Updatable) Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
885
898
  :param pulumi.Input[str] identity_domain_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Identity Domain when IAM credential store is used.
886
899
  :param pulumi.Input[str] key: (Updatable) The base64 encoded content of the PEM file containing the private key.
887
900
  :param pulumi.Input[str] ogg_version: Version of OGG
@@ -896,6 +909,8 @@ class DeploymentOggDataArgs:
896
909
  pulumi.set(__self__, "certificate", certificate)
897
910
  if credential_store is not None:
898
911
  pulumi.set(__self__, "credential_store", credential_store)
912
+ if group_to_roles_mapping is not None:
913
+ pulumi.set(__self__, "group_to_roles_mapping", group_to_roles_mapping)
899
914
  if identity_domain_id is not None:
900
915
  pulumi.set(__self__, "identity_domain_id", identity_domain_id)
901
916
  if key is not None:
@@ -965,6 +980,18 @@ class DeploymentOggDataArgs:
965
980
  def credential_store(self, value: Optional[pulumi.Input[str]]):
966
981
  pulumi.set(self, "credential_store", value)
967
982
 
983
+ @property
984
+ @pulumi.getter(name="groupToRolesMapping")
985
+ def group_to_roles_mapping(self) -> Optional[pulumi.Input['DeploymentOggDataGroupToRolesMappingArgs']]:
986
+ """
987
+ (Updatable) Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
988
+ """
989
+ return pulumi.get(self, "group_to_roles_mapping")
990
+
991
+ @group_to_roles_mapping.setter
992
+ def group_to_roles_mapping(self, value: Optional[pulumi.Input['DeploymentOggDataGroupToRolesMappingArgs']]):
993
+ pulumi.set(self, "group_to_roles_mapping", value)
994
+
968
995
  @property
969
996
  @pulumi.getter(name="identityDomainId")
970
997
  def identity_domain_id(self) -> Optional[pulumi.Input[str]]:
@@ -1014,6 +1041,97 @@ class DeploymentOggDataArgs:
1014
1041
  pulumi.set(self, "password_secret_id", value)
1015
1042
 
1016
1043
 
1044
+ if not MYPY:
1045
+ class DeploymentOggDataGroupToRolesMappingArgsDict(TypedDict):
1046
+ security_group_id: pulumi.Input[str]
1047
+ """
1048
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
1049
+ """
1050
+ administrator_group_id: NotRequired[pulumi.Input[str]]
1051
+ """
1052
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
1053
+ """
1054
+ operator_group_id: NotRequired[pulumi.Input[str]]
1055
+ """
1056
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
1057
+ """
1058
+ user_group_id: NotRequired[pulumi.Input[str]]
1059
+ """
1060
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
1061
+ """
1062
+ elif False:
1063
+ DeploymentOggDataGroupToRolesMappingArgsDict: TypeAlias = Mapping[str, Any]
1064
+
1065
+ @pulumi.input_type
1066
+ class DeploymentOggDataGroupToRolesMappingArgs:
1067
+ def __init__(__self__, *,
1068
+ security_group_id: pulumi.Input[str],
1069
+ administrator_group_id: Optional[pulumi.Input[str]] = None,
1070
+ operator_group_id: Optional[pulumi.Input[str]] = None,
1071
+ user_group_id: Optional[pulumi.Input[str]] = None):
1072
+ """
1073
+ :param pulumi.Input[str] security_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
1074
+ :param pulumi.Input[str] administrator_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
1075
+ :param pulumi.Input[str] operator_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
1076
+ :param pulumi.Input[str] user_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
1077
+ """
1078
+ pulumi.set(__self__, "security_group_id", security_group_id)
1079
+ if administrator_group_id is not None:
1080
+ pulumi.set(__self__, "administrator_group_id", administrator_group_id)
1081
+ if operator_group_id is not None:
1082
+ pulumi.set(__self__, "operator_group_id", operator_group_id)
1083
+ if user_group_id is not None:
1084
+ pulumi.set(__self__, "user_group_id", user_group_id)
1085
+
1086
+ @property
1087
+ @pulumi.getter(name="securityGroupId")
1088
+ def security_group_id(self) -> pulumi.Input[str]:
1089
+ """
1090
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
1091
+ """
1092
+ return pulumi.get(self, "security_group_id")
1093
+
1094
+ @security_group_id.setter
1095
+ def security_group_id(self, value: pulumi.Input[str]):
1096
+ pulumi.set(self, "security_group_id", value)
1097
+
1098
+ @property
1099
+ @pulumi.getter(name="administratorGroupId")
1100
+ def administrator_group_id(self) -> Optional[pulumi.Input[str]]:
1101
+ """
1102
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
1103
+ """
1104
+ return pulumi.get(self, "administrator_group_id")
1105
+
1106
+ @administrator_group_id.setter
1107
+ def administrator_group_id(self, value: Optional[pulumi.Input[str]]):
1108
+ pulumi.set(self, "administrator_group_id", value)
1109
+
1110
+ @property
1111
+ @pulumi.getter(name="operatorGroupId")
1112
+ def operator_group_id(self) -> Optional[pulumi.Input[str]]:
1113
+ """
1114
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
1115
+ """
1116
+ return pulumi.get(self, "operator_group_id")
1117
+
1118
+ @operator_group_id.setter
1119
+ def operator_group_id(self, value: Optional[pulumi.Input[str]]):
1120
+ pulumi.set(self, "operator_group_id", value)
1121
+
1122
+ @property
1123
+ @pulumi.getter(name="userGroupId")
1124
+ def user_group_id(self) -> Optional[pulumi.Input[str]]:
1125
+ """
1126
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
1127
+ """
1128
+ return pulumi.get(self, "user_group_id")
1129
+
1130
+ @user_group_id.setter
1131
+ def user_group_id(self, value: Optional[pulumi.Input[str]]):
1132
+ pulumi.set(self, "user_group_id", value)
1133
+
1134
+
1017
1135
  if not MYPY:
1018
1136
  class GetConnectionAssignmentsFilterArgsDict(TypedDict):
1019
1137
  name: str
@@ -1267,6 +1385,53 @@ class GetDeploymentCertificatesFilterArgs:
1267
1385
  pulumi.set(self, "regex", value)
1268
1386
 
1269
1387
 
1388
+ if not MYPY:
1389
+ class GetDeploymentEnvironmentsFilterArgsDict(TypedDict):
1390
+ name: str
1391
+ values: Sequence[str]
1392
+ regex: NotRequired[bool]
1393
+ elif False:
1394
+ GetDeploymentEnvironmentsFilterArgsDict: TypeAlias = Mapping[str, Any]
1395
+
1396
+ @pulumi.input_type
1397
+ class GetDeploymentEnvironmentsFilterArgs:
1398
+ def __init__(__self__, *,
1399
+ name: str,
1400
+ values: Sequence[str],
1401
+ regex: Optional[bool] = None):
1402
+ pulumi.set(__self__, "name", name)
1403
+ pulumi.set(__self__, "values", values)
1404
+ if regex is not None:
1405
+ pulumi.set(__self__, "regex", regex)
1406
+
1407
+ @property
1408
+ @pulumi.getter
1409
+ def name(self) -> str:
1410
+ return pulumi.get(self, "name")
1411
+
1412
+ @name.setter
1413
+ def name(self, value: str):
1414
+ pulumi.set(self, "name", value)
1415
+
1416
+ @property
1417
+ @pulumi.getter
1418
+ def values(self) -> Sequence[str]:
1419
+ return pulumi.get(self, "values")
1420
+
1421
+ @values.setter
1422
+ def values(self, value: Sequence[str]):
1423
+ pulumi.set(self, "values", value)
1424
+
1425
+ @property
1426
+ @pulumi.getter
1427
+ def regex(self) -> Optional[bool]:
1428
+ return pulumi.get(self, "regex")
1429
+
1430
+ @regex.setter
1431
+ def regex(self, value: Optional[bool]):
1432
+ pulumi.set(self, "regex", value)
1433
+
1434
+
1270
1435
  if not MYPY:
1271
1436
  class GetDeploymentTypesFilterArgsDict(TypedDict):
1272
1437
  name: str
@@ -143,6 +143,7 @@ class ConnectionArgs:
143
143
  :param pulumi.Input[str] password: (Updatable) The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
144
144
  :param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
145
145
  :param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
146
+
146
147
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
147
148
  :param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
148
149
  :param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
@@ -159,12 +160,12 @@ class ConnectionArgs:
159
160
  :param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
160
161
  :param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
161
162
  :param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
162
- :param pulumi.Input[str] ssl_ca: (Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
163
- :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
163
+ :param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
164
+ :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
164
165
  :param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
165
166
  :param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
166
- :param pulumi.Input[str] ssl_crl: (Updatable) Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
167
- :param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
167
+ :param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
168
+ :param pulumi.Input[str] ssl_key: (Updatable) Client Key The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
168
169
  :param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
169
170
  :param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
170
171
  :param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
@@ -177,7 +178,8 @@ class ConnectionArgs:
177
178
  :param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
178
179
  :param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
179
180
  :param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
180
- :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
181
+ :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
182
+
181
183
 
182
184
  ** IMPORTANT **
183
185
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
@@ -840,6 +842,7 @@ class ConnectionArgs:
840
842
  def private_ip(self) -> Optional[pulumi.Input[str]]:
841
843
  """
842
844
  (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
845
+
843
846
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
844
847
  """
845
848
  return pulumi.get(self, "private_ip")
@@ -1032,7 +1035,7 @@ class ConnectionArgs:
1032
1035
  @pulumi.getter(name="sslCa")
1033
1036
  def ssl_ca(self) -> Optional[pulumi.Input[str]]:
1034
1037
  """
1035
- (Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
1038
+ (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
1036
1039
  """
1037
1040
  return pulumi.get(self, "ssl_ca")
1038
1041
 
@@ -1044,7 +1047,7 @@ class ConnectionArgs:
1044
1047
  @pulumi.getter(name="sslCert")
1045
1048
  def ssl_cert(self) -> Optional[pulumi.Input[str]]:
1046
1049
  """
1047
- (Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
1050
+ (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
1048
1051
  """
1049
1052
  return pulumi.get(self, "ssl_cert")
1050
1053
 
@@ -1080,7 +1083,7 @@ class ConnectionArgs:
1080
1083
  @pulumi.getter(name="sslCrl")
1081
1084
  def ssl_crl(self) -> Optional[pulumi.Input[str]]:
1082
1085
  """
1083
- (Updatable) Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
1086
+ (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
1084
1087
  """
1085
1088
  return pulumi.get(self, "ssl_crl")
1086
1089
 
@@ -1092,7 +1095,7 @@ class ConnectionArgs:
1092
1095
  @pulumi.getter(name="sslKey")
1093
1096
  def ssl_key(self) -> Optional[pulumi.Input[str]]:
1094
1097
  """
1095
- (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
1098
+ (Updatable) Client Key The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
1096
1099
  """
1097
1100
  return pulumi.get(self, "ssl_key")
1098
1101
 
@@ -1248,7 +1251,8 @@ class ConnectionArgs:
1248
1251
  @pulumi.getter
1249
1252
  def wallet(self) -> Optional[pulumi.Input[str]]:
1250
1253
  """
1251
- (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
1254
+ (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
1255
+
1252
1256
 
1253
1257
  ** IMPORTANT **
1254
1258
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
@@ -1392,6 +1396,7 @@ class _ConnectionState:
1392
1396
  :param pulumi.Input[str] password: (Updatable) The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
1393
1397
  :param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
1394
1398
  :param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
1399
+
1395
1400
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
1396
1401
  :param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
1397
1402
  :param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
@@ -1408,12 +1413,12 @@ class _ConnectionState:
1408
1413
  :param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
1409
1414
  :param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
1410
1415
  :param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
1411
- :param pulumi.Input[str] ssl_ca: (Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
1412
- :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
1416
+ :param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
1417
+ :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
1413
1418
  :param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
1414
1419
  :param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
1415
- :param pulumi.Input[str] ssl_crl: (Updatable) Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
1416
- :param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
1420
+ :param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
1421
+ :param pulumi.Input[str] ssl_key: (Updatable) Client Key The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
1417
1422
  :param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
1418
1423
  :param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
1419
1424
  :param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
@@ -1431,7 +1436,8 @@ class _ConnectionState:
1431
1436
  :param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
1432
1437
  :param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
1433
1438
  :param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
1434
- :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
1439
+ :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
1440
+
1435
1441
 
1436
1442
  ** IMPORTANT **
1437
1443
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
@@ -2122,6 +2128,7 @@ class _ConnectionState:
2122
2128
  def private_ip(self) -> Optional[pulumi.Input[str]]:
2123
2129
  """
2124
2130
  (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
2131
+
2125
2132
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
2126
2133
  """
2127
2134
  return pulumi.get(self, "private_ip")
@@ -2314,7 +2321,7 @@ class _ConnectionState:
2314
2321
  @pulumi.getter(name="sslCa")
2315
2322
  def ssl_ca(self) -> Optional[pulumi.Input[str]]:
2316
2323
  """
2317
- (Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
2324
+ (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
2318
2325
  """
2319
2326
  return pulumi.get(self, "ssl_ca")
2320
2327
 
@@ -2326,7 +2333,7 @@ class _ConnectionState:
2326
2333
  @pulumi.getter(name="sslCert")
2327
2334
  def ssl_cert(self) -> Optional[pulumi.Input[str]]:
2328
2335
  """
2329
- (Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
2336
+ (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
2330
2337
  """
2331
2338
  return pulumi.get(self, "ssl_cert")
2332
2339
 
@@ -2362,7 +2369,7 @@ class _ConnectionState:
2362
2369
  @pulumi.getter(name="sslCrl")
2363
2370
  def ssl_crl(self) -> Optional[pulumi.Input[str]]:
2364
2371
  """
2365
- (Updatable) Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
2372
+ (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
2366
2373
  """
2367
2374
  return pulumi.get(self, "ssl_crl")
2368
2375
 
@@ -2374,7 +2381,7 @@ class _ConnectionState:
2374
2381
  @pulumi.getter(name="sslKey")
2375
2382
  def ssl_key(self) -> Optional[pulumi.Input[str]]:
2376
2383
  """
2377
- (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
2384
+ (Updatable) Client Key The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
2378
2385
  """
2379
2386
  return pulumi.get(self, "ssl_key")
2380
2387
 
@@ -2590,7 +2597,8 @@ class _ConnectionState:
2590
2597
  @pulumi.getter
2591
2598
  def wallet(self) -> Optional[pulumi.Input[str]]:
2592
2599
  """
2593
- (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
2600
+ (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
2601
+
2594
2602
 
2595
2603
  ** IMPORTANT **
2596
2604
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
@@ -2841,6 +2849,7 @@ class Connection(pulumi.CustomResource):
2841
2849
  :param pulumi.Input[str] password: (Updatable) The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
2842
2850
  :param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
2843
2851
  :param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
2852
+
2844
2853
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
2845
2854
  :param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
2846
2855
  :param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
@@ -2857,12 +2866,12 @@ class Connection(pulumi.CustomResource):
2857
2866
  :param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
2858
2867
  :param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
2859
2868
  :param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
2860
- :param pulumi.Input[str] ssl_ca: (Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
2861
- :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
2869
+ :param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
2870
+ :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
2862
2871
  :param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
2863
2872
  :param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
2864
- :param pulumi.Input[str] ssl_crl: (Updatable) Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
2865
- :param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
2873
+ :param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
2874
+ :param pulumi.Input[str] ssl_key: (Updatable) Client Key The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
2866
2875
  :param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
2867
2876
  :param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
2868
2877
  :param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
@@ -2876,7 +2885,8 @@ class Connection(pulumi.CustomResource):
2876
2885
  :param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
2877
2886
  :param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
2878
2887
  :param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
2879
- :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
2888
+ :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
2889
+
2880
2890
 
2881
2891
  ** IMPORTANT **
2882
2892
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
@@ -3337,6 +3347,7 @@ class Connection(pulumi.CustomResource):
3337
3347
  :param pulumi.Input[str] password: (Updatable) The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
3338
3348
  :param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
3339
3349
  :param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
3350
+
3340
3351
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
3341
3352
  :param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
3342
3353
  :param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
@@ -3353,12 +3364,12 @@ class Connection(pulumi.CustomResource):
3353
3364
  :param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
3354
3365
  :param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
3355
3366
  :param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
3356
- :param pulumi.Input[str] ssl_ca: (Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
3357
- :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
3367
+ :param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
3368
+ :param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
3358
3369
  :param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
3359
3370
  :param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
3360
- :param pulumi.Input[str] ssl_crl: (Updatable) Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
3361
- :param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
3371
+ :param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
3372
+ :param pulumi.Input[str] ssl_key: (Updatable) Client Key The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
3362
3373
  :param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
3363
3374
  :param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
3364
3375
  :param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
@@ -3376,7 +3387,8 @@ class Connection(pulumi.CustomResource):
3376
3387
  :param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
3377
3388
  :param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
3378
3389
  :param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
3379
- :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
3390
+ :param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
3391
+
3380
3392
 
3381
3393
  ** IMPORTANT **
3382
3394
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
@@ -3817,6 +3829,7 @@ class Connection(pulumi.CustomResource):
3817
3829
  def private_ip(self) -> pulumi.Output[str]:
3818
3830
  """
3819
3831
  (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
3832
+
3820
3833
  The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
3821
3834
  """
3822
3835
  return pulumi.get(self, "private_ip")
@@ -3945,7 +3958,7 @@ class Connection(pulumi.CustomResource):
3945
3958
  @pulumi.getter(name="sslCa")
3946
3959
  def ssl_ca(self) -> pulumi.Output[str]:
3947
3960
  """
3948
- (Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
3961
+ (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
3949
3962
  """
3950
3963
  return pulumi.get(self, "ssl_ca")
3951
3964
 
@@ -3953,7 +3966,7 @@ class Connection(pulumi.CustomResource):
3953
3966
  @pulumi.getter(name="sslCert")
3954
3967
  def ssl_cert(self) -> pulumi.Output[str]:
3955
3968
  """
3956
- (Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
3969
+ (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
3957
3970
  """
3958
3971
  return pulumi.get(self, "ssl_cert")
3959
3972
 
@@ -3977,7 +3990,7 @@ class Connection(pulumi.CustomResource):
3977
3990
  @pulumi.getter(name="sslCrl")
3978
3991
  def ssl_crl(self) -> pulumi.Output[str]:
3979
3992
  """
3980
- (Updatable) Certificates revoked by certificate authorities (CA). Server certificate must not be on this list (for 1 and 2-way SSL). Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
3993
+ (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
3981
3994
  """
3982
3995
  return pulumi.get(self, "ssl_crl")
3983
3996
 
@@ -3985,7 +3998,7 @@ class Connection(pulumi.CustomResource):
3985
3998
  @pulumi.getter(name="sslKey")
3986
3999
  def ssl_key(self) -> pulumi.Output[str]:
3987
4000
  """
3988
- (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
4001
+ (Updatable) Client Key The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
3989
4002
  """
3990
4003
  return pulumi.get(self, "ssl_key")
3991
4004
 
@@ -4129,7 +4142,8 @@ class Connection(pulumi.CustomResource):
4129
4142
  @pulumi.getter
4130
4143
  def wallet(self) -> pulumi.Output[str]:
4131
4144
  """
4132
- (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
4145
+ (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
4146
+
4133
4147
 
4134
4148
  ** IMPORTANT **
4135
4149
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values