Skip to content

RosObjectAclProps

Properties for defining a RosObjectAcl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oss-objectacl

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoss"
&alicloudroscdkoss.RosObjectAclProps {
    Bucket: interface{},
    ObjectAcl: interface{},
    ObjectKey: interface{},
}

Properties

Name Type Description
Bucket interface{} No description.
ObjectAcl interface{} No description.
ObjectKey interface{} No description.

BucketRequired

Bucket interface{}
  • Type: interface{}

ObjectAclRequired

ObjectAcl interface{}
  • Type: interface{}

ObjectKeyRequired

ObjectKey interface{}
  • Type: interface{}