GetMetaTagsPlainArgs

data class GetMetaTagsPlainArgs(val keyName: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetMetaTagsPlainArgs>

A collection of arguments for invoking getMetaTags.

Constructors

Link copied to clipboard
fun GetMetaTagsPlainArgs(keyName: String? = null, outputFile: String? = null)

Functions

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

Properties

Link copied to clipboard
val keyName: String? = null

The name of the key.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).