ExtensionActionPointArgs

data class ExtensionActionPointArgs(val actions: Output<List<ExtensionActionPointActionArgs>>, val point: Output<String>) : ConvertibleToJava<ExtensionActionPointArgs>

Constructors

Link copied to clipboard
constructor(actions: Output<List<ExtensionActionPointActionArgs>>, point: Output<String>)

Properties

Link copied to clipboard

An action defines the tasks the extension performs during the AppConfig workflow. Detailed below.

Link copied to clipboard
val point: Output<String>

The point at which to perform the defined actions. Valid points are PRE_CREATE_HOSTED_CONFIGURATION_VERSION, PRE_START_DEPLOYMENT, ON_DEPLOYMENT_START, ON_DEPLOYMENT_STEP, ON_DEPLOYMENT_BAKING, ON_DEPLOYMENT_COMPLETE, ON_DEPLOYMENT_ROLLED_BACK.

Functions

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