Skip to content

LaunchTemplatesProps

Properties for defining a LaunchTemplates.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new LaunchTemplatesProps {
    object LaunchTemplateId = null,
    object LaunchTemplateName = null,
    object RefreshOptions = null,
    object TemplateResourceGroupId = null
};

Properties

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

LaunchTemplateIdOptional

public object LaunchTemplateId { get; set; }
  • Type: object

Property launchTemplateId: The ID of the launch template.


LaunchTemplateNameOptional

public object LaunchTemplateName { get; set; }
  • Type: object

Property launchTemplateName: The name of the launch template.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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 object TemplateResourceGroupId { get; set; }
  • Type: object

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