RosOssExternalStoreProps
Properties for defining a RosOssExternalStore.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-ossexternalstore
Initializer
import ros_cdk_sls
ros_cdk_sls.RosOssExternalStoreProps(
access_id: typing.Union[str, IResolvable],
access_key: typing.Union[str, IResolvable],
bucket: typing.Union[str, IResolvable],
columns: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ColumnsProperty]]],
endpoint: typing.Union[str, IResolvable],
external_store_name: typing.Union[str, IResolvable],
objects: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
project: typing.Union[str, IResolvable],
store_type: typing.Union[str, IResolvable]
)
Properties
| Name | Type | Description |
|---|---|---|
access_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
access_key |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
bucket |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
columns |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ColumnsProperty]]] |
No description. |
endpoint |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
external_store_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
objects |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] |
No description. |
project |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
store_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
access_idRequired
access_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
access_keyRequired
access_key: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
bucketRequired
bucket: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
columnsRequired
columns: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, ColumnsProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, ColumnsProperty]]]
endpointRequired
endpoint: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
external_store_nameRequired
external_store_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
objectsRequired
objects: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
projectRequired
project: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
store_typeRequired
store_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]