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. |
StackGroupName
Required
public object StackGroupName { get; set; }
- Type: object
StackInstanceAccountId
Required
public object StackInstanceAccountId { get; set; }
- Type: object
StackInstanceRegionId
Required
public object StackInstanceRegionId { get; set; }
- Type: object
OutputOption
Optional
public object OutputOption { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object