StackInstanceProps
Properties for defining a StackInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ros-stackinstance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros/datasource"
&datasource.StackInstanceProps {
StackGroupName: interface{},
StackInstanceAccountId: interface{},
StackInstanceRegionId: interface{},
OutputOption: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
StackGroupName |
interface{} |
Property stackGroupName: Resource stack group name. |
StackInstanceAccountId |
interface{} |
Property stackInstanceAccountId: The target account ID to which the resource stack belongs. |
StackInstanceRegionId |
interface{} |
Property stackInstanceRegionId: The region to which the resource stack belongs. |
OutputOption |
interface{} |
Property outputOption: Whether to return the Outputs parameter resource stack output list. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
StackGroupName
Required
StackGroupName interface{}
- Type: interface{}
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
StackInstanceAccountId interface{}
- Type: interface{}
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
StackInstanceRegionId interface{}
- Type: interface{}
Property stackInstanceRegionId: The region to which the resource stack belongs.
OutputOption
Optional
OutputOption interface{}
- Type: interface{}
Property outputOption: Whether to return the Outputs parameter resource stack output list.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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.