pulumi-oci 1.39.0__py3-none-any.whl → 1.39.0a1717482940__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 +0 -11
- pulumi_oci/database/__init__.py +0 -1
- pulumi_oci/database/_inputs.py +4 -44
- pulumi_oci/database/autonomous_database.py +14 -61
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/get_autonomous_character_sets.py +0 -4
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +6 -102
- pulumi_oci/goldengate/_inputs.py +6 -219
- pulumi_oci/goldengate/connection.py +0 -334
- pulumi_oci/goldengate/connection_assignment.py +19 -68
- pulumi_oci/goldengate/deployment.py +7 -88
- pulumi_oci/goldengate/deployment_backup.py +3 -122
- pulumi_oci/goldengate/deployment_certificate.py +10 -59
- pulumi_oci/goldengate/get_connection.py +1 -80
- pulumi_oci/goldengate/get_connection_assignment.py +1 -11
- pulumi_oci/goldengate/get_deployment.py +2 -25
- pulumi_oci/goldengate/get_deployment_backup.py +1 -38
- pulumi_oci/goldengate/get_deployment_certificate.py +2 -12
- pulumi_oci/goldengate/get_deployment_certificates.py +0 -3
- pulumi_oci/goldengate/get_trail_files.py +2 -2
- pulumi_oci/goldengate/get_trail_sequences.py +2 -2
- pulumi_oci/goldengate/outputs.py +12 -720
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/METADATA +1 -1
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/RECORD +28 -35
- pulumi_oci/database/get_autonomous_database_peers.py +0 -133
- pulumi_oci/demandsignal/__init__.py +0 -12
- pulumi_oci/demandsignal/_inputs.py +0 -267
- pulumi_oci/demandsignal/get_occ_demand_signal.py +0 -259
- pulumi_oci/demandsignal/get_occ_demand_signals.py +0 -183
- pulumi_oci/demandsignal/occ_demand_signal.py +0 -630
- pulumi_oci/demandsignal/outputs.py +0 -700
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.39.0.dist-info → pulumi_oci-1.39.0a1717482940.dist-info}/top_level.txt +0 -0
@@ -24,7 +24,6 @@ class ConnectionArgs:
|
|
24
24
|
account_key: Optional[pulumi.Input[str]] = None,
|
25
25
|
account_name: Optional[pulumi.Input[str]] = None,
|
26
26
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]]] = None,
|
27
|
-
authentication_mode: Optional[pulumi.Input[str]] = None,
|
28
27
|
authentication_type: Optional[pulumi.Input[str]] = None,
|
29
28
|
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
30
29
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionBootstrapServerArgs']]]] = None,
|
@@ -45,7 +44,6 @@ class ConnectionArgs:
|
|
45
44
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
46
45
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
47
46
|
host: Optional[pulumi.Input[str]] = None,
|
48
|
-
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
49
47
|
jndi_connection_factory: Optional[pulumi.Input[str]] = None,
|
50
48
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
51
49
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
@@ -54,7 +52,6 @@ class ConnectionArgs:
|
|
54
52
|
key_id: Optional[pulumi.Input[str]] = None,
|
55
53
|
key_store: Optional[pulumi.Input[str]] = None,
|
56
54
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
57
|
-
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]] = None,
|
58
55
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
59
56
|
password: Optional[pulumi.Input[str]] = None,
|
60
57
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -63,7 +60,6 @@ class ConnectionArgs:
|
|
63
60
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
64
61
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
65
62
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
66
|
-
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
67
63
|
region: Optional[pulumi.Input[str]] = None,
|
68
64
|
routing_method: Optional[pulumi.Input[str]] = None,
|
69
65
|
sas_token: Optional[pulumi.Input[str]] = None,
|
@@ -76,13 +72,10 @@ class ConnectionArgs:
|
|
76
72
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
77
73
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
78
74
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
79
|
-
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
80
|
-
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
81
75
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
82
76
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
83
77
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
84
78
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
85
|
-
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
86
79
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
87
80
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
88
81
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
@@ -103,7 +96,6 @@ class ConnectionArgs:
|
|
103
96
|
:param pulumi.Input[str] account_key: (Updatable) Azure storage account key. This property is required when 'authenticationType' is set to 'SHARED_KEY'. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
|
104
97
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
105
98
|
:param pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]] additional_attributes: (Updatable) An array of name-value pair attribute entries. Used as additional parameters in connection string.
|
106
|
-
:param pulumi.Input[str] authentication_mode: (Updatable) Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
107
99
|
:param pulumi.Input[str] authentication_type: (Updatable) Authentication type for Java Message Service. If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
|
108
100
|
:param pulumi.Input[str] azure_tenant_id: (Updatable) Azure tenant ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
|
109
101
|
:param pulumi.Input[Sequence[pulumi.Input['ConnectionBootstrapServerArgs']]] bootstrap_servers: (Updatable) Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: `"server1.example.com:9092,server2.example.com:9092"`
|
@@ -133,7 +125,6 @@ class ConnectionArgs:
|
|
133
125
|
:param pulumi.Input[str] key_id: (Updatable) Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
|
134
126
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
135
127
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
136
|
-
:param pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]] locks: Locks associated with this resource.
|
137
128
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
|
138
129
|
: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.
|
139
130
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
@@ -143,7 +134,6 @@ class ConnectionArgs:
|
|
143
134
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
144
135
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
145
136
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
146
|
-
:param pulumi.Input[str] redis_cluster_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
147
137
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
148
138
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
149
139
|
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
@@ -156,13 +146,10 @@ class ConnectionArgs:
|
|
156
146
|
: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.
|
157
147
|
: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).
|
158
148
|
: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).
|
159
|
-
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
160
|
-
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
161
149
|
: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.
|
162
150
|
:param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
|
163
151
|
: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.
|
164
152
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
165
|
-
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
166
153
|
:param pulumi.Input[str] stream_pool_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream pool being referenced.
|
167
154
|
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target subnet of the dedicated connection.
|
168
155
|
:param pulumi.Input[str] tenancy_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related Oracle Cloud Infrastructure tenancy.
|
@@ -189,8 +176,6 @@ class ConnectionArgs:
|
|
189
176
|
pulumi.set(__self__, "account_name", account_name)
|
190
177
|
if additional_attributes is not None:
|
191
178
|
pulumi.set(__self__, "additional_attributes", additional_attributes)
|
192
|
-
if authentication_mode is not None:
|
193
|
-
pulumi.set(__self__, "authentication_mode", authentication_mode)
|
194
179
|
if authentication_type is not None:
|
195
180
|
pulumi.set(__self__, "authentication_type", authentication_type)
|
196
181
|
if azure_tenant_id is not None:
|
@@ -231,8 +216,6 @@ class ConnectionArgs:
|
|
231
216
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
232
217
|
if host is not None:
|
233
218
|
pulumi.set(__self__, "host", host)
|
234
|
-
if is_lock_override is not None:
|
235
|
-
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
236
219
|
if jndi_connection_factory is not None:
|
237
220
|
pulumi.set(__self__, "jndi_connection_factory", jndi_connection_factory)
|
238
221
|
if jndi_initial_context_factory is not None:
|
@@ -249,8 +232,6 @@ class ConnectionArgs:
|
|
249
232
|
pulumi.set(__self__, "key_store", key_store)
|
250
233
|
if key_store_password is not None:
|
251
234
|
pulumi.set(__self__, "key_store_password", key_store_password)
|
252
|
-
if locks is not None:
|
253
|
-
pulumi.set(__self__, "locks", locks)
|
254
235
|
if nsg_ids is not None:
|
255
236
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
256
237
|
if password is not None:
|
@@ -267,8 +248,6 @@ class ConnectionArgs:
|
|
267
248
|
pulumi.set(__self__, "producer_properties", producer_properties)
|
268
249
|
if public_key_fingerprint is not None:
|
269
250
|
pulumi.set(__self__, "public_key_fingerprint", public_key_fingerprint)
|
270
|
-
if redis_cluster_id is not None:
|
271
|
-
pulumi.set(__self__, "redis_cluster_id", redis_cluster_id)
|
272
251
|
if region is not None:
|
273
252
|
pulumi.set(__self__, "region", region)
|
274
253
|
if routing_method is not None:
|
@@ -293,10 +272,6 @@ class ConnectionArgs:
|
|
293
272
|
pulumi.set(__self__, "ssl_ca", ssl_ca)
|
294
273
|
if ssl_cert is not None:
|
295
274
|
pulumi.set(__self__, "ssl_cert", ssl_cert)
|
296
|
-
if ssl_client_keystash is not None:
|
297
|
-
pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
|
298
|
-
if ssl_client_keystoredb is not None:
|
299
|
-
pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
|
300
275
|
if ssl_crl is not None:
|
301
276
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
302
277
|
if ssl_key is not None:
|
@@ -305,8 +280,6 @@ class ConnectionArgs:
|
|
305
280
|
pulumi.set(__self__, "ssl_key_password", ssl_key_password)
|
306
281
|
if ssl_mode is not None:
|
307
282
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
308
|
-
if ssl_server_certificate is not None:
|
309
|
-
pulumi.set(__self__, "ssl_server_certificate", ssl_server_certificate)
|
310
283
|
if stream_pool_id is not None:
|
311
284
|
pulumi.set(__self__, "stream_pool_id", stream_pool_id)
|
312
285
|
if subnet_id is not None:
|
@@ -424,18 +397,6 @@ class ConnectionArgs:
|
|
424
397
|
def additional_attributes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]]]):
|
425
398
|
pulumi.set(self, "additional_attributes", value)
|
426
399
|
|
427
|
-
@property
|
428
|
-
@pulumi.getter(name="authenticationMode")
|
429
|
-
def authentication_mode(self) -> Optional[pulumi.Input[str]]:
|
430
|
-
"""
|
431
|
-
(Updatable) Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
432
|
-
"""
|
433
|
-
return pulumi.get(self, "authentication_mode")
|
434
|
-
|
435
|
-
@authentication_mode.setter
|
436
|
-
def authentication_mode(self, value: Optional[pulumi.Input[str]]):
|
437
|
-
pulumi.set(self, "authentication_mode", value)
|
438
|
-
|
439
400
|
@property
|
440
401
|
@pulumi.getter(name="authenticationType")
|
441
402
|
def authentication_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -677,15 +638,6 @@ class ConnectionArgs:
|
|
677
638
|
def host(self, value: Optional[pulumi.Input[str]]):
|
678
639
|
pulumi.set(self, "host", value)
|
679
640
|
|
680
|
-
@property
|
681
|
-
@pulumi.getter(name="isLockOverride")
|
682
|
-
def is_lock_override(self) -> Optional[pulumi.Input[bool]]:
|
683
|
-
return pulumi.get(self, "is_lock_override")
|
684
|
-
|
685
|
-
@is_lock_override.setter
|
686
|
-
def is_lock_override(self, value: Optional[pulumi.Input[bool]]):
|
687
|
-
pulumi.set(self, "is_lock_override", value)
|
688
|
-
|
689
641
|
@property
|
690
642
|
@pulumi.getter(name="jndiConnectionFactory")
|
691
643
|
def jndi_connection_factory(self) -> Optional[pulumi.Input[str]]:
|
@@ -782,18 +734,6 @@ class ConnectionArgs:
|
|
782
734
|
def key_store_password(self, value: Optional[pulumi.Input[str]]):
|
783
735
|
pulumi.set(self, "key_store_password", value)
|
784
736
|
|
785
|
-
@property
|
786
|
-
@pulumi.getter
|
787
|
-
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]]:
|
788
|
-
"""
|
789
|
-
Locks associated with this resource.
|
790
|
-
"""
|
791
|
-
return pulumi.get(self, "locks")
|
792
|
-
|
793
|
-
@locks.setter
|
794
|
-
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]]):
|
795
|
-
pulumi.set(self, "locks", value)
|
796
|
-
|
797
737
|
@property
|
798
738
|
@pulumi.getter(name="nsgIds")
|
799
739
|
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -891,18 +831,6 @@ class ConnectionArgs:
|
|
891
831
|
def public_key_fingerprint(self, value: Optional[pulumi.Input[str]]):
|
892
832
|
pulumi.set(self, "public_key_fingerprint", value)
|
893
833
|
|
894
|
-
@property
|
895
|
-
@pulumi.getter(name="redisClusterId")
|
896
|
-
def redis_cluster_id(self) -> Optional[pulumi.Input[str]]:
|
897
|
-
"""
|
898
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
899
|
-
"""
|
900
|
-
return pulumi.get(self, "redis_cluster_id")
|
901
|
-
|
902
|
-
@redis_cluster_id.setter
|
903
|
-
def redis_cluster_id(self, value: Optional[pulumi.Input[str]]):
|
904
|
-
pulumi.set(self, "redis_cluster_id", value)
|
905
|
-
|
906
834
|
@property
|
907
835
|
@pulumi.getter
|
908
836
|
def region(self) -> Optional[pulumi.Input[str]]:
|
@@ -1047,30 +975,6 @@ class ConnectionArgs:
|
|
1047
975
|
def ssl_cert(self, value: Optional[pulumi.Input[str]]):
|
1048
976
|
pulumi.set(self, "ssl_cert", value)
|
1049
977
|
|
1050
|
-
@property
|
1051
|
-
@pulumi.getter(name="sslClientKeystash")
|
1052
|
-
def ssl_client_keystash(self) -> Optional[pulumi.Input[str]]:
|
1053
|
-
"""
|
1054
|
-
(Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
1055
|
-
"""
|
1056
|
-
return pulumi.get(self, "ssl_client_keystash")
|
1057
|
-
|
1058
|
-
@ssl_client_keystash.setter
|
1059
|
-
def ssl_client_keystash(self, value: Optional[pulumi.Input[str]]):
|
1060
|
-
pulumi.set(self, "ssl_client_keystash", value)
|
1061
|
-
|
1062
|
-
@property
|
1063
|
-
@pulumi.getter(name="sslClientKeystoredb")
|
1064
|
-
def ssl_client_keystoredb(self) -> Optional[pulumi.Input[str]]:
|
1065
|
-
"""
|
1066
|
-
(Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
1067
|
-
"""
|
1068
|
-
return pulumi.get(self, "ssl_client_keystoredb")
|
1069
|
-
|
1070
|
-
@ssl_client_keystoredb.setter
|
1071
|
-
def ssl_client_keystoredb(self, value: Optional[pulumi.Input[str]]):
|
1072
|
-
pulumi.set(self, "ssl_client_keystoredb", value)
|
1073
|
-
|
1074
978
|
@property
|
1075
979
|
@pulumi.getter(name="sslCrl")
|
1076
980
|
def ssl_crl(self) -> Optional[pulumi.Input[str]]:
|
@@ -1119,18 +1023,6 @@ class ConnectionArgs:
|
|
1119
1023
|
def ssl_mode(self, value: Optional[pulumi.Input[str]]):
|
1120
1024
|
pulumi.set(self, "ssl_mode", value)
|
1121
1025
|
|
1122
|
-
@property
|
1123
|
-
@pulumi.getter(name="sslServerCertificate")
|
1124
|
-
def ssl_server_certificate(self) -> Optional[pulumi.Input[str]]:
|
1125
|
-
"""
|
1126
|
-
(Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
1127
|
-
"""
|
1128
|
-
return pulumi.get(self, "ssl_server_certificate")
|
1129
|
-
|
1130
|
-
@ssl_server_certificate.setter
|
1131
|
-
def ssl_server_certificate(self, value: Optional[pulumi.Input[str]]):
|
1132
|
-
pulumi.set(self, "ssl_server_certificate", value)
|
1133
|
-
|
1134
1026
|
@property
|
1135
1027
|
@pulumi.getter(name="streamPoolId")
|
1136
1028
|
def stream_pool_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1262,7 +1154,6 @@ class _ConnectionState:
|
|
1262
1154
|
account_key: Optional[pulumi.Input[str]] = None,
|
1263
1155
|
account_name: Optional[pulumi.Input[str]] = None,
|
1264
1156
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]]] = None,
|
1265
|
-
authentication_mode: Optional[pulumi.Input[str]] = None,
|
1266
1157
|
authentication_type: Optional[pulumi.Input[str]] = None,
|
1267
1158
|
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
1268
1159
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionBootstrapServerArgs']]]] = None,
|
@@ -1287,7 +1178,6 @@ class _ConnectionState:
|
|
1287
1178
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1288
1179
|
host: Optional[pulumi.Input[str]] = None,
|
1289
1180
|
ingress_ips: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionIngressIpArgs']]]] = None,
|
1290
|
-
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
1291
1181
|
jndi_connection_factory: Optional[pulumi.Input[str]] = None,
|
1292
1182
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
1293
1183
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
@@ -1297,7 +1187,6 @@ class _ConnectionState:
|
|
1297
1187
|
key_store: Optional[pulumi.Input[str]] = None,
|
1298
1188
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
1299
1189
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
1300
|
-
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]] = None,
|
1301
1190
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1302
1191
|
password: Optional[pulumi.Input[str]] = None,
|
1303
1192
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -1306,7 +1195,6 @@ class _ConnectionState:
|
|
1306
1195
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
1307
1196
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
1308
1197
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
1309
|
-
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
1310
1198
|
region: Optional[pulumi.Input[str]] = None,
|
1311
1199
|
routing_method: Optional[pulumi.Input[str]] = None,
|
1312
1200
|
sas_token: Optional[pulumi.Input[str]] = None,
|
@@ -1319,13 +1207,10 @@ class _ConnectionState:
|
|
1319
1207
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
1320
1208
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
1321
1209
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
1322
|
-
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
1323
|
-
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
1324
1210
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
1325
1211
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
1326
1212
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
1327
1213
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
1328
|
-
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
1329
1214
|
state: Optional[pulumi.Input[str]] = None,
|
1330
1215
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
1331
1216
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
@@ -1347,7 +1232,6 @@ class _ConnectionState:
|
|
1347
1232
|
:param pulumi.Input[str] account_key: (Updatable) Azure storage account key. This property is required when 'authenticationType' is set to 'SHARED_KEY'. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
|
1348
1233
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
1349
1234
|
:param pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]] additional_attributes: (Updatable) An array of name-value pair attribute entries. Used as additional parameters in connection string.
|
1350
|
-
:param pulumi.Input[str] authentication_mode: (Updatable) Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
1351
1235
|
:param pulumi.Input[str] authentication_type: (Updatable) Authentication type for Java Message Service. If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
|
1352
1236
|
:param pulumi.Input[str] azure_tenant_id: (Updatable) Azure tenant ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
|
1353
1237
|
:param pulumi.Input[Sequence[pulumi.Input['ConnectionBootstrapServerArgs']]] bootstrap_servers: (Updatable) Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: `"server1.example.com:9092,server2.example.com:9092"`
|
@@ -1382,7 +1266,6 @@ class _ConnectionState:
|
|
1382
1266
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
1383
1267
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
1384
1268
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
1385
|
-
:param pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]] locks: Locks associated with this resource.
|
1386
1269
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
|
1387
1270
|
: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.
|
1388
1271
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
@@ -1392,7 +1275,6 @@ class _ConnectionState:
|
|
1392
1275
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
1393
1276
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
1394
1277
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
1395
|
-
:param pulumi.Input[str] redis_cluster_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
1396
1278
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
1397
1279
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
1398
1280
|
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
@@ -1405,13 +1287,10 @@ class _ConnectionState:
|
|
1405
1287
|
: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.
|
1406
1288
|
: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).
|
1407
1289
|
: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).
|
1408
|
-
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
1409
|
-
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
1410
1290
|
: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.
|
1411
1291
|
:param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
|
1412
1292
|
: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.
|
1413
1293
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
1414
|
-
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
1415
1294
|
:param pulumi.Input[str] state: Possible lifecycle states for connection.
|
1416
1295
|
:param pulumi.Input[str] stream_pool_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream pool being referenced.
|
1417
1296
|
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target subnet of the dedicated connection.
|
@@ -1439,8 +1318,6 @@ class _ConnectionState:
|
|
1439
1318
|
pulumi.set(__self__, "account_name", account_name)
|
1440
1319
|
if additional_attributes is not None:
|
1441
1320
|
pulumi.set(__self__, "additional_attributes", additional_attributes)
|
1442
|
-
if authentication_mode is not None:
|
1443
|
-
pulumi.set(__self__, "authentication_mode", authentication_mode)
|
1444
1321
|
if authentication_type is not None:
|
1445
1322
|
pulumi.set(__self__, "authentication_type", authentication_type)
|
1446
1323
|
if azure_tenant_id is not None:
|
@@ -1489,8 +1366,6 @@ class _ConnectionState:
|
|
1489
1366
|
pulumi.set(__self__, "host", host)
|
1490
1367
|
if ingress_ips is not None:
|
1491
1368
|
pulumi.set(__self__, "ingress_ips", ingress_ips)
|
1492
|
-
if is_lock_override is not None:
|
1493
|
-
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
1494
1369
|
if jndi_connection_factory is not None:
|
1495
1370
|
pulumi.set(__self__, "jndi_connection_factory", jndi_connection_factory)
|
1496
1371
|
if jndi_initial_context_factory is not None:
|
@@ -1509,8 +1384,6 @@ class _ConnectionState:
|
|
1509
1384
|
pulumi.set(__self__, "key_store_password", key_store_password)
|
1510
1385
|
if lifecycle_details is not None:
|
1511
1386
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1512
|
-
if locks is not None:
|
1513
|
-
pulumi.set(__self__, "locks", locks)
|
1514
1387
|
if nsg_ids is not None:
|
1515
1388
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
1516
1389
|
if password is not None:
|
@@ -1527,8 +1400,6 @@ class _ConnectionState:
|
|
1527
1400
|
pulumi.set(__self__, "producer_properties", producer_properties)
|
1528
1401
|
if public_key_fingerprint is not None:
|
1529
1402
|
pulumi.set(__self__, "public_key_fingerprint", public_key_fingerprint)
|
1530
|
-
if redis_cluster_id is not None:
|
1531
|
-
pulumi.set(__self__, "redis_cluster_id", redis_cluster_id)
|
1532
1403
|
if region is not None:
|
1533
1404
|
pulumi.set(__self__, "region", region)
|
1534
1405
|
if routing_method is not None:
|
@@ -1553,10 +1424,6 @@ class _ConnectionState:
|
|
1553
1424
|
pulumi.set(__self__, "ssl_ca", ssl_ca)
|
1554
1425
|
if ssl_cert is not None:
|
1555
1426
|
pulumi.set(__self__, "ssl_cert", ssl_cert)
|
1556
|
-
if ssl_client_keystash is not None:
|
1557
|
-
pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
|
1558
|
-
if ssl_client_keystoredb is not None:
|
1559
|
-
pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
|
1560
1427
|
if ssl_crl is not None:
|
1561
1428
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
1562
1429
|
if ssl_key is not None:
|
@@ -1565,8 +1432,6 @@ class _ConnectionState:
|
|
1565
1432
|
pulumi.set(__self__, "ssl_key_password", ssl_key_password)
|
1566
1433
|
if ssl_mode is not None:
|
1567
1434
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
1568
|
-
if ssl_server_certificate is not None:
|
1569
|
-
pulumi.set(__self__, "ssl_server_certificate", ssl_server_certificate)
|
1570
1435
|
if state is not None:
|
1571
1436
|
pulumi.set(__self__, "state", state)
|
1572
1437
|
if stream_pool_id is not None:
|
@@ -1646,18 +1511,6 @@ class _ConnectionState:
|
|
1646
1511
|
def additional_attributes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]]]):
|
1647
1512
|
pulumi.set(self, "additional_attributes", value)
|
1648
1513
|
|
1649
|
-
@property
|
1650
|
-
@pulumi.getter(name="authenticationMode")
|
1651
|
-
def authentication_mode(self) -> Optional[pulumi.Input[str]]:
|
1652
|
-
"""
|
1653
|
-
(Updatable) Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
1654
|
-
"""
|
1655
|
-
return pulumi.get(self, "authentication_mode")
|
1656
|
-
|
1657
|
-
@authentication_mode.setter
|
1658
|
-
def authentication_mode(self, value: Optional[pulumi.Input[str]]):
|
1659
|
-
pulumi.set(self, "authentication_mode", value)
|
1660
|
-
|
1661
1514
|
@property
|
1662
1515
|
@pulumi.getter(name="authenticationType")
|
1663
1516
|
def authentication_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -1947,15 +1800,6 @@ class _ConnectionState:
|
|
1947
1800
|
def ingress_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionIngressIpArgs']]]]):
|
1948
1801
|
pulumi.set(self, "ingress_ips", value)
|
1949
1802
|
|
1950
|
-
@property
|
1951
|
-
@pulumi.getter(name="isLockOverride")
|
1952
|
-
def is_lock_override(self) -> Optional[pulumi.Input[bool]]:
|
1953
|
-
return pulumi.get(self, "is_lock_override")
|
1954
|
-
|
1955
|
-
@is_lock_override.setter
|
1956
|
-
def is_lock_override(self, value: Optional[pulumi.Input[bool]]):
|
1957
|
-
pulumi.set(self, "is_lock_override", value)
|
1958
|
-
|
1959
1803
|
@property
|
1960
1804
|
@pulumi.getter(name="jndiConnectionFactory")
|
1961
1805
|
def jndi_connection_factory(self) -> Optional[pulumi.Input[str]]:
|
@@ -2064,18 +1908,6 @@ class _ConnectionState:
|
|
2064
1908
|
def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
|
2065
1909
|
pulumi.set(self, "lifecycle_details", value)
|
2066
1910
|
|
2067
|
-
@property
|
2068
|
-
@pulumi.getter
|
2069
|
-
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]]:
|
2070
|
-
"""
|
2071
|
-
Locks associated with this resource.
|
2072
|
-
"""
|
2073
|
-
return pulumi.get(self, "locks")
|
2074
|
-
|
2075
|
-
@locks.setter
|
2076
|
-
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]]):
|
2077
|
-
pulumi.set(self, "locks", value)
|
2078
|
-
|
2079
1911
|
@property
|
2080
1912
|
@pulumi.getter(name="nsgIds")
|
2081
1913
|
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -2173,18 +2005,6 @@ class _ConnectionState:
|
|
2173
2005
|
def public_key_fingerprint(self, value: Optional[pulumi.Input[str]]):
|
2174
2006
|
pulumi.set(self, "public_key_fingerprint", value)
|
2175
2007
|
|
2176
|
-
@property
|
2177
|
-
@pulumi.getter(name="redisClusterId")
|
2178
|
-
def redis_cluster_id(self) -> Optional[pulumi.Input[str]]:
|
2179
|
-
"""
|
2180
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
2181
|
-
"""
|
2182
|
-
return pulumi.get(self, "redis_cluster_id")
|
2183
|
-
|
2184
|
-
@redis_cluster_id.setter
|
2185
|
-
def redis_cluster_id(self, value: Optional[pulumi.Input[str]]):
|
2186
|
-
pulumi.set(self, "redis_cluster_id", value)
|
2187
|
-
|
2188
2008
|
@property
|
2189
2009
|
@pulumi.getter
|
2190
2010
|
def region(self) -> Optional[pulumi.Input[str]]:
|
@@ -2329,30 +2149,6 @@ class _ConnectionState:
|
|
2329
2149
|
def ssl_cert(self, value: Optional[pulumi.Input[str]]):
|
2330
2150
|
pulumi.set(self, "ssl_cert", value)
|
2331
2151
|
|
2332
|
-
@property
|
2333
|
-
@pulumi.getter(name="sslClientKeystash")
|
2334
|
-
def ssl_client_keystash(self) -> Optional[pulumi.Input[str]]:
|
2335
|
-
"""
|
2336
|
-
(Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
2337
|
-
"""
|
2338
|
-
return pulumi.get(self, "ssl_client_keystash")
|
2339
|
-
|
2340
|
-
@ssl_client_keystash.setter
|
2341
|
-
def ssl_client_keystash(self, value: Optional[pulumi.Input[str]]):
|
2342
|
-
pulumi.set(self, "ssl_client_keystash", value)
|
2343
|
-
|
2344
|
-
@property
|
2345
|
-
@pulumi.getter(name="sslClientKeystoredb")
|
2346
|
-
def ssl_client_keystoredb(self) -> Optional[pulumi.Input[str]]:
|
2347
|
-
"""
|
2348
|
-
(Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
2349
|
-
"""
|
2350
|
-
return pulumi.get(self, "ssl_client_keystoredb")
|
2351
|
-
|
2352
|
-
@ssl_client_keystoredb.setter
|
2353
|
-
def ssl_client_keystoredb(self, value: Optional[pulumi.Input[str]]):
|
2354
|
-
pulumi.set(self, "ssl_client_keystoredb", value)
|
2355
|
-
|
2356
2152
|
@property
|
2357
2153
|
@pulumi.getter(name="sslCrl")
|
2358
2154
|
def ssl_crl(self) -> Optional[pulumi.Input[str]]:
|
@@ -2401,18 +2197,6 @@ class _ConnectionState:
|
|
2401
2197
|
def ssl_mode(self, value: Optional[pulumi.Input[str]]):
|
2402
2198
|
pulumi.set(self, "ssl_mode", value)
|
2403
2199
|
|
2404
|
-
@property
|
2405
|
-
@pulumi.getter(name="sslServerCertificate")
|
2406
|
-
def ssl_server_certificate(self) -> Optional[pulumi.Input[str]]:
|
2407
|
-
"""
|
2408
|
-
(Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
2409
|
-
"""
|
2410
|
-
return pulumi.get(self, "ssl_server_certificate")
|
2411
|
-
|
2412
|
-
@ssl_server_certificate.setter
|
2413
|
-
def ssl_server_certificate(self, value: Optional[pulumi.Input[str]]):
|
2414
|
-
pulumi.set(self, "ssl_server_certificate", value)
|
2415
|
-
|
2416
2200
|
@property
|
2417
2201
|
@pulumi.getter
|
2418
2202
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -2606,7 +2390,6 @@ class Connection(pulumi.CustomResource):
|
|
2606
2390
|
account_key: Optional[pulumi.Input[str]] = None,
|
2607
2391
|
account_name: Optional[pulumi.Input[str]] = None,
|
2608
2392
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionAdditionalAttributeArgs']]]]] = None,
|
2609
|
-
authentication_mode: Optional[pulumi.Input[str]] = None,
|
2610
2393
|
authentication_type: Optional[pulumi.Input[str]] = None,
|
2611
2394
|
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
2612
2395
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionBootstrapServerArgs']]]]] = None,
|
@@ -2630,7 +2413,6 @@ class Connection(pulumi.CustomResource):
|
|
2630
2413
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
2631
2414
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
2632
2415
|
host: Optional[pulumi.Input[str]] = None,
|
2633
|
-
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
2634
2416
|
jndi_connection_factory: Optional[pulumi.Input[str]] = None,
|
2635
2417
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
2636
2418
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
@@ -2639,7 +2421,6 @@ class Connection(pulumi.CustomResource):
|
|
2639
2421
|
key_id: Optional[pulumi.Input[str]] = None,
|
2640
2422
|
key_store: Optional[pulumi.Input[str]] = None,
|
2641
2423
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
2642
|
-
locks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionLockArgs']]]]] = None,
|
2643
2424
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2644
2425
|
password: Optional[pulumi.Input[str]] = None,
|
2645
2426
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -2648,7 +2429,6 @@ class Connection(pulumi.CustomResource):
|
|
2648
2429
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
2649
2430
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
2650
2431
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
2651
|
-
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
2652
2432
|
region: Optional[pulumi.Input[str]] = None,
|
2653
2433
|
routing_method: Optional[pulumi.Input[str]] = None,
|
2654
2434
|
sas_token: Optional[pulumi.Input[str]] = None,
|
@@ -2661,13 +2441,10 @@ class Connection(pulumi.CustomResource):
|
|
2661
2441
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
2662
2442
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
2663
2443
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
2664
|
-
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
2665
|
-
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
2666
2444
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
2667
2445
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
2668
2446
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
2669
2447
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
2670
|
-
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
2671
2448
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
2672
2449
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
2673
2450
|
technology_type: Optional[pulumi.Input[str]] = None,
|
@@ -2703,7 +2480,6 @@ class Connection(pulumi.CustomResource):
|
|
2703
2480
|
name=connection_additional_attributes_name,
|
2704
2481
|
value=connection_additional_attributes_value,
|
2705
2482
|
)],
|
2706
|
-
authentication_mode=connection_authentication_mode,
|
2707
2483
|
authentication_type=connection_authentication_type,
|
2708
2484
|
azure_tenant_id=test_azure_tenant["id"],
|
2709
2485
|
bootstrap_servers=[oci.golden_gate.ConnectionBootstrapServerArgs(
|
@@ -2740,10 +2516,6 @@ class Connection(pulumi.CustomResource):
|
|
2740
2516
|
key_id=test_key["id"],
|
2741
2517
|
key_store=connection_key_store,
|
2742
2518
|
key_store_password=connection_key_store_password,
|
2743
|
-
locks=[oci.golden_gate.ConnectionLockArgs(
|
2744
|
-
type=connection_locks_type,
|
2745
|
-
message=connection_locks_message,
|
2746
|
-
)],
|
2747
2519
|
nsg_ids=connection_nsg_ids,
|
2748
2520
|
password=connection_password,
|
2749
2521
|
port=connection_port,
|
@@ -2752,7 +2524,6 @@ class Connection(pulumi.CustomResource):
|
|
2752
2524
|
private_key_passphrase=connection_private_key_passphrase,
|
2753
2525
|
producer_properties=connection_producer_properties,
|
2754
2526
|
public_key_fingerprint=connection_public_key_fingerprint,
|
2755
|
-
redis_cluster_id=test_redis_cluster["id"],
|
2756
2527
|
region=connection_region,
|
2757
2528
|
routing_method=connection_routing_method,
|
2758
2529
|
sas_token=connection_sas_token,
|
@@ -2765,13 +2536,10 @@ class Connection(pulumi.CustomResource):
|
|
2765
2536
|
should_validate_server_certificate=connection_should_validate_server_certificate,
|
2766
2537
|
ssl_ca=connection_ssl_ca,
|
2767
2538
|
ssl_cert=connection_ssl_cert,
|
2768
|
-
ssl_client_keystash=connection_ssl_client_keystash,
|
2769
|
-
ssl_client_keystoredb=connection_ssl_client_keystoredb,
|
2770
2539
|
ssl_crl=connection_ssl_crl,
|
2771
2540
|
ssl_key=connection_ssl_key,
|
2772
2541
|
ssl_key_password=connection_ssl_key_password,
|
2773
2542
|
ssl_mode=connection_ssl_mode,
|
2774
|
-
ssl_server_certificate=connection_ssl_server_certificate,
|
2775
2543
|
stream_pool_id=test_stream_pool["id"],
|
2776
2544
|
subnet_id=test_subnet["id"],
|
2777
2545
|
tenancy_id=test_tenancy["id"],
|
@@ -2798,7 +2566,6 @@ class Connection(pulumi.CustomResource):
|
|
2798
2566
|
:param pulumi.Input[str] account_key: (Updatable) Azure storage account key. This property is required when 'authenticationType' is set to 'SHARED_KEY'. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
|
2799
2567
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
2800
2568
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionAdditionalAttributeArgs']]]] additional_attributes: (Updatable) An array of name-value pair attribute entries. Used as additional parameters in connection string.
|
2801
|
-
:param pulumi.Input[str] authentication_mode: (Updatable) Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
2802
2569
|
:param pulumi.Input[str] authentication_type: (Updatable) Authentication type for Java Message Service. If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
|
2803
2570
|
:param pulumi.Input[str] azure_tenant_id: (Updatable) Azure tenant ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
|
2804
2571
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionBootstrapServerArgs']]]] bootstrap_servers: (Updatable) Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: `"server1.example.com:9092,server2.example.com:9092"`
|
@@ -2831,7 +2598,6 @@ class Connection(pulumi.CustomResource):
|
|
2831
2598
|
:param pulumi.Input[str] key_id: (Updatable) Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
|
2832
2599
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
2833
2600
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
2834
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionLockArgs']]]] locks: Locks associated with this resource.
|
2835
2601
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
|
2836
2602
|
: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.
|
2837
2603
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
@@ -2841,7 +2607,6 @@ class Connection(pulumi.CustomResource):
|
|
2841
2607
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
2842
2608
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
2843
2609
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
2844
|
-
:param pulumi.Input[str] redis_cluster_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
2845
2610
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
2846
2611
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
2847
2612
|
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
@@ -2854,13 +2619,10 @@ class Connection(pulumi.CustomResource):
|
|
2854
2619
|
: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.
|
2855
2620
|
: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).
|
2856
2621
|
: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).
|
2857
|
-
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
2858
|
-
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
2859
2622
|
: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.
|
2860
2623
|
:param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
|
2861
2624
|
: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.
|
2862
2625
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
2863
|
-
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
2864
2626
|
:param pulumi.Input[str] stream_pool_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream pool being referenced.
|
2865
2627
|
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target subnet of the dedicated connection.
|
2866
2628
|
:param pulumi.Input[str] technology_type: The Kafka (e.g. Confluent) Schema Registry technology type.
|
@@ -2905,7 +2667,6 @@ class Connection(pulumi.CustomResource):
|
|
2905
2667
|
name=connection_additional_attributes_name,
|
2906
2668
|
value=connection_additional_attributes_value,
|
2907
2669
|
)],
|
2908
|
-
authentication_mode=connection_authentication_mode,
|
2909
2670
|
authentication_type=connection_authentication_type,
|
2910
2671
|
azure_tenant_id=test_azure_tenant["id"],
|
2911
2672
|
bootstrap_servers=[oci.golden_gate.ConnectionBootstrapServerArgs(
|
@@ -2942,10 +2703,6 @@ class Connection(pulumi.CustomResource):
|
|
2942
2703
|
key_id=test_key["id"],
|
2943
2704
|
key_store=connection_key_store,
|
2944
2705
|
key_store_password=connection_key_store_password,
|
2945
|
-
locks=[oci.golden_gate.ConnectionLockArgs(
|
2946
|
-
type=connection_locks_type,
|
2947
|
-
message=connection_locks_message,
|
2948
|
-
)],
|
2949
2706
|
nsg_ids=connection_nsg_ids,
|
2950
2707
|
password=connection_password,
|
2951
2708
|
port=connection_port,
|
@@ -2954,7 +2711,6 @@ class Connection(pulumi.CustomResource):
|
|
2954
2711
|
private_key_passphrase=connection_private_key_passphrase,
|
2955
2712
|
producer_properties=connection_producer_properties,
|
2956
2713
|
public_key_fingerprint=connection_public_key_fingerprint,
|
2957
|
-
redis_cluster_id=test_redis_cluster["id"],
|
2958
2714
|
region=connection_region,
|
2959
2715
|
routing_method=connection_routing_method,
|
2960
2716
|
sas_token=connection_sas_token,
|
@@ -2967,13 +2723,10 @@ class Connection(pulumi.CustomResource):
|
|
2967
2723
|
should_validate_server_certificate=connection_should_validate_server_certificate,
|
2968
2724
|
ssl_ca=connection_ssl_ca,
|
2969
2725
|
ssl_cert=connection_ssl_cert,
|
2970
|
-
ssl_client_keystash=connection_ssl_client_keystash,
|
2971
|
-
ssl_client_keystoredb=connection_ssl_client_keystoredb,
|
2972
2726
|
ssl_crl=connection_ssl_crl,
|
2973
2727
|
ssl_key=connection_ssl_key,
|
2974
2728
|
ssl_key_password=connection_ssl_key_password,
|
2975
2729
|
ssl_mode=connection_ssl_mode,
|
2976
|
-
ssl_server_certificate=connection_ssl_server_certificate,
|
2977
2730
|
stream_pool_id=test_stream_pool["id"],
|
2978
2731
|
subnet_id=test_subnet["id"],
|
2979
2732
|
tenancy_id=test_tenancy["id"],
|
@@ -3013,7 +2766,6 @@ class Connection(pulumi.CustomResource):
|
|
3013
2766
|
account_key: Optional[pulumi.Input[str]] = None,
|
3014
2767
|
account_name: Optional[pulumi.Input[str]] = None,
|
3015
2768
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionAdditionalAttributeArgs']]]]] = None,
|
3016
|
-
authentication_mode: Optional[pulumi.Input[str]] = None,
|
3017
2769
|
authentication_type: Optional[pulumi.Input[str]] = None,
|
3018
2770
|
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
3019
2771
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionBootstrapServerArgs']]]]] = None,
|
@@ -3037,7 +2789,6 @@ class Connection(pulumi.CustomResource):
|
|
3037
2789
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
3038
2790
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
3039
2791
|
host: Optional[pulumi.Input[str]] = None,
|
3040
|
-
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
3041
2792
|
jndi_connection_factory: Optional[pulumi.Input[str]] = None,
|
3042
2793
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
3043
2794
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
@@ -3046,7 +2797,6 @@ class Connection(pulumi.CustomResource):
|
|
3046
2797
|
key_id: Optional[pulumi.Input[str]] = None,
|
3047
2798
|
key_store: Optional[pulumi.Input[str]] = None,
|
3048
2799
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
3049
|
-
locks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionLockArgs']]]]] = None,
|
3050
2800
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3051
2801
|
password: Optional[pulumi.Input[str]] = None,
|
3052
2802
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -3055,7 +2805,6 @@ class Connection(pulumi.CustomResource):
|
|
3055
2805
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
3056
2806
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
3057
2807
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
3058
|
-
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
3059
2808
|
region: Optional[pulumi.Input[str]] = None,
|
3060
2809
|
routing_method: Optional[pulumi.Input[str]] = None,
|
3061
2810
|
sas_token: Optional[pulumi.Input[str]] = None,
|
@@ -3068,13 +2817,10 @@ class Connection(pulumi.CustomResource):
|
|
3068
2817
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
3069
2818
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
3070
2819
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
3071
|
-
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
3072
|
-
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
3073
2820
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
3074
2821
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
3075
2822
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
3076
2823
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
3077
|
-
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
3078
2824
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
3079
2825
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
3080
2826
|
technology_type: Optional[pulumi.Input[str]] = None,
|
@@ -3099,7 +2845,6 @@ class Connection(pulumi.CustomResource):
|
|
3099
2845
|
__props__.__dict__["account_key"] = account_key
|
3100
2846
|
__props__.__dict__["account_name"] = account_name
|
3101
2847
|
__props__.__dict__["additional_attributes"] = additional_attributes
|
3102
|
-
__props__.__dict__["authentication_mode"] = authentication_mode
|
3103
2848
|
__props__.__dict__["authentication_type"] = authentication_type
|
3104
2849
|
__props__.__dict__["azure_tenant_id"] = azure_tenant_id
|
3105
2850
|
__props__.__dict__["bootstrap_servers"] = bootstrap_servers
|
@@ -3129,7 +2874,6 @@ class Connection(pulumi.CustomResource):
|
|
3129
2874
|
__props__.__dict__["fingerprint"] = fingerprint
|
3130
2875
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
3131
2876
|
__props__.__dict__["host"] = host
|
3132
|
-
__props__.__dict__["is_lock_override"] = is_lock_override
|
3133
2877
|
__props__.__dict__["jndi_connection_factory"] = jndi_connection_factory
|
3134
2878
|
__props__.__dict__["jndi_initial_context_factory"] = jndi_initial_context_factory
|
3135
2879
|
__props__.__dict__["jndi_provider_url"] = jndi_provider_url
|
@@ -3138,7 +2882,6 @@ class Connection(pulumi.CustomResource):
|
|
3138
2882
|
__props__.__dict__["key_id"] = key_id
|
3139
2883
|
__props__.__dict__["key_store"] = key_store
|
3140
2884
|
__props__.__dict__["key_store_password"] = None if key_store_password is None else pulumi.Output.secret(key_store_password)
|
3141
|
-
__props__.__dict__["locks"] = locks
|
3142
2885
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
3143
2886
|
__props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
|
3144
2887
|
__props__.__dict__["port"] = port
|
@@ -3147,7 +2890,6 @@ class Connection(pulumi.CustomResource):
|
|
3147
2890
|
__props__.__dict__["private_key_passphrase"] = None if private_key_passphrase is None else pulumi.Output.secret(private_key_passphrase)
|
3148
2891
|
__props__.__dict__["producer_properties"] = producer_properties
|
3149
2892
|
__props__.__dict__["public_key_fingerprint"] = public_key_fingerprint
|
3150
|
-
__props__.__dict__["redis_cluster_id"] = redis_cluster_id
|
3151
2893
|
__props__.__dict__["region"] = region
|
3152
2894
|
__props__.__dict__["routing_method"] = routing_method
|
3153
2895
|
__props__.__dict__["sas_token"] = sas_token
|
@@ -3160,13 +2902,10 @@ class Connection(pulumi.CustomResource):
|
|
3160
2902
|
__props__.__dict__["should_validate_server_certificate"] = should_validate_server_certificate
|
3161
2903
|
__props__.__dict__["ssl_ca"] = ssl_ca
|
3162
2904
|
__props__.__dict__["ssl_cert"] = ssl_cert
|
3163
|
-
__props__.__dict__["ssl_client_keystash"] = ssl_client_keystash
|
3164
|
-
__props__.__dict__["ssl_client_keystoredb"] = ssl_client_keystoredb
|
3165
2905
|
__props__.__dict__["ssl_crl"] = ssl_crl
|
3166
2906
|
__props__.__dict__["ssl_key"] = ssl_key
|
3167
2907
|
__props__.__dict__["ssl_key_password"] = None if ssl_key_password is None else pulumi.Output.secret(ssl_key_password)
|
3168
2908
|
__props__.__dict__["ssl_mode"] = ssl_mode
|
3169
|
-
__props__.__dict__["ssl_server_certificate"] = ssl_server_certificate
|
3170
2909
|
__props__.__dict__["stream_pool_id"] = stream_pool_id
|
3171
2910
|
__props__.__dict__["subnet_id"] = subnet_id
|
3172
2911
|
if technology_type is None and not opts.urn:
|
@@ -3202,7 +2941,6 @@ class Connection(pulumi.CustomResource):
|
|
3202
2941
|
account_key: Optional[pulumi.Input[str]] = None,
|
3203
2942
|
account_name: Optional[pulumi.Input[str]] = None,
|
3204
2943
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionAdditionalAttributeArgs']]]]] = None,
|
3205
|
-
authentication_mode: Optional[pulumi.Input[str]] = None,
|
3206
2944
|
authentication_type: Optional[pulumi.Input[str]] = None,
|
3207
2945
|
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
3208
2946
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionBootstrapServerArgs']]]]] = None,
|
@@ -3227,7 +2965,6 @@ class Connection(pulumi.CustomResource):
|
|
3227
2965
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
3228
2966
|
host: Optional[pulumi.Input[str]] = None,
|
3229
2967
|
ingress_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionIngressIpArgs']]]]] = None,
|
3230
|
-
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
3231
2968
|
jndi_connection_factory: Optional[pulumi.Input[str]] = None,
|
3232
2969
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
3233
2970
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
@@ -3237,7 +2974,6 @@ class Connection(pulumi.CustomResource):
|
|
3237
2974
|
key_store: Optional[pulumi.Input[str]] = None,
|
3238
2975
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
3239
2976
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
3240
|
-
locks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionLockArgs']]]]] = None,
|
3241
2977
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3242
2978
|
password: Optional[pulumi.Input[str]] = None,
|
3243
2979
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -3246,7 +2982,6 @@ class Connection(pulumi.CustomResource):
|
|
3246
2982
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
3247
2983
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
3248
2984
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
3249
|
-
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
3250
2985
|
region: Optional[pulumi.Input[str]] = None,
|
3251
2986
|
routing_method: Optional[pulumi.Input[str]] = None,
|
3252
2987
|
sas_token: Optional[pulumi.Input[str]] = None,
|
@@ -3259,13 +2994,10 @@ class Connection(pulumi.CustomResource):
|
|
3259
2994
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
3260
2995
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
3261
2996
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
3262
|
-
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
3263
|
-
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
3264
2997
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
3265
2998
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
3266
2999
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
3267
3000
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
3268
|
-
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
3269
3001
|
state: Optional[pulumi.Input[str]] = None,
|
3270
3002
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
3271
3003
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
@@ -3292,7 +3024,6 @@ class Connection(pulumi.CustomResource):
|
|
3292
3024
|
:param pulumi.Input[str] account_key: (Updatable) Azure storage account key. This property is required when 'authenticationType' is set to 'SHARED_KEY'. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
|
3293
3025
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
3294
3026
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionAdditionalAttributeArgs']]]] additional_attributes: (Updatable) An array of name-value pair attribute entries. Used as additional parameters in connection string.
|
3295
|
-
:param pulumi.Input[str] authentication_mode: (Updatable) Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
3296
3027
|
:param pulumi.Input[str] authentication_type: (Updatable) Authentication type for Java Message Service. If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
|
3297
3028
|
:param pulumi.Input[str] azure_tenant_id: (Updatable) Azure tenant ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
|
3298
3029
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionBootstrapServerArgs']]]] bootstrap_servers: (Updatable) Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: `"server1.example.com:9092,server2.example.com:9092"`
|
@@ -3327,7 +3058,6 @@ class Connection(pulumi.CustomResource):
|
|
3327
3058
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
3328
3059
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
3329
3060
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
3330
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ConnectionLockArgs']]]] locks: Locks associated with this resource.
|
3331
3061
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
|
3332
3062
|
: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.
|
3333
3063
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
@@ -3337,7 +3067,6 @@ class Connection(pulumi.CustomResource):
|
|
3337
3067
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
3338
3068
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
3339
3069
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
3340
|
-
:param pulumi.Input[str] redis_cluster_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
3341
3070
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
3342
3071
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
3343
3072
|
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
@@ -3350,13 +3079,10 @@ class Connection(pulumi.CustomResource):
|
|
3350
3079
|
: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.
|
3351
3080
|
: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).
|
3352
3081
|
: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).
|
3353
|
-
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
3354
|
-
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
3355
3082
|
: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.
|
3356
3083
|
:param pulumi.Input[str] ssl_key: (Updatable) Client Key - The client-key.pem containing the client private key (for 2-way SSL).
|
3357
3084
|
: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.
|
3358
3085
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
3359
|
-
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
3360
3086
|
:param pulumi.Input[str] state: Possible lifecycle states for connection.
|
3361
3087
|
:param pulumi.Input[str] stream_pool_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream pool being referenced.
|
3362
3088
|
:param pulumi.Input[str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target subnet of the dedicated connection.
|
@@ -3384,7 +3110,6 @@ class Connection(pulumi.CustomResource):
|
|
3384
3110
|
__props__.__dict__["account_key"] = account_key
|
3385
3111
|
__props__.__dict__["account_name"] = account_name
|
3386
3112
|
__props__.__dict__["additional_attributes"] = additional_attributes
|
3387
|
-
__props__.__dict__["authentication_mode"] = authentication_mode
|
3388
3113
|
__props__.__dict__["authentication_type"] = authentication_type
|
3389
3114
|
__props__.__dict__["azure_tenant_id"] = azure_tenant_id
|
3390
3115
|
__props__.__dict__["bootstrap_servers"] = bootstrap_servers
|
@@ -3409,7 +3134,6 @@ class Connection(pulumi.CustomResource):
|
|
3409
3134
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
3410
3135
|
__props__.__dict__["host"] = host
|
3411
3136
|
__props__.__dict__["ingress_ips"] = ingress_ips
|
3412
|
-
__props__.__dict__["is_lock_override"] = is_lock_override
|
3413
3137
|
__props__.__dict__["jndi_connection_factory"] = jndi_connection_factory
|
3414
3138
|
__props__.__dict__["jndi_initial_context_factory"] = jndi_initial_context_factory
|
3415
3139
|
__props__.__dict__["jndi_provider_url"] = jndi_provider_url
|
@@ -3419,7 +3143,6 @@ class Connection(pulumi.CustomResource):
|
|
3419
3143
|
__props__.__dict__["key_store"] = key_store
|
3420
3144
|
__props__.__dict__["key_store_password"] = key_store_password
|
3421
3145
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
3422
|
-
__props__.__dict__["locks"] = locks
|
3423
3146
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
3424
3147
|
__props__.__dict__["password"] = password
|
3425
3148
|
__props__.__dict__["port"] = port
|
@@ -3428,7 +3151,6 @@ class Connection(pulumi.CustomResource):
|
|
3428
3151
|
__props__.__dict__["private_key_passphrase"] = private_key_passphrase
|
3429
3152
|
__props__.__dict__["producer_properties"] = producer_properties
|
3430
3153
|
__props__.__dict__["public_key_fingerprint"] = public_key_fingerprint
|
3431
|
-
__props__.__dict__["redis_cluster_id"] = redis_cluster_id
|
3432
3154
|
__props__.__dict__["region"] = region
|
3433
3155
|
__props__.__dict__["routing_method"] = routing_method
|
3434
3156
|
__props__.__dict__["sas_token"] = sas_token
|
@@ -3441,13 +3163,10 @@ class Connection(pulumi.CustomResource):
|
|
3441
3163
|
__props__.__dict__["should_validate_server_certificate"] = should_validate_server_certificate
|
3442
3164
|
__props__.__dict__["ssl_ca"] = ssl_ca
|
3443
3165
|
__props__.__dict__["ssl_cert"] = ssl_cert
|
3444
|
-
__props__.__dict__["ssl_client_keystash"] = ssl_client_keystash
|
3445
|
-
__props__.__dict__["ssl_client_keystoredb"] = ssl_client_keystoredb
|
3446
3166
|
__props__.__dict__["ssl_crl"] = ssl_crl
|
3447
3167
|
__props__.__dict__["ssl_key"] = ssl_key
|
3448
3168
|
__props__.__dict__["ssl_key_password"] = ssl_key_password
|
3449
3169
|
__props__.__dict__["ssl_mode"] = ssl_mode
|
3450
|
-
__props__.__dict__["ssl_server_certificate"] = ssl_server_certificate
|
3451
3170
|
__props__.__dict__["state"] = state
|
3452
3171
|
__props__.__dict__["stream_pool_id"] = stream_pool_id
|
3453
3172
|
__props__.__dict__["subnet_id"] = subnet_id
|
@@ -3497,14 +3216,6 @@ class Connection(pulumi.CustomResource):
|
|
3497
3216
|
"""
|
3498
3217
|
return pulumi.get(self, "additional_attributes")
|
3499
3218
|
|
3500
|
-
@property
|
3501
|
-
@pulumi.getter(name="authenticationMode")
|
3502
|
-
def authentication_mode(self) -> pulumi.Output[str]:
|
3503
|
-
"""
|
3504
|
-
(Updatable) Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
3505
|
-
"""
|
3506
|
-
return pulumi.get(self, "authentication_mode")
|
3507
|
-
|
3508
3219
|
@property
|
3509
3220
|
@pulumi.getter(name="authenticationType")
|
3510
3221
|
def authentication_type(self) -> pulumi.Output[str]:
|
@@ -3698,11 +3409,6 @@ class Connection(pulumi.CustomResource):
|
|
3698
3409
|
"""
|
3699
3410
|
return pulumi.get(self, "ingress_ips")
|
3700
3411
|
|
3701
|
-
@property
|
3702
|
-
@pulumi.getter(name="isLockOverride")
|
3703
|
-
def is_lock_override(self) -> pulumi.Output[bool]:
|
3704
|
-
return pulumi.get(self, "is_lock_override")
|
3705
|
-
|
3706
3412
|
@property
|
3707
3413
|
@pulumi.getter(name="jndiConnectionFactory")
|
3708
3414
|
def jndi_connection_factory(self) -> pulumi.Output[str]:
|
@@ -3775,14 +3481,6 @@ class Connection(pulumi.CustomResource):
|
|
3775
3481
|
"""
|
3776
3482
|
return pulumi.get(self, "lifecycle_details")
|
3777
3483
|
|
3778
|
-
@property
|
3779
|
-
@pulumi.getter
|
3780
|
-
def locks(self) -> pulumi.Output[Sequence['outputs.ConnectionLock']]:
|
3781
|
-
"""
|
3782
|
-
Locks associated with this resource.
|
3783
|
-
"""
|
3784
|
-
return pulumi.get(self, "locks")
|
3785
|
-
|
3786
3484
|
@property
|
3787
3485
|
@pulumi.getter(name="nsgIds")
|
3788
3486
|
def nsg_ids(self) -> pulumi.Output[Sequence[str]]:
|
@@ -3848,14 +3546,6 @@ class Connection(pulumi.CustomResource):
|
|
3848
3546
|
"""
|
3849
3547
|
return pulumi.get(self, "public_key_fingerprint")
|
3850
3548
|
|
3851
|
-
@property
|
3852
|
-
@pulumi.getter(name="redisClusterId")
|
3853
|
-
def redis_cluster_id(self) -> pulumi.Output[str]:
|
3854
|
-
"""
|
3855
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
3856
|
-
"""
|
3857
|
-
return pulumi.get(self, "redis_cluster_id")
|
3858
|
-
|
3859
3549
|
@property
|
3860
3550
|
@pulumi.getter
|
3861
3551
|
def region(self) -> pulumi.Output[str]:
|
@@ -3952,22 +3642,6 @@ class Connection(pulumi.CustomResource):
|
|
3952
3642
|
"""
|
3953
3643
|
return pulumi.get(self, "ssl_cert")
|
3954
3644
|
|
3955
|
-
@property
|
3956
|
-
@pulumi.getter(name="sslClientKeystash")
|
3957
|
-
def ssl_client_keystash(self) -> pulumi.Output[str]:
|
3958
|
-
"""
|
3959
|
-
(Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
3960
|
-
"""
|
3961
|
-
return pulumi.get(self, "ssl_client_keystash")
|
3962
|
-
|
3963
|
-
@property
|
3964
|
-
@pulumi.getter(name="sslClientKeystoredb")
|
3965
|
-
def ssl_client_keystoredb(self) -> pulumi.Output[str]:
|
3966
|
-
"""
|
3967
|
-
(Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
3968
|
-
"""
|
3969
|
-
return pulumi.get(self, "ssl_client_keystoredb")
|
3970
|
-
|
3971
3645
|
@property
|
3972
3646
|
@pulumi.getter(name="sslCrl")
|
3973
3647
|
def ssl_crl(self) -> pulumi.Output[str]:
|
@@ -4000,14 +3674,6 @@ class Connection(pulumi.CustomResource):
|
|
4000
3674
|
"""
|
4001
3675
|
return pulumi.get(self, "ssl_mode")
|
4002
3676
|
|
4003
|
-
@property
|
4004
|
-
@pulumi.getter(name="sslServerCertificate")
|
4005
|
-
def ssl_server_certificate(self) -> pulumi.Output[str]:
|
4006
|
-
"""
|
4007
|
-
(Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
4008
|
-
"""
|
4009
|
-
return pulumi.get(self, "ssl_server_certificate")
|
4010
|
-
|
4011
3677
|
@property
|
4012
3678
|
@pulumi.getter
|
4013
3679
|
def state(self) -> pulumi.Output[str]:
|