Skip to content

LaunchTemplateProps

Properties for defining a LaunchTemplate.

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

Initializer

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

Properties

Name Type Description
LaunchTemplateId object Property launchTemplateId: Template ID.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

LaunchTemplateIdRequired

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

Property launchTemplateId: Template ID.


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.