Skip to content

StackInstanceProps

Properties for defining a StackInstance.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-ros'
const stackInstanceProps: datasource.StackInstanceProps = { ... }

Properties

Name Type Description
stackGroupName string | @alicloud/ros-cdk-core.IResolvable Property stackGroupName: Resource stack group name.
stackInstanceAccountId string | @alicloud/ros-cdk-core.IResolvable Property stackInstanceAccountId: The target account ID to which the resource stack belongs.
stackInstanceRegionId string | @alicloud/ros-cdk-core.IResolvable Property stackInstanceRegionId: The region to which the resource stack belongs.
outputOption string | @alicloud/ros-cdk-core.IResolvable Property outputOption: Whether to return the Outputs parameter resource stack output list.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

stackGroupNameRequired

public readonly stackGroupName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly stackInstanceAccountId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly stackInstanceRegionId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


outputOptionOptional

public readonly outputOption: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.