Show / Hide Table of Contents

Class DataAssetFromAmazonS3

Details for the MYSQL data asset type.

Inheritance
object
DataAsset
DataAssetFromAmazonS3
Inherited Members
DataAsset.Key
DataAsset.ModelVersion
DataAsset.Name
DataAsset.Description
DataAsset.ObjectStatus
DataAsset.Identifier
DataAsset.ExternalKey
DataAsset.AssetProperties
DataAsset.NativeTypeSystem
DataAsset.ObjectVersion
DataAsset.ParentRef
DataAsset.Metadata
DataAsset.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 DataAssetFromAmazonS3 : DataAsset

Properties

DefaultConnection

Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionSummaryFromAmazonS3 DefaultConnection { get; set; }
Property Value
Type Description
ConnectionSummaryFromAmazonS3

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

The region for Amazon s3

In this article
Back to top