Skip to content

LaunchTemplatesProps

Properties for defining a LaunchTemplates.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-ecs'
const launchTemplatesProps: datasource.LaunchTemplatesProps = { ... }

Properties

Name Type Description
launchTemplateId string | @alicloud/ros-cdk-core.IResolvable Property launchTemplateId: The ID of the launch template.
launchTemplateName string | @alicloud/ros-cdk-core.IResolvable Property launchTemplateName: The name of the launch template.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
templateResourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property templateResourceGroupId: The ID of the enterprise resource group to which the template is launched.

launchTemplateIdOptional

public readonly launchTemplateId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property launchTemplateId: The ID of the launch template.


launchTemplateNameOptional

public readonly launchTemplateName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property launchTemplateName: The name of the launch template.


refreshOptionsOptional

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.


templateResourceGroupIdOptional

public readonly templateResourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property templateResourceGroupId: The ID of the enterprise resource group to which the template is launched.