StorageProps
Properties for defining a Storage
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-storage
Initializer
import ros_cdk_vod
ros_cdk_vod.StorageProps(
storage_location: typing.Union[str, IResolvable],
storage_type: typing.Union[str, IResolvable],
default_upload: typing.Union[bool, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
storage_location |
typing.Union[str, ros_cdk_core.IResolvable] |
Property storageLocation: Storage address. |
storage_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property storageType: Storage Type. |
default_upload |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property defaultUpload: Whether to upload by default. |
storage_location
Required
storage_location: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property storageLocation: Storage address.
storage_type
Required
storage_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property storageType: Storage Type.
default_upload
Optional
default_upload: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property defaultUpload: Whether to upload by default.