RosOssExternalStoreProps
Properties for defining a RosOssExternalStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-ossexternalstore
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosOssExternalStoreProps {
AccessId: interface{},
AccessKey: interface{},
Bucket: interface{},
Columns: interface{},
Endpoint: interface{},
ExternalStoreName: interface{},
Objects: interface{},
Project: interface{},
StoreType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AccessId |
interface{} |
No description. |
AccessKey |
interface{} |
No description. |
Bucket |
interface{} |
No description. |
Columns |
interface{} |
No description. |
Endpoint |
interface{} |
No description. |
ExternalStoreName |
interface{} |
No description. |
Objects |
interface{} |
No description. |
Project |
interface{} |
No description. |
StoreType |
interface{} |
No description. |
AccessId
Required
AccessId interface{}
- Type: interface{}
AccessKey
Required
AccessKey interface{}
- Type: interface{}
Bucket
Required
Bucket interface{}
- Type: interface{}
Columns
Required
Columns interface{}
- Type: interface{}
Endpoint
Required
Endpoint interface{}
- Type: interface{}
ExternalStoreName
Required
ExternalStoreName interface{}
- Type: interface{}
Objects
Required
Objects interface{}
- Type: interface{}
Project
Required
Project interface{}
- Type: interface{}
StoreType
Required
StoreType interface{}
- Type: interface{}