pulumi-oci 2.13.0__py3-none-any.whl → 2.13.0a1729198151__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 +19 -24
- pulumi_oci/containerengine/_inputs.py +0 -341
- pulumi_oci/containerengine/cluster.py +0 -64
- pulumi_oci/containerengine/get_cluster.py +1 -12
- pulumi_oci/containerengine/outputs.py +0 -582
- pulumi_oci/core/_inputs.py +37 -299
- pulumi_oci/core/boot_volume.py +5 -90
- pulumi_oci/core/get_block_volume_replica.py +1 -15
- pulumi_oci/core/get_boot_volume.py +4 -15
- pulumi_oci/core/get_boot_volume_replica.py +1 -15
- pulumi_oci/core/get_volume.py +4 -18
- pulumi_oci/core/instance_configuration.py +0 -4
- pulumi_oci/core/outputs.py +46 -573
- pulumi_oci/core/volume.py +12 -110
- pulumi_oci/core/volume_backup_policy_assignment.py +19 -68
- pulumi_oci/core/volume_group.py +5 -56
- pulumi_oci/datasafe/__init__.py +0 -1
- pulumi_oci/desktops/_inputs.py +13 -175
- pulumi_oci/desktops/desktop_pool.py +0 -67
- pulumi_oci/desktops/get_desktop_pool.py +1 -16
- pulumi_oci/desktops/outputs.py +18 -339
- pulumi_oci/dns/__init__.py +0 -2
- pulumi_oci/dns/_inputs.py +12 -1157
- pulumi_oci/dns/action_create_zone_from_zone_file.py +2 -42
- pulumi_oci/dns/get_records.py +13 -45
- pulumi_oci/dns/get_resolver.py +6 -8
- pulumi_oci/dns/get_resolver_endpoint.py +6 -8
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +10 -12
- pulumi_oci/dns/get_view.py +4 -8
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +13 -33
- pulumi_oci/dns/outputs.py +79 -1388
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +41 -50
- pulumi_oci/dns/zone.py +17 -176
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -0
- pulumi_oci/goldengate/__init__.py +0 -1
- pulumi_oci/goldengate/_inputs.py +0 -165
- pulumi_oci/goldengate/connection.py +35 -49
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +4 -79
- pulumi_oci/goldengate/get_deployment.py +2 -30
- pulumi_oci/goldengate/outputs.py +2 -409
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/METADATA +1 -1
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/RECORD +61 -56
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +0 -271
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +0 -328
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +0 -318
- pulumi_oci/goldengate/get_deployment_environments.py +0 -144
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,6 @@ from .get_deployment_backup import *
|
|
22
22
|
from .get_deployment_backups import *
|
23
23
|
from .get_deployment_certificate import *
|
24
24
|
from .get_deployment_certificates import *
|
25
|
-
from .get_deployment_environments import *
|
26
25
|
from .get_deployment_type import *
|
27
26
|
from .get_deployment_types import *
|
28
27
|
from .get_deployment_upgrade import *
|
pulumi_oci/goldengate/_inputs.py
CHANGED
@@ -37,8 +37,6 @@ __all__ = [
|
|
37
37
|
'DeploymentMaintenanceWindowArgsDict',
|
38
38
|
'DeploymentOggDataArgs',
|
39
39
|
'DeploymentOggDataArgsDict',
|
40
|
-
'DeploymentOggDataGroupToRolesMappingArgs',
|
41
|
-
'DeploymentOggDataGroupToRolesMappingArgsDict',
|
42
40
|
'GetConnectionAssignmentsFilterArgs',
|
43
41
|
'GetConnectionAssignmentsFilterArgsDict',
|
44
42
|
'GetConnectionsFilterArgs',
|
@@ -49,8 +47,6 @@ __all__ = [
|
|
49
47
|
'GetDeploymentBackupsFilterArgsDict',
|
50
48
|
'GetDeploymentCertificatesFilterArgs',
|
51
49
|
'GetDeploymentCertificatesFilterArgsDict',
|
52
|
-
'GetDeploymentEnvironmentsFilterArgs',
|
53
|
-
'GetDeploymentEnvironmentsFilterArgsDict',
|
54
50
|
'GetDeploymentTypesFilterArgs',
|
55
51
|
'GetDeploymentTypesFilterArgsDict',
|
56
52
|
'GetDeploymentUpgradesFilterArgs',
|
@@ -134,7 +130,6 @@ if not MYPY:
|
|
134
130
|
private_ip: NotRequired[pulumi.Input[str]]
|
135
131
|
"""
|
136
132
|
(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
|
-
|
138
133
|
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.
|
139
134
|
"""
|
140
135
|
elif False:
|
@@ -150,7 +145,6 @@ class ConnectionBootstrapServerArgs:
|
|
150
145
|
:param pulumi.Input[str] host: (Updatable) The name or address of a host.
|
151
146
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
152
147
|
: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
|
-
|
154
148
|
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.
|
155
149
|
"""
|
156
150
|
if host is not None:
|
@@ -189,7 +183,6 @@ class ConnectionBootstrapServerArgs:
|
|
189
183
|
def private_ip(self) -> Optional[pulumi.Input[str]]:
|
190
184
|
"""
|
191
185
|
(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
|
-
|
193
186
|
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.
|
194
187
|
"""
|
195
188
|
return pulumi.get(self, "private_ip")
|
@@ -852,10 +845,6 @@ if not MYPY:
|
|
852
845
|
"""
|
853
846
|
(Updatable) The type of credential store for OGG.
|
854
847
|
"""
|
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
|
-
"""
|
859
848
|
identity_domain_id: NotRequired[pulumi.Input[str]]
|
860
849
|
"""
|
861
850
|
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Identity Domain when IAM credential store is used.
|
@@ -883,7 +872,6 @@ class DeploymentOggDataArgs:
|
|
883
872
|
admin_username: Optional[pulumi.Input[str]] = None,
|
884
873
|
certificate: Optional[pulumi.Input[str]] = None,
|
885
874
|
credential_store: Optional[pulumi.Input[str]] = None,
|
886
|
-
group_to_roles_mapping: Optional[pulumi.Input['DeploymentOggDataGroupToRolesMappingArgs']] = None,
|
887
875
|
identity_domain_id: Optional[pulumi.Input[str]] = None,
|
888
876
|
key: Optional[pulumi.Input[str]] = None,
|
889
877
|
ogg_version: Optional[pulumi.Input[str]] = None,
|
@@ -894,7 +882,6 @@ class DeploymentOggDataArgs:
|
|
894
882
|
:param pulumi.Input[str] admin_username: (Updatable) The GoldenGate deployment console username.
|
895
883
|
:param pulumi.Input[str] certificate: (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
|
896
884
|
: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.
|
898
885
|
: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.
|
899
886
|
:param pulumi.Input[str] key: (Updatable) The base64 encoded content of the PEM file containing the private key.
|
900
887
|
:param pulumi.Input[str] ogg_version: Version of OGG
|
@@ -909,8 +896,6 @@ class DeploymentOggDataArgs:
|
|
909
896
|
pulumi.set(__self__, "certificate", certificate)
|
910
897
|
if credential_store is not None:
|
911
898
|
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)
|
914
899
|
if identity_domain_id is not None:
|
915
900
|
pulumi.set(__self__, "identity_domain_id", identity_domain_id)
|
916
901
|
if key is not None:
|
@@ -980,18 +965,6 @@ class DeploymentOggDataArgs:
|
|
980
965
|
def credential_store(self, value: Optional[pulumi.Input[str]]):
|
981
966
|
pulumi.set(self, "credential_store", value)
|
982
967
|
|
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
|
-
|
995
968
|
@property
|
996
969
|
@pulumi.getter(name="identityDomainId")
|
997
970
|
def identity_domain_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1041,97 +1014,6 @@ class DeploymentOggDataArgs:
|
|
1041
1014
|
pulumi.set(self, "password_secret_id", value)
|
1042
1015
|
|
1043
1016
|
|
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
|
-
|
1135
1017
|
if not MYPY:
|
1136
1018
|
class GetConnectionAssignmentsFilterArgsDict(TypedDict):
|
1137
1019
|
name: str
|
@@ -1385,53 +1267,6 @@ class GetDeploymentCertificatesFilterArgs:
|
|
1385
1267
|
pulumi.set(self, "regex", value)
|
1386
1268
|
|
1387
1269
|
|
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
|
-
|
1435
1270
|
if not MYPY:
|
1436
1271
|
class GetDeploymentTypesFilterArgsDict(TypedDict):
|
1437
1272
|
name: str
|
@@ -143,7 +143,6 @@ 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
|
-
|
147
146
|
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.
|
148
147
|
: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
|
149
148
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
@@ -160,12 +159,12 @@ class ConnectionArgs:
|
|
160
159
|
: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.
|
161
160
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
162
161
|
: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.
|
163
|
-
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded
|
164
|
-
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of
|
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).
|
165
164
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
166
165
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
167
|
-
:param pulumi.Input[str] ssl_crl: (Updatable)
|
168
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
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).
|
169
168
|
: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.
|
170
169
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
171
170
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
@@ -178,8 +177,7 @@ class ConnectionArgs:
|
|
178
177
|
: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.
|
179
178
|
: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.
|
180
179
|
: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.
|
181
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
182
|
-
|
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.
|
183
181
|
|
184
182
|
** IMPORTANT **
|
185
183
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -842,7 +840,6 @@ class ConnectionArgs:
|
|
842
840
|
def private_ip(self) -> Optional[pulumi.Input[str]]:
|
843
841
|
"""
|
844
842
|
(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
|
-
|
846
843
|
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.
|
847
844
|
"""
|
848
845
|
return pulumi.get(self, "private_ip")
|
@@ -1035,7 +1032,7 @@ class ConnectionArgs:
|
|
1035
1032
|
@pulumi.getter(name="sslCa")
|
1036
1033
|
def ssl_ca(self) -> Optional[pulumi.Input[str]]:
|
1037
1034
|
"""
|
1038
|
-
(Updatable) The base64 encoded
|
1035
|
+
(Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
|
1039
1036
|
"""
|
1040
1037
|
return pulumi.get(self, "ssl_ca")
|
1041
1038
|
|
@@ -1047,7 +1044,7 @@ class ConnectionArgs:
|
|
1047
1044
|
@pulumi.getter(name="sslCert")
|
1048
1045
|
def ssl_cert(self) -> Optional[pulumi.Input[str]]:
|
1049
1046
|
"""
|
1050
|
-
(Updatable) Client Certificate - The base64 encoded content of
|
1047
|
+
(Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
|
1051
1048
|
"""
|
1052
1049
|
return pulumi.get(self, "ssl_cert")
|
1053
1050
|
|
@@ -1083,7 +1080,7 @@ class ConnectionArgs:
|
|
1083
1080
|
@pulumi.getter(name="sslCrl")
|
1084
1081
|
def ssl_crl(self) -> Optional[pulumi.Input[str]]:
|
1085
1082
|
"""
|
1086
|
-
(Updatable)
|
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.
|
1087
1084
|
"""
|
1088
1085
|
return pulumi.get(self, "ssl_crl")
|
1089
1086
|
|
@@ -1095,7 +1092,7 @@ class ConnectionArgs:
|
|
1095
1092
|
@pulumi.getter(name="sslKey")
|
1096
1093
|
def ssl_key(self) -> Optional[pulumi.Input[str]]:
|
1097
1094
|
"""
|
1098
|
-
(Updatable) Client Key
|
1095
|
+
(Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
|
1099
1096
|
"""
|
1100
1097
|
return pulumi.get(self, "ssl_key")
|
1101
1098
|
|
@@ -1251,8 +1248,7 @@ class ConnectionArgs:
|
|
1251
1248
|
@pulumi.getter
|
1252
1249
|
def wallet(self) -> Optional[pulumi.Input[str]]:
|
1253
1250
|
"""
|
1254
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
1255
|
-
|
1251
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
1256
1252
|
|
1257
1253
|
** IMPORTANT **
|
1258
1254
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -1396,7 +1392,6 @@ class _ConnectionState:
|
|
1396
1392
|
: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.
|
1397
1393
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
1398
1394
|
: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
|
-
|
1400
1395
|
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.
|
1401
1396
|
: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
|
1402
1397
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
@@ -1413,12 +1408,12 @@ class _ConnectionState:
|
|
1413
1408
|
: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.
|
1414
1409
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
1415
1410
|
: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.
|
1416
|
-
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded
|
1417
|
-
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of
|
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).
|
1418
1413
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
1419
1414
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
1420
|
-
:param pulumi.Input[str] ssl_crl: (Updatable)
|
1421
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
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).
|
1422
1417
|
: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.
|
1423
1418
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
1424
1419
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
@@ -1436,8 +1431,7 @@ class _ConnectionState:
|
|
1436
1431
|
: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.
|
1437
1432
|
: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.
|
1438
1433
|
: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.
|
1439
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
1440
|
-
|
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.
|
1441
1435
|
|
1442
1436
|
** IMPORTANT **
|
1443
1437
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -2128,7 +2122,6 @@ class _ConnectionState:
|
|
2128
2122
|
def private_ip(self) -> Optional[pulumi.Input[str]]:
|
2129
2123
|
"""
|
2130
2124
|
(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
|
-
|
2132
2125
|
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.
|
2133
2126
|
"""
|
2134
2127
|
return pulumi.get(self, "private_ip")
|
@@ -2321,7 +2314,7 @@ class _ConnectionState:
|
|
2321
2314
|
@pulumi.getter(name="sslCa")
|
2322
2315
|
def ssl_ca(self) -> Optional[pulumi.Input[str]]:
|
2323
2316
|
"""
|
2324
|
-
(Updatable) The base64 encoded
|
2317
|
+
(Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
|
2325
2318
|
"""
|
2326
2319
|
return pulumi.get(self, "ssl_ca")
|
2327
2320
|
|
@@ -2333,7 +2326,7 @@ class _ConnectionState:
|
|
2333
2326
|
@pulumi.getter(name="sslCert")
|
2334
2327
|
def ssl_cert(self) -> Optional[pulumi.Input[str]]:
|
2335
2328
|
"""
|
2336
|
-
(Updatable) Client Certificate - The base64 encoded content of
|
2329
|
+
(Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
|
2337
2330
|
"""
|
2338
2331
|
return pulumi.get(self, "ssl_cert")
|
2339
2332
|
|
@@ -2369,7 +2362,7 @@ class _ConnectionState:
|
|
2369
2362
|
@pulumi.getter(name="sslCrl")
|
2370
2363
|
def ssl_crl(self) -> Optional[pulumi.Input[str]]:
|
2371
2364
|
"""
|
2372
|
-
(Updatable)
|
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.
|
2373
2366
|
"""
|
2374
2367
|
return pulumi.get(self, "ssl_crl")
|
2375
2368
|
|
@@ -2381,7 +2374,7 @@ class _ConnectionState:
|
|
2381
2374
|
@pulumi.getter(name="sslKey")
|
2382
2375
|
def ssl_key(self) -> Optional[pulumi.Input[str]]:
|
2383
2376
|
"""
|
2384
|
-
(Updatable) Client Key
|
2377
|
+
(Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
|
2385
2378
|
"""
|
2386
2379
|
return pulumi.get(self, "ssl_key")
|
2387
2380
|
|
@@ -2597,8 +2590,7 @@ class _ConnectionState:
|
|
2597
2590
|
@pulumi.getter
|
2598
2591
|
def wallet(self) -> Optional[pulumi.Input[str]]:
|
2599
2592
|
"""
|
2600
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
2601
|
-
|
2593
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
2602
2594
|
|
2603
2595
|
** IMPORTANT **
|
2604
2596
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -2849,7 +2841,6 @@ class Connection(pulumi.CustomResource):
|
|
2849
2841
|
: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.
|
2850
2842
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
2851
2843
|
: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
|
-
|
2853
2844
|
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.
|
2854
2845
|
: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
|
2855
2846
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
@@ -2866,12 +2857,12 @@ class Connection(pulumi.CustomResource):
|
|
2866
2857
|
: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.
|
2867
2858
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
2868
2859
|
: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.
|
2869
|
-
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded
|
2870
|
-
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of
|
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).
|
2871
2862
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
2872
2863
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
2873
|
-
:param pulumi.Input[str] ssl_crl: (Updatable)
|
2874
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
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).
|
2875
2866
|
: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.
|
2876
2867
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
2877
2868
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
@@ -2885,8 +2876,7 @@ class Connection(pulumi.CustomResource):
|
|
2885
2876
|
: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.
|
2886
2877
|
: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.
|
2887
2878
|
: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.
|
2888
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
2889
|
-
|
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.
|
2890
2880
|
|
2891
2881
|
** IMPORTANT **
|
2892
2882
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -3347,7 +3337,6 @@ class Connection(pulumi.CustomResource):
|
|
3347
3337
|
: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.
|
3348
3338
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
3349
3339
|
: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
|
-
|
3351
3340
|
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.
|
3352
3341
|
: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
|
3353
3342
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
@@ -3364,12 +3353,12 @@ class Connection(pulumi.CustomResource):
|
|
3364
3353
|
: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.
|
3365
3354
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
3366
3355
|
: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.
|
3367
|
-
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded
|
3368
|
-
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of
|
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).
|
3369
3358
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
3370
3359
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
3371
|
-
:param pulumi.Input[str] ssl_crl: (Updatable)
|
3372
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
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).
|
3373
3362
|
: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.
|
3374
3363
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
3375
3364
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
@@ -3387,8 +3376,7 @@ class Connection(pulumi.CustomResource):
|
|
3387
3376
|
: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.
|
3388
3377
|
: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.
|
3389
3378
|
: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.
|
3390
|
-
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
3391
|
-
|
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.
|
3392
3380
|
|
3393
3381
|
** IMPORTANT **
|
3394
3382
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
@@ -3829,7 +3817,6 @@ class Connection(pulumi.CustomResource):
|
|
3829
3817
|
def private_ip(self) -> pulumi.Output[str]:
|
3830
3818
|
"""
|
3831
3819
|
(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
|
-
|
3833
3820
|
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.
|
3834
3821
|
"""
|
3835
3822
|
return pulumi.get(self, "private_ip")
|
@@ -3958,7 +3945,7 @@ class Connection(pulumi.CustomResource):
|
|
3958
3945
|
@pulumi.getter(name="sslCa")
|
3959
3946
|
def ssl_ca(self) -> pulumi.Output[str]:
|
3960
3947
|
"""
|
3961
|
-
(Updatable) The base64 encoded
|
3948
|
+
(Updatable) Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
|
3962
3949
|
"""
|
3963
3950
|
return pulumi.get(self, "ssl_ca")
|
3964
3951
|
|
@@ -3966,7 +3953,7 @@ class Connection(pulumi.CustomResource):
|
|
3966
3953
|
@pulumi.getter(name="sslCert")
|
3967
3954
|
def ssl_cert(self) -> pulumi.Output[str]:
|
3968
3955
|
"""
|
3969
|
-
(Updatable) Client Certificate - The base64 encoded content of
|
3956
|
+
(Updatable) Client Certificate - The base64 encoded content of client-cert.pem file containing the client public key (for 2-way SSL).
|
3970
3957
|
"""
|
3971
3958
|
return pulumi.get(self, "ssl_cert")
|
3972
3959
|
|
@@ -3990,7 +3977,7 @@ class Connection(pulumi.CustomResource):
|
|
3990
3977
|
@pulumi.getter(name="sslCrl")
|
3991
3978
|
def ssl_crl(self) -> pulumi.Output[str]:
|
3992
3979
|
"""
|
3993
|
-
(Updatable)
|
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.
|
3994
3981
|
"""
|
3995
3982
|
return pulumi.get(self, "ssl_crl")
|
3996
3983
|
|
@@ -3998,7 +3985,7 @@ class Connection(pulumi.CustomResource):
|
|
3998
3985
|
@pulumi.getter(name="sslKey")
|
3999
3986
|
def ssl_key(self) -> pulumi.Output[str]:
|
4000
3987
|
"""
|
4001
|
-
(Updatable) Client Key
|
3988
|
+
(Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
|
4002
3989
|
"""
|
4003
3990
|
return pulumi.get(self, "ssl_key")
|
4004
3991
|
|
@@ -4142,8 +4129,7 @@ class Connection(pulumi.CustomResource):
|
|
4142
4129
|
@pulumi.getter
|
4143
4130
|
def wallet(self) -> pulumi.Output[str]:
|
4144
4131
|
"""
|
4145
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database.
|
4146
|
-
|
4132
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
4147
4133
|
|
4148
4134
|
** IMPORTANT **
|
4149
4135
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|