twoLineElements

@JvmName(name = "qdbhvngqmynydjjh")
suspend fun twoLineElements(value: Output<List<String>>)
@JvmName(name = "ynlkcyogufyvrfwl")
suspend fun twoLineElements(value: List<String>?)

Parameters

value

A list of the two line elements (TLE), the first string being the first of the TLE, the second string being the second line of the TLE. Changing this forces a new resource to be created.


@JvmName(name = "jndwpvlerrmqrrct")
suspend fun twoLineElements(vararg values: Output<String>)


@JvmName(name = "bsmwitlqhlsfygux")
suspend fun twoLineElements(values: List<Output<String>>)
@JvmName(name = "djfexxpjwksabete")
suspend fun twoLineElements(vararg values: String)

Parameters

values

A list of the two line elements (TLE), the first string being the first of the TLE, the second string being the second line of the TLE. Changing this forces a new resource to be created.