ApigatewayApiConfigFileArgs

data class ApigatewayApiConfigFileArgs(val contents: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<ApigatewayApiConfigFileArgs>

A lightweight description of a file.

Constructors

Link copied to clipboard
fun ApigatewayApiConfigFileArgs(contents: Output<String>? = null, path: Output<String>? = null)

Functions

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

Properties

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

The bytes that constitute the file.

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

The file path (full or relative path). This is typically the path of the file when it is uploaded.