Skip to content

SourceConfig

Source information.

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkossdeployment"
&alicloudroscdkossdeployment.SourceConfig {
    Bucket: interface{},
    ObjectKey: interface{},
    FileName: *string,
}

Properties

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

BucketRequired

Bucket interface{}
  • Type: interface{}

The name of source bucket to deploy from.


ObjectKeyRequired

ObjectKey interface{}
  • Type: interface{}

An object key in the source bucket to deploy from.


FileNameOptional

FileName *string
  • Type: *string

The name of source local file to deploy from.


Classes