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. |
Bucket
Required
Bucket interface{}
- Type: interface{}
The name of source bucket to deploy from.
ObjectKey
Required
ObjectKey interface{}
- Type: interface{}
An object key in the source bucket to deploy from.
FileName
Optional
FileName *string
- Type: *string
The name of source local file to deploy from.