Skip to content

RosCustomResourceProps

Properties for defining a RosCustomResource.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros"
&alicloudroscdkros.RosCustomResourceProps {
    ServiceToken: interface{},
    Timeout: interface{},
    HttpConfig: interface{},
    Parameters: interface{},
}

Properties

Name Type Description
ServiceToken interface{} No description.
Timeout interface{} No description.
HttpConfig interface{} No description.
Parameters interface{} No description.

ServiceTokenRequired

ServiceToken interface{}
  • Type: interface{}

TimeoutRequired

Timeout interface{}
  • Type: interface{}

HttpConfigOptional

HttpConfig interface{}
  • Type: interface{}

ParametersOptional

Parameters interface{}
  • Type: interface{}