Skip to content

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.

RegionIdsRequired

public object RegionIds { get; set; }
  • Type: object

Property regionIds: undefined.


StackGroupNameRequired

public object StackGroupName { get; set; }
  • Type: object

Property stackGroupName: undefined.


AccountIdsOptional

public object AccountIds { get; set; }
  • Type: object

Property accountIds: undefined.


DeploymentTargetsOptional

public object DeploymentTargets { get; set; }
  • Type: object

Property deploymentTargets: undefined.


DisableRollbackOptional

public object DisableRollback { get; set; }
  • Type: object

Property disableRollback: undefined.


OperationDescriptionOptional

public object OperationDescription { get; set; }
  • Type: object

Property operationDescription: undefined.


OperationPreferencesOptional

public object OperationPreferences { get; set; }
  • Type: object

Property operationPreferences: undefined.


ParameterOverridesOptional

public object ParameterOverrides { get; set; }
  • Type: object

Property parameterOverrides: undefined.


RetainStacksOptional

public object RetainStacks { get; set; }
  • Type: object

Property retainStacks: undefined.


TimeoutInMinutesOptional

public object TimeoutInMinutes { get; set; }
  • Type: object

Property timeoutInMinutes: undefined.