ApplicationCodeConfigurationArgs

data class ApplicationCodeConfigurationArgs(val codeContent: Output<ApplicationCodeContentArgs>, val codeContentType: Output<ApplicationCodeConfigurationCodeContentType>) : ConvertibleToJava<ApplicationCodeConfigurationArgs>

Describes code configuration for an application.

Constructors

Functions

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

Properties

Link copied to clipboard

The location and type of the application code.

Link copied to clipboard

Specifies whether the code content is in text or zip format.