OssExternalStoreProps
Properties for defining a OssExternalStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-ossexternalstore
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.OssExternalStoreProps {
AccessId: interface{},
AccessKey: interface{},
Bucket: interface{},
Columns: interface{},
Endpoint: interface{},
ExternalStoreName: interface{},
Objects: interface{},
Project: interface{},
StoreType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AccessId |
interface{} |
Property accessId: The AccessKey ID. |
AccessKey |
interface{} |
Property accessKey: The AccessKey secret. |
Bucket |
interface{} |
Property bucket: The name of the OSS bucket. |
Columns |
interface{} |
Property columns: The associated fields. |
Endpoint |
interface{} |
Property endpoint: The OSS endpoint. |
ExternalStoreName |
interface{} |
Property externalStoreName: The name of the external store. |
Objects |
interface{} |
Property objects: The associated OSS objects. |
Project |
interface{} |
Property project: A short description of struct. |
StoreType |
interface{} |
Property storeType: The type of the external store. |
AccessId
Required
AccessId interface{}
- Type: interface{}
Property accessId: The AccessKey ID.
AccessKey
Required
AccessKey interface{}
- Type: interface{}
Property accessKey: The AccessKey secret.
Bucket
Required
Bucket interface{}
- Type: interface{}
Property bucket: The name of the OSS bucket.
Columns
Required
Columns interface{}
- Type: interface{}
Property columns: The associated fields.
Endpoint
Required
Endpoint interface{}
- Type: interface{}
Property endpoint: The OSS endpoint.
ExternalStoreName
Required
ExternalStoreName interface{}
- Type: interface{}
Property externalStoreName: The name of the external store.
Objects
Required
Objects interface{}
- Type: interface{}
Property objects: The associated OSS objects.
Valid values of n: 1 to 100.
Project
Required
Project interface{}
- Type: interface{}
Property project: A short description of struct.
StoreType
Required
StoreType interface{}
- Type: interface{}
Property storeType: The type of the external store.
Set the value to oss.