Class ConnectionFromAmazonS3
The connection details for Amazon s3 data asset.
Inherited Members
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 |