GetLaunchTemplatePlainArgs

data class GetLaunchTemplatePlainArgs(val filters: List<GetLaunchTemplateFilter>? = null, val id: String? = null, val name: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetLaunchTemplatePlainArgs>

A collection of arguments for invoking getLaunchTemplate.

Constructors

Link copied to clipboard
constructor(filters: List<GetLaunchTemplateFilter>? = null, id: String? = null, name: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Configuration block(s) for filtering. Detailed below.

Link copied to clipboard
val id: String? = null

ID of the specific launch template to retrieve.

Link copied to clipboard
val name: String? = null

Name of the launch template.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired Launch Template.

Functions

Link copied to clipboard
open override fun toJava(): GetLaunchTemplatePlainArgs