Class CreateConnectionFromAmazonS3
The details to create a Amazon S3 connection.
Inheritance
CreateConnectionFromAmazonS3
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CreateConnectionFromAmazonS3 : CreateConnectionDetails
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