Skip to content

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.

AccessIdRequired

AccessId interface{}
  • Type: interface{}

AccessKeyRequired

AccessKey interface{}
  • Type: interface{}

BucketRequired

Bucket interface{}
  • Type: interface{}

ColumnsRequired

Columns interface{}
  • Type: interface{}

EndpointRequired

Endpoint interface{}
  • Type: interface{}

ExternalStoreNameRequired

ExternalStoreName interface{}
  • Type: interface{}

ObjectsRequired

Objects interface{}
  • Type: interface{}

ProjectRequired

Project interface{}
  • Type: interface{}

StoreTypeRequired

StoreType interface{}
  • Type: interface{}