Skip to content

RosProjectProps

Properties for defining a RosProject.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-project

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmaxcompute"
&alicloudroscdkmaxcompute.RosProjectProps {
    Name: interface{},
    ChargeType: interface{},
    Comment: interface{},
    DefaultQuota: interface{},
    IpWhiteList: interface{},
    Properties: interface{},
}

Properties

Name Type Description
Name interface{} No description.
ChargeType interface{} No description.
Comment interface{} No description.
DefaultQuota interface{} No description.
IpWhiteList interface{} No description.
Properties interface{} No description.

NameRequired

Name interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

CommentOptional

Comment interface{}
  • Type: interface{}

DefaultQuotaOptional

DefaultQuota interface{}
  • Type: interface{}

IpWhiteListOptional

IpWhiteList interface{}
  • Type: interface{}

PropertiesOptional

Properties interface{}
  • Type: interface{}