OssExternalStoreProps
Properties for defining a OssExternalStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-ossexternalstore
Initializer
import { OssExternalStoreProps } from '@alicloud/ros-cdk-sls'
const ossExternalStoreProps: OssExternalStoreProps = { ... }
Properties
Name | Type | Description |
---|---|---|
accessId |
string | @alicloud/ros-cdk-core.IResolvable |
Property accessId: The AccessKey ID. |
accessKey |
string | @alicloud/ros-cdk-core.IResolvable |
Property accessKey: The AccessKey secret. |
bucket |
string | @alicloud/ros-cdk-core.IResolvable |
Property bucket: The name of the OSS bucket. |
columns |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ColumnsProperty[] |
Property columns: The associated fields. |
endpoint |
string | @alicloud/ros-cdk-core.IResolvable |
Property endpoint: The OSS endpoint. |
externalStoreName |
string | @alicloud/ros-cdk-core.IResolvable |
Property externalStoreName: The name of the external store. |
objects |
@alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] |
Property objects: The associated OSS objects. |
project |
string | @alicloud/ros-cdk-core.IResolvable |
Property project: A short description of struct. |
storeType |
string | @alicloud/ros-cdk-core.IResolvable |
Property storeType: The type of the external store. |
accessId
Required
public readonly accessId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accessId: The AccessKey ID.
accessKey
Required
public readonly accessKey: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accessKey: The AccessKey secret.
bucket
Required
public readonly bucket: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property bucket: The name of the OSS bucket.
columns
Required
public readonly columns: IResolvable | IResolvable | ColumnsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ColumnsProperty[]
Property columns: The associated fields.
endpoint
Required
public readonly endpoint: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property endpoint: The OSS endpoint.
externalStoreName
Required
public readonly externalStoreName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property externalStoreName: The name of the external store.
objects
Required
public readonly objects: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property objects: The associated OSS objects.
Valid values of n: 1 to 100.
project
Required
public readonly project: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property project: A short description of struct.
storeType
Required
public readonly storeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property storeType: The type of the external store.
Set the value to oss.