pulumi-oci 2.17.0__py3-none-any.whl → 2.17.0a1731653778__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 -40
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/generativeai/__init__.py +0 -16
- pulumi_oci/generativeai/_inputs.py +0 -1090
- pulumi_oci/generativeai/outputs.py +268 -2840
- pulumi_oci/goldengate/connection.py +78 -1065
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +0 -49
- pulumi_oci/goldengate/get_connection.py +7 -288
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -15
- pulumi_oci/goldengate/outputs.py +3 -240
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/RECORD +22 -38
- pulumi_oci/generativeai/agent_agent.py +0 -665
- pulumi_oci/generativeai/agent_agent_endpoint.py +0 -888
- pulumi_oci/generativeai/agent_data_ingestion_job.py +0 -647
- pulumi_oci/generativeai/agent_data_source.py +0 -697
- pulumi_oci/generativeai/agent_knowledge_base.py +0 -659
- pulumi_oci/generativeai/get_agent_agent.py +0 -285
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +0 -342
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +0 -217
- pulumi_oci/generativeai/get_agent_agents.py +0 -195
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +0 -286
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +0 -117
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +0 -217
- pulumi_oci/generativeai/get_agent_data_source.py +0 -286
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -217
- pulumi_oci/generativeai/get_agent_knowledge_base.py +0 -272
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -195
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,6 @@ class ConnectionArgs:
|
|
27
27
|
technology_type: pulumi.Input[str],
|
28
28
|
access_key_id: Optional[pulumi.Input[str]] = None,
|
29
29
|
account_key: Optional[pulumi.Input[str]] = None,
|
30
|
-
account_key_secret_id: Optional[pulumi.Input[str]] = None,
|
31
30
|
account_name: Optional[pulumi.Input[str]] = None,
|
32
31
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]]] = None,
|
33
32
|
authentication_mode: Optional[pulumi.Input[str]] = None,
|
@@ -36,7 +35,6 @@ class ConnectionArgs:
|
|
36
35
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionBootstrapServerArgs']]]] = None,
|
37
36
|
client_id: Optional[pulumi.Input[str]] = None,
|
38
37
|
client_secret: Optional[pulumi.Input[str]] = None,
|
39
|
-
client_secret_secret_id: Optional[pulumi.Input[str]] = None,
|
40
38
|
connection_factory: Optional[pulumi.Input[str]] = None,
|
41
39
|
connection_string: Optional[pulumi.Input[str]] = None,
|
42
40
|
connection_url: Optional[pulumi.Input[str]] = None,
|
@@ -48,7 +46,6 @@ class ConnectionArgs:
|
|
48
46
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
49
47
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
50
48
|
description: Optional[pulumi.Input[str]] = None,
|
51
|
-
does_use_secret_ids: Optional[pulumi.Input[bool]] = None,
|
52
49
|
endpoint: Optional[pulumi.Input[str]] = None,
|
53
50
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
54
51
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -58,66 +55,49 @@ class ConnectionArgs:
|
|
58
55
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
59
56
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
60
57
|
jndi_security_credentials: Optional[pulumi.Input[str]] = None,
|
61
|
-
jndi_security_credentials_secret_id: Optional[pulumi.Input[str]] = None,
|
62
58
|
jndi_security_principal: Optional[pulumi.Input[str]] = None,
|
63
59
|
key_id: Optional[pulumi.Input[str]] = None,
|
64
60
|
key_store: Optional[pulumi.Input[str]] = None,
|
65
61
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
66
|
-
key_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
67
|
-
key_store_secret_id: Optional[pulumi.Input[str]] = None,
|
68
62
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]] = None,
|
69
63
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
70
64
|
password: Optional[pulumi.Input[str]] = None,
|
71
|
-
password_secret_id: Optional[pulumi.Input[str]] = None,
|
72
65
|
port: Optional[pulumi.Input[int]] = None,
|
73
66
|
private_ip: Optional[pulumi.Input[str]] = None,
|
74
67
|
private_key_file: Optional[pulumi.Input[str]] = None,
|
75
|
-
private_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
76
68
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
77
|
-
private_key_passphrase_secret_id: Optional[pulumi.Input[str]] = None,
|
78
69
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
79
70
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
80
71
|
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
81
72
|
region: Optional[pulumi.Input[str]] = None,
|
82
73
|
routing_method: Optional[pulumi.Input[str]] = None,
|
83
74
|
sas_token: Optional[pulumi.Input[str]] = None,
|
84
|
-
sas_token_secret_id: Optional[pulumi.Input[str]] = None,
|
85
75
|
secret_access_key: Optional[pulumi.Input[str]] = None,
|
86
|
-
secret_access_key_secret_id: Optional[pulumi.Input[str]] = None,
|
87
76
|
security_protocol: Optional[pulumi.Input[str]] = None,
|
88
77
|
servers: Optional[pulumi.Input[str]] = None,
|
89
78
|
service_account_key_file: Optional[pulumi.Input[str]] = None,
|
90
|
-
service_account_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
91
79
|
session_mode: Optional[pulumi.Input[str]] = None,
|
92
80
|
should_use_jndi: Optional[pulumi.Input[bool]] = None,
|
93
81
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
94
82
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
95
83
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
96
84
|
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
97
|
-
ssl_client_keystash_secret_id: Optional[pulumi.Input[str]] = None,
|
98
85
|
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
99
|
-
ssl_client_keystoredb_secret_id: Optional[pulumi.Input[str]] = None,
|
100
86
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
101
87
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
102
88
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
103
|
-
ssl_key_password_secret_id: Optional[pulumi.Input[str]] = None,
|
104
|
-
ssl_key_secret_id: Optional[pulumi.Input[str]] = None,
|
105
89
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
106
90
|
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
107
91
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
108
92
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
109
93
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
110
|
-
trigger_refresh: Optional[pulumi.Input[bool]] = None,
|
111
94
|
trust_store: Optional[pulumi.Input[str]] = None,
|
112
95
|
trust_store_password: Optional[pulumi.Input[str]] = None,
|
113
|
-
trust_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
114
|
-
trust_store_secret_id: Optional[pulumi.Input[str]] = None,
|
115
96
|
url: Optional[pulumi.Input[str]] = None,
|
116
97
|
user_id: Optional[pulumi.Input[str]] = None,
|
117
98
|
username: Optional[pulumi.Input[str]] = None,
|
118
99
|
vault_id: Optional[pulumi.Input[str]] = None,
|
119
|
-
wallet: Optional[pulumi.Input[str]] = None
|
120
|
-
wallet_secret_id: Optional[pulumi.Input[str]] = None):
|
100
|
+
wallet: Optional[pulumi.Input[str]] = None):
|
121
101
|
"""
|
122
102
|
The set of arguments for constructing a Connection resource.
|
123
103
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
@@ -126,7 +106,6 @@ class ConnectionArgs:
|
|
126
106
|
:param pulumi.Input[str] technology_type: The Kafka (e.g. Confluent) Schema Registry technology type.
|
127
107
|
:param pulumi.Input[str] access_key_id: (Updatable) Access key ID to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
128
108
|
: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==
|
129
|
-
:param pulumi.Input[str] account_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
130
109
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
131
110
|
: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.
|
132
111
|
: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.
|
@@ -135,7 +114,6 @@ class ConnectionArgs:
|
|
135
114
|
: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"`
|
136
115
|
:param pulumi.Input[str] client_id: (Updatable) Azure client ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
|
137
116
|
:param pulumi.Input[str] client_secret: (Updatable) Azure client secret (aka application password) for authentication. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1
|
138
|
-
:param pulumi.Input[str] client_secret_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
139
117
|
:param pulumi.Input[str] connection_factory: (Updatable) The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: 'com.stc.jmsjca.core.JConnectionFactoryXA'
|
140
118
|
:param pulumi.Input[str] connection_string: (Updatable) Connection string. AZURE_SYNAPSE_ANALYTICS e.g.: 'jdbc:sqlserver://<synapse-workspace>.sql.azuresynapse.net:1433;database=<db-name>;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;', MONGODB e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'.
|
141
119
|
:param pulumi.Input[str] connection_url: (Updatable) JDBC connection URL. e.g.: 'jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse=<warehouse-name>&db=<db-name>'
|
@@ -147,7 +125,6 @@ class ConnectionArgs:
|
|
147
125
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
148
126
|
:param pulumi.Input[str] deployment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
|
149
127
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
150
|
-
:param pulumi.Input[bool] does_use_secret_ids: (Updatable) Indicates that sensitive attributes are provided via Secrets.
|
151
128
|
:param pulumi.Input[str] endpoint: (Updatable) Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
|
152
129
|
:param pulumi.Input[str] fingerprint: (Updatable) Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'
|
153
130
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
@@ -157,73 +134,55 @@ class ConnectionArgs:
|
|
157
134
|
:param pulumi.Input[str] jndi_initial_context_factory: (Updatable) The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: 'org.apache.activemq.jndi.ActiveMQInitialContextFactory'
|
158
135
|
:param pulumi.Input[str] jndi_provider_url: (Updatable) The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
|
159
136
|
:param pulumi.Input[str] jndi_security_credentials: (Updatable) The password associated to the principal.
|
160
|
-
:param pulumi.Input[str] jndi_security_credentials_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
161
137
|
:param pulumi.Input[str] jndi_security_principal: (Updatable) Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'
|
162
138
|
: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.
|
163
139
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
164
140
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
165
|
-
:param pulumi.Input[str] key_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
166
|
-
:param pulumi.Input[str] key_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
167
141
|
:param pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]] locks: Locks associated with this resource.
|
168
142
|
: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.
|
169
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.
|
170
|
-
:param pulumi.Input[str] password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. 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. If secretId is used plaintext field must not be provided. Note: When provided, 'password' field must not be provided.
|
171
144
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
172
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.
|
173
146
|
|
174
147
|
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
175
148
|
:param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
176
|
-
:param pulumi.Input[str] private_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the 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 Note: When provided, 'privateKeyFile' field must not be provided.
|
177
149
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
178
|
-
:param pulumi.Input[str] private_key_passphrase_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
179
150
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
180
151
|
: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
|
181
152
|
: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.
|
182
153
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
183
154
|
: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.
|
184
155
|
: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
|
185
|
-
:param pulumi.Input[str] sas_token_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
186
156
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
187
|
-
:param pulumi.Input[str] secret_access_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
188
157
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
189
158
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
190
159
|
:param pulumi.Input[str] service_account_key_file: (Updatable) The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.
|
191
|
-
:param pulumi.Input[str] service_account_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
192
160
|
:param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
|
193
161
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
194
162
|
:param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
|
195
163
|
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
|
196
164
|
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
|
197
165
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
198
|
-
:param pulumi.Input[str] ssl_client_keystash_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
199
166
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
200
|
-
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
201
167
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
202
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt
|
168
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
|
203
169
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
204
|
-
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
205
|
-
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
206
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
207
170
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
208
171
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
209
172
|
: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.
|
210
173
|
: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.
|
211
174
|
: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.
|
212
|
-
:param pulumi.Input[bool] trigger_refresh: (Updatable) If value is true, it triggers connection refresh action and this attribute change will always show up in the "update" plan and will apply steps in order to refresh secrets and dependent service properties (such as ADB connection strings, wallets, etc..).
|
213
|
-
|
214
|
-
|
215
|
-
** IMPORTANT **
|
216
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
217
175
|
:param pulumi.Input[str] trust_store: (Updatable) The base64 encoded content of the TrustStore file.
|
218
176
|
:param pulumi.Input[str] trust_store_password: (Updatable) The TrustStore password.
|
219
|
-
:param pulumi.Input[str] trust_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
220
|
-
:param pulumi.Input[str] trust_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
221
177
|
:param pulumi.Input[str] url: (Updatable) Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
|
222
178
|
:param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
|
223
179
|
:param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
224
180
|
:param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
225
|
-
: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.
|
226
|
-
|
181
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
182
|
+
|
183
|
+
|
184
|
+
** IMPORTANT **
|
185
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
227
186
|
"""
|
228
187
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
229
188
|
pulumi.set(__self__, "connection_type", connection_type)
|
@@ -233,8 +192,6 @@ class ConnectionArgs:
|
|
233
192
|
pulumi.set(__self__, "access_key_id", access_key_id)
|
234
193
|
if account_key is not None:
|
235
194
|
pulumi.set(__self__, "account_key", account_key)
|
236
|
-
if account_key_secret_id is not None:
|
237
|
-
pulumi.set(__self__, "account_key_secret_id", account_key_secret_id)
|
238
195
|
if account_name is not None:
|
239
196
|
pulumi.set(__self__, "account_name", account_name)
|
240
197
|
if additional_attributes is not None:
|
@@ -251,8 +208,6 @@ class ConnectionArgs:
|
|
251
208
|
pulumi.set(__self__, "client_id", client_id)
|
252
209
|
if client_secret is not None:
|
253
210
|
pulumi.set(__self__, "client_secret", client_secret)
|
254
|
-
if client_secret_secret_id is not None:
|
255
|
-
pulumi.set(__self__, "client_secret_secret_id", client_secret_secret_id)
|
256
211
|
if connection_factory is not None:
|
257
212
|
pulumi.set(__self__, "connection_factory", connection_factory)
|
258
213
|
if connection_string is not None:
|
@@ -275,8 +230,6 @@ class ConnectionArgs:
|
|
275
230
|
pulumi.set(__self__, "deployment_id", deployment_id)
|
276
231
|
if description is not None:
|
277
232
|
pulumi.set(__self__, "description", description)
|
278
|
-
if does_use_secret_ids is not None:
|
279
|
-
pulumi.set(__self__, "does_use_secret_ids", does_use_secret_ids)
|
280
233
|
if endpoint is not None:
|
281
234
|
pulumi.set(__self__, "endpoint", endpoint)
|
282
235
|
if fingerprint is not None:
|
@@ -295,8 +248,6 @@ class ConnectionArgs:
|
|
295
248
|
pulumi.set(__self__, "jndi_provider_url", jndi_provider_url)
|
296
249
|
if jndi_security_credentials is not None:
|
297
250
|
pulumi.set(__self__, "jndi_security_credentials", jndi_security_credentials)
|
298
|
-
if jndi_security_credentials_secret_id is not None:
|
299
|
-
pulumi.set(__self__, "jndi_security_credentials_secret_id", jndi_security_credentials_secret_id)
|
300
251
|
if jndi_security_principal is not None:
|
301
252
|
pulumi.set(__self__, "jndi_security_principal", jndi_security_principal)
|
302
253
|
if key_id is not None:
|
@@ -305,30 +256,20 @@ class ConnectionArgs:
|
|
305
256
|
pulumi.set(__self__, "key_store", key_store)
|
306
257
|
if key_store_password is not None:
|
307
258
|
pulumi.set(__self__, "key_store_password", key_store_password)
|
308
|
-
if key_store_password_secret_id is not None:
|
309
|
-
pulumi.set(__self__, "key_store_password_secret_id", key_store_password_secret_id)
|
310
|
-
if key_store_secret_id is not None:
|
311
|
-
pulumi.set(__self__, "key_store_secret_id", key_store_secret_id)
|
312
259
|
if locks is not None:
|
313
260
|
pulumi.set(__self__, "locks", locks)
|
314
261
|
if nsg_ids is not None:
|
315
262
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
316
263
|
if password is not None:
|
317
264
|
pulumi.set(__self__, "password", password)
|
318
|
-
if password_secret_id is not None:
|
319
|
-
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
320
265
|
if port is not None:
|
321
266
|
pulumi.set(__self__, "port", port)
|
322
267
|
if private_ip is not None:
|
323
268
|
pulumi.set(__self__, "private_ip", private_ip)
|
324
269
|
if private_key_file is not None:
|
325
270
|
pulumi.set(__self__, "private_key_file", private_key_file)
|
326
|
-
if private_key_file_secret_id is not None:
|
327
|
-
pulumi.set(__self__, "private_key_file_secret_id", private_key_file_secret_id)
|
328
271
|
if private_key_passphrase is not None:
|
329
272
|
pulumi.set(__self__, "private_key_passphrase", private_key_passphrase)
|
330
|
-
if private_key_passphrase_secret_id is not None:
|
331
|
-
pulumi.set(__self__, "private_key_passphrase_secret_id", private_key_passphrase_secret_id)
|
332
273
|
if producer_properties is not None:
|
333
274
|
pulumi.set(__self__, "producer_properties", producer_properties)
|
334
275
|
if public_key_fingerprint is not None:
|
@@ -341,20 +282,14 @@ class ConnectionArgs:
|
|
341
282
|
pulumi.set(__self__, "routing_method", routing_method)
|
342
283
|
if sas_token is not None:
|
343
284
|
pulumi.set(__self__, "sas_token", sas_token)
|
344
|
-
if sas_token_secret_id is not None:
|
345
|
-
pulumi.set(__self__, "sas_token_secret_id", sas_token_secret_id)
|
346
285
|
if secret_access_key is not None:
|
347
286
|
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
348
|
-
if secret_access_key_secret_id is not None:
|
349
|
-
pulumi.set(__self__, "secret_access_key_secret_id", secret_access_key_secret_id)
|
350
287
|
if security_protocol is not None:
|
351
288
|
pulumi.set(__self__, "security_protocol", security_protocol)
|
352
289
|
if servers is not None:
|
353
290
|
pulumi.set(__self__, "servers", servers)
|
354
291
|
if service_account_key_file is not None:
|
355
292
|
pulumi.set(__self__, "service_account_key_file", service_account_key_file)
|
356
|
-
if service_account_key_file_secret_id is not None:
|
357
|
-
pulumi.set(__self__, "service_account_key_file_secret_id", service_account_key_file_secret_id)
|
358
293
|
if session_mode is not None:
|
359
294
|
pulumi.set(__self__, "session_mode", session_mode)
|
360
295
|
if should_use_jndi is not None:
|
@@ -367,22 +302,14 @@ class ConnectionArgs:
|
|
367
302
|
pulumi.set(__self__, "ssl_cert", ssl_cert)
|
368
303
|
if ssl_client_keystash is not None:
|
369
304
|
pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
|
370
|
-
if ssl_client_keystash_secret_id is not None:
|
371
|
-
pulumi.set(__self__, "ssl_client_keystash_secret_id", ssl_client_keystash_secret_id)
|
372
305
|
if ssl_client_keystoredb is not None:
|
373
306
|
pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
|
374
|
-
if ssl_client_keystoredb_secret_id is not None:
|
375
|
-
pulumi.set(__self__, "ssl_client_keystoredb_secret_id", ssl_client_keystoredb_secret_id)
|
376
307
|
if ssl_crl is not None:
|
377
308
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
378
309
|
if ssl_key is not None:
|
379
310
|
pulumi.set(__self__, "ssl_key", ssl_key)
|
380
311
|
if ssl_key_password is not None:
|
381
312
|
pulumi.set(__self__, "ssl_key_password", ssl_key_password)
|
382
|
-
if ssl_key_password_secret_id is not None:
|
383
|
-
pulumi.set(__self__, "ssl_key_password_secret_id", ssl_key_password_secret_id)
|
384
|
-
if ssl_key_secret_id is not None:
|
385
|
-
pulumi.set(__self__, "ssl_key_secret_id", ssl_key_secret_id)
|
386
313
|
if ssl_mode is not None:
|
387
314
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
388
315
|
if ssl_server_certificate is not None:
|
@@ -393,16 +320,10 @@ class ConnectionArgs:
|
|
393
320
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
394
321
|
if tenancy_id is not None:
|
395
322
|
pulumi.set(__self__, "tenancy_id", tenancy_id)
|
396
|
-
if trigger_refresh is not None:
|
397
|
-
pulumi.set(__self__, "trigger_refresh", trigger_refresh)
|
398
323
|
if trust_store is not None:
|
399
324
|
pulumi.set(__self__, "trust_store", trust_store)
|
400
325
|
if trust_store_password is not None:
|
401
326
|
pulumi.set(__self__, "trust_store_password", trust_store_password)
|
402
|
-
if trust_store_password_secret_id is not None:
|
403
|
-
pulumi.set(__self__, "trust_store_password_secret_id", trust_store_password_secret_id)
|
404
|
-
if trust_store_secret_id is not None:
|
405
|
-
pulumi.set(__self__, "trust_store_secret_id", trust_store_secret_id)
|
406
327
|
if url is not None:
|
407
328
|
pulumi.set(__self__, "url", url)
|
408
329
|
if user_id is not None:
|
@@ -413,8 +334,6 @@ class ConnectionArgs:
|
|
413
334
|
pulumi.set(__self__, "vault_id", vault_id)
|
414
335
|
if wallet is not None:
|
415
336
|
pulumi.set(__self__, "wallet", wallet)
|
416
|
-
if wallet_secret_id is not None:
|
417
|
-
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
418
337
|
|
419
338
|
@property
|
420
339
|
@pulumi.getter(name="compartmentId")
|
@@ -488,18 +407,6 @@ class ConnectionArgs:
|
|
488
407
|
def account_key(self, value: Optional[pulumi.Input[str]]):
|
489
408
|
pulumi.set(self, "account_key", value)
|
490
409
|
|
491
|
-
@property
|
492
|
-
@pulumi.getter(name="accountKeySecretId")
|
493
|
-
def account_key_secret_id(self) -> Optional[pulumi.Input[str]]:
|
494
|
-
"""
|
495
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
496
|
-
"""
|
497
|
-
return pulumi.get(self, "account_key_secret_id")
|
498
|
-
|
499
|
-
@account_key_secret_id.setter
|
500
|
-
def account_key_secret_id(self, value: Optional[pulumi.Input[str]]):
|
501
|
-
pulumi.set(self, "account_key_secret_id", value)
|
502
|
-
|
503
410
|
@property
|
504
411
|
@pulumi.getter(name="accountName")
|
505
412
|
def account_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -596,18 +503,6 @@ class ConnectionArgs:
|
|
596
503
|
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
597
504
|
pulumi.set(self, "client_secret", value)
|
598
505
|
|
599
|
-
@property
|
600
|
-
@pulumi.getter(name="clientSecretSecretId")
|
601
|
-
def client_secret_secret_id(self) -> Optional[pulumi.Input[str]]:
|
602
|
-
"""
|
603
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
604
|
-
"""
|
605
|
-
return pulumi.get(self, "client_secret_secret_id")
|
606
|
-
|
607
|
-
@client_secret_secret_id.setter
|
608
|
-
def client_secret_secret_id(self, value: Optional[pulumi.Input[str]]):
|
609
|
-
pulumi.set(self, "client_secret_secret_id", value)
|
610
|
-
|
611
506
|
@property
|
612
507
|
@pulumi.getter(name="connectionFactory")
|
613
508
|
def connection_factory(self) -> Optional[pulumi.Input[str]]:
|
@@ -740,18 +635,6 @@ class ConnectionArgs:
|
|
740
635
|
def description(self, value: Optional[pulumi.Input[str]]):
|
741
636
|
pulumi.set(self, "description", value)
|
742
637
|
|
743
|
-
@property
|
744
|
-
@pulumi.getter(name="doesUseSecretIds")
|
745
|
-
def does_use_secret_ids(self) -> Optional[pulumi.Input[bool]]:
|
746
|
-
"""
|
747
|
-
(Updatable) Indicates that sensitive attributes are provided via Secrets.
|
748
|
-
"""
|
749
|
-
return pulumi.get(self, "does_use_secret_ids")
|
750
|
-
|
751
|
-
@does_use_secret_ids.setter
|
752
|
-
def does_use_secret_ids(self, value: Optional[pulumi.Input[bool]]):
|
753
|
-
pulumi.set(self, "does_use_secret_ids", value)
|
754
|
-
|
755
638
|
@property
|
756
639
|
@pulumi.getter
|
757
640
|
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -858,18 +741,6 @@ class ConnectionArgs:
|
|
858
741
|
def jndi_security_credentials(self, value: Optional[pulumi.Input[str]]):
|
859
742
|
pulumi.set(self, "jndi_security_credentials", value)
|
860
743
|
|
861
|
-
@property
|
862
|
-
@pulumi.getter(name="jndiSecurityCredentialsSecretId")
|
863
|
-
def jndi_security_credentials_secret_id(self) -> Optional[pulumi.Input[str]]:
|
864
|
-
"""
|
865
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
866
|
-
"""
|
867
|
-
return pulumi.get(self, "jndi_security_credentials_secret_id")
|
868
|
-
|
869
|
-
@jndi_security_credentials_secret_id.setter
|
870
|
-
def jndi_security_credentials_secret_id(self, value: Optional[pulumi.Input[str]]):
|
871
|
-
pulumi.set(self, "jndi_security_credentials_secret_id", value)
|
872
|
-
|
873
744
|
@property
|
874
745
|
@pulumi.getter(name="jndiSecurityPrincipal")
|
875
746
|
def jndi_security_principal(self) -> Optional[pulumi.Input[str]]:
|
@@ -918,30 +789,6 @@ class ConnectionArgs:
|
|
918
789
|
def key_store_password(self, value: Optional[pulumi.Input[str]]):
|
919
790
|
pulumi.set(self, "key_store_password", value)
|
920
791
|
|
921
|
-
@property
|
922
|
-
@pulumi.getter(name="keyStorePasswordSecretId")
|
923
|
-
def key_store_password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
924
|
-
"""
|
925
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
926
|
-
"""
|
927
|
-
return pulumi.get(self, "key_store_password_secret_id")
|
928
|
-
|
929
|
-
@key_store_password_secret_id.setter
|
930
|
-
def key_store_password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
931
|
-
pulumi.set(self, "key_store_password_secret_id", value)
|
932
|
-
|
933
|
-
@property
|
934
|
-
@pulumi.getter(name="keyStoreSecretId")
|
935
|
-
def key_store_secret_id(self) -> Optional[pulumi.Input[str]]:
|
936
|
-
"""
|
937
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
938
|
-
"""
|
939
|
-
return pulumi.get(self, "key_store_secret_id")
|
940
|
-
|
941
|
-
@key_store_secret_id.setter
|
942
|
-
def key_store_secret_id(self, value: Optional[pulumi.Input[str]]):
|
943
|
-
pulumi.set(self, "key_store_secret_id", value)
|
944
|
-
|
945
792
|
@property
|
946
793
|
@pulumi.getter
|
947
794
|
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]]:
|
@@ -978,18 +825,6 @@ class ConnectionArgs:
|
|
978
825
|
def password(self, value: Optional[pulumi.Input[str]]):
|
979
826
|
pulumi.set(self, "password", value)
|
980
827
|
|
981
|
-
@property
|
982
|
-
@pulumi.getter(name="passwordSecretId")
|
983
|
-
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
984
|
-
"""
|
985
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. 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. If secretId is used plaintext field must not be provided. Note: When provided, 'password' field must not be provided.
|
986
|
-
"""
|
987
|
-
return pulumi.get(self, "password_secret_id")
|
988
|
-
|
989
|
-
@password_secret_id.setter
|
990
|
-
def password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
991
|
-
pulumi.set(self, "password_secret_id", value)
|
992
|
-
|
993
828
|
@property
|
994
829
|
@pulumi.getter
|
995
830
|
def port(self) -> Optional[pulumi.Input[int]]:
|
@@ -1028,18 +863,6 @@ class ConnectionArgs:
|
|
1028
863
|
def private_key_file(self, value: Optional[pulumi.Input[str]]):
|
1029
864
|
pulumi.set(self, "private_key_file", value)
|
1030
865
|
|
1031
|
-
@property
|
1032
|
-
@pulumi.getter(name="privateKeyFileSecretId")
|
1033
|
-
def private_key_file_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1034
|
-
"""
|
1035
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the 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 Note: When provided, 'privateKeyFile' field must not be provided.
|
1036
|
-
"""
|
1037
|
-
return pulumi.get(self, "private_key_file_secret_id")
|
1038
|
-
|
1039
|
-
@private_key_file_secret_id.setter
|
1040
|
-
def private_key_file_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1041
|
-
pulumi.set(self, "private_key_file_secret_id", value)
|
1042
|
-
|
1043
866
|
@property
|
1044
867
|
@pulumi.getter(name="privateKeyPassphrase")
|
1045
868
|
def private_key_passphrase(self) -> Optional[pulumi.Input[str]]:
|
@@ -1052,18 +875,6 @@ class ConnectionArgs:
|
|
1052
875
|
def private_key_passphrase(self, value: Optional[pulumi.Input[str]]):
|
1053
876
|
pulumi.set(self, "private_key_passphrase", value)
|
1054
877
|
|
1055
|
-
@property
|
1056
|
-
@pulumi.getter(name="privateKeyPassphraseSecretId")
|
1057
|
-
def private_key_passphrase_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1058
|
-
"""
|
1059
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
1060
|
-
"""
|
1061
|
-
return pulumi.get(self, "private_key_passphrase_secret_id")
|
1062
|
-
|
1063
|
-
@private_key_passphrase_secret_id.setter
|
1064
|
-
def private_key_passphrase_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1065
|
-
pulumi.set(self, "private_key_passphrase_secret_id", value)
|
1066
|
-
|
1067
878
|
@property
|
1068
879
|
@pulumi.getter(name="producerProperties")
|
1069
880
|
def producer_properties(self) -> Optional[pulumi.Input[str]]:
|
@@ -1136,18 +947,6 @@ class ConnectionArgs:
|
|
1136
947
|
def sas_token(self, value: Optional[pulumi.Input[str]]):
|
1137
948
|
pulumi.set(self, "sas_token", value)
|
1138
949
|
|
1139
|
-
@property
|
1140
|
-
@pulumi.getter(name="sasTokenSecretId")
|
1141
|
-
def sas_token_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1142
|
-
"""
|
1143
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
1144
|
-
"""
|
1145
|
-
return pulumi.get(self, "sas_token_secret_id")
|
1146
|
-
|
1147
|
-
@sas_token_secret_id.setter
|
1148
|
-
def sas_token_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1149
|
-
pulumi.set(self, "sas_token_secret_id", value)
|
1150
|
-
|
1151
950
|
@property
|
1152
951
|
@pulumi.getter(name="secretAccessKey")
|
1153
952
|
def secret_access_key(self) -> Optional[pulumi.Input[str]]:
|
@@ -1160,18 +959,6 @@ class ConnectionArgs:
|
|
1160
959
|
def secret_access_key(self, value: Optional[pulumi.Input[str]]):
|
1161
960
|
pulumi.set(self, "secret_access_key", value)
|
1162
961
|
|
1163
|
-
@property
|
1164
|
-
@pulumi.getter(name="secretAccessKeySecretId")
|
1165
|
-
def secret_access_key_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1166
|
-
"""
|
1167
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
1168
|
-
"""
|
1169
|
-
return pulumi.get(self, "secret_access_key_secret_id")
|
1170
|
-
|
1171
|
-
@secret_access_key_secret_id.setter
|
1172
|
-
def secret_access_key_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1173
|
-
pulumi.set(self, "secret_access_key_secret_id", value)
|
1174
|
-
|
1175
962
|
@property
|
1176
963
|
@pulumi.getter(name="securityProtocol")
|
1177
964
|
def security_protocol(self) -> Optional[pulumi.Input[str]]:
|
@@ -1208,18 +995,6 @@ class ConnectionArgs:
|
|
1208
995
|
def service_account_key_file(self, value: Optional[pulumi.Input[str]]):
|
1209
996
|
pulumi.set(self, "service_account_key_file", value)
|
1210
997
|
|
1211
|
-
@property
|
1212
|
-
@pulumi.getter(name="serviceAccountKeyFileSecretId")
|
1213
|
-
def service_account_key_file_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1214
|
-
"""
|
1215
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
1216
|
-
"""
|
1217
|
-
return pulumi.get(self, "service_account_key_file_secret_id")
|
1218
|
-
|
1219
|
-
@service_account_key_file_secret_id.setter
|
1220
|
-
def service_account_key_file_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1221
|
-
pulumi.set(self, "service_account_key_file_secret_id", value)
|
1222
|
-
|
1223
998
|
@property
|
1224
999
|
@pulumi.getter(name="sessionMode")
|
1225
1000
|
def session_mode(self) -> Optional[pulumi.Input[str]]:
|
@@ -1292,18 +1067,6 @@ class ConnectionArgs:
|
|
1292
1067
|
def ssl_client_keystash(self, value: Optional[pulumi.Input[str]]):
|
1293
1068
|
pulumi.set(self, "ssl_client_keystash", value)
|
1294
1069
|
|
1295
|
-
@property
|
1296
|
-
@pulumi.getter(name="sslClientKeystashSecretId")
|
1297
|
-
def ssl_client_keystash_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1298
|
-
"""
|
1299
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
1300
|
-
"""
|
1301
|
-
return pulumi.get(self, "ssl_client_keystash_secret_id")
|
1302
|
-
|
1303
|
-
@ssl_client_keystash_secret_id.setter
|
1304
|
-
def ssl_client_keystash_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1305
|
-
pulumi.set(self, "ssl_client_keystash_secret_id", value)
|
1306
|
-
|
1307
1070
|
@property
|
1308
1071
|
@pulumi.getter(name="sslClientKeystoredb")
|
1309
1072
|
def ssl_client_keystoredb(self) -> Optional[pulumi.Input[str]]:
|
@@ -1316,18 +1079,6 @@ class ConnectionArgs:
|
|
1316
1079
|
def ssl_client_keystoredb(self, value: Optional[pulumi.Input[str]]):
|
1317
1080
|
pulumi.set(self, "ssl_client_keystoredb", value)
|
1318
1081
|
|
1319
|
-
@property
|
1320
|
-
@pulumi.getter(name="sslClientKeystoredbSecretId")
|
1321
|
-
def ssl_client_keystoredb_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1322
|
-
"""
|
1323
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
1324
|
-
"""
|
1325
|
-
return pulumi.get(self, "ssl_client_keystoredb_secret_id")
|
1326
|
-
|
1327
|
-
@ssl_client_keystoredb_secret_id.setter
|
1328
|
-
def ssl_client_keystoredb_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1329
|
-
pulumi.set(self, "ssl_client_keystoredb_secret_id", value)
|
1330
|
-
|
1331
1082
|
@property
|
1332
1083
|
@pulumi.getter(name="sslCrl")
|
1333
1084
|
def ssl_crl(self) -> Optional[pulumi.Input[str]]:
|
@@ -1344,7 +1095,7 @@ class ConnectionArgs:
|
|
1344
1095
|
@pulumi.getter(name="sslKey")
|
1345
1096
|
def ssl_key(self) -> Optional[pulumi.Input[str]]:
|
1346
1097
|
"""
|
1347
|
-
(Updatable) Client Key – The base64 encoded content of a .pem or .crt
|
1098
|
+
(Updatable) Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
|
1348
1099
|
"""
|
1349
1100
|
return pulumi.get(self, "ssl_key")
|
1350
1101
|
|
@@ -1364,31 +1115,6 @@ class ConnectionArgs:
|
|
1364
1115
|
def ssl_key_password(self, value: Optional[pulumi.Input[str]]):
|
1365
1116
|
pulumi.set(self, "ssl_key_password", value)
|
1366
1117
|
|
1367
|
-
@property
|
1368
|
-
@pulumi.getter(name="sslKeyPasswordSecretId")
|
1369
|
-
def ssl_key_password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1370
|
-
"""
|
1371
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
1372
|
-
"""
|
1373
|
-
return pulumi.get(self, "ssl_key_password_secret_id")
|
1374
|
-
|
1375
|
-
@ssl_key_password_secret_id.setter
|
1376
|
-
def ssl_key_password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1377
|
-
pulumi.set(self, "ssl_key_password_secret_id", value)
|
1378
|
-
|
1379
|
-
@property
|
1380
|
-
@pulumi.getter(name="sslKeySecretId")
|
1381
|
-
def ssl_key_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1382
|
-
"""
|
1383
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
1384
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
1385
|
-
"""
|
1386
|
-
return pulumi.get(self, "ssl_key_secret_id")
|
1387
|
-
|
1388
|
-
@ssl_key_secret_id.setter
|
1389
|
-
def ssl_key_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1390
|
-
pulumi.set(self, "ssl_key_secret_id", value)
|
1391
|
-
|
1392
1118
|
@property
|
1393
1119
|
@pulumi.getter(name="sslMode")
|
1394
1120
|
def ssl_mode(self) -> Optional[pulumi.Input[str]]:
|
@@ -1449,22 +1175,6 @@ class ConnectionArgs:
|
|
1449
1175
|
def tenancy_id(self, value: Optional[pulumi.Input[str]]):
|
1450
1176
|
pulumi.set(self, "tenancy_id", value)
|
1451
1177
|
|
1452
|
-
@property
|
1453
|
-
@pulumi.getter(name="triggerRefresh")
|
1454
|
-
def trigger_refresh(self) -> Optional[pulumi.Input[bool]]:
|
1455
|
-
"""
|
1456
|
-
(Updatable) If value is true, it triggers connection refresh action and this attribute change will always show up in the "update" plan and will apply steps in order to refresh secrets and dependent service properties (such as ADB connection strings, wallets, etc..).
|
1457
|
-
|
1458
|
-
|
1459
|
-
** IMPORTANT **
|
1460
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1461
|
-
"""
|
1462
|
-
return pulumi.get(self, "trigger_refresh")
|
1463
|
-
|
1464
|
-
@trigger_refresh.setter
|
1465
|
-
def trigger_refresh(self, value: Optional[pulumi.Input[bool]]):
|
1466
|
-
pulumi.set(self, "trigger_refresh", value)
|
1467
|
-
|
1468
1178
|
@property
|
1469
1179
|
@pulumi.getter(name="trustStore")
|
1470
1180
|
def trust_store(self) -> Optional[pulumi.Input[str]]:
|
@@ -1489,30 +1199,6 @@ class ConnectionArgs:
|
|
1489
1199
|
def trust_store_password(self, value: Optional[pulumi.Input[str]]):
|
1490
1200
|
pulumi.set(self, "trust_store_password", value)
|
1491
1201
|
|
1492
|
-
@property
|
1493
|
-
@pulumi.getter(name="trustStorePasswordSecretId")
|
1494
|
-
def trust_store_password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1495
|
-
"""
|
1496
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
1497
|
-
"""
|
1498
|
-
return pulumi.get(self, "trust_store_password_secret_id")
|
1499
|
-
|
1500
|
-
@trust_store_password_secret_id.setter
|
1501
|
-
def trust_store_password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1502
|
-
pulumi.set(self, "trust_store_password_secret_id", value)
|
1503
|
-
|
1504
|
-
@property
|
1505
|
-
@pulumi.getter(name="trustStoreSecretId")
|
1506
|
-
def trust_store_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1507
|
-
"""
|
1508
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
1509
|
-
"""
|
1510
|
-
return pulumi.get(self, "trust_store_secret_id")
|
1511
|
-
|
1512
|
-
@trust_store_secret_id.setter
|
1513
|
-
def trust_store_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1514
|
-
pulumi.set(self, "trust_store_secret_id", value)
|
1515
|
-
|
1516
1202
|
@property
|
1517
1203
|
@pulumi.getter
|
1518
1204
|
def url(self) -> Optional[pulumi.Input[str]]:
|
@@ -1565,7 +1251,11 @@ class ConnectionArgs:
|
|
1565
1251
|
@pulumi.getter
|
1566
1252
|
def wallet(self) -> Optional[pulumi.Input[str]]:
|
1567
1253
|
"""
|
1568
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
1254
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
1255
|
+
|
1256
|
+
|
1257
|
+
** IMPORTANT **
|
1258
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1569
1259
|
"""
|
1570
1260
|
return pulumi.get(self, "wallet")
|
1571
1261
|
|
@@ -1573,25 +1263,12 @@ class ConnectionArgs:
|
|
1573
1263
|
def wallet(self, value: Optional[pulumi.Input[str]]):
|
1574
1264
|
pulumi.set(self, "wallet", value)
|
1575
1265
|
|
1576
|
-
@property
|
1577
|
-
@pulumi.getter(name="walletSecretId")
|
1578
|
-
def wallet_secret_id(self) -> Optional[pulumi.Input[str]]:
|
1579
|
-
"""
|
1580
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the wallet file is stored. The wallet contents Oracle GoldenGate uses to make connections to a database. Note: When provided, 'wallet' field must not be provided.
|
1581
|
-
"""
|
1582
|
-
return pulumi.get(self, "wallet_secret_id")
|
1583
|
-
|
1584
|
-
@wallet_secret_id.setter
|
1585
|
-
def wallet_secret_id(self, value: Optional[pulumi.Input[str]]):
|
1586
|
-
pulumi.set(self, "wallet_secret_id", value)
|
1587
|
-
|
1588
1266
|
|
1589
1267
|
@pulumi.input_type
|
1590
1268
|
class _ConnectionState:
|
1591
1269
|
def __init__(__self__, *,
|
1592
1270
|
access_key_id: Optional[pulumi.Input[str]] = None,
|
1593
1271
|
account_key: Optional[pulumi.Input[str]] = None,
|
1594
|
-
account_key_secret_id: Optional[pulumi.Input[str]] = None,
|
1595
1272
|
account_name: Optional[pulumi.Input[str]] = None,
|
1596
1273
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionAdditionalAttributeArgs']]]] = None,
|
1597
1274
|
authentication_mode: Optional[pulumi.Input[str]] = None,
|
@@ -1600,7 +1277,6 @@ class _ConnectionState:
|
|
1600
1277
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionBootstrapServerArgs']]]] = None,
|
1601
1278
|
client_id: Optional[pulumi.Input[str]] = None,
|
1602
1279
|
client_secret: Optional[pulumi.Input[str]] = None,
|
1603
|
-
client_secret_secret_id: Optional[pulumi.Input[str]] = None,
|
1604
1280
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
1605
1281
|
connection_factory: Optional[pulumi.Input[str]] = None,
|
1606
1282
|
connection_string: Optional[pulumi.Input[str]] = None,
|
@@ -1615,7 +1291,6 @@ class _ConnectionState:
|
|
1615
1291
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
1616
1292
|
description: Optional[pulumi.Input[str]] = None,
|
1617
1293
|
display_name: Optional[pulumi.Input[str]] = None,
|
1618
|
-
does_use_secret_ids: Optional[pulumi.Input[bool]] = None,
|
1619
1294
|
endpoint: Optional[pulumi.Input[str]] = None,
|
1620
1295
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
1621
1296
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -1626,51 +1301,38 @@ class _ConnectionState:
|
|
1626
1301
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
1627
1302
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
1628
1303
|
jndi_security_credentials: Optional[pulumi.Input[str]] = None,
|
1629
|
-
jndi_security_credentials_secret_id: Optional[pulumi.Input[str]] = None,
|
1630
1304
|
jndi_security_principal: Optional[pulumi.Input[str]] = None,
|
1631
1305
|
key_id: Optional[pulumi.Input[str]] = None,
|
1632
1306
|
key_store: Optional[pulumi.Input[str]] = None,
|
1633
1307
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
1634
|
-
key_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
1635
|
-
key_store_secret_id: Optional[pulumi.Input[str]] = None,
|
1636
1308
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
1637
1309
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]]] = None,
|
1638
1310
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1639
1311
|
password: Optional[pulumi.Input[str]] = None,
|
1640
|
-
password_secret_id: Optional[pulumi.Input[str]] = None,
|
1641
1312
|
port: Optional[pulumi.Input[int]] = None,
|
1642
1313
|
private_ip: Optional[pulumi.Input[str]] = None,
|
1643
1314
|
private_key_file: Optional[pulumi.Input[str]] = None,
|
1644
|
-
private_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
1645
1315
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
1646
|
-
private_key_passphrase_secret_id: Optional[pulumi.Input[str]] = None,
|
1647
1316
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
1648
1317
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
1649
1318
|
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
1650
1319
|
region: Optional[pulumi.Input[str]] = None,
|
1651
1320
|
routing_method: Optional[pulumi.Input[str]] = None,
|
1652
1321
|
sas_token: Optional[pulumi.Input[str]] = None,
|
1653
|
-
sas_token_secret_id: Optional[pulumi.Input[str]] = None,
|
1654
1322
|
secret_access_key: Optional[pulumi.Input[str]] = None,
|
1655
|
-
secret_access_key_secret_id: Optional[pulumi.Input[str]] = None,
|
1656
1323
|
security_protocol: Optional[pulumi.Input[str]] = None,
|
1657
1324
|
servers: Optional[pulumi.Input[str]] = None,
|
1658
1325
|
service_account_key_file: Optional[pulumi.Input[str]] = None,
|
1659
|
-
service_account_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
1660
1326
|
session_mode: Optional[pulumi.Input[str]] = None,
|
1661
1327
|
should_use_jndi: Optional[pulumi.Input[bool]] = None,
|
1662
1328
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
1663
1329
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
1664
1330
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
1665
1331
|
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
1666
|
-
ssl_client_keystash_secret_id: Optional[pulumi.Input[str]] = None,
|
1667
1332
|
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
1668
|
-
ssl_client_keystoredb_secret_id: Optional[pulumi.Input[str]] = None,
|
1669
1333
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
1670
1334
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
1671
1335
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
1672
|
-
ssl_key_password_secret_id: Optional[pulumi.Input[str]] = None,
|
1673
|
-
ssl_key_secret_id: Optional[pulumi.Input[str]] = None,
|
1674
1336
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
1675
1337
|
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
1676
1338
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -1681,22 +1343,17 @@ class _ConnectionState:
|
|
1681
1343
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
1682
1344
|
time_created: Optional[pulumi.Input[str]] = None,
|
1683
1345
|
time_updated: Optional[pulumi.Input[str]] = None,
|
1684
|
-
trigger_refresh: Optional[pulumi.Input[bool]] = None,
|
1685
1346
|
trust_store: Optional[pulumi.Input[str]] = None,
|
1686
1347
|
trust_store_password: Optional[pulumi.Input[str]] = None,
|
1687
|
-
trust_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
1688
|
-
trust_store_secret_id: Optional[pulumi.Input[str]] = None,
|
1689
1348
|
url: Optional[pulumi.Input[str]] = None,
|
1690
1349
|
user_id: Optional[pulumi.Input[str]] = None,
|
1691
1350
|
username: Optional[pulumi.Input[str]] = None,
|
1692
1351
|
vault_id: Optional[pulumi.Input[str]] = None,
|
1693
|
-
wallet: Optional[pulumi.Input[str]] = None
|
1694
|
-
wallet_secret_id: Optional[pulumi.Input[str]] = None):
|
1352
|
+
wallet: Optional[pulumi.Input[str]] = None):
|
1695
1353
|
"""
|
1696
1354
|
Input properties used for looking up and filtering Connection resources.
|
1697
1355
|
:param pulumi.Input[str] access_key_id: (Updatable) Access key ID to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
1698
1356
|
: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==
|
1699
|
-
:param pulumi.Input[str] account_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
1700
1357
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
1701
1358
|
: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.
|
1702
1359
|
: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.
|
@@ -1705,7 +1362,6 @@ class _ConnectionState:
|
|
1705
1362
|
: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"`
|
1706
1363
|
:param pulumi.Input[str] client_id: (Updatable) Azure client ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
|
1707
1364
|
:param pulumi.Input[str] client_secret: (Updatable) Azure client secret (aka application password) for authentication. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1
|
1708
|
-
:param pulumi.Input[str] client_secret_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
1709
1365
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
1710
1366
|
:param pulumi.Input[str] connection_factory: (Updatable) The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: 'com.stc.jmsjca.core.JConnectionFactoryXA'
|
1711
1367
|
:param pulumi.Input[str] connection_string: (Updatable) Connection string. AZURE_SYNAPSE_ANALYTICS e.g.: 'jdbc:sqlserver://<synapse-workspace>.sql.azuresynapse.net:1433;database=<db-name>;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;', MONGODB e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'.
|
@@ -1720,7 +1376,6 @@ class _ConnectionState:
|
|
1720
1376
|
:param pulumi.Input[str] deployment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
|
1721
1377
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
1722
1378
|
:param pulumi.Input[str] display_name: (Updatable) An object's Display Name.
|
1723
|
-
:param pulumi.Input[bool] does_use_secret_ids: (Updatable) Indicates that sensitive attributes are provided via Secrets.
|
1724
1379
|
:param pulumi.Input[str] endpoint: (Updatable) Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
|
1725
1380
|
:param pulumi.Input[str] fingerprint: (Updatable) Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'
|
1726
1381
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
@@ -1731,54 +1386,40 @@ class _ConnectionState:
|
|
1731
1386
|
:param pulumi.Input[str] jndi_initial_context_factory: (Updatable) The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: 'org.apache.activemq.jndi.ActiveMQInitialContextFactory'
|
1732
1387
|
:param pulumi.Input[str] jndi_provider_url: (Updatable) The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
|
1733
1388
|
:param pulumi.Input[str] jndi_security_credentials: (Updatable) The password associated to the principal.
|
1734
|
-
:param pulumi.Input[str] jndi_security_credentials_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
1735
1389
|
:param pulumi.Input[str] jndi_security_principal: (Updatable) Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'
|
1736
1390
|
: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.
|
1737
1391
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
1738
1392
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
1739
|
-
:param pulumi.Input[str] key_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
1740
|
-
:param pulumi.Input[str] key_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
1741
1393
|
: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.
|
1742
1394
|
:param pulumi.Input[Sequence[pulumi.Input['ConnectionLockArgs']]] locks: Locks associated with this resource.
|
1743
1395
|
: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.
|
1744
1396
|
:param pulumi.Input[str] password: (Updatable) The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
|
1745
|
-
:param pulumi.Input[str] password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. 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. If secretId is used plaintext field must not be provided. Note: When provided, 'password' field must not be provided.
|
1746
1397
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
1747
1398
|
:param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
|
1748
1399
|
|
1749
1400
|
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
1750
1401
|
:param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
1751
|
-
:param pulumi.Input[str] private_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the 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 Note: When provided, 'privateKeyFile' field must not be provided.
|
1752
1402
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
1753
|
-
:param pulumi.Input[str] private_key_passphrase_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
1754
1403
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
1755
1404
|
: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
|
1756
1405
|
: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.
|
1757
1406
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
1758
1407
|
: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.
|
1759
1408
|
: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
|
1760
|
-
:param pulumi.Input[str] sas_token_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
1761
1409
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
1762
|
-
:param pulumi.Input[str] secret_access_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
1763
1410
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
1764
1411
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
1765
1412
|
:param pulumi.Input[str] service_account_key_file: (Updatable) The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.
|
1766
|
-
:param pulumi.Input[str] service_account_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
1767
1413
|
:param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
|
1768
1414
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
1769
1415
|
:param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
|
1770
1416
|
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
|
1771
1417
|
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
|
1772
1418
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
1773
|
-
:param pulumi.Input[str] ssl_client_keystash_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
1774
1419
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
1775
|
-
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
1776
1420
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
1777
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt
|
1421
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
|
1778
1422
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
1779
|
-
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
1780
|
-
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
1781
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
1782
1423
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
1783
1424
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
1784
1425
|
:param pulumi.Input[str] state: Possible lifecycle states for connection.
|
@@ -1789,28 +1430,22 @@ class _ConnectionState:
|
|
1789
1430
|
: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.
|
1790
1431
|
:param pulumi.Input[str] time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
1791
1432
|
:param pulumi.Input[str] time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
1792
|
-
:param pulumi.Input[bool] trigger_refresh: (Updatable) If value is true, it triggers connection refresh action and this attribute change will always show up in the "update" plan and will apply steps in order to refresh secrets and dependent service properties (such as ADB connection strings, wallets, etc..).
|
1793
|
-
|
1794
|
-
|
1795
|
-
** IMPORTANT **
|
1796
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1797
1433
|
:param pulumi.Input[str] trust_store: (Updatable) The base64 encoded content of the TrustStore file.
|
1798
1434
|
:param pulumi.Input[str] trust_store_password: (Updatable) The TrustStore password.
|
1799
|
-
:param pulumi.Input[str] trust_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
1800
|
-
:param pulumi.Input[str] trust_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
1801
1435
|
:param pulumi.Input[str] url: (Updatable) Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
|
1802
1436
|
:param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
|
1803
1437
|
:param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
1804
1438
|
:param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
1805
|
-
: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.
|
1806
|
-
|
1439
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
1440
|
+
|
1441
|
+
|
1442
|
+
** IMPORTANT **
|
1443
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1807
1444
|
"""
|
1808
1445
|
if access_key_id is not None:
|
1809
1446
|
pulumi.set(__self__, "access_key_id", access_key_id)
|
1810
1447
|
if account_key is not None:
|
1811
1448
|
pulumi.set(__self__, "account_key", account_key)
|
1812
|
-
if account_key_secret_id is not None:
|
1813
|
-
pulumi.set(__self__, "account_key_secret_id", account_key_secret_id)
|
1814
1449
|
if account_name is not None:
|
1815
1450
|
pulumi.set(__self__, "account_name", account_name)
|
1816
1451
|
if additional_attributes is not None:
|
@@ -1827,8 +1462,6 @@ class _ConnectionState:
|
|
1827
1462
|
pulumi.set(__self__, "client_id", client_id)
|
1828
1463
|
if client_secret is not None:
|
1829
1464
|
pulumi.set(__self__, "client_secret", client_secret)
|
1830
|
-
if client_secret_secret_id is not None:
|
1831
|
-
pulumi.set(__self__, "client_secret_secret_id", client_secret_secret_id)
|
1832
1465
|
if compartment_id is not None:
|
1833
1466
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
1834
1467
|
if connection_factory is not None:
|
@@ -1857,8 +1490,6 @@ class _ConnectionState:
|
|
1857
1490
|
pulumi.set(__self__, "description", description)
|
1858
1491
|
if display_name is not None:
|
1859
1492
|
pulumi.set(__self__, "display_name", display_name)
|
1860
|
-
if does_use_secret_ids is not None:
|
1861
|
-
pulumi.set(__self__, "does_use_secret_ids", does_use_secret_ids)
|
1862
1493
|
if endpoint is not None:
|
1863
1494
|
pulumi.set(__self__, "endpoint", endpoint)
|
1864
1495
|
if fingerprint is not None:
|
@@ -1879,8 +1510,6 @@ class _ConnectionState:
|
|
1879
1510
|
pulumi.set(__self__, "jndi_provider_url", jndi_provider_url)
|
1880
1511
|
if jndi_security_credentials is not None:
|
1881
1512
|
pulumi.set(__self__, "jndi_security_credentials", jndi_security_credentials)
|
1882
|
-
if jndi_security_credentials_secret_id is not None:
|
1883
|
-
pulumi.set(__self__, "jndi_security_credentials_secret_id", jndi_security_credentials_secret_id)
|
1884
1513
|
if jndi_security_principal is not None:
|
1885
1514
|
pulumi.set(__self__, "jndi_security_principal", jndi_security_principal)
|
1886
1515
|
if key_id is not None:
|
@@ -1889,10 +1518,6 @@ class _ConnectionState:
|
|
1889
1518
|
pulumi.set(__self__, "key_store", key_store)
|
1890
1519
|
if key_store_password is not None:
|
1891
1520
|
pulumi.set(__self__, "key_store_password", key_store_password)
|
1892
|
-
if key_store_password_secret_id is not None:
|
1893
|
-
pulumi.set(__self__, "key_store_password_secret_id", key_store_password_secret_id)
|
1894
|
-
if key_store_secret_id is not None:
|
1895
|
-
pulumi.set(__self__, "key_store_secret_id", key_store_secret_id)
|
1896
1521
|
if lifecycle_details is not None:
|
1897
1522
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1898
1523
|
if locks is not None:
|
@@ -1901,20 +1526,14 @@ class _ConnectionState:
|
|
1901
1526
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
1902
1527
|
if password is not None:
|
1903
1528
|
pulumi.set(__self__, "password", password)
|
1904
|
-
if password_secret_id is not None:
|
1905
|
-
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1906
1529
|
if port is not None:
|
1907
1530
|
pulumi.set(__self__, "port", port)
|
1908
1531
|
if private_ip is not None:
|
1909
1532
|
pulumi.set(__self__, "private_ip", private_ip)
|
1910
1533
|
if private_key_file is not None:
|
1911
1534
|
pulumi.set(__self__, "private_key_file", private_key_file)
|
1912
|
-
if private_key_file_secret_id is not None:
|
1913
|
-
pulumi.set(__self__, "private_key_file_secret_id", private_key_file_secret_id)
|
1914
1535
|
if private_key_passphrase is not None:
|
1915
1536
|
pulumi.set(__self__, "private_key_passphrase", private_key_passphrase)
|
1916
|
-
if private_key_passphrase_secret_id is not None:
|
1917
|
-
pulumi.set(__self__, "private_key_passphrase_secret_id", private_key_passphrase_secret_id)
|
1918
1537
|
if producer_properties is not None:
|
1919
1538
|
pulumi.set(__self__, "producer_properties", producer_properties)
|
1920
1539
|
if public_key_fingerprint is not None:
|
@@ -1927,20 +1546,14 @@ class _ConnectionState:
|
|
1927
1546
|
pulumi.set(__self__, "routing_method", routing_method)
|
1928
1547
|
if sas_token is not None:
|
1929
1548
|
pulumi.set(__self__, "sas_token", sas_token)
|
1930
|
-
if sas_token_secret_id is not None:
|
1931
|
-
pulumi.set(__self__, "sas_token_secret_id", sas_token_secret_id)
|
1932
1549
|
if secret_access_key is not None:
|
1933
1550
|
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
1934
|
-
if secret_access_key_secret_id is not None:
|
1935
|
-
pulumi.set(__self__, "secret_access_key_secret_id", secret_access_key_secret_id)
|
1936
1551
|
if security_protocol is not None:
|
1937
1552
|
pulumi.set(__self__, "security_protocol", security_protocol)
|
1938
1553
|
if servers is not None:
|
1939
1554
|
pulumi.set(__self__, "servers", servers)
|
1940
1555
|
if service_account_key_file is not None:
|
1941
1556
|
pulumi.set(__self__, "service_account_key_file", service_account_key_file)
|
1942
|
-
if service_account_key_file_secret_id is not None:
|
1943
|
-
pulumi.set(__self__, "service_account_key_file_secret_id", service_account_key_file_secret_id)
|
1944
1557
|
if session_mode is not None:
|
1945
1558
|
pulumi.set(__self__, "session_mode", session_mode)
|
1946
1559
|
if should_use_jndi is not None:
|
@@ -1953,22 +1566,14 @@ class _ConnectionState:
|
|
1953
1566
|
pulumi.set(__self__, "ssl_cert", ssl_cert)
|
1954
1567
|
if ssl_client_keystash is not None:
|
1955
1568
|
pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
|
1956
|
-
if ssl_client_keystash_secret_id is not None:
|
1957
|
-
pulumi.set(__self__, "ssl_client_keystash_secret_id", ssl_client_keystash_secret_id)
|
1958
1569
|
if ssl_client_keystoredb is not None:
|
1959
1570
|
pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
|
1960
|
-
if ssl_client_keystoredb_secret_id is not None:
|
1961
|
-
pulumi.set(__self__, "ssl_client_keystoredb_secret_id", ssl_client_keystoredb_secret_id)
|
1962
1571
|
if ssl_crl is not None:
|
1963
1572
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
1964
1573
|
if ssl_key is not None:
|
1965
1574
|
pulumi.set(__self__, "ssl_key", ssl_key)
|
1966
1575
|
if ssl_key_password is not None:
|
1967
1576
|
pulumi.set(__self__, "ssl_key_password", ssl_key_password)
|
1968
|
-
if ssl_key_password_secret_id is not None:
|
1969
|
-
pulumi.set(__self__, "ssl_key_password_secret_id", ssl_key_password_secret_id)
|
1970
|
-
if ssl_key_secret_id is not None:
|
1971
|
-
pulumi.set(__self__, "ssl_key_secret_id", ssl_key_secret_id)
|
1972
1577
|
if ssl_mode is not None:
|
1973
1578
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
1974
1579
|
if ssl_server_certificate is not None:
|
@@ -1989,16 +1594,10 @@ class _ConnectionState:
|
|
1989
1594
|
pulumi.set(__self__, "time_created", time_created)
|
1990
1595
|
if time_updated is not None:
|
1991
1596
|
pulumi.set(__self__, "time_updated", time_updated)
|
1992
|
-
if trigger_refresh is not None:
|
1993
|
-
pulumi.set(__self__, "trigger_refresh", trigger_refresh)
|
1994
1597
|
if trust_store is not None:
|
1995
1598
|
pulumi.set(__self__, "trust_store", trust_store)
|
1996
1599
|
if trust_store_password is not None:
|
1997
1600
|
pulumi.set(__self__, "trust_store_password", trust_store_password)
|
1998
|
-
if trust_store_password_secret_id is not None:
|
1999
|
-
pulumi.set(__self__, "trust_store_password_secret_id", trust_store_password_secret_id)
|
2000
|
-
if trust_store_secret_id is not None:
|
2001
|
-
pulumi.set(__self__, "trust_store_secret_id", trust_store_secret_id)
|
2002
1601
|
if url is not None:
|
2003
1602
|
pulumi.set(__self__, "url", url)
|
2004
1603
|
if user_id is not None:
|
@@ -2009,8 +1608,6 @@ class _ConnectionState:
|
|
2009
1608
|
pulumi.set(__self__, "vault_id", vault_id)
|
2010
1609
|
if wallet is not None:
|
2011
1610
|
pulumi.set(__self__, "wallet", wallet)
|
2012
|
-
if wallet_secret_id is not None:
|
2013
|
-
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
2014
1611
|
|
2015
1612
|
@property
|
2016
1613
|
@pulumi.getter(name="accessKeyId")
|
@@ -2036,18 +1633,6 @@ class _ConnectionState:
|
|
2036
1633
|
def account_key(self, value: Optional[pulumi.Input[str]]):
|
2037
1634
|
pulumi.set(self, "account_key", value)
|
2038
1635
|
|
2039
|
-
@property
|
2040
|
-
@pulumi.getter(name="accountKeySecretId")
|
2041
|
-
def account_key_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2042
|
-
"""
|
2043
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
2044
|
-
"""
|
2045
|
-
return pulumi.get(self, "account_key_secret_id")
|
2046
|
-
|
2047
|
-
@account_key_secret_id.setter
|
2048
|
-
def account_key_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2049
|
-
pulumi.set(self, "account_key_secret_id", value)
|
2050
|
-
|
2051
1636
|
@property
|
2052
1637
|
@pulumi.getter(name="accountName")
|
2053
1638
|
def account_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -2144,18 +1729,6 @@ class _ConnectionState:
|
|
2144
1729
|
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
2145
1730
|
pulumi.set(self, "client_secret", value)
|
2146
1731
|
|
2147
|
-
@property
|
2148
|
-
@pulumi.getter(name="clientSecretSecretId")
|
2149
|
-
def client_secret_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2150
|
-
"""
|
2151
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
2152
|
-
"""
|
2153
|
-
return pulumi.get(self, "client_secret_secret_id")
|
2154
|
-
|
2155
|
-
@client_secret_secret_id.setter
|
2156
|
-
def client_secret_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2157
|
-
pulumi.set(self, "client_secret_secret_id", value)
|
2158
|
-
|
2159
1732
|
@property
|
2160
1733
|
@pulumi.getter(name="compartmentId")
|
2161
1734
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -2324,18 +1897,6 @@ class _ConnectionState:
|
|
2324
1897
|
def display_name(self, value: Optional[pulumi.Input[str]]):
|
2325
1898
|
pulumi.set(self, "display_name", value)
|
2326
1899
|
|
2327
|
-
@property
|
2328
|
-
@pulumi.getter(name="doesUseSecretIds")
|
2329
|
-
def does_use_secret_ids(self) -> Optional[pulumi.Input[bool]]:
|
2330
|
-
"""
|
2331
|
-
(Updatable) Indicates that sensitive attributes are provided via Secrets.
|
2332
|
-
"""
|
2333
|
-
return pulumi.get(self, "does_use_secret_ids")
|
2334
|
-
|
2335
|
-
@does_use_secret_ids.setter
|
2336
|
-
def does_use_secret_ids(self, value: Optional[pulumi.Input[bool]]):
|
2337
|
-
pulumi.set(self, "does_use_secret_ids", value)
|
2338
|
-
|
2339
1900
|
@property
|
2340
1901
|
@pulumi.getter
|
2341
1902
|
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -2454,18 +2015,6 @@ class _ConnectionState:
|
|
2454
2015
|
def jndi_security_credentials(self, value: Optional[pulumi.Input[str]]):
|
2455
2016
|
pulumi.set(self, "jndi_security_credentials", value)
|
2456
2017
|
|
2457
|
-
@property
|
2458
|
-
@pulumi.getter(name="jndiSecurityCredentialsSecretId")
|
2459
|
-
def jndi_security_credentials_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2460
|
-
"""
|
2461
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
2462
|
-
"""
|
2463
|
-
return pulumi.get(self, "jndi_security_credentials_secret_id")
|
2464
|
-
|
2465
|
-
@jndi_security_credentials_secret_id.setter
|
2466
|
-
def jndi_security_credentials_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2467
|
-
pulumi.set(self, "jndi_security_credentials_secret_id", value)
|
2468
|
-
|
2469
2018
|
@property
|
2470
2019
|
@pulumi.getter(name="jndiSecurityPrincipal")
|
2471
2020
|
def jndi_security_principal(self) -> Optional[pulumi.Input[str]]:
|
@@ -2514,30 +2063,6 @@ class _ConnectionState:
|
|
2514
2063
|
def key_store_password(self, value: Optional[pulumi.Input[str]]):
|
2515
2064
|
pulumi.set(self, "key_store_password", value)
|
2516
2065
|
|
2517
|
-
@property
|
2518
|
-
@pulumi.getter(name="keyStorePasswordSecretId")
|
2519
|
-
def key_store_password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2520
|
-
"""
|
2521
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
2522
|
-
"""
|
2523
|
-
return pulumi.get(self, "key_store_password_secret_id")
|
2524
|
-
|
2525
|
-
@key_store_password_secret_id.setter
|
2526
|
-
def key_store_password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2527
|
-
pulumi.set(self, "key_store_password_secret_id", value)
|
2528
|
-
|
2529
|
-
@property
|
2530
|
-
@pulumi.getter(name="keyStoreSecretId")
|
2531
|
-
def key_store_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2532
|
-
"""
|
2533
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
2534
|
-
"""
|
2535
|
-
return pulumi.get(self, "key_store_secret_id")
|
2536
|
-
|
2537
|
-
@key_store_secret_id.setter
|
2538
|
-
def key_store_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2539
|
-
pulumi.set(self, "key_store_secret_id", value)
|
2540
|
-
|
2541
2066
|
@property
|
2542
2067
|
@pulumi.getter(name="lifecycleDetails")
|
2543
2068
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
@@ -2586,18 +2111,6 @@ class _ConnectionState:
|
|
2586
2111
|
def password(self, value: Optional[pulumi.Input[str]]):
|
2587
2112
|
pulumi.set(self, "password", value)
|
2588
2113
|
|
2589
|
-
@property
|
2590
|
-
@pulumi.getter(name="passwordSecretId")
|
2591
|
-
def password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2592
|
-
"""
|
2593
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. 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. If secretId is used plaintext field must not be provided. Note: When provided, 'password' field must not be provided.
|
2594
|
-
"""
|
2595
|
-
return pulumi.get(self, "password_secret_id")
|
2596
|
-
|
2597
|
-
@password_secret_id.setter
|
2598
|
-
def password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2599
|
-
pulumi.set(self, "password_secret_id", value)
|
2600
|
-
|
2601
2114
|
@property
|
2602
2115
|
@pulumi.getter
|
2603
2116
|
def port(self) -> Optional[pulumi.Input[int]]:
|
@@ -2636,18 +2149,6 @@ class _ConnectionState:
|
|
2636
2149
|
def private_key_file(self, value: Optional[pulumi.Input[str]]):
|
2637
2150
|
pulumi.set(self, "private_key_file", value)
|
2638
2151
|
|
2639
|
-
@property
|
2640
|
-
@pulumi.getter(name="privateKeyFileSecretId")
|
2641
|
-
def private_key_file_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2642
|
-
"""
|
2643
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the 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 Note: When provided, 'privateKeyFile' field must not be provided.
|
2644
|
-
"""
|
2645
|
-
return pulumi.get(self, "private_key_file_secret_id")
|
2646
|
-
|
2647
|
-
@private_key_file_secret_id.setter
|
2648
|
-
def private_key_file_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2649
|
-
pulumi.set(self, "private_key_file_secret_id", value)
|
2650
|
-
|
2651
2152
|
@property
|
2652
2153
|
@pulumi.getter(name="privateKeyPassphrase")
|
2653
2154
|
def private_key_passphrase(self) -> Optional[pulumi.Input[str]]:
|
@@ -2660,18 +2161,6 @@ class _ConnectionState:
|
|
2660
2161
|
def private_key_passphrase(self, value: Optional[pulumi.Input[str]]):
|
2661
2162
|
pulumi.set(self, "private_key_passphrase", value)
|
2662
2163
|
|
2663
|
-
@property
|
2664
|
-
@pulumi.getter(name="privateKeyPassphraseSecretId")
|
2665
|
-
def private_key_passphrase_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2666
|
-
"""
|
2667
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
2668
|
-
"""
|
2669
|
-
return pulumi.get(self, "private_key_passphrase_secret_id")
|
2670
|
-
|
2671
|
-
@private_key_passphrase_secret_id.setter
|
2672
|
-
def private_key_passphrase_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2673
|
-
pulumi.set(self, "private_key_passphrase_secret_id", value)
|
2674
|
-
|
2675
2164
|
@property
|
2676
2165
|
@pulumi.getter(name="producerProperties")
|
2677
2166
|
def producer_properties(self) -> Optional[pulumi.Input[str]]:
|
@@ -2744,18 +2233,6 @@ class _ConnectionState:
|
|
2744
2233
|
def sas_token(self, value: Optional[pulumi.Input[str]]):
|
2745
2234
|
pulumi.set(self, "sas_token", value)
|
2746
2235
|
|
2747
|
-
@property
|
2748
|
-
@pulumi.getter(name="sasTokenSecretId")
|
2749
|
-
def sas_token_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2750
|
-
"""
|
2751
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
2752
|
-
"""
|
2753
|
-
return pulumi.get(self, "sas_token_secret_id")
|
2754
|
-
|
2755
|
-
@sas_token_secret_id.setter
|
2756
|
-
def sas_token_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2757
|
-
pulumi.set(self, "sas_token_secret_id", value)
|
2758
|
-
|
2759
2236
|
@property
|
2760
2237
|
@pulumi.getter(name="secretAccessKey")
|
2761
2238
|
def secret_access_key(self) -> Optional[pulumi.Input[str]]:
|
@@ -2768,18 +2245,6 @@ class _ConnectionState:
|
|
2768
2245
|
def secret_access_key(self, value: Optional[pulumi.Input[str]]):
|
2769
2246
|
pulumi.set(self, "secret_access_key", value)
|
2770
2247
|
|
2771
|
-
@property
|
2772
|
-
@pulumi.getter(name="secretAccessKeySecretId")
|
2773
|
-
def secret_access_key_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2774
|
-
"""
|
2775
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
2776
|
-
"""
|
2777
|
-
return pulumi.get(self, "secret_access_key_secret_id")
|
2778
|
-
|
2779
|
-
@secret_access_key_secret_id.setter
|
2780
|
-
def secret_access_key_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2781
|
-
pulumi.set(self, "secret_access_key_secret_id", value)
|
2782
|
-
|
2783
2248
|
@property
|
2784
2249
|
@pulumi.getter(name="securityProtocol")
|
2785
2250
|
def security_protocol(self) -> Optional[pulumi.Input[str]]:
|
@@ -2816,18 +2281,6 @@ class _ConnectionState:
|
|
2816
2281
|
def service_account_key_file(self, value: Optional[pulumi.Input[str]]):
|
2817
2282
|
pulumi.set(self, "service_account_key_file", value)
|
2818
2283
|
|
2819
|
-
@property
|
2820
|
-
@pulumi.getter(name="serviceAccountKeyFileSecretId")
|
2821
|
-
def service_account_key_file_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2822
|
-
"""
|
2823
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
2824
|
-
"""
|
2825
|
-
return pulumi.get(self, "service_account_key_file_secret_id")
|
2826
|
-
|
2827
|
-
@service_account_key_file_secret_id.setter
|
2828
|
-
def service_account_key_file_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2829
|
-
pulumi.set(self, "service_account_key_file_secret_id", value)
|
2830
|
-
|
2831
2284
|
@property
|
2832
2285
|
@pulumi.getter(name="sessionMode")
|
2833
2286
|
def session_mode(self) -> Optional[pulumi.Input[str]]:
|
@@ -2900,18 +2353,6 @@ class _ConnectionState:
|
|
2900
2353
|
def ssl_client_keystash(self, value: Optional[pulumi.Input[str]]):
|
2901
2354
|
pulumi.set(self, "ssl_client_keystash", value)
|
2902
2355
|
|
2903
|
-
@property
|
2904
|
-
@pulumi.getter(name="sslClientKeystashSecretId")
|
2905
|
-
def ssl_client_keystash_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2906
|
-
"""
|
2907
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
2908
|
-
"""
|
2909
|
-
return pulumi.get(self, "ssl_client_keystash_secret_id")
|
2910
|
-
|
2911
|
-
@ssl_client_keystash_secret_id.setter
|
2912
|
-
def ssl_client_keystash_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2913
|
-
pulumi.set(self, "ssl_client_keystash_secret_id", value)
|
2914
|
-
|
2915
2356
|
@property
|
2916
2357
|
@pulumi.getter(name="sslClientKeystoredb")
|
2917
2358
|
def ssl_client_keystoredb(self) -> Optional[pulumi.Input[str]]:
|
@@ -2924,18 +2365,6 @@ class _ConnectionState:
|
|
2924
2365
|
def ssl_client_keystoredb(self, value: Optional[pulumi.Input[str]]):
|
2925
2366
|
pulumi.set(self, "ssl_client_keystoredb", value)
|
2926
2367
|
|
2927
|
-
@property
|
2928
|
-
@pulumi.getter(name="sslClientKeystoredbSecretId")
|
2929
|
-
def ssl_client_keystoredb_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2930
|
-
"""
|
2931
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
2932
|
-
"""
|
2933
|
-
return pulumi.get(self, "ssl_client_keystoredb_secret_id")
|
2934
|
-
|
2935
|
-
@ssl_client_keystoredb_secret_id.setter
|
2936
|
-
def ssl_client_keystoredb_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2937
|
-
pulumi.set(self, "ssl_client_keystoredb_secret_id", value)
|
2938
|
-
|
2939
2368
|
@property
|
2940
2369
|
@pulumi.getter(name="sslCrl")
|
2941
2370
|
def ssl_crl(self) -> Optional[pulumi.Input[str]]:
|
@@ -2952,7 +2381,7 @@ class _ConnectionState:
|
|
2952
2381
|
@pulumi.getter(name="sslKey")
|
2953
2382
|
def ssl_key(self) -> Optional[pulumi.Input[str]]:
|
2954
2383
|
"""
|
2955
|
-
(Updatable) Client Key – The base64 encoded content of a .pem or .crt
|
2384
|
+
(Updatable) Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
|
2956
2385
|
"""
|
2957
2386
|
return pulumi.get(self, "ssl_key")
|
2958
2387
|
|
@@ -2972,31 +2401,6 @@ class _ConnectionState:
|
|
2972
2401
|
def ssl_key_password(self, value: Optional[pulumi.Input[str]]):
|
2973
2402
|
pulumi.set(self, "ssl_key_password", value)
|
2974
2403
|
|
2975
|
-
@property
|
2976
|
-
@pulumi.getter(name="sslKeyPasswordSecretId")
|
2977
|
-
def ssl_key_password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2978
|
-
"""
|
2979
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
2980
|
-
"""
|
2981
|
-
return pulumi.get(self, "ssl_key_password_secret_id")
|
2982
|
-
|
2983
|
-
@ssl_key_password_secret_id.setter
|
2984
|
-
def ssl_key_password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2985
|
-
pulumi.set(self, "ssl_key_password_secret_id", value)
|
2986
|
-
|
2987
|
-
@property
|
2988
|
-
@pulumi.getter(name="sslKeySecretId")
|
2989
|
-
def ssl_key_secret_id(self) -> Optional[pulumi.Input[str]]:
|
2990
|
-
"""
|
2991
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
2992
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
2993
|
-
"""
|
2994
|
-
return pulumi.get(self, "ssl_key_secret_id")
|
2995
|
-
|
2996
|
-
@ssl_key_secret_id.setter
|
2997
|
-
def ssl_key_secret_id(self, value: Optional[pulumi.Input[str]]):
|
2998
|
-
pulumi.set(self, "ssl_key_secret_id", value)
|
2999
|
-
|
3000
2404
|
@property
|
3001
2405
|
@pulumi.getter(name="sslMode")
|
3002
2406
|
def ssl_mode(self) -> Optional[pulumi.Input[str]]:
|
@@ -3117,22 +2521,6 @@ class _ConnectionState:
|
|
3117
2521
|
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
3118
2522
|
pulumi.set(self, "time_updated", value)
|
3119
2523
|
|
3120
|
-
@property
|
3121
|
-
@pulumi.getter(name="triggerRefresh")
|
3122
|
-
def trigger_refresh(self) -> Optional[pulumi.Input[bool]]:
|
3123
|
-
"""
|
3124
|
-
(Updatable) If value is true, it triggers connection refresh action and this attribute change will always show up in the "update" plan and will apply steps in order to refresh secrets and dependent service properties (such as ADB connection strings, wallets, etc..).
|
3125
|
-
|
3126
|
-
|
3127
|
-
** IMPORTANT **
|
3128
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3129
|
-
"""
|
3130
|
-
return pulumi.get(self, "trigger_refresh")
|
3131
|
-
|
3132
|
-
@trigger_refresh.setter
|
3133
|
-
def trigger_refresh(self, value: Optional[pulumi.Input[bool]]):
|
3134
|
-
pulumi.set(self, "trigger_refresh", value)
|
3135
|
-
|
3136
2524
|
@property
|
3137
2525
|
@pulumi.getter(name="trustStore")
|
3138
2526
|
def trust_store(self) -> Optional[pulumi.Input[str]]:
|
@@ -3157,30 +2545,6 @@ class _ConnectionState:
|
|
3157
2545
|
def trust_store_password(self, value: Optional[pulumi.Input[str]]):
|
3158
2546
|
pulumi.set(self, "trust_store_password", value)
|
3159
2547
|
|
3160
|
-
@property
|
3161
|
-
@pulumi.getter(name="trustStorePasswordSecretId")
|
3162
|
-
def trust_store_password_secret_id(self) -> Optional[pulumi.Input[str]]:
|
3163
|
-
"""
|
3164
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
3165
|
-
"""
|
3166
|
-
return pulumi.get(self, "trust_store_password_secret_id")
|
3167
|
-
|
3168
|
-
@trust_store_password_secret_id.setter
|
3169
|
-
def trust_store_password_secret_id(self, value: Optional[pulumi.Input[str]]):
|
3170
|
-
pulumi.set(self, "trust_store_password_secret_id", value)
|
3171
|
-
|
3172
|
-
@property
|
3173
|
-
@pulumi.getter(name="trustStoreSecretId")
|
3174
|
-
def trust_store_secret_id(self) -> Optional[pulumi.Input[str]]:
|
3175
|
-
"""
|
3176
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
3177
|
-
"""
|
3178
|
-
return pulumi.get(self, "trust_store_secret_id")
|
3179
|
-
|
3180
|
-
@trust_store_secret_id.setter
|
3181
|
-
def trust_store_secret_id(self, value: Optional[pulumi.Input[str]]):
|
3182
|
-
pulumi.set(self, "trust_store_secret_id", value)
|
3183
|
-
|
3184
2548
|
@property
|
3185
2549
|
@pulumi.getter
|
3186
2550
|
def url(self) -> Optional[pulumi.Input[str]]:
|
@@ -3233,7 +2597,11 @@ class _ConnectionState:
|
|
3233
2597
|
@pulumi.getter
|
3234
2598
|
def wallet(self) -> Optional[pulumi.Input[str]]:
|
3235
2599
|
"""
|
3236
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
2600
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
2601
|
+
|
2602
|
+
|
2603
|
+
** IMPORTANT **
|
2604
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3237
2605
|
"""
|
3238
2606
|
return pulumi.get(self, "wallet")
|
3239
2607
|
|
@@ -3241,18 +2609,6 @@ class _ConnectionState:
|
|
3241
2609
|
def wallet(self, value: Optional[pulumi.Input[str]]):
|
3242
2610
|
pulumi.set(self, "wallet", value)
|
3243
2611
|
|
3244
|
-
@property
|
3245
|
-
@pulumi.getter(name="walletSecretId")
|
3246
|
-
def wallet_secret_id(self) -> Optional[pulumi.Input[str]]:
|
3247
|
-
"""
|
3248
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the wallet file is stored. The wallet contents Oracle GoldenGate uses to make connections to a database. Note: When provided, 'wallet' field must not be provided.
|
3249
|
-
"""
|
3250
|
-
return pulumi.get(self, "wallet_secret_id")
|
3251
|
-
|
3252
|
-
@wallet_secret_id.setter
|
3253
|
-
def wallet_secret_id(self, value: Optional[pulumi.Input[str]]):
|
3254
|
-
pulumi.set(self, "wallet_secret_id", value)
|
3255
|
-
|
3256
2612
|
|
3257
2613
|
class Connection(pulumi.CustomResource):
|
3258
2614
|
@overload
|
@@ -3261,7 +2617,6 @@ class Connection(pulumi.CustomResource):
|
|
3261
2617
|
opts: Optional[pulumi.ResourceOptions] = None,
|
3262
2618
|
access_key_id: Optional[pulumi.Input[str]] = None,
|
3263
2619
|
account_key: Optional[pulumi.Input[str]] = None,
|
3264
|
-
account_key_secret_id: Optional[pulumi.Input[str]] = None,
|
3265
2620
|
account_name: Optional[pulumi.Input[str]] = None,
|
3266
2621
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionAdditionalAttributeArgs', 'ConnectionAdditionalAttributeArgsDict']]]]] = None,
|
3267
2622
|
authentication_mode: Optional[pulumi.Input[str]] = None,
|
@@ -3270,7 +2625,6 @@ class Connection(pulumi.CustomResource):
|
|
3270
2625
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionBootstrapServerArgs', 'ConnectionBootstrapServerArgsDict']]]]] = None,
|
3271
2626
|
client_id: Optional[pulumi.Input[str]] = None,
|
3272
2627
|
client_secret: Optional[pulumi.Input[str]] = None,
|
3273
|
-
client_secret_secret_id: Optional[pulumi.Input[str]] = None,
|
3274
2628
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
3275
2629
|
connection_factory: Optional[pulumi.Input[str]] = None,
|
3276
2630
|
connection_string: Optional[pulumi.Input[str]] = None,
|
@@ -3285,7 +2639,6 @@ class Connection(pulumi.CustomResource):
|
|
3285
2639
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
3286
2640
|
description: Optional[pulumi.Input[str]] = None,
|
3287
2641
|
display_name: Optional[pulumi.Input[str]] = None,
|
3288
|
-
does_use_secret_ids: Optional[pulumi.Input[bool]] = None,
|
3289
2642
|
endpoint: Optional[pulumi.Input[str]] = None,
|
3290
2643
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
3291
2644
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -3295,67 +2648,50 @@ class Connection(pulumi.CustomResource):
|
|
3295
2648
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
3296
2649
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
3297
2650
|
jndi_security_credentials: Optional[pulumi.Input[str]] = None,
|
3298
|
-
jndi_security_credentials_secret_id: Optional[pulumi.Input[str]] = None,
|
3299
2651
|
jndi_security_principal: Optional[pulumi.Input[str]] = None,
|
3300
2652
|
key_id: Optional[pulumi.Input[str]] = None,
|
3301
2653
|
key_store: Optional[pulumi.Input[str]] = None,
|
3302
2654
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
3303
|
-
key_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
3304
|
-
key_store_secret_id: Optional[pulumi.Input[str]] = None,
|
3305
2655
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionLockArgs', 'ConnectionLockArgsDict']]]]] = None,
|
3306
2656
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3307
2657
|
password: Optional[pulumi.Input[str]] = None,
|
3308
|
-
password_secret_id: Optional[pulumi.Input[str]] = None,
|
3309
2658
|
port: Optional[pulumi.Input[int]] = None,
|
3310
2659
|
private_ip: Optional[pulumi.Input[str]] = None,
|
3311
2660
|
private_key_file: Optional[pulumi.Input[str]] = None,
|
3312
|
-
private_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
3313
2661
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
3314
|
-
private_key_passphrase_secret_id: Optional[pulumi.Input[str]] = None,
|
3315
2662
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
3316
2663
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
3317
2664
|
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
3318
2665
|
region: Optional[pulumi.Input[str]] = None,
|
3319
2666
|
routing_method: Optional[pulumi.Input[str]] = None,
|
3320
2667
|
sas_token: Optional[pulumi.Input[str]] = None,
|
3321
|
-
sas_token_secret_id: Optional[pulumi.Input[str]] = None,
|
3322
2668
|
secret_access_key: Optional[pulumi.Input[str]] = None,
|
3323
|
-
secret_access_key_secret_id: Optional[pulumi.Input[str]] = None,
|
3324
2669
|
security_protocol: Optional[pulumi.Input[str]] = None,
|
3325
2670
|
servers: Optional[pulumi.Input[str]] = None,
|
3326
2671
|
service_account_key_file: Optional[pulumi.Input[str]] = None,
|
3327
|
-
service_account_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
3328
2672
|
session_mode: Optional[pulumi.Input[str]] = None,
|
3329
2673
|
should_use_jndi: Optional[pulumi.Input[bool]] = None,
|
3330
2674
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
3331
2675
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
3332
2676
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
3333
2677
|
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
3334
|
-
ssl_client_keystash_secret_id: Optional[pulumi.Input[str]] = None,
|
3335
2678
|
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
3336
|
-
ssl_client_keystoredb_secret_id: Optional[pulumi.Input[str]] = None,
|
3337
2679
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
3338
2680
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
3339
2681
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
3340
|
-
ssl_key_password_secret_id: Optional[pulumi.Input[str]] = None,
|
3341
|
-
ssl_key_secret_id: Optional[pulumi.Input[str]] = None,
|
3342
2682
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
3343
2683
|
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
3344
2684
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
3345
2685
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
3346
2686
|
technology_type: Optional[pulumi.Input[str]] = None,
|
3347
2687
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
3348
|
-
trigger_refresh: Optional[pulumi.Input[bool]] = None,
|
3349
2688
|
trust_store: Optional[pulumi.Input[str]] = None,
|
3350
2689
|
trust_store_password: Optional[pulumi.Input[str]] = None,
|
3351
|
-
trust_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
3352
|
-
trust_store_secret_id: Optional[pulumi.Input[str]] = None,
|
3353
2690
|
url: Optional[pulumi.Input[str]] = None,
|
3354
2691
|
user_id: Optional[pulumi.Input[str]] = None,
|
3355
2692
|
username: Optional[pulumi.Input[str]] = None,
|
3356
2693
|
vault_id: Optional[pulumi.Input[str]] = None,
|
3357
2694
|
wallet: Optional[pulumi.Input[str]] = None,
|
3358
|
-
wallet_secret_id: Optional[pulumi.Input[str]] = None,
|
3359
2695
|
__props__=None):
|
3360
2696
|
"""
|
3361
2697
|
This resource provides the Connection resource in Oracle Cloud Infrastructure Golden Gate service.
|
@@ -3375,7 +2711,6 @@ class Connection(pulumi.CustomResource):
|
|
3375
2711
|
technology_type=connection_technology_type,
|
3376
2712
|
access_key_id=test_key["id"],
|
3377
2713
|
account_key=connection_account_key,
|
3378
|
-
account_key_secret_id=test_secret["id"],
|
3379
2714
|
account_name=connection_account_name,
|
3380
2715
|
additional_attributes=[{
|
3381
2716
|
"name": connection_additional_attributes_name,
|
@@ -3391,7 +2726,6 @@ class Connection(pulumi.CustomResource):
|
|
3391
2726
|
}],
|
3392
2727
|
client_id=test_client["id"],
|
3393
2728
|
client_secret=connection_client_secret,
|
3394
|
-
client_secret_secret_id=test_secret["id"],
|
3395
2729
|
connection_factory=connection_connection_factory,
|
3396
2730
|
connection_string=connection_connection_string,
|
3397
2731
|
connection_url=connection_connection_url,
|
@@ -3405,7 +2739,6 @@ class Connection(pulumi.CustomResource):
|
|
3405
2739
|
},
|
3406
2740
|
deployment_id=test_deployment["id"],
|
3407
2741
|
description=connection_description,
|
3408
|
-
does_use_secret_ids=connection_does_use_secret_ids,
|
3409
2742
|
endpoint=connection_endpoint,
|
3410
2743
|
fingerprint=connection_fingerprint,
|
3411
2744
|
freeform_tags={
|
@@ -3416,53 +2749,40 @@ class Connection(pulumi.CustomResource):
|
|
3416
2749
|
jndi_initial_context_factory=connection_jndi_initial_context_factory,
|
3417
2750
|
jndi_provider_url=connection_jndi_provider_url,
|
3418
2751
|
jndi_security_credentials=connection_jndi_security_credentials,
|
3419
|
-
jndi_security_credentials_secret_id=test_secret["id"],
|
3420
2752
|
jndi_security_principal=connection_jndi_security_principal,
|
3421
2753
|
key_id=test_key["id"],
|
3422
2754
|
key_store=connection_key_store,
|
3423
2755
|
key_store_password=connection_key_store_password,
|
3424
|
-
key_store_secret_id=test_secret["id"],
|
3425
|
-
key_store_password_secret_id=test_secret["id"],
|
3426
2756
|
locks=[{
|
3427
2757
|
"type": connection_locks_type,
|
3428
2758
|
"message": connection_locks_message,
|
3429
2759
|
}],
|
3430
2760
|
nsg_ids=connection_nsg_ids,
|
3431
2761
|
password=connection_password,
|
3432
|
-
password_secret_id=test_secret["id"],
|
3433
2762
|
port=connection_port,
|
3434
2763
|
private_ip=connection_private_ip,
|
3435
2764
|
private_key_file=connection_private_key_file,
|
3436
|
-
private_key_file_secret_id=test_secret["id"],
|
3437
2765
|
private_key_passphrase=connection_private_key_passphrase,
|
3438
|
-
private_key_passphrase_secret_id=test_secret["id"],
|
3439
2766
|
producer_properties=connection_producer_properties,
|
3440
2767
|
public_key_fingerprint=connection_public_key_fingerprint,
|
3441
2768
|
redis_cluster_id=test_redis_cluster["id"],
|
3442
2769
|
region=connection_region,
|
3443
2770
|
routing_method=connection_routing_method,
|
3444
2771
|
sas_token=connection_sas_token,
|
3445
|
-
sas_token_secret_id=test_secret["id"],
|
3446
2772
|
secret_access_key=connection_secret_access_key,
|
3447
|
-
secret_access_key_secret_id=test_secret["id"],
|
3448
2773
|
security_protocol=connection_security_protocol,
|
3449
2774
|
servers=connection_servers,
|
3450
2775
|
service_account_key_file=connection_service_account_key_file,
|
3451
|
-
service_account_key_file_secret_id=test_secret["id"],
|
3452
2776
|
session_mode=connection_session_mode,
|
3453
2777
|
should_use_jndi=connection_should_use_jndi,
|
3454
2778
|
should_validate_server_certificate=connection_should_validate_server_certificate,
|
3455
2779
|
ssl_ca=connection_ssl_ca,
|
3456
2780
|
ssl_cert=connection_ssl_cert,
|
3457
2781
|
ssl_client_keystash=connection_ssl_client_keystash,
|
3458
|
-
ssl_client_keystash_secret_id=test_secret["id"],
|
3459
2782
|
ssl_client_keystoredb=connection_ssl_client_keystoredb,
|
3460
|
-
ssl_client_keystoredb_secret_id=test_secret["id"],
|
3461
2783
|
ssl_crl=connection_ssl_crl,
|
3462
2784
|
ssl_key=connection_ssl_key,
|
3463
2785
|
ssl_key_password=connection_ssl_key_password,
|
3464
|
-
ssl_key_password_secret_id=test_secret["id"],
|
3465
|
-
ssl_key_secret_id=test_secret["id"],
|
3466
2786
|
ssl_mode=connection_ssl_mode,
|
3467
2787
|
ssl_server_certificate=connection_ssl_server_certificate,
|
3468
2788
|
stream_pool_id=test_stream_pool["id"],
|
@@ -3470,15 +2790,11 @@ class Connection(pulumi.CustomResource):
|
|
3470
2790
|
tenancy_id=test_tenancy["id"],
|
3471
2791
|
trust_store=connection_trust_store,
|
3472
2792
|
trust_store_password=connection_trust_store_password,
|
3473
|
-
trust_store_password_secret_id=test_secret["id"],
|
3474
|
-
trust_store_secret_id=test_secret["id"],
|
3475
2793
|
url=connection_url,
|
3476
2794
|
user_id=test_user["id"],
|
3477
2795
|
username=connection_username,
|
3478
2796
|
vault_id=test_vault["id"],
|
3479
|
-
wallet=connection_wallet
|
3480
|
-
wallet_secret_id=test_secret["id"],
|
3481
|
-
trigger_refresh=True)
|
2797
|
+
wallet=connection_wallet)
|
3482
2798
|
```
|
3483
2799
|
|
3484
2800
|
## Import
|
@@ -3493,7 +2809,6 @@ class Connection(pulumi.CustomResource):
|
|
3493
2809
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
3494
2810
|
:param pulumi.Input[str] access_key_id: (Updatable) Access key ID to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
3495
2811
|
: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==
|
3496
|
-
:param pulumi.Input[str] account_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
3497
2812
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
3498
2813
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionAdditionalAttributeArgs', 'ConnectionAdditionalAttributeArgsDict']]]] additional_attributes: (Updatable) An array of name-value pair attribute entries. Used as additional parameters in connection string.
|
3499
2814
|
: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.
|
@@ -3502,7 +2817,6 @@ class Connection(pulumi.CustomResource):
|
|
3502
2817
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionBootstrapServerArgs', 'ConnectionBootstrapServerArgsDict']]]] 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"`
|
3503
2818
|
:param pulumi.Input[str] client_id: (Updatable) Azure client ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
|
3504
2819
|
:param pulumi.Input[str] client_secret: (Updatable) Azure client secret (aka application password) for authentication. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1
|
3505
|
-
:param pulumi.Input[str] client_secret_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
3506
2820
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
3507
2821
|
:param pulumi.Input[str] connection_factory: (Updatable) The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: 'com.stc.jmsjca.core.JConnectionFactoryXA'
|
3508
2822
|
:param pulumi.Input[str] connection_string: (Updatable) Connection string. AZURE_SYNAPSE_ANALYTICS e.g.: 'jdbc:sqlserver://<synapse-workspace>.sql.azuresynapse.net:1433;database=<db-name>;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;', MONGODB e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'.
|
@@ -3517,7 +2831,6 @@ class Connection(pulumi.CustomResource):
|
|
3517
2831
|
:param pulumi.Input[str] deployment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
|
3518
2832
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
3519
2833
|
:param pulumi.Input[str] display_name: (Updatable) An object's Display Name.
|
3520
|
-
:param pulumi.Input[bool] does_use_secret_ids: (Updatable) Indicates that sensitive attributes are provided via Secrets.
|
3521
2834
|
:param pulumi.Input[str] endpoint: (Updatable) Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
|
3522
2835
|
:param pulumi.Input[str] fingerprint: (Updatable) Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'
|
3523
2836
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
@@ -3527,74 +2840,56 @@ class Connection(pulumi.CustomResource):
|
|
3527
2840
|
:param pulumi.Input[str] jndi_initial_context_factory: (Updatable) The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: 'org.apache.activemq.jndi.ActiveMQInitialContextFactory'
|
3528
2841
|
:param pulumi.Input[str] jndi_provider_url: (Updatable) The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
|
3529
2842
|
:param pulumi.Input[str] jndi_security_credentials: (Updatable) The password associated to the principal.
|
3530
|
-
:param pulumi.Input[str] jndi_security_credentials_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
3531
2843
|
:param pulumi.Input[str] jndi_security_principal: (Updatable) Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'
|
3532
2844
|
: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.
|
3533
2845
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
3534
2846
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
3535
|
-
:param pulumi.Input[str] key_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
3536
|
-
:param pulumi.Input[str] key_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
3537
2847
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionLockArgs', 'ConnectionLockArgsDict']]]] locks: Locks associated with this resource.
|
3538
2848
|
: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.
|
3539
2849
|
:param pulumi.Input[str] password: (Updatable) The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
|
3540
|
-
:param pulumi.Input[str] password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. 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. If secretId is used plaintext field must not be provided. Note: When provided, 'password' field must not be provided.
|
3541
2850
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
3542
2851
|
:param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
|
3543
2852
|
|
3544
2853
|
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
3545
2854
|
:param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
3546
|
-
:param pulumi.Input[str] private_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the 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 Note: When provided, 'privateKeyFile' field must not be provided.
|
3547
2855
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
3548
|
-
:param pulumi.Input[str] private_key_passphrase_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
3549
2856
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
3550
2857
|
: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
|
3551
2858
|
: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.
|
3552
2859
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
3553
2860
|
: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.
|
3554
2861
|
: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
|
3555
|
-
:param pulumi.Input[str] sas_token_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
3556
2862
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
3557
|
-
:param pulumi.Input[str] secret_access_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
3558
2863
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
3559
2864
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
3560
2865
|
:param pulumi.Input[str] service_account_key_file: (Updatable) The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.
|
3561
|
-
:param pulumi.Input[str] service_account_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
3562
2866
|
:param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
|
3563
2867
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
3564
2868
|
:param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
|
3565
2869
|
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
|
3566
2870
|
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
|
3567
2871
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
3568
|
-
:param pulumi.Input[str] ssl_client_keystash_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
3569
2872
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
3570
|
-
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
3571
2873
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
3572
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt
|
2874
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
|
3573
2875
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
3574
|
-
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
3575
|
-
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
3576
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
3577
2876
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
3578
2877
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
3579
2878
|
: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.
|
3580
2879
|
: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.
|
3581
2880
|
:param pulumi.Input[str] technology_type: The Kafka (e.g. Confluent) Schema Registry technology type.
|
3582
2881
|
: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.
|
3583
|
-
:param pulumi.Input[bool] trigger_refresh: (Updatable) If value is true, it triggers connection refresh action and this attribute change will always show up in the "update" plan and will apply steps in order to refresh secrets and dependent service properties (such as ADB connection strings, wallets, etc..).
|
3584
|
-
|
3585
|
-
|
3586
|
-
** IMPORTANT **
|
3587
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3588
2882
|
:param pulumi.Input[str] trust_store: (Updatable) The base64 encoded content of the TrustStore file.
|
3589
2883
|
:param pulumi.Input[str] trust_store_password: (Updatable) The TrustStore password.
|
3590
|
-
:param pulumi.Input[str] trust_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
3591
|
-
:param pulumi.Input[str] trust_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
3592
2884
|
:param pulumi.Input[str] url: (Updatable) Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
|
3593
2885
|
:param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
|
3594
2886
|
:param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
3595
2887
|
:param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
3596
|
-
: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.
|
3597
|
-
|
2888
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
2889
|
+
|
2890
|
+
|
2891
|
+
** IMPORTANT **
|
2892
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3598
2893
|
"""
|
3599
2894
|
...
|
3600
2895
|
@overload
|
@@ -3620,7 +2915,6 @@ class Connection(pulumi.CustomResource):
|
|
3620
2915
|
technology_type=connection_technology_type,
|
3621
2916
|
access_key_id=test_key["id"],
|
3622
2917
|
account_key=connection_account_key,
|
3623
|
-
account_key_secret_id=test_secret["id"],
|
3624
2918
|
account_name=connection_account_name,
|
3625
2919
|
additional_attributes=[{
|
3626
2920
|
"name": connection_additional_attributes_name,
|
@@ -3636,7 +2930,6 @@ class Connection(pulumi.CustomResource):
|
|
3636
2930
|
}],
|
3637
2931
|
client_id=test_client["id"],
|
3638
2932
|
client_secret=connection_client_secret,
|
3639
|
-
client_secret_secret_id=test_secret["id"],
|
3640
2933
|
connection_factory=connection_connection_factory,
|
3641
2934
|
connection_string=connection_connection_string,
|
3642
2935
|
connection_url=connection_connection_url,
|
@@ -3650,7 +2943,6 @@ class Connection(pulumi.CustomResource):
|
|
3650
2943
|
},
|
3651
2944
|
deployment_id=test_deployment["id"],
|
3652
2945
|
description=connection_description,
|
3653
|
-
does_use_secret_ids=connection_does_use_secret_ids,
|
3654
2946
|
endpoint=connection_endpoint,
|
3655
2947
|
fingerprint=connection_fingerprint,
|
3656
2948
|
freeform_tags={
|
@@ -3661,53 +2953,40 @@ class Connection(pulumi.CustomResource):
|
|
3661
2953
|
jndi_initial_context_factory=connection_jndi_initial_context_factory,
|
3662
2954
|
jndi_provider_url=connection_jndi_provider_url,
|
3663
2955
|
jndi_security_credentials=connection_jndi_security_credentials,
|
3664
|
-
jndi_security_credentials_secret_id=test_secret["id"],
|
3665
2956
|
jndi_security_principal=connection_jndi_security_principal,
|
3666
2957
|
key_id=test_key["id"],
|
3667
2958
|
key_store=connection_key_store,
|
3668
2959
|
key_store_password=connection_key_store_password,
|
3669
|
-
key_store_secret_id=test_secret["id"],
|
3670
|
-
key_store_password_secret_id=test_secret["id"],
|
3671
2960
|
locks=[{
|
3672
2961
|
"type": connection_locks_type,
|
3673
2962
|
"message": connection_locks_message,
|
3674
2963
|
}],
|
3675
2964
|
nsg_ids=connection_nsg_ids,
|
3676
2965
|
password=connection_password,
|
3677
|
-
password_secret_id=test_secret["id"],
|
3678
2966
|
port=connection_port,
|
3679
2967
|
private_ip=connection_private_ip,
|
3680
2968
|
private_key_file=connection_private_key_file,
|
3681
|
-
private_key_file_secret_id=test_secret["id"],
|
3682
2969
|
private_key_passphrase=connection_private_key_passphrase,
|
3683
|
-
private_key_passphrase_secret_id=test_secret["id"],
|
3684
2970
|
producer_properties=connection_producer_properties,
|
3685
2971
|
public_key_fingerprint=connection_public_key_fingerprint,
|
3686
2972
|
redis_cluster_id=test_redis_cluster["id"],
|
3687
2973
|
region=connection_region,
|
3688
2974
|
routing_method=connection_routing_method,
|
3689
2975
|
sas_token=connection_sas_token,
|
3690
|
-
sas_token_secret_id=test_secret["id"],
|
3691
2976
|
secret_access_key=connection_secret_access_key,
|
3692
|
-
secret_access_key_secret_id=test_secret["id"],
|
3693
2977
|
security_protocol=connection_security_protocol,
|
3694
2978
|
servers=connection_servers,
|
3695
2979
|
service_account_key_file=connection_service_account_key_file,
|
3696
|
-
service_account_key_file_secret_id=test_secret["id"],
|
3697
2980
|
session_mode=connection_session_mode,
|
3698
2981
|
should_use_jndi=connection_should_use_jndi,
|
3699
2982
|
should_validate_server_certificate=connection_should_validate_server_certificate,
|
3700
2983
|
ssl_ca=connection_ssl_ca,
|
3701
2984
|
ssl_cert=connection_ssl_cert,
|
3702
2985
|
ssl_client_keystash=connection_ssl_client_keystash,
|
3703
|
-
ssl_client_keystash_secret_id=test_secret["id"],
|
3704
2986
|
ssl_client_keystoredb=connection_ssl_client_keystoredb,
|
3705
|
-
ssl_client_keystoredb_secret_id=test_secret["id"],
|
3706
2987
|
ssl_crl=connection_ssl_crl,
|
3707
2988
|
ssl_key=connection_ssl_key,
|
3708
2989
|
ssl_key_password=connection_ssl_key_password,
|
3709
|
-
ssl_key_password_secret_id=test_secret["id"],
|
3710
|
-
ssl_key_secret_id=test_secret["id"],
|
3711
2990
|
ssl_mode=connection_ssl_mode,
|
3712
2991
|
ssl_server_certificate=connection_ssl_server_certificate,
|
3713
2992
|
stream_pool_id=test_stream_pool["id"],
|
@@ -3715,15 +2994,11 @@ class Connection(pulumi.CustomResource):
|
|
3715
2994
|
tenancy_id=test_tenancy["id"],
|
3716
2995
|
trust_store=connection_trust_store,
|
3717
2996
|
trust_store_password=connection_trust_store_password,
|
3718
|
-
trust_store_password_secret_id=test_secret["id"],
|
3719
|
-
trust_store_secret_id=test_secret["id"],
|
3720
2997
|
url=connection_url,
|
3721
2998
|
user_id=test_user["id"],
|
3722
2999
|
username=connection_username,
|
3723
3000
|
vault_id=test_vault["id"],
|
3724
|
-
wallet=connection_wallet
|
3725
|
-
wallet_secret_id=test_secret["id"],
|
3726
|
-
trigger_refresh=True)
|
3001
|
+
wallet=connection_wallet)
|
3727
3002
|
```
|
3728
3003
|
|
3729
3004
|
## Import
|
@@ -3751,7 +3026,6 @@ class Connection(pulumi.CustomResource):
|
|
3751
3026
|
opts: Optional[pulumi.ResourceOptions] = None,
|
3752
3027
|
access_key_id: Optional[pulumi.Input[str]] = None,
|
3753
3028
|
account_key: Optional[pulumi.Input[str]] = None,
|
3754
|
-
account_key_secret_id: Optional[pulumi.Input[str]] = None,
|
3755
3029
|
account_name: Optional[pulumi.Input[str]] = None,
|
3756
3030
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionAdditionalAttributeArgs', 'ConnectionAdditionalAttributeArgsDict']]]]] = None,
|
3757
3031
|
authentication_mode: Optional[pulumi.Input[str]] = None,
|
@@ -3760,7 +3034,6 @@ class Connection(pulumi.CustomResource):
|
|
3760
3034
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionBootstrapServerArgs', 'ConnectionBootstrapServerArgsDict']]]]] = None,
|
3761
3035
|
client_id: Optional[pulumi.Input[str]] = None,
|
3762
3036
|
client_secret: Optional[pulumi.Input[str]] = None,
|
3763
|
-
client_secret_secret_id: Optional[pulumi.Input[str]] = None,
|
3764
3037
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
3765
3038
|
connection_factory: Optional[pulumi.Input[str]] = None,
|
3766
3039
|
connection_string: Optional[pulumi.Input[str]] = None,
|
@@ -3775,7 +3048,6 @@ class Connection(pulumi.CustomResource):
|
|
3775
3048
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
3776
3049
|
description: Optional[pulumi.Input[str]] = None,
|
3777
3050
|
display_name: Optional[pulumi.Input[str]] = None,
|
3778
|
-
does_use_secret_ids: Optional[pulumi.Input[bool]] = None,
|
3779
3051
|
endpoint: Optional[pulumi.Input[str]] = None,
|
3780
3052
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
3781
3053
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -3785,67 +3057,50 @@ class Connection(pulumi.CustomResource):
|
|
3785
3057
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
3786
3058
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
3787
3059
|
jndi_security_credentials: Optional[pulumi.Input[str]] = None,
|
3788
|
-
jndi_security_credentials_secret_id: Optional[pulumi.Input[str]] = None,
|
3789
3060
|
jndi_security_principal: Optional[pulumi.Input[str]] = None,
|
3790
3061
|
key_id: Optional[pulumi.Input[str]] = None,
|
3791
3062
|
key_store: Optional[pulumi.Input[str]] = None,
|
3792
3063
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
3793
|
-
key_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
3794
|
-
key_store_secret_id: Optional[pulumi.Input[str]] = None,
|
3795
3064
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionLockArgs', 'ConnectionLockArgsDict']]]]] = None,
|
3796
3065
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3797
3066
|
password: Optional[pulumi.Input[str]] = None,
|
3798
|
-
password_secret_id: Optional[pulumi.Input[str]] = None,
|
3799
3067
|
port: Optional[pulumi.Input[int]] = None,
|
3800
3068
|
private_ip: Optional[pulumi.Input[str]] = None,
|
3801
3069
|
private_key_file: Optional[pulumi.Input[str]] = None,
|
3802
|
-
private_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
3803
3070
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
3804
|
-
private_key_passphrase_secret_id: Optional[pulumi.Input[str]] = None,
|
3805
3071
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
3806
3072
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
3807
3073
|
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
3808
3074
|
region: Optional[pulumi.Input[str]] = None,
|
3809
3075
|
routing_method: Optional[pulumi.Input[str]] = None,
|
3810
3076
|
sas_token: Optional[pulumi.Input[str]] = None,
|
3811
|
-
sas_token_secret_id: Optional[pulumi.Input[str]] = None,
|
3812
3077
|
secret_access_key: Optional[pulumi.Input[str]] = None,
|
3813
|
-
secret_access_key_secret_id: Optional[pulumi.Input[str]] = None,
|
3814
3078
|
security_protocol: Optional[pulumi.Input[str]] = None,
|
3815
3079
|
servers: Optional[pulumi.Input[str]] = None,
|
3816
3080
|
service_account_key_file: Optional[pulumi.Input[str]] = None,
|
3817
|
-
service_account_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
3818
3081
|
session_mode: Optional[pulumi.Input[str]] = None,
|
3819
3082
|
should_use_jndi: Optional[pulumi.Input[bool]] = None,
|
3820
3083
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
3821
3084
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
3822
3085
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
3823
3086
|
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
3824
|
-
ssl_client_keystash_secret_id: Optional[pulumi.Input[str]] = None,
|
3825
3087
|
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
3826
|
-
ssl_client_keystoredb_secret_id: Optional[pulumi.Input[str]] = None,
|
3827
3088
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
3828
3089
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
3829
3090
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
3830
|
-
ssl_key_password_secret_id: Optional[pulumi.Input[str]] = None,
|
3831
|
-
ssl_key_secret_id: Optional[pulumi.Input[str]] = None,
|
3832
3091
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
3833
3092
|
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
3834
3093
|
stream_pool_id: Optional[pulumi.Input[str]] = None,
|
3835
3094
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
3836
3095
|
technology_type: Optional[pulumi.Input[str]] = None,
|
3837
3096
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
3838
|
-
trigger_refresh: Optional[pulumi.Input[bool]] = None,
|
3839
3097
|
trust_store: Optional[pulumi.Input[str]] = None,
|
3840
3098
|
trust_store_password: Optional[pulumi.Input[str]] = None,
|
3841
|
-
trust_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
3842
|
-
trust_store_secret_id: Optional[pulumi.Input[str]] = None,
|
3843
3099
|
url: Optional[pulumi.Input[str]] = None,
|
3844
3100
|
user_id: Optional[pulumi.Input[str]] = None,
|
3845
3101
|
username: Optional[pulumi.Input[str]] = None,
|
3846
3102
|
vault_id: Optional[pulumi.Input[str]] = None,
|
3847
3103
|
wallet: Optional[pulumi.Input[str]] = None,
|
3848
|
-
wallet_secret_id: Optional[pulumi.Input[str]] = None,
|
3849
3104
|
__props__=None):
|
3850
3105
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
3851
3106
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -3856,8 +3111,7 @@ class Connection(pulumi.CustomResource):
|
|
3856
3111
|
__props__ = ConnectionArgs.__new__(ConnectionArgs)
|
3857
3112
|
|
3858
3113
|
__props__.__dict__["access_key_id"] = access_key_id
|
3859
|
-
__props__.__dict__["account_key"] =
|
3860
|
-
__props__.__dict__["account_key_secret_id"] = account_key_secret_id
|
3114
|
+
__props__.__dict__["account_key"] = account_key
|
3861
3115
|
__props__.__dict__["account_name"] = account_name
|
3862
3116
|
__props__.__dict__["additional_attributes"] = additional_attributes
|
3863
3117
|
__props__.__dict__["authentication_mode"] = authentication_mode
|
@@ -3865,8 +3119,7 @@ class Connection(pulumi.CustomResource):
|
|
3865
3119
|
__props__.__dict__["azure_tenant_id"] = azure_tenant_id
|
3866
3120
|
__props__.__dict__["bootstrap_servers"] = bootstrap_servers
|
3867
3121
|
__props__.__dict__["client_id"] = client_id
|
3868
|
-
__props__.__dict__["client_secret"] =
|
3869
|
-
__props__.__dict__["client_secret_secret_id"] = client_secret_secret_id
|
3122
|
+
__props__.__dict__["client_secret"] = client_secret
|
3870
3123
|
if compartment_id is None and not opts.urn:
|
3871
3124
|
raise TypeError("Missing required property 'compartment_id'")
|
3872
3125
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -3887,7 +3140,6 @@ class Connection(pulumi.CustomResource):
|
|
3887
3140
|
if display_name is None and not opts.urn:
|
3888
3141
|
raise TypeError("Missing required property 'display_name'")
|
3889
3142
|
__props__.__dict__["display_name"] = display_name
|
3890
|
-
__props__.__dict__["does_use_secret_ids"] = does_use_secret_ids
|
3891
3143
|
__props__.__dict__["endpoint"] = endpoint
|
3892
3144
|
__props__.__dict__["fingerprint"] = fingerprint
|
3893
3145
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
@@ -3896,51 +3148,38 @@ class Connection(pulumi.CustomResource):
|
|
3896
3148
|
__props__.__dict__["jndi_connection_factory"] = jndi_connection_factory
|
3897
3149
|
__props__.__dict__["jndi_initial_context_factory"] = jndi_initial_context_factory
|
3898
3150
|
__props__.__dict__["jndi_provider_url"] = jndi_provider_url
|
3899
|
-
__props__.__dict__["jndi_security_credentials"] =
|
3900
|
-
__props__.__dict__["jndi_security_credentials_secret_id"] = jndi_security_credentials_secret_id
|
3151
|
+
__props__.__dict__["jndi_security_credentials"] = jndi_security_credentials
|
3901
3152
|
__props__.__dict__["jndi_security_principal"] = jndi_security_principal
|
3902
3153
|
__props__.__dict__["key_id"] = key_id
|
3903
|
-
__props__.__dict__["key_store"] =
|
3154
|
+
__props__.__dict__["key_store"] = key_store
|
3904
3155
|
__props__.__dict__["key_store_password"] = None if key_store_password is None else pulumi.Output.secret(key_store_password)
|
3905
|
-
__props__.__dict__["key_store_password_secret_id"] = key_store_password_secret_id
|
3906
|
-
__props__.__dict__["key_store_secret_id"] = key_store_secret_id
|
3907
3156
|
__props__.__dict__["locks"] = locks
|
3908
3157
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
3909
3158
|
__props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
|
3910
|
-
__props__.__dict__["password_secret_id"] = password_secret_id
|
3911
3159
|
__props__.__dict__["port"] = port
|
3912
3160
|
__props__.__dict__["private_ip"] = private_ip
|
3913
3161
|
__props__.__dict__["private_key_file"] = None if private_key_file is None else pulumi.Output.secret(private_key_file)
|
3914
|
-
__props__.__dict__["private_key_file_secret_id"] = private_key_file_secret_id
|
3915
3162
|
__props__.__dict__["private_key_passphrase"] = None if private_key_passphrase is None else pulumi.Output.secret(private_key_passphrase)
|
3916
|
-
__props__.__dict__["private_key_passphrase_secret_id"] = private_key_passphrase_secret_id
|
3917
3163
|
__props__.__dict__["producer_properties"] = producer_properties
|
3918
3164
|
__props__.__dict__["public_key_fingerprint"] = public_key_fingerprint
|
3919
3165
|
__props__.__dict__["redis_cluster_id"] = redis_cluster_id
|
3920
3166
|
__props__.__dict__["region"] = region
|
3921
3167
|
__props__.__dict__["routing_method"] = routing_method
|
3922
|
-
__props__.__dict__["sas_token"] =
|
3923
|
-
__props__.__dict__["
|
3924
|
-
__props__.__dict__["secret_access_key"] = None if secret_access_key is None else pulumi.Output.secret(secret_access_key)
|
3925
|
-
__props__.__dict__["secret_access_key_secret_id"] = secret_access_key_secret_id
|
3168
|
+
__props__.__dict__["sas_token"] = sas_token
|
3169
|
+
__props__.__dict__["secret_access_key"] = secret_access_key
|
3926
3170
|
__props__.__dict__["security_protocol"] = security_protocol
|
3927
3171
|
__props__.__dict__["servers"] = servers
|
3928
|
-
__props__.__dict__["service_account_key_file"] =
|
3929
|
-
__props__.__dict__["service_account_key_file_secret_id"] = service_account_key_file_secret_id
|
3172
|
+
__props__.__dict__["service_account_key_file"] = service_account_key_file
|
3930
3173
|
__props__.__dict__["session_mode"] = session_mode
|
3931
3174
|
__props__.__dict__["should_use_jndi"] = should_use_jndi
|
3932
3175
|
__props__.__dict__["should_validate_server_certificate"] = should_validate_server_certificate
|
3933
3176
|
__props__.__dict__["ssl_ca"] = ssl_ca
|
3934
3177
|
__props__.__dict__["ssl_cert"] = ssl_cert
|
3935
|
-
__props__.__dict__["ssl_client_keystash"] =
|
3936
|
-
__props__.__dict__["
|
3937
|
-
__props__.__dict__["ssl_client_keystoredb"] = None if ssl_client_keystoredb is None else pulumi.Output.secret(ssl_client_keystoredb)
|
3938
|
-
__props__.__dict__["ssl_client_keystoredb_secret_id"] = ssl_client_keystoredb_secret_id
|
3178
|
+
__props__.__dict__["ssl_client_keystash"] = ssl_client_keystash
|
3179
|
+
__props__.__dict__["ssl_client_keystoredb"] = ssl_client_keystoredb
|
3939
3180
|
__props__.__dict__["ssl_crl"] = ssl_crl
|
3940
|
-
__props__.__dict__["ssl_key"] =
|
3181
|
+
__props__.__dict__["ssl_key"] = ssl_key
|
3941
3182
|
__props__.__dict__["ssl_key_password"] = None if ssl_key_password is None else pulumi.Output.secret(ssl_key_password)
|
3942
|
-
__props__.__dict__["ssl_key_password_secret_id"] = ssl_key_password_secret_id
|
3943
|
-
__props__.__dict__["ssl_key_secret_id"] = ssl_key_secret_id
|
3944
3183
|
__props__.__dict__["ssl_mode"] = ssl_mode
|
3945
3184
|
__props__.__dict__["ssl_server_certificate"] = ssl_server_certificate
|
3946
3185
|
__props__.__dict__["stream_pool_id"] = stream_pool_id
|
@@ -3949,24 +3188,20 @@ class Connection(pulumi.CustomResource):
|
|
3949
3188
|
raise TypeError("Missing required property 'technology_type'")
|
3950
3189
|
__props__.__dict__["technology_type"] = technology_type
|
3951
3190
|
__props__.__dict__["tenancy_id"] = tenancy_id
|
3952
|
-
__props__.__dict__["
|
3953
|
-
__props__.__dict__["trust_store"] = None if trust_store is None else pulumi.Output.secret(trust_store)
|
3191
|
+
__props__.__dict__["trust_store"] = trust_store
|
3954
3192
|
__props__.__dict__["trust_store_password"] = None if trust_store_password is None else pulumi.Output.secret(trust_store_password)
|
3955
|
-
__props__.__dict__["trust_store_password_secret_id"] = trust_store_password_secret_id
|
3956
|
-
__props__.__dict__["trust_store_secret_id"] = trust_store_secret_id
|
3957
3193
|
__props__.__dict__["url"] = url
|
3958
3194
|
__props__.__dict__["user_id"] = user_id
|
3959
3195
|
__props__.__dict__["username"] = username
|
3960
3196
|
__props__.__dict__["vault_id"] = vault_id
|
3961
|
-
__props__.__dict__["wallet"] =
|
3962
|
-
__props__.__dict__["wallet_secret_id"] = wallet_secret_id
|
3197
|
+
__props__.__dict__["wallet"] = wallet
|
3963
3198
|
__props__.__dict__["ingress_ips"] = None
|
3964
3199
|
__props__.__dict__["lifecycle_details"] = None
|
3965
3200
|
__props__.__dict__["state"] = None
|
3966
3201
|
__props__.__dict__["system_tags"] = None
|
3967
3202
|
__props__.__dict__["time_created"] = None
|
3968
3203
|
__props__.__dict__["time_updated"] = None
|
3969
|
-
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["
|
3204
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["keyStorePassword", "password", "privateKeyFile", "privateKeyPassphrase", "sslKeyPassword", "trustStorePassword"])
|
3970
3205
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
3971
3206
|
super(Connection, __self__).__init__(
|
3972
3207
|
'oci:GoldenGate/connection:Connection',
|
@@ -3980,7 +3215,6 @@ class Connection(pulumi.CustomResource):
|
|
3980
3215
|
opts: Optional[pulumi.ResourceOptions] = None,
|
3981
3216
|
access_key_id: Optional[pulumi.Input[str]] = None,
|
3982
3217
|
account_key: Optional[pulumi.Input[str]] = None,
|
3983
|
-
account_key_secret_id: Optional[pulumi.Input[str]] = None,
|
3984
3218
|
account_name: Optional[pulumi.Input[str]] = None,
|
3985
3219
|
additional_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionAdditionalAttributeArgs', 'ConnectionAdditionalAttributeArgsDict']]]]] = None,
|
3986
3220
|
authentication_mode: Optional[pulumi.Input[str]] = None,
|
@@ -3989,7 +3223,6 @@ class Connection(pulumi.CustomResource):
|
|
3989
3223
|
bootstrap_servers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionBootstrapServerArgs', 'ConnectionBootstrapServerArgsDict']]]]] = None,
|
3990
3224
|
client_id: Optional[pulumi.Input[str]] = None,
|
3991
3225
|
client_secret: Optional[pulumi.Input[str]] = None,
|
3992
|
-
client_secret_secret_id: Optional[pulumi.Input[str]] = None,
|
3993
3226
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
3994
3227
|
connection_factory: Optional[pulumi.Input[str]] = None,
|
3995
3228
|
connection_string: Optional[pulumi.Input[str]] = None,
|
@@ -4004,7 +3237,6 @@ class Connection(pulumi.CustomResource):
|
|
4004
3237
|
deployment_id: Optional[pulumi.Input[str]] = None,
|
4005
3238
|
description: Optional[pulumi.Input[str]] = None,
|
4006
3239
|
display_name: Optional[pulumi.Input[str]] = None,
|
4007
|
-
does_use_secret_ids: Optional[pulumi.Input[bool]] = None,
|
4008
3240
|
endpoint: Optional[pulumi.Input[str]] = None,
|
4009
3241
|
fingerprint: Optional[pulumi.Input[str]] = None,
|
4010
3242
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -4015,51 +3247,38 @@ class Connection(pulumi.CustomResource):
|
|
4015
3247
|
jndi_initial_context_factory: Optional[pulumi.Input[str]] = None,
|
4016
3248
|
jndi_provider_url: Optional[pulumi.Input[str]] = None,
|
4017
3249
|
jndi_security_credentials: Optional[pulumi.Input[str]] = None,
|
4018
|
-
jndi_security_credentials_secret_id: Optional[pulumi.Input[str]] = None,
|
4019
3250
|
jndi_security_principal: Optional[pulumi.Input[str]] = None,
|
4020
3251
|
key_id: Optional[pulumi.Input[str]] = None,
|
4021
3252
|
key_store: Optional[pulumi.Input[str]] = None,
|
4022
3253
|
key_store_password: Optional[pulumi.Input[str]] = None,
|
4023
|
-
key_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
4024
|
-
key_store_secret_id: Optional[pulumi.Input[str]] = None,
|
4025
3254
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
4026
3255
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ConnectionLockArgs', 'ConnectionLockArgsDict']]]]] = None,
|
4027
3256
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4028
3257
|
password: Optional[pulumi.Input[str]] = None,
|
4029
|
-
password_secret_id: Optional[pulumi.Input[str]] = None,
|
4030
3258
|
port: Optional[pulumi.Input[int]] = None,
|
4031
3259
|
private_ip: Optional[pulumi.Input[str]] = None,
|
4032
3260
|
private_key_file: Optional[pulumi.Input[str]] = None,
|
4033
|
-
private_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
4034
3261
|
private_key_passphrase: Optional[pulumi.Input[str]] = None,
|
4035
|
-
private_key_passphrase_secret_id: Optional[pulumi.Input[str]] = None,
|
4036
3262
|
producer_properties: Optional[pulumi.Input[str]] = None,
|
4037
3263
|
public_key_fingerprint: Optional[pulumi.Input[str]] = None,
|
4038
3264
|
redis_cluster_id: Optional[pulumi.Input[str]] = None,
|
4039
3265
|
region: Optional[pulumi.Input[str]] = None,
|
4040
3266
|
routing_method: Optional[pulumi.Input[str]] = None,
|
4041
3267
|
sas_token: Optional[pulumi.Input[str]] = None,
|
4042
|
-
sas_token_secret_id: Optional[pulumi.Input[str]] = None,
|
4043
3268
|
secret_access_key: Optional[pulumi.Input[str]] = None,
|
4044
|
-
secret_access_key_secret_id: Optional[pulumi.Input[str]] = None,
|
4045
3269
|
security_protocol: Optional[pulumi.Input[str]] = None,
|
4046
3270
|
servers: Optional[pulumi.Input[str]] = None,
|
4047
3271
|
service_account_key_file: Optional[pulumi.Input[str]] = None,
|
4048
|
-
service_account_key_file_secret_id: Optional[pulumi.Input[str]] = None,
|
4049
3272
|
session_mode: Optional[pulumi.Input[str]] = None,
|
4050
3273
|
should_use_jndi: Optional[pulumi.Input[bool]] = None,
|
4051
3274
|
should_validate_server_certificate: Optional[pulumi.Input[bool]] = None,
|
4052
3275
|
ssl_ca: Optional[pulumi.Input[str]] = None,
|
4053
3276
|
ssl_cert: Optional[pulumi.Input[str]] = None,
|
4054
3277
|
ssl_client_keystash: Optional[pulumi.Input[str]] = None,
|
4055
|
-
ssl_client_keystash_secret_id: Optional[pulumi.Input[str]] = None,
|
4056
3278
|
ssl_client_keystoredb: Optional[pulumi.Input[str]] = None,
|
4057
|
-
ssl_client_keystoredb_secret_id: Optional[pulumi.Input[str]] = None,
|
4058
3279
|
ssl_crl: Optional[pulumi.Input[str]] = None,
|
4059
3280
|
ssl_key: Optional[pulumi.Input[str]] = None,
|
4060
3281
|
ssl_key_password: Optional[pulumi.Input[str]] = None,
|
4061
|
-
ssl_key_password_secret_id: Optional[pulumi.Input[str]] = None,
|
4062
|
-
ssl_key_secret_id: Optional[pulumi.Input[str]] = None,
|
4063
3282
|
ssl_mode: Optional[pulumi.Input[str]] = None,
|
4064
3283
|
ssl_server_certificate: Optional[pulumi.Input[str]] = None,
|
4065
3284
|
state: Optional[pulumi.Input[str]] = None,
|
@@ -4070,17 +3289,13 @@ class Connection(pulumi.CustomResource):
|
|
4070
3289
|
tenancy_id: Optional[pulumi.Input[str]] = None,
|
4071
3290
|
time_created: Optional[pulumi.Input[str]] = None,
|
4072
3291
|
time_updated: Optional[pulumi.Input[str]] = None,
|
4073
|
-
trigger_refresh: Optional[pulumi.Input[bool]] = None,
|
4074
3292
|
trust_store: Optional[pulumi.Input[str]] = None,
|
4075
3293
|
trust_store_password: Optional[pulumi.Input[str]] = None,
|
4076
|
-
trust_store_password_secret_id: Optional[pulumi.Input[str]] = None,
|
4077
|
-
trust_store_secret_id: Optional[pulumi.Input[str]] = None,
|
4078
3294
|
url: Optional[pulumi.Input[str]] = None,
|
4079
3295
|
user_id: Optional[pulumi.Input[str]] = None,
|
4080
3296
|
username: Optional[pulumi.Input[str]] = None,
|
4081
3297
|
vault_id: Optional[pulumi.Input[str]] = None,
|
4082
|
-
wallet: Optional[pulumi.Input[str]] = None
|
4083
|
-
wallet_secret_id: Optional[pulumi.Input[str]] = None) -> 'Connection':
|
3298
|
+
wallet: Optional[pulumi.Input[str]] = None) -> 'Connection':
|
4084
3299
|
"""
|
4085
3300
|
Get an existing Connection resource's state with the given name, id, and optional extra
|
4086
3301
|
properties used to qualify the lookup.
|
@@ -4090,7 +3305,6 @@ class Connection(pulumi.CustomResource):
|
|
4090
3305
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
4091
3306
|
:param pulumi.Input[str] access_key_id: (Updatable) Access key ID to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
4092
3307
|
: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==
|
4093
|
-
:param pulumi.Input[str] account_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
4094
3308
|
:param pulumi.Input[str] account_name: (Updatable) Sets the Azure storage account name.
|
4095
3309
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionAdditionalAttributeArgs', 'ConnectionAdditionalAttributeArgsDict']]]] additional_attributes: (Updatable) An array of name-value pair attribute entries. Used as additional parameters in connection string.
|
4096
3310
|
: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.
|
@@ -4099,7 +3313,6 @@ class Connection(pulumi.CustomResource):
|
|
4099
3313
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionBootstrapServerArgs', 'ConnectionBootstrapServerArgsDict']]]] 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"`
|
4100
3314
|
:param pulumi.Input[str] client_id: (Updatable) Azure client ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
|
4101
3315
|
:param pulumi.Input[str] client_secret: (Updatable) Azure client secret (aka application password) for authentication. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1
|
4102
|
-
:param pulumi.Input[str] client_secret_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
4103
3316
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
4104
3317
|
:param pulumi.Input[str] connection_factory: (Updatable) The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: 'com.stc.jmsjca.core.JConnectionFactoryXA'
|
4105
3318
|
:param pulumi.Input[str] connection_string: (Updatable) Connection string. AZURE_SYNAPSE_ANALYTICS e.g.: 'jdbc:sqlserver://<synapse-workspace>.sql.azuresynapse.net:1433;database=<db-name>;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;', MONGODB e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'.
|
@@ -4114,7 +3327,6 @@ class Connection(pulumi.CustomResource):
|
|
4114
3327
|
:param pulumi.Input[str] deployment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
|
4115
3328
|
:param pulumi.Input[str] description: (Updatable) Metadata about this specific object.
|
4116
3329
|
:param pulumi.Input[str] display_name: (Updatable) An object's Display Name.
|
4117
|
-
:param pulumi.Input[bool] does_use_secret_ids: (Updatable) Indicates that sensitive attributes are provided via Secrets.
|
4118
3330
|
:param pulumi.Input[str] endpoint: (Updatable) Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
|
4119
3331
|
:param pulumi.Input[str] fingerprint: (Updatable) Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'
|
4120
3332
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
@@ -4125,54 +3337,40 @@ class Connection(pulumi.CustomResource):
|
|
4125
3337
|
:param pulumi.Input[str] jndi_initial_context_factory: (Updatable) The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: 'org.apache.activemq.jndi.ActiveMQInitialContextFactory'
|
4126
3338
|
:param pulumi.Input[str] jndi_provider_url: (Updatable) The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
|
4127
3339
|
:param pulumi.Input[str] jndi_security_credentials: (Updatable) The password associated to the principal.
|
4128
|
-
:param pulumi.Input[str] jndi_security_credentials_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
4129
3340
|
:param pulumi.Input[str] jndi_security_principal: (Updatable) Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'
|
4130
3341
|
: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.
|
4131
3342
|
:param pulumi.Input[str] key_store: (Updatable) The base64 encoded content of the KeyStore file.
|
4132
3343
|
:param pulumi.Input[str] key_store_password: (Updatable) The KeyStore password.
|
4133
|
-
:param pulumi.Input[str] key_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
4134
|
-
:param pulumi.Input[str] key_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
4135
3344
|
: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.
|
4136
3345
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ConnectionLockArgs', 'ConnectionLockArgsDict']]]] locks: Locks associated with this resource.
|
4137
3346
|
: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.
|
4138
3347
|
:param pulumi.Input[str] password: (Updatable) The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
|
4139
|
-
:param pulumi.Input[str] password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. 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. If secretId is used plaintext field must not be provided. Note: When provided, 'password' field must not be provided.
|
4140
3348
|
:param pulumi.Input[int] port: (Updatable) The port of an endpoint usually specified for a connection.
|
4141
3349
|
:param pulumi.Input[str] private_ip: (Updatable) Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
|
4142
3350
|
|
4143
3351
|
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
4144
3352
|
:param pulumi.Input[str] private_key_file: (Updatable) The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
4145
|
-
:param pulumi.Input[str] private_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the 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 Note: When provided, 'privateKeyFile' field must not be provided.
|
4146
3353
|
:param pulumi.Input[str] private_key_passphrase: (Updatable) Password if the private key file is encrypted.
|
4147
|
-
:param pulumi.Input[str] private_key_passphrase_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
4148
3354
|
:param pulumi.Input[str] producer_properties: (Updatable) The base64 encoded content of the producer.properties file.
|
4149
3355
|
: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
|
4150
3356
|
: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.
|
4151
3357
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
4152
3358
|
: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.
|
4153
3359
|
: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
|
4154
|
-
:param pulumi.Input[str] sas_token_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
4155
3360
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
4156
|
-
:param pulumi.Input[str] secret_access_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
4157
3361
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
4158
3362
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
4159
3363
|
:param pulumi.Input[str] service_account_key_file: (Updatable) The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.
|
4160
|
-
:param pulumi.Input[str] service_account_key_file_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
4161
3364
|
:param pulumi.Input[str] session_mode: (Updatable) The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
|
4162
3365
|
:param pulumi.Input[bool] should_use_jndi: (Updatable) If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
4163
3366
|
:param pulumi.Input[bool] should_validate_server_certificate: (Updatable) If set to true, the driver validates the certificate that is sent by the database server.
|
4164
3367
|
:param pulumi.Input[str] ssl_ca: (Updatable) The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt.
|
4165
3368
|
:param pulumi.Input[str] ssl_cert: (Updatable) Client Certificate - The base64 encoded content of a .pem or .crt file. containing the client public key (for 2-way SSL).
|
4166
3369
|
:param pulumi.Input[str] ssl_client_keystash: (Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
4167
|
-
:param pulumi.Input[str] ssl_client_keystash_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
4168
3370
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
4169
|
-
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
4170
3371
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
4171
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt
|
3372
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
|
4172
3373
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
4173
|
-
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
4174
|
-
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
4175
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
4176
3374
|
:param pulumi.Input[str] ssl_mode: (Updatable) SSL modes for PostgreSQL.
|
4177
3375
|
:param pulumi.Input[str] ssl_server_certificate: (Updatable) The base64 encoded file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
|
4178
3376
|
:param pulumi.Input[str] state: Possible lifecycle states for connection.
|
@@ -4183,21 +3381,17 @@ class Connection(pulumi.CustomResource):
|
|
4183
3381
|
: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.
|
4184
3382
|
:param pulumi.Input[str] time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4185
3383
|
:param pulumi.Input[str] time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
4186
|
-
:param pulumi.Input[bool] trigger_refresh: (Updatable) If value is true, it triggers connection refresh action and this attribute change will always show up in the "update" plan and will apply steps in order to refresh secrets and dependent service properties (such as ADB connection strings, wallets, etc..).
|
4187
|
-
|
4188
|
-
|
4189
|
-
** IMPORTANT **
|
4190
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4191
3384
|
:param pulumi.Input[str] trust_store: (Updatable) The base64 encoded content of the TrustStore file.
|
4192
3385
|
:param pulumi.Input[str] trust_store_password: (Updatable) The TrustStore password.
|
4193
|
-
:param pulumi.Input[str] trust_store_password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
4194
|
-
:param pulumi.Input[str] trust_store_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
4195
3386
|
:param pulumi.Input[str] url: (Updatable) Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
|
4196
3387
|
:param pulumi.Input[str] user_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
|
4197
3388
|
:param pulumi.Input[str] username: (Updatable) The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
|
4198
3389
|
:param pulumi.Input[str] vault_id: (Updatable) Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
4199
|
-
: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.
|
4200
|
-
|
3390
|
+
:param pulumi.Input[str] wallet: (Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
3391
|
+
|
3392
|
+
|
3393
|
+
** IMPORTANT **
|
3394
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4201
3395
|
"""
|
4202
3396
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
4203
3397
|
|
@@ -4205,7 +3399,6 @@ class Connection(pulumi.CustomResource):
|
|
4205
3399
|
|
4206
3400
|
__props__.__dict__["access_key_id"] = access_key_id
|
4207
3401
|
__props__.__dict__["account_key"] = account_key
|
4208
|
-
__props__.__dict__["account_key_secret_id"] = account_key_secret_id
|
4209
3402
|
__props__.__dict__["account_name"] = account_name
|
4210
3403
|
__props__.__dict__["additional_attributes"] = additional_attributes
|
4211
3404
|
__props__.__dict__["authentication_mode"] = authentication_mode
|
@@ -4214,7 +3407,6 @@ class Connection(pulumi.CustomResource):
|
|
4214
3407
|
__props__.__dict__["bootstrap_servers"] = bootstrap_servers
|
4215
3408
|
__props__.__dict__["client_id"] = client_id
|
4216
3409
|
__props__.__dict__["client_secret"] = client_secret
|
4217
|
-
__props__.__dict__["client_secret_secret_id"] = client_secret_secret_id
|
4218
3410
|
__props__.__dict__["compartment_id"] = compartment_id
|
4219
3411
|
__props__.__dict__["connection_factory"] = connection_factory
|
4220
3412
|
__props__.__dict__["connection_string"] = connection_string
|
@@ -4229,7 +3421,6 @@ class Connection(pulumi.CustomResource):
|
|
4229
3421
|
__props__.__dict__["deployment_id"] = deployment_id
|
4230
3422
|
__props__.__dict__["description"] = description
|
4231
3423
|
__props__.__dict__["display_name"] = display_name
|
4232
|
-
__props__.__dict__["does_use_secret_ids"] = does_use_secret_ids
|
4233
3424
|
__props__.__dict__["endpoint"] = endpoint
|
4234
3425
|
__props__.__dict__["fingerprint"] = fingerprint
|
4235
3426
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
@@ -4240,51 +3431,38 @@ class Connection(pulumi.CustomResource):
|
|
4240
3431
|
__props__.__dict__["jndi_initial_context_factory"] = jndi_initial_context_factory
|
4241
3432
|
__props__.__dict__["jndi_provider_url"] = jndi_provider_url
|
4242
3433
|
__props__.__dict__["jndi_security_credentials"] = jndi_security_credentials
|
4243
|
-
__props__.__dict__["jndi_security_credentials_secret_id"] = jndi_security_credentials_secret_id
|
4244
3434
|
__props__.__dict__["jndi_security_principal"] = jndi_security_principal
|
4245
3435
|
__props__.__dict__["key_id"] = key_id
|
4246
3436
|
__props__.__dict__["key_store"] = key_store
|
4247
3437
|
__props__.__dict__["key_store_password"] = key_store_password
|
4248
|
-
__props__.__dict__["key_store_password_secret_id"] = key_store_password_secret_id
|
4249
|
-
__props__.__dict__["key_store_secret_id"] = key_store_secret_id
|
4250
3438
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
4251
3439
|
__props__.__dict__["locks"] = locks
|
4252
3440
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
4253
3441
|
__props__.__dict__["password"] = password
|
4254
|
-
__props__.__dict__["password_secret_id"] = password_secret_id
|
4255
3442
|
__props__.__dict__["port"] = port
|
4256
3443
|
__props__.__dict__["private_ip"] = private_ip
|
4257
3444
|
__props__.__dict__["private_key_file"] = private_key_file
|
4258
|
-
__props__.__dict__["private_key_file_secret_id"] = private_key_file_secret_id
|
4259
3445
|
__props__.__dict__["private_key_passphrase"] = private_key_passphrase
|
4260
|
-
__props__.__dict__["private_key_passphrase_secret_id"] = private_key_passphrase_secret_id
|
4261
3446
|
__props__.__dict__["producer_properties"] = producer_properties
|
4262
3447
|
__props__.__dict__["public_key_fingerprint"] = public_key_fingerprint
|
4263
3448
|
__props__.__dict__["redis_cluster_id"] = redis_cluster_id
|
4264
3449
|
__props__.__dict__["region"] = region
|
4265
3450
|
__props__.__dict__["routing_method"] = routing_method
|
4266
3451
|
__props__.__dict__["sas_token"] = sas_token
|
4267
|
-
__props__.__dict__["sas_token_secret_id"] = sas_token_secret_id
|
4268
3452
|
__props__.__dict__["secret_access_key"] = secret_access_key
|
4269
|
-
__props__.__dict__["secret_access_key_secret_id"] = secret_access_key_secret_id
|
4270
3453
|
__props__.__dict__["security_protocol"] = security_protocol
|
4271
3454
|
__props__.__dict__["servers"] = servers
|
4272
3455
|
__props__.__dict__["service_account_key_file"] = service_account_key_file
|
4273
|
-
__props__.__dict__["service_account_key_file_secret_id"] = service_account_key_file_secret_id
|
4274
3456
|
__props__.__dict__["session_mode"] = session_mode
|
4275
3457
|
__props__.__dict__["should_use_jndi"] = should_use_jndi
|
4276
3458
|
__props__.__dict__["should_validate_server_certificate"] = should_validate_server_certificate
|
4277
3459
|
__props__.__dict__["ssl_ca"] = ssl_ca
|
4278
3460
|
__props__.__dict__["ssl_cert"] = ssl_cert
|
4279
3461
|
__props__.__dict__["ssl_client_keystash"] = ssl_client_keystash
|
4280
|
-
__props__.__dict__["ssl_client_keystash_secret_id"] = ssl_client_keystash_secret_id
|
4281
3462
|
__props__.__dict__["ssl_client_keystoredb"] = ssl_client_keystoredb
|
4282
|
-
__props__.__dict__["ssl_client_keystoredb_secret_id"] = ssl_client_keystoredb_secret_id
|
4283
3463
|
__props__.__dict__["ssl_crl"] = ssl_crl
|
4284
3464
|
__props__.__dict__["ssl_key"] = ssl_key
|
4285
3465
|
__props__.__dict__["ssl_key_password"] = ssl_key_password
|
4286
|
-
__props__.__dict__["ssl_key_password_secret_id"] = ssl_key_password_secret_id
|
4287
|
-
__props__.__dict__["ssl_key_secret_id"] = ssl_key_secret_id
|
4288
3466
|
__props__.__dict__["ssl_mode"] = ssl_mode
|
4289
3467
|
__props__.__dict__["ssl_server_certificate"] = ssl_server_certificate
|
4290
3468
|
__props__.__dict__["state"] = state
|
@@ -4295,17 +3473,13 @@ class Connection(pulumi.CustomResource):
|
|
4295
3473
|
__props__.__dict__["tenancy_id"] = tenancy_id
|
4296
3474
|
__props__.__dict__["time_created"] = time_created
|
4297
3475
|
__props__.__dict__["time_updated"] = time_updated
|
4298
|
-
__props__.__dict__["trigger_refresh"] = trigger_refresh
|
4299
3476
|
__props__.__dict__["trust_store"] = trust_store
|
4300
3477
|
__props__.__dict__["trust_store_password"] = trust_store_password
|
4301
|
-
__props__.__dict__["trust_store_password_secret_id"] = trust_store_password_secret_id
|
4302
|
-
__props__.__dict__["trust_store_secret_id"] = trust_store_secret_id
|
4303
3478
|
__props__.__dict__["url"] = url
|
4304
3479
|
__props__.__dict__["user_id"] = user_id
|
4305
3480
|
__props__.__dict__["username"] = username
|
4306
3481
|
__props__.__dict__["vault_id"] = vault_id
|
4307
3482
|
__props__.__dict__["wallet"] = wallet
|
4308
|
-
__props__.__dict__["wallet_secret_id"] = wallet_secret_id
|
4309
3483
|
return Connection(resource_name, opts=opts, __props__=__props__)
|
4310
3484
|
|
4311
3485
|
@property
|
@@ -4318,20 +3492,12 @@ class Connection(pulumi.CustomResource):
|
|
4318
3492
|
|
4319
3493
|
@property
|
4320
3494
|
@pulumi.getter(name="accountKey")
|
4321
|
-
def account_key(self) -> pulumi.Output[
|
3495
|
+
def account_key(self) -> pulumi.Output[str]:
|
4322
3496
|
"""
|
4323
3497
|
(Updatable) Azure storage account key. This property is required when 'authenticationType' is set to 'SHARED_KEY'. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
|
4324
3498
|
"""
|
4325
3499
|
return pulumi.get(self, "account_key")
|
4326
3500
|
|
4327
|
-
@property
|
4328
|
-
@pulumi.getter(name="accountKeySecretId")
|
4329
|
-
def account_key_secret_id(self) -> pulumi.Output[str]:
|
4330
|
-
"""
|
4331
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
4332
|
-
"""
|
4333
|
-
return pulumi.get(self, "account_key_secret_id")
|
4334
|
-
|
4335
3501
|
@property
|
4336
3502
|
@pulumi.getter(name="accountName")
|
4337
3503
|
def account_name(self) -> pulumi.Output[str]:
|
@@ -4390,20 +3556,12 @@ class Connection(pulumi.CustomResource):
|
|
4390
3556
|
|
4391
3557
|
@property
|
4392
3558
|
@pulumi.getter(name="clientSecret")
|
4393
|
-
def client_secret(self) -> pulumi.Output[
|
3559
|
+
def client_secret(self) -> pulumi.Output[str]:
|
4394
3560
|
"""
|
4395
3561
|
(Updatable) Azure client secret (aka application password) for authentication. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1
|
4396
3562
|
"""
|
4397
3563
|
return pulumi.get(self, "client_secret")
|
4398
3564
|
|
4399
|
-
@property
|
4400
|
-
@pulumi.getter(name="clientSecretSecretId")
|
4401
|
-
def client_secret_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4402
|
-
"""
|
4403
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
4404
|
-
"""
|
4405
|
-
return pulumi.get(self, "client_secret_secret_id")
|
4406
|
-
|
4407
3565
|
@property
|
4408
3566
|
@pulumi.getter(name="compartmentId")
|
4409
3567
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -4516,14 +3674,6 @@ class Connection(pulumi.CustomResource):
|
|
4516
3674
|
"""
|
4517
3675
|
return pulumi.get(self, "display_name")
|
4518
3676
|
|
4519
|
-
@property
|
4520
|
-
@pulumi.getter(name="doesUseSecretIds")
|
4521
|
-
def does_use_secret_ids(self) -> pulumi.Output[bool]:
|
4522
|
-
"""
|
4523
|
-
(Updatable) Indicates that sensitive attributes are provided via Secrets.
|
4524
|
-
"""
|
4525
|
-
return pulumi.get(self, "does_use_secret_ids")
|
4526
|
-
|
4527
3677
|
@property
|
4528
3678
|
@pulumi.getter
|
4529
3679
|
def endpoint(self) -> pulumi.Output[str]:
|
@@ -4596,20 +3746,12 @@ class Connection(pulumi.CustomResource):
|
|
4596
3746
|
|
4597
3747
|
@property
|
4598
3748
|
@pulumi.getter(name="jndiSecurityCredentials")
|
4599
|
-
def jndi_security_credentials(self) -> pulumi.Output[
|
3749
|
+
def jndi_security_credentials(self) -> pulumi.Output[str]:
|
4600
3750
|
"""
|
4601
3751
|
(Updatable) The password associated to the principal.
|
4602
3752
|
"""
|
4603
3753
|
return pulumi.get(self, "jndi_security_credentials")
|
4604
3754
|
|
4605
|
-
@property
|
4606
|
-
@pulumi.getter(name="jndiSecurityCredentialsSecretId")
|
4607
|
-
def jndi_security_credentials_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4608
|
-
"""
|
4609
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
4610
|
-
"""
|
4611
|
-
return pulumi.get(self, "jndi_security_credentials_secret_id")
|
4612
|
-
|
4613
3755
|
@property
|
4614
3756
|
@pulumi.getter(name="jndiSecurityPrincipal")
|
4615
3757
|
def jndi_security_principal(self) -> pulumi.Output[str]:
|
@@ -4628,7 +3770,7 @@ class Connection(pulumi.CustomResource):
|
|
4628
3770
|
|
4629
3771
|
@property
|
4630
3772
|
@pulumi.getter(name="keyStore")
|
4631
|
-
def key_store(self) -> pulumi.Output[
|
3773
|
+
def key_store(self) -> pulumi.Output[str]:
|
4632
3774
|
"""
|
4633
3775
|
(Updatable) The base64 encoded content of the KeyStore file.
|
4634
3776
|
"""
|
@@ -4636,28 +3778,12 @@ class Connection(pulumi.CustomResource):
|
|
4636
3778
|
|
4637
3779
|
@property
|
4638
3780
|
@pulumi.getter(name="keyStorePassword")
|
4639
|
-
def key_store_password(self) -> pulumi.Output[
|
3781
|
+
def key_store_password(self) -> pulumi.Output[str]:
|
4640
3782
|
"""
|
4641
3783
|
(Updatable) The KeyStore password.
|
4642
3784
|
"""
|
4643
3785
|
return pulumi.get(self, "key_store_password")
|
4644
3786
|
|
4645
|
-
@property
|
4646
|
-
@pulumi.getter(name="keyStorePasswordSecretId")
|
4647
|
-
def key_store_password_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4648
|
-
"""
|
4649
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
4650
|
-
"""
|
4651
|
-
return pulumi.get(self, "key_store_password_secret_id")
|
4652
|
-
|
4653
|
-
@property
|
4654
|
-
@pulumi.getter(name="keyStoreSecretId")
|
4655
|
-
def key_store_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4656
|
-
"""
|
4657
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
4658
|
-
"""
|
4659
|
-
return pulumi.get(self, "key_store_secret_id")
|
4660
|
-
|
4661
3787
|
@property
|
4662
3788
|
@pulumi.getter(name="lifecycleDetails")
|
4663
3789
|
def lifecycle_details(self) -> pulumi.Output[str]:
|
@@ -4684,20 +3810,12 @@ class Connection(pulumi.CustomResource):
|
|
4684
3810
|
|
4685
3811
|
@property
|
4686
3812
|
@pulumi.getter
|
4687
|
-
def password(self) -> pulumi.Output[
|
3813
|
+
def password(self) -> pulumi.Output[str]:
|
4688
3814
|
"""
|
4689
3815
|
(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.
|
4690
3816
|
"""
|
4691
3817
|
return pulumi.get(self, "password")
|
4692
3818
|
|
4693
|
-
@property
|
4694
|
-
@pulumi.getter(name="passwordSecretId")
|
4695
|
-
def password_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4696
|
-
"""
|
4697
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. 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. If secretId is used plaintext field must not be provided. Note: When provided, 'password' field must not be provided.
|
4698
|
-
"""
|
4699
|
-
return pulumi.get(self, "password_secret_id")
|
4700
|
-
|
4701
3819
|
@property
|
4702
3820
|
@pulumi.getter
|
4703
3821
|
def port(self) -> pulumi.Output[int]:
|
@@ -4718,36 +3836,20 @@ class Connection(pulumi.CustomResource):
|
|
4718
3836
|
|
4719
3837
|
@property
|
4720
3838
|
@pulumi.getter(name="privateKeyFile")
|
4721
|
-
def private_key_file(self) -> pulumi.Output[
|
3839
|
+
def private_key_file(self) -> pulumi.Output[str]:
|
4722
3840
|
"""
|
4723
3841
|
(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
|
4724
3842
|
"""
|
4725
3843
|
return pulumi.get(self, "private_key_file")
|
4726
3844
|
|
4727
|
-
@property
|
4728
|
-
@pulumi.getter(name="privateKeyFileSecretId")
|
4729
|
-
def private_key_file_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4730
|
-
"""
|
4731
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the 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 Note: When provided, 'privateKeyFile' field must not be provided.
|
4732
|
-
"""
|
4733
|
-
return pulumi.get(self, "private_key_file_secret_id")
|
4734
|
-
|
4735
3845
|
@property
|
4736
3846
|
@pulumi.getter(name="privateKeyPassphrase")
|
4737
|
-
def private_key_passphrase(self) -> pulumi.Output[
|
3847
|
+
def private_key_passphrase(self) -> pulumi.Output[str]:
|
4738
3848
|
"""
|
4739
3849
|
(Updatable) Password if the private key file is encrypted.
|
4740
3850
|
"""
|
4741
3851
|
return pulumi.get(self, "private_key_passphrase")
|
4742
3852
|
|
4743
|
-
@property
|
4744
|
-
@pulumi.getter(name="privateKeyPassphraseSecretId")
|
4745
|
-
def private_key_passphrase_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4746
|
-
"""
|
4747
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
4748
|
-
"""
|
4749
|
-
return pulumi.get(self, "private_key_passphrase_secret_id")
|
4750
|
-
|
4751
3853
|
@property
|
4752
3854
|
@pulumi.getter(name="producerProperties")
|
4753
3855
|
def producer_properties(self) -> pulumi.Output[str]:
|
@@ -4790,36 +3892,20 @@ class Connection(pulumi.CustomResource):
|
|
4790
3892
|
|
4791
3893
|
@property
|
4792
3894
|
@pulumi.getter(name="sasToken")
|
4793
|
-
def sas_token(self) -> pulumi.Output[
|
3895
|
+
def sas_token(self) -> pulumi.Output[str]:
|
4794
3896
|
"""
|
4795
3897
|
(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
|
4796
3898
|
"""
|
4797
3899
|
return pulumi.get(self, "sas_token")
|
4798
3900
|
|
4799
|
-
@property
|
4800
|
-
@pulumi.getter(name="sasTokenSecretId")
|
4801
|
-
def sas_token_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4802
|
-
"""
|
4803
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
4804
|
-
"""
|
4805
|
-
return pulumi.get(self, "sas_token_secret_id")
|
4806
|
-
|
4807
3901
|
@property
|
4808
3902
|
@pulumi.getter(name="secretAccessKey")
|
4809
|
-
def secret_access_key(self) -> pulumi.Output[
|
3903
|
+
def secret_access_key(self) -> pulumi.Output[str]:
|
4810
3904
|
"""
|
4811
3905
|
(Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
4812
3906
|
"""
|
4813
3907
|
return pulumi.get(self, "secret_access_key")
|
4814
3908
|
|
4815
|
-
@property
|
4816
|
-
@pulumi.getter(name="secretAccessKeySecretId")
|
4817
|
-
def secret_access_key_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4818
|
-
"""
|
4819
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
4820
|
-
"""
|
4821
|
-
return pulumi.get(self, "secret_access_key_secret_id")
|
4822
|
-
|
4823
3909
|
@property
|
4824
3910
|
@pulumi.getter(name="securityProtocol")
|
4825
3911
|
def security_protocol(self) -> pulumi.Output[str]:
|
@@ -4838,20 +3924,12 @@ class Connection(pulumi.CustomResource):
|
|
4838
3924
|
|
4839
3925
|
@property
|
4840
3926
|
@pulumi.getter(name="serviceAccountKeyFile")
|
4841
|
-
def service_account_key_file(self) -> pulumi.Output[
|
3927
|
+
def service_account_key_file(self) -> pulumi.Output[str]:
|
4842
3928
|
"""
|
4843
3929
|
(Updatable) The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.
|
4844
3930
|
"""
|
4845
3931
|
return pulumi.get(self, "service_account_key_file")
|
4846
3932
|
|
4847
|
-
@property
|
4848
|
-
@pulumi.getter(name="serviceAccountKeyFileSecretId")
|
4849
|
-
def service_account_key_file_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4850
|
-
"""
|
4851
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
4852
|
-
"""
|
4853
|
-
return pulumi.get(self, "service_account_key_file_secret_id")
|
4854
|
-
|
4855
3933
|
@property
|
4856
3934
|
@pulumi.getter(name="sessionMode")
|
4857
3935
|
def session_mode(self) -> pulumi.Output[str]:
|
@@ -4894,36 +3972,20 @@ class Connection(pulumi.CustomResource):
|
|
4894
3972
|
|
4895
3973
|
@property
|
4896
3974
|
@pulumi.getter(name="sslClientKeystash")
|
4897
|
-
def ssl_client_keystash(self) -> pulumi.Output[
|
3975
|
+
def ssl_client_keystash(self) -> pulumi.Output[str]:
|
4898
3976
|
"""
|
4899
3977
|
(Updatable) The base64 encoded keystash file which contains the encrypted password to the key database file.
|
4900
3978
|
"""
|
4901
3979
|
return pulumi.get(self, "ssl_client_keystash")
|
4902
3980
|
|
4903
|
-
@property
|
4904
|
-
@pulumi.getter(name="sslClientKeystashSecretId")
|
4905
|
-
def ssl_client_keystash_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4906
|
-
"""
|
4907
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
4908
|
-
"""
|
4909
|
-
return pulumi.get(self, "ssl_client_keystash_secret_id")
|
4910
|
-
|
4911
3981
|
@property
|
4912
3982
|
@pulumi.getter(name="sslClientKeystoredb")
|
4913
|
-
def ssl_client_keystoredb(self) -> pulumi.Output[
|
3983
|
+
def ssl_client_keystoredb(self) -> pulumi.Output[str]:
|
4914
3984
|
"""
|
4915
3985
|
(Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
4916
3986
|
"""
|
4917
3987
|
return pulumi.get(self, "ssl_client_keystoredb")
|
4918
3988
|
|
4919
|
-
@property
|
4920
|
-
@pulumi.getter(name="sslClientKeystoredbSecretId")
|
4921
|
-
def ssl_client_keystoredb_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4922
|
-
"""
|
4923
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
4924
|
-
"""
|
4925
|
-
return pulumi.get(self, "ssl_client_keystoredb_secret_id")
|
4926
|
-
|
4927
3989
|
@property
|
4928
3990
|
@pulumi.getter(name="sslCrl")
|
4929
3991
|
def ssl_crl(self) -> pulumi.Output[str]:
|
@@ -4934,37 +3996,20 @@ class Connection(pulumi.CustomResource):
|
|
4934
3996
|
|
4935
3997
|
@property
|
4936
3998
|
@pulumi.getter(name="sslKey")
|
4937
|
-
def ssl_key(self) -> pulumi.Output[
|
3999
|
+
def ssl_key(self) -> pulumi.Output[str]:
|
4938
4000
|
"""
|
4939
|
-
(Updatable) Client Key – The base64 encoded content of a .pem or .crt
|
4001
|
+
(Updatable) Client Key – The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).
|
4940
4002
|
"""
|
4941
4003
|
return pulumi.get(self, "ssl_key")
|
4942
4004
|
|
4943
4005
|
@property
|
4944
4006
|
@pulumi.getter(name="sslKeyPassword")
|
4945
|
-
def ssl_key_password(self) -> pulumi.Output[
|
4007
|
+
def ssl_key_password(self) -> pulumi.Output[str]:
|
4946
4008
|
"""
|
4947
4009
|
(Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
4948
4010
|
"""
|
4949
4011
|
return pulumi.get(self, "ssl_key_password")
|
4950
4012
|
|
4951
|
-
@property
|
4952
|
-
@pulumi.getter(name="sslKeyPasswordSecretId")
|
4953
|
-
def ssl_key_password_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4954
|
-
"""
|
4955
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
4956
|
-
"""
|
4957
|
-
return pulumi.get(self, "ssl_key_password_secret_id")
|
4958
|
-
|
4959
|
-
@property
|
4960
|
-
@pulumi.getter(name="sslKeySecretId")
|
4961
|
-
def ssl_key_secret_id(self) -> pulumi.Output[Optional[str]]:
|
4962
|
-
"""
|
4963
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
4964
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
4965
|
-
"""
|
4966
|
-
return pulumi.get(self, "ssl_key_secret_id")
|
4967
|
-
|
4968
4013
|
@property
|
4969
4014
|
@pulumi.getter(name="sslMode")
|
4970
4015
|
def ssl_mode(self) -> pulumi.Output[str]:
|
@@ -5045,21 +4090,9 @@ class Connection(pulumi.CustomResource):
|
|
5045
4090
|
"""
|
5046
4091
|
return pulumi.get(self, "time_updated")
|
5047
4092
|
|
5048
|
-
@property
|
5049
|
-
@pulumi.getter(name="triggerRefresh")
|
5050
|
-
def trigger_refresh(self) -> pulumi.Output[Optional[bool]]:
|
5051
|
-
"""
|
5052
|
-
(Updatable) If value is true, it triggers connection refresh action and this attribute change will always show up in the "update" plan and will apply steps in order to refresh secrets and dependent service properties (such as ADB connection strings, wallets, etc..).
|
5053
|
-
|
5054
|
-
|
5055
|
-
** IMPORTANT **
|
5056
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5057
|
-
"""
|
5058
|
-
return pulumi.get(self, "trigger_refresh")
|
5059
|
-
|
5060
4093
|
@property
|
5061
4094
|
@pulumi.getter(name="trustStore")
|
5062
|
-
def trust_store(self) -> pulumi.Output[
|
4095
|
+
def trust_store(self) -> pulumi.Output[str]:
|
5063
4096
|
"""
|
5064
4097
|
(Updatable) The base64 encoded content of the TrustStore file.
|
5065
4098
|
"""
|
@@ -5067,28 +4100,12 @@ class Connection(pulumi.CustomResource):
|
|
5067
4100
|
|
5068
4101
|
@property
|
5069
4102
|
@pulumi.getter(name="trustStorePassword")
|
5070
|
-
def trust_store_password(self) -> pulumi.Output[
|
4103
|
+
def trust_store_password(self) -> pulumi.Output[str]:
|
5071
4104
|
"""
|
5072
4105
|
(Updatable) The TrustStore password.
|
5073
4106
|
"""
|
5074
4107
|
return pulumi.get(self, "trust_store_password")
|
5075
4108
|
|
5076
|
-
@property
|
5077
|
-
@pulumi.getter(name="trustStorePasswordSecretId")
|
5078
|
-
def trust_store_password_secret_id(self) -> pulumi.Output[Optional[str]]:
|
5079
|
-
"""
|
5080
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
5081
|
-
"""
|
5082
|
-
return pulumi.get(self, "trust_store_password_secret_id")
|
5083
|
-
|
5084
|
-
@property
|
5085
|
-
@pulumi.getter(name="trustStoreSecretId")
|
5086
|
-
def trust_store_secret_id(self) -> pulumi.Output[Optional[str]]:
|
5087
|
-
"""
|
5088
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
5089
|
-
"""
|
5090
|
-
return pulumi.get(self, "trust_store_secret_id")
|
5091
|
-
|
5092
4109
|
@property
|
5093
4110
|
@pulumi.getter
|
5094
4111
|
def url(self) -> pulumi.Output[str]:
|
@@ -5123,17 +4140,13 @@ class Connection(pulumi.CustomResource):
|
|
5123
4140
|
|
5124
4141
|
@property
|
5125
4142
|
@pulumi.getter
|
5126
|
-
def wallet(self) -> pulumi.Output[
|
5127
|
-
"""
|
5128
|
-
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
4143
|
+
def wallet(self) -> pulumi.Output[str]:
|
5129
4144
|
"""
|
5130
|
-
|
4145
|
+
(Updatable) The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
|
5131
4146
|
|
5132
|
-
|
5133
|
-
|
5134
|
-
|
5135
|
-
"""
|
5136
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the wallet file is stored. The wallet contents Oracle GoldenGate uses to make connections to a database. Note: When provided, 'wallet' field must not be provided.
|
4147
|
+
|
4148
|
+
** IMPORTANT **
|
4149
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5137
4150
|
"""
|
5138
|
-
return pulumi.get(self, "
|
4151
|
+
return pulumi.get(self, "wallet")
|
5139
4152
|
|