ApplicationCodeConfigurationArgs

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

Describes code configuration for an application.

Constructors

Link copied to clipboard
constructor(codeContent: Output<ApplicationCodeContentArgs>, codeContentType: Output<ApplicationCodeConfigurationCodeContentType>)

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.

Functions

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