Skip to content

RosSleepProps

Properties for defining a RosSleep.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros"
&alicloudroscdkros.RosSleepProps {
    CreateDuration: interface{},
    DeleteDuration: interface{},
    Triggers: interface{},
    UpdateDuration: interface{},
    UpdateRollbackDuration: interface{},
}

Properties

Name Type Description
CreateDuration interface{} No description.
DeleteDuration interface{} No description.
Triggers interface{} No description.
UpdateDuration interface{} No description.
UpdateRollbackDuration interface{} No description.

CreateDurationOptional

CreateDuration interface{}
  • Type: interface{}

DeleteDurationOptional

DeleteDuration interface{}
  • Type: interface{}

TriggersOptional

Triggers interface{}
  • Type: interface{}

UpdateDurationOptional

UpdateDuration interface{}
  • Type: interface{}

UpdateRollbackDurationOptional

UpdateRollbackDuration interface{}
  • Type: interface{}