Show / Hide Table of Contents

Class UpdateConnectionFromAmazonS3

The details to update an Amazon s3 connection.

Inheritance
object
UpdateConnectionDetails
UpdateConnectionFromAmazonS3
Inherited Members
UpdateConnectionDetails.Key
UpdateConnectionDetails.ModelVersion
UpdateConnectionDetails.ParentRef
UpdateConnectionDetails.Name
UpdateConnectionDetails.Description
UpdateConnectionDetails.ObjectStatus
UpdateConnectionDetails.ObjectVersion
UpdateConnectionDetails.Identifier
UpdateConnectionDetails.ConnectionProperties
UpdateConnectionDetails.RegistryMetadata
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 UpdateConnectionFromAmazonS3 : UpdateConnectionDetails

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