StorageProps
Properties for defining a Storage
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-storage
Initializer
import { StorageProps } from '@alicloud/ros-cdk-vod'
const storageProps: StorageProps = { ... }
Properties
Name | Type | Description |
---|---|---|
storageLocation |
string | @alicloud/ros-cdk-core.IResolvable |
Property storageLocation: Storage address. |
storageType |
string | @alicloud/ros-cdk-core.IResolvable |
Property storageType: Storage Type. |
defaultUpload |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property defaultUpload: Whether to upload by default. |
storageLocation
Required
public readonly storageLocation: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property storageLocation: Storage address.
storageType
Required
public readonly storageType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property storageType: Storage Type.
defaultUpload
Optional
public readonly defaultUpload: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property defaultUpload: Whether to upload by default.