Get Ecs Launch Templates Plain Args
data class GetEcsLaunchTemplatesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val launchTemplateName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val templateResourceGroupId: String? = null, val templateTags: Map<String, String>? = null) : ConvertibleToJava<GetEcsLaunchTemplatesPlainArgs>
A collection of arguments for invoking getEcsLaunchTemplates.
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
The Launch Template Name.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The template resource group id.
Link copied to clipboard
The template tags.