Skip to content

RosExecutionProps

Properties for defining a RosExecution.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
&alicloudroscdkoos.RosExecutionProps {
    Description: interface{},
    LoopMode: interface{},
    Mode: interface{},
    Parameters: interface{},
    ParentExecutionId: interface{},
    ResourceGroupId: interface{},
    ResourceOptions: interface{},
    SafetyCheck: interface{},
    Tags: *map[string]interface{},
    TemplateContent: interface{},
    TemplateName: interface{},
    TemplateUrl: interface{},
    TemplateVersion: interface{},
}

Properties

Name Type Description
Description interface{} No description.
LoopMode interface{} No description.
Mode interface{} No description.
Parameters interface{} No description.
ParentExecutionId interface{} No description.
ResourceGroupId interface{} No description.
ResourceOptions interface{} No description.
SafetyCheck interface{} No description.
Tags *map[string]interface{} No description.
TemplateContent interface{} No description.
TemplateName interface{} No description.
TemplateUrl interface{} No description.
TemplateVersion interface{} No description.

DescriptionOptional

Description interface{}
  • Type: interface{}

LoopModeOptional

LoopMode interface{}
  • Type: interface{}

ModeOptional

Mode interface{}
  • Type: interface{}

ParametersOptional

Parameters interface{}
  • Type: interface{}

ParentExecutionIdOptional

ParentExecutionId interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

ResourceOptionsOptional

ResourceOptions interface{}
  • Type: interface{}

SafetyCheckOptional

SafetyCheck interface{}
  • Type: interface{}

TagsOptional

Tags *map[string]interface{}
  • Type: *map[string]interface{}

TemplateContentOptional

TemplateContent interface{}
  • Type: interface{}

TemplateNameOptional

TemplateName interface{}
  • Type: interface{}

TemplateUrlOptional

TemplateUrl interface{}
  • Type: interface{}

TemplateVersionOptional

TemplateVersion interface{}
  • Type: interface{}