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. |
stackGroupName
Required
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 (_)
stackInstanceAccountId
Required
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.
stackInstanceRegionId
Required
public readonly stackInstanceRegionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property stackInstanceRegionId: The region to which the resource stack belongs.
outputOption
Optional
public readonly outputOption: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property outputOption: Whether to return the Outputs parameter resource stack output list.
refreshOptions
Optional
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.