Skip to content

RosStateConfigurationProps

Properties for defining a RosStateConfiguration.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
&alicloudroscdkoos.RosStateConfigurationProps {
    ScheduleExpression: interface{},
    ScheduleType: interface{},
    Targets: interface{},
    TemplateName: interface{},
    ConfigureMode: interface{},
    Description: interface{},
    Parameters: interface{},
    ResourceGroupId: interface{},
    Tags: *map[string]interface{},
    TemplateVersion: interface{},
}

Properties

Name Type Description
ScheduleExpression interface{} No description.
ScheduleType interface{} No description.
Targets interface{} No description.
TemplateName interface{} No description.
ConfigureMode interface{} No description.
Description interface{} No description.
Parameters interface{} No description.
ResourceGroupId interface{} No description.
Tags *map[string]interface{} No description.
TemplateVersion interface{} No description.

ScheduleExpressionRequired

ScheduleExpression interface{}
  • Type: interface{}

ScheduleTypeRequired

ScheduleType interface{}
  • Type: interface{}

TargetsRequired

Targets interface{}
  • Type: interface{}

TemplateNameRequired

TemplateName interface{}
  • Type: interface{}

ConfigureModeOptional

ConfigureMode interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

ParametersOptional

Parameters interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

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

TemplateVersionOptional

TemplateVersion interface{}
  • Type: interface{}