StackInstancesProps
Properties for defining a StackInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-stackinstances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ros;
new StackInstancesProps {
object RegionIds,
object StackGroupName,
object AccountIds = null,
object DeploymentTargets = null,
object DisableRollback = null,
object OperationDescription = null,
object OperationPreferences = null,
object ParameterOverrides = null,
object RetainStacks = null,
object TimeoutInMinutes = null
};
Properties
Name | Type | Description |
---|---|---|
RegionIds |
object |
Property regionIds: undefined. |
StackGroupName |
object |
Property stackGroupName: undefined. |
AccountIds |
object |
Property accountIds: undefined. |
DeploymentTargets |
object |
Property deploymentTargets: undefined. |
DisableRollback |
object |
Property disableRollback: undefined. |
OperationDescription |
object |
Property operationDescription: undefined. |
OperationPreferences |
object |
Property operationPreferences: undefined. |
ParameterOverrides |
object |
Property parameterOverrides: undefined. |
RetainStacks |
object |
Property retainStacks: undefined. |
TimeoutInMinutes |
object |
Property timeoutInMinutes: undefined. |
RegionIds
Required
public object RegionIds { get; set; }
- Type: object
Property regionIds: undefined.
StackGroupName
Required
public object StackGroupName { get; set; }
- Type: object
Property stackGroupName: undefined.
AccountIds
Optional
public object AccountIds { get; set; }
- Type: object
Property accountIds: undefined.
DeploymentTargets
Optional
public object DeploymentTargets { get; set; }
- Type: object
Property deploymentTargets: undefined.
DisableRollback
Optional
public object DisableRollback { get; set; }
- Type: object
Property disableRollback: undefined.
OperationDescription
Optional
public object OperationDescription { get; set; }
- Type: object
Property operationDescription: undefined.
OperationPreferences
Optional
public object OperationPreferences { get; set; }
- Type: object
Property operationPreferences: undefined.
ParameterOverrides
Optional
public object ParameterOverrides { get; set; }
- Type: object
Property parameterOverrides: undefined.
RetainStacks
Optional
public object RetainStacks { get; set; }
- Type: object
Property retainStacks: undefined.
TimeoutInMinutes
Optional
public object TimeoutInMinutes { get; set; }
- Type: object
Property timeoutInMinutes: undefined.