Skip to content

StackInstanceProps

Properties for defining a StackInstance.

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

Initializer

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

Properties

Name Type Description
StackGroupName object Property stackGroupName: Resource stack group name.
StackInstanceAccountId object Property stackInstanceAccountId: The target account ID to which the resource stack belongs.
StackInstanceRegionId object Property stackInstanceRegionId: The region to which the resource stack belongs.
OutputOption object Property outputOption: Whether to return the Outputs parameter resource stack output list.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

StackGroupNameRequired

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

Property stackGroupName: Resource stack group name.

Names are unique within a single region. The length must not exceed 255 characters, must start with a number or an English letter, and can contain numbers, English letters, dashes (-) and underscores (_)


StackInstanceAccountIdRequired

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

Property stackInstanceAccountId: The target account ID to which the resource stack belongs.

In the self-service management permission mode, the account is an Alibaba Cloud account. In service management permission mode, this account is a member account of the resource directory.


StackInstanceRegionIdRequired

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

Property stackInstanceRegionId: The region to which the resource stack belongs.


OutputOptionOptional

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

Property outputOption: Whether to return the Outputs parameter resource stack output list.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.