Show / Hide Table of Contents

Class ConnectionSummaryFromAmazonS3

The connection summary details for Amazons3 data asset.

Inheritance
object
ConnectionSummary
ConnectionSummaryFromAmazonS3
Inherited Members
ConnectionSummary.Key
ConnectionSummary.ModelVersion
ConnectionSummary.ParentRef
ConnectionSummary.Name
ConnectionSummary.Description
ConnectionSummary.ObjectVersion
ConnectionSummary.ObjectStatus
ConnectionSummary.Identifier
ConnectionSummary.PrimarySchema
ConnectionSummary.ConnectionProperties
ConnectionSummary.IsDefault
ConnectionSummary.Metadata
ConnectionSummary.KeyMap
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 ConnectionSummaryFromAmazonS3 : ConnectionSummary

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