Skip to content

StackInstancesProps

Properties for defining a StackInstances.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros"
&alicloudroscdkros.StackInstancesProps {
    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{} Property regionIds: undefined.
StackGroupName interface{} Property stackGroupName: undefined.
AccountIds interface{} Property accountIds: undefined.
DeploymentTargets interface{} Property deploymentTargets: undefined.
DisableRollback interface{} Property disableRollback: undefined.
OperationDescription interface{} Property operationDescription: undefined.
OperationPreferences interface{} Property operationPreferences: undefined.
ParameterOverrides interface{} Property parameterOverrides: undefined.
RetainStacks interface{} Property retainStacks: undefined.
TimeoutInMinutes interface{} Property timeoutInMinutes: undefined.

RegionIdsRequired

RegionIds interface{}
  • Type: interface{}

Property regionIds: undefined.


StackGroupNameRequired

StackGroupName interface{}
  • Type: interface{}

Property stackGroupName: undefined.


AccountIdsOptional

AccountIds interface{}
  • Type: interface{}

Property accountIds: undefined.


DeploymentTargetsOptional

DeploymentTargets interface{}
  • Type: interface{}

Property deploymentTargets: undefined.


DisableRollbackOptional

DisableRollback interface{}
  • Type: interface{}

Property disableRollback: undefined.


OperationDescriptionOptional

OperationDescription interface{}
  • Type: interface{}

Property operationDescription: undefined.


OperationPreferencesOptional

OperationPreferences interface{}
  • Type: interface{}

Property operationPreferences: undefined.


ParameterOverridesOptional

ParameterOverrides interface{}
  • Type: interface{}

Property parameterOverrides: undefined.


RetainStacksOptional

RetainStacks interface{}
  • Type: interface{}

Property retainStacks: undefined.


TimeoutInMinutesOptional

TimeoutInMinutes interface{}
  • Type: interface{}

Property timeoutInMinutes: undefined.