Skip to content

RosStackInstanceProps

Properties for defining a RosStackInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ros-stackinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ros;
new RosStackInstanceProps {
    object StackGroupName,
    object StackInstanceAccountId,
    object StackInstanceRegionId,
    object OutputOption = null,
    object RefreshOptions = null
};

Properties

Name Type Description
StackGroupName object No description.
StackInstanceAccountId object No description.
StackInstanceRegionId object No description.
OutputOption object No description.
RefreshOptions object No description.

StackGroupNameRequired

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

StackInstanceAccountIdRequired

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

StackInstanceRegionIdRequired

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

OutputOptionOptional

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

RefreshOptionsOptional

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