Skip to content

RosStackInstancesProps

Properties for defining a RosStackInstances.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros"
&alicloudroscdkros.RosStackInstancesProps {
    RegionIds: interface{},
    StackGroupName: interface{},
    AccountIds: interface{},
    DeploymentTargets: interface{},
    DisableRollback: interface{},
    OperationDescription: interface{},
    OperationPreferences: interface{},
    ParameterOverrides: interface{},
    RetainStacks: interface{},
    TimeoutInMinutes: interface{},
}

Properties

Name Type Description
RegionIds interface{} No description.
StackGroupName interface{} No description.
AccountIds interface{} No description.
DeploymentTargets interface{} No description.
DisableRollback interface{} No description.
OperationDescription interface{} No description.
OperationPreferences interface{} No description.
ParameterOverrides interface{} No description.
RetainStacks interface{} No description.
TimeoutInMinutes interface{} No description.

RegionIdsRequired

RegionIds interface{}
  • Type: interface{}

StackGroupNameRequired

StackGroupName interface{}
  • Type: interface{}

AccountIdsOptional

AccountIds interface{}
  • Type: interface{}

DeploymentTargetsOptional

DeploymentTargets interface{}
  • Type: interface{}

DisableRollbackOptional

DisableRollback interface{}
  • Type: interface{}

OperationDescriptionOptional

OperationDescription interface{}
  • Type: interface{}

OperationPreferencesOptional

OperationPreferences interface{}
  • Type: interface{}

ParameterOverridesOptional

ParameterOverrides interface{}
  • Type: interface{}

RetainStacksOptional

RetainStacks interface{}
  • Type: interface{}

TimeoutInMinutesOptional

TimeoutInMinutes interface{}
  • Type: interface{}