LaunchTemplatesProps
Properties for defining a LaunchTemplates
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-launchtemplates
Initializer
from ros_cdk_ecs import datasource
datasource.LaunchTemplatesProps(
launch_template_id: typing.Union[str, IResolvable] = None,
launch_template_name: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
template_resource_group_id: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
launch_template_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property launchTemplateId: The ID of the launch template. |
launch_template_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property launchTemplateName: The name of the launch template. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
template_resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property templateResourceGroupId: The ID of the enterprise resource group to which the template is launched. |
launch_template_id
Optional
launch_template_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property launchTemplateId: The ID of the launch template.
launch_template_name
Optional
launch_template_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property launchTemplateName: The name of the launch template.
refresh_options
Optional
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.
template_resource_group_id
Optional
template_resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property templateResourceGroupId: The ID of the enterprise resource group to which the template is launched.