twoLineElements

@JvmName(name = "lkvaejcwmwtjkaql")
suspend fun twoLineElements(value: Output<List<String>>)
@JvmName(name = "dwkrbwfhcjhuwxja")
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 = "clawrctknafskkta")
suspend fun twoLineElements(vararg values: Output<String>)


@JvmName(name = "cnorccvpdedunbpp")
suspend fun twoLineElements(values: List<Output<String>>)
@JvmName(name = "cooogdjuxeugexha")
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.