Show / Hide Table of Contents

Class CreateDataAssetFromAmazonS3

Details for the Amazons3 data asset type.

Inheritance
object
CreateDataAssetDetails
CreateDataAssetFromAmazonS3
Inherited Members
CreateDataAssetDetails.Key
CreateDataAssetDetails.ModelVersion
CreateDataAssetDetails.Name
CreateDataAssetDetails.Description
CreateDataAssetDetails.ObjectStatus
CreateDataAssetDetails.Identifier
CreateDataAssetDetails.ExternalKey
CreateDataAssetDetails.AssetProperties
CreateDataAssetDetails.RegistryMetadata
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 CreateDataAssetFromAmazonS3 : CreateDataAssetDetails

Properties

DefaultConnection

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

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