Skip to content

StackInstancesProps

Properties for defining a StackInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ros-stackinstances

Initializer

import ros_cdk_ros
ros_cdk_ros.StackInstancesProps(
  region_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
  stack_group_name: typing.Union[str, IResolvable],
  account_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  deployment_targets: typing.Union[IResolvable, DeploymentTargetsProperty] = None,
  disable_rollback: typing.Union[bool, IResolvable] = None,
  operation_description: typing.Union[str, IResolvable] = None,
  operation_preferences: typing.Union[IResolvable, OperationPreferencesProperty] = None,
  parameter_overrides: typing.Union[IResolvable, typing.Mapping[typing.Any]] = None,
  retain_stacks: typing.Union[bool, IResolvable] = None,
  timeout_in_minutes: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
region_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property regionIds: undefined.
stack_group_name typing.Union[str, ros_cdk_core.IResolvable] Property stackGroupName: undefined.
account_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property accountIds: undefined.
deployment_targets typing.Union[ros_cdk_core.IResolvable, DeploymentTargetsProperty] Property deploymentTargets: undefined.
disable_rollback typing.Union[bool, ros_cdk_core.IResolvable] Property disableRollback: undefined.
operation_description typing.Union[str, ros_cdk_core.IResolvable] Property operationDescription: undefined.
operation_preferences typing.Union[ros_cdk_core.IResolvable, OperationPreferencesProperty] Property operationPreferences: undefined.
parameter_overrides typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] Property parameterOverrides: undefined.
retain_stacks typing.Union[bool, ros_cdk_core.IResolvable] Property retainStacks: undefined.
timeout_in_minutes typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property timeoutInMinutes: undefined.

region_idsRequired

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

Property regionIds: undefined.


stack_group_nameRequired

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

Property stackGroupName: undefined.


account_idsOptional

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

Property accountIds: undefined.


deployment_targetsOptional

deployment_targets: typing.Union[IResolvable, DeploymentTargetsProperty]

Property deploymentTargets: undefined.


disable_rollbackOptional

disable_rollback: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property disableRollback: undefined.


operation_descriptionOptional

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

Property operationDescription: undefined.


operation_preferencesOptional

operation_preferences: typing.Union[IResolvable, OperationPreferencesProperty]

Property operationPreferences: undefined.


parameter_overridesOptional

parameter_overrides: typing.Union[IResolvable, typing.Mapping[typing.Any]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]

Property parameterOverrides: undefined.


retain_stacksOptional

retain_stacks: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property retainStacks: undefined.


timeout_in_minutesOptional

timeout_in_minutes: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property timeoutInMinutes: undefined.