SourceConfig
Source information.
Initializer
import { SourceConfig } from '@alicloud/ros-cdk-ossdeployment'
const sourceConfig: SourceConfig = { ... }
Properties
Name | Type | Description |
---|---|---|
bucket |
string | @alicloud/ros-cdk-core.IResolvable |
The name of source bucket to deploy from. |
objectKey |
string | @alicloud/ros-cdk-core.IResolvable |
An object key in the source bucket to deploy from. |
fileName |
string |
The name of source local file to deploy from. |
bucket
Required
public readonly bucket: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
The name of source bucket to deploy from.
objectKey
Required
public readonly objectKey: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
An object key in the source bucket to deploy from.
fileName
Optional
public readonly fileName: string;
- Type: string
The name of source local file to deploy from.