Class UpdateConnectionFromAmazonS3
The details to update an Amazon s3 connection.
Inheritance
UpdateConnectionFromAmazonS3
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UpdateConnectionFromAmazonS3 : UpdateConnectionDetails
Properties
AccessKey
Declaration
[JsonProperty(PropertyName = "accessKey")]
public SensitiveAttribute AccessKey { get; set; }
Property Value
SecretKey
Declaration
[JsonProperty(PropertyName = "secretKey")]
public SensitiveAttribute SecretKey { get; set; }
Property Value