Skip to content

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.

AccessIdRequired

AccessId interface{}
  • Type: interface{}

Property accessId: The AccessKey ID.


AccessKeyRequired

AccessKey interface{}
  • Type: interface{}

Property accessKey: The AccessKey secret.


BucketRequired

Bucket interface{}
  • Type: interface{}

Property bucket: The name of the OSS bucket.


ColumnsRequired

Columns interface{}
  • Type: interface{}

Property columns: The associated fields.


EndpointRequired

Endpoint interface{}
  • Type: interface{}

Property endpoint: The OSS endpoint.


ExternalStoreNameRequired

ExternalStoreName interface{}
  • Type: interface{}

Property externalStoreName: The name of the external store.


ObjectsRequired

Objects interface{}
  • Type: interface{}

Property objects: The associated OSS objects.

Valid values of n: 1 to 100.


ProjectRequired

Project interface{}
  • Type: interface{}

Property project: A short description of struct.


StoreTypeRequired

StoreType interface{}
  • Type: interface{}

Property storeType: The type of the external store.

Set the value to oss.