Skip to content

RosStackInstancesProps

Properties for defining a RosStackInstances.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ros;
new RosStackInstancesProps {
    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 No description.
StackGroupName object No description.
AccountIds object No description.
DeploymentTargets object No description.
DisableRollback object No description.
OperationDescription object No description.
OperationPreferences object No description.
ParameterOverrides object No description.
RetainStacks object No description.
TimeoutInMinutes object No description.

RegionIdsRequired

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

StackGroupNameRequired

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

AccountIdsOptional

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

DeploymentTargetsOptional

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

DisableRollbackOptional

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

OperationDescriptionOptional

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

OperationPreferencesOptional

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

ParameterOverridesOptional

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

RetainStacksOptional

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

TimeoutInMinutesOptional

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