Skip to content

StackInstanceProps

Properties for defining a StackInstance.

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

Initializer

from ros_cdk_ros import datasource
datasource.StackInstanceProps(
  stack_group_name: typing.Union[str, IResolvable],
  stack_instance_account_id: typing.Union[str, IResolvable],
  stack_instance_region_id: typing.Union[str, IResolvable],
  output_option: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
stack_group_name typing.Union[str, ros_cdk_core.IResolvable] Property stackGroupName: Resource stack group name.
stack_instance_account_id typing.Union[str, ros_cdk_core.IResolvable] Property stackInstanceAccountId: The target account ID to which the resource stack belongs.
stack_instance_region_id typing.Union[str, ros_cdk_core.IResolvable] Property stackInstanceRegionId: The region to which the resource stack belongs.
output_option typing.Union[str, ros_cdk_core.IResolvable] Property outputOption: Whether to return the Outputs parameter resource stack output list.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

stack_group_nameRequired

stack_group_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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 (_)


stack_instance_account_idRequired

stack_instance_account_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


stack_instance_region_idRequired

stack_instance_region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


output_optionOptional

output_option: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.