Skip to content

LaunchTemplatesProps

Properties for defining a LaunchTemplates.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.LaunchTemplatesProps {
    LaunchTemplateId: interface{},
    LaunchTemplateName: interface{},
    RefreshOptions: interface{},
    TemplateResourceGroupId: interface{},
}

Properties

Name Type Description
LaunchTemplateId interface{} Property launchTemplateId: The ID of the launch template.
LaunchTemplateName interface{} Property launchTemplateName: The name of the launch template.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
TemplateResourceGroupId interface{} Property templateResourceGroupId: The ID of the enterprise resource group to which the template is launched.

LaunchTemplateIdOptional

LaunchTemplateId interface{}
  • Type: interface{}

Property launchTemplateId: The ID of the launch template.


LaunchTemplateNameOptional

LaunchTemplateName interface{}
  • Type: interface{}

Property launchTemplateName: The name of the launch template.


RefreshOptionsOptional

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.

TemplateResourceGroupIdOptional

TemplateResourceGroupId interface{}
  • Type: interface{}

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