LinkArgs

data class LinkArgs(val labelTemplate: Output<String>? = null, val resourceTypes: Output<List<LinkResourceType>>? = null, val sinkIdentifier: Output<String>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<LinkArgs>

Definition of AWS::Oam::Link Resource Type

Constructors

Link copied to clipboard
fun LinkArgs(labelTemplate: Output<String>? = null, resourceTypes: Output<List<LinkResourceType>>? = null, sinkIdentifier: Output<String>? = null, tags: Output<Any>? = null)

Functions

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

Properties

Link copied to clipboard
val labelTemplate: Output<String>? = null
Link copied to clipboard
val resourceTypes: Output<List<LinkResourceType>>? = null
Link copied to clipboard
val sinkIdentifier: Output<String>? = null
Link copied to clipboard
val tags: Output<Any>? = null

Tags to apply to the link