Skip to content

SourceConfig

Source information.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ossdeployment;
new SourceConfig {
    object Bucket,
    object ObjectKey,
    string FileName = null
};

Properties

Name Type Description
Bucket object The name of source bucket to deploy from.
ObjectKey object An object key in the source bucket to deploy from.
FileName string The name of source local file to deploy from.

BucketRequired

public object Bucket { get; set; }
  • Type: object

The name of source bucket to deploy from.


ObjectKeyRequired

public object ObjectKey { get; set; }
  • Type: object

An object key in the source bucket to deploy from.


FileNameOptional

public string FileName { get; set; }
  • Type: string

The name of source local file to deploy from.


Classes