fileStep

@JvmName(name = "dwauxiifhyqytaom")
suspend fun fileStep(value: Output<RegistryTaskFileStepArgs>)
@JvmName(name = "xvywujaseygpgqbp")
suspend fun fileStep(value: RegistryTaskFileStepArgs?)

Parameters

value

A file_step block as defined below.

NOTE: For non-system task (when is_system_task is set to false), one and only one of the docker_step, encoded_step and file_step should be specified.


@JvmName(name = "swatvtympsacrypp")
suspend fun fileStep(argument: suspend RegistryTaskFileStepArgsBuilder.() -> Unit)

Parameters

argument

A file_step block as defined below.

NOTE: For non-system task (when is_system_task is set to false), one and only one of the docker_step, encoded_step and file_step should be specified.