InstanceEcsListArgs

data class InstanceEcsListArgs(val ecsId: Output<String>? = null) : ConvertibleToJava<InstanceEcsListArgs>

Constructors

Link copied to clipboard
constructor(ecsId: Output<String>? = null)

Properties

Link copied to clipboard
val ecsId: Output<String>? = null

The ID of the ECS instance. The following arguments will be discarded. Please use new fields as soon as possible:

Functions

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