Class ConnectionFromAmazonS3Details
  The connection details for an Oracle Database data asset.
 
  
  
    Inheritance
    
    
    ConnectionFromAmazonS3Details
   
  
  
  Assembly: OCI.DotNetSDK.Dataintegration.dll
  Syntax
  
    public class ConnectionFromAmazonS3Details : ConnectionDetails
   
  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