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. |
RegionIds
Required
RegionIds interface{}
- Type: interface{}
Property regionIds: undefined.
StackGroupName
Required
StackGroupName interface{}
- Type: interface{}
Property stackGroupName: undefined.
AccountIds
Optional
AccountIds interface{}
- Type: interface{}
Property accountIds: undefined.
DeploymentTargets
Optional
DeploymentTargets interface{}
- Type: interface{}
Property deploymentTargets: undefined.
DisableRollback
Optional
DisableRollback interface{}
- Type: interface{}
Property disableRollback: undefined.
OperationDescription
Optional
OperationDescription interface{}
- Type: interface{}
Property operationDescription: undefined.
OperationPreferences
Optional
OperationPreferences interface{}
- Type: interface{}
Property operationPreferences: undefined.
ParameterOverrides
Optional
ParameterOverrides interface{}
- Type: interface{}
Property parameterOverrides: undefined.
RetainStacks
Optional
RetainStacks interface{}
- Type: interface{}
Property retainStacks: undefined.
TimeoutInMinutes
Optional
TimeoutInMinutes interface{}
- Type: interface{}
Property timeoutInMinutes: undefined.