AliCloudDestination
Destination for assets that need to be uploaded to AliCloud.
Initializer
import { AliCloudDestination } from '@alicloud/ros-cdk-assembly-schema'
const aliCloudDestination: AliCloudDestination = { ... }
Properties
Name | Type | Description |
---|---|---|
region |
string |
The region where this asset will need to be published. |
region
Optional
public readonly region: string;
- Type: string
- Default: Current region
The region where this asset will need to be published.