Show / Hide Table of Contents

Class ConnectionFromAmazonS3

The connection details for Amazon s3 data asset.

Inheritance
object
Connection
ConnectionFromAmazonS3
Inherited Members
Connection.Key
Connection.ModelVersion
Connection.ParentRef
Connection.Name
Connection.Description
Connection.ObjectVersion
Connection.ObjectStatus
Connection.Identifier
Connection.PrimarySchema
Connection.ConnectionProperties
Connection.IsDefault
Connection.Metadata
Connection.KeyMap
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 ConnectionFromAmazonS3 : Connection

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