Class UpdateOciObjectStorageS3ApiIcebergStorageDetails
The information to update the OCI Object Storage (S3 Compatibility API) configuration used by the Iceberg connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateOciObjectStorageS3ApiIcebergStorageDetails : UpdateIcebergStorageDetails
Properties
AccessKeyId
Declaration
[JsonProperty(PropertyName = "accessKeyId")]
public string AccessKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Access Key ID from the OCI IAM user's Customer Secret Key pair used to authenticate to
OCI Object Storage via the S3 Compatibility API.
|
Bucket
Declaration
[JsonProperty(PropertyName = "bucket")]
public string Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Target OCI Object Storage bucket name where Iceberg stores table metadata and data files. |
Endpoint
Declaration
[JsonProperty(PropertyName = "endpoint")]
public string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretAccessKey
Declaration
[JsonProperty(PropertyName = "secretAccessKey")]
public string SecretAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Secret Access Key from the OCI IAM user's Customer Secret Key pair used to authenticate to OCI Object Storage via the S3 Compatibility API. Deprecated: This field is deprecated and replaced by "secretAccessKeySecretId". This change follows the GoldenGate "Plain Text Fields in Connections" deprecation: https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate |
SecretAccessKeySecretId
Declaration
[JsonProperty(PropertyName = "secretAccessKeySecretId")]
public string SecretAccessKeySecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Secret where the Secret Access Key used for OCI Object Storage S3 Compatibility authentication. |