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. |
LaunchTemplateId
Optional
public object LaunchTemplateId { get; set; }
- Type: object
Property launchTemplateId: The ID of the launch template.
LaunchTemplateName
Optional
public object LaunchTemplateName { get; set; }
- Type: object
Property launchTemplateName: The name of the launch template.
RefreshOptions
Optional
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.
TemplateResourceGroupId
Optional
public object TemplateResourceGroupId { get; set; }
- Type: object
Property templateResourceGroupId: The ID of the enterprise resource group to which the template is launched.