Show / Hide Table of Contents

Class ConnectionFromAmazonS3Details

The connection details for an Oracle Database data asset.

Inheritance
object
ConnectionDetails
ConnectionFromAmazonS3Details
Inherited Members
ConnectionDetails.Key
ConnectionDetails.ModelVersion
ConnectionDetails.ParentRef
ConnectionDetails.Name
ConnectionDetails.Description
ConnectionDetails.ObjectVersion
ConnectionDetails.ObjectStatus
ConnectionDetails.Identifier
ConnectionDetails.PrimarySchema
ConnectionDetails.ConnectionProperties
ConnectionDetails.IsDefault
ConnectionDetails.Metadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ConnectionFromAmazonS3Details : ConnectionDetails

Properties

AccessKey

Declaration
[JsonProperty(PropertyName = "accessKey")]
public SensitiveAttribute AccessKey { get; set; }
Property Value
Type Description
SensitiveAttribute

SecretKey

Declaration
[JsonProperty(PropertyName = "secretKey")]
public SensitiveAttribute SecretKey { get; set; }
Property Value
Type Description
SensitiveAttribute
In this article
Back to top