environment

@JvmName(name = "spvoawswmnbeetbo")
suspend fun environment(value: Output<EnvironmentArgs>)
@JvmName(name = "iobppmmxikuuxpfs")
suspend fun environment(value: EnvironmentArgs?)

Parameters

value

This is a field that can be used to capture information about the environment. It is suggested for this field to contain information that details environment variables, filesystem information, and the present working directory. The recommended structure of this field is: "environment": { "custom_values": { "variables": "", "filesystem": "", "workdir": "", "": "..." } }


@JvmName(name = "cwkkeqtergawalaj")
suspend fun environment(argument: suspend EnvironmentArgsBuilder.() -> Unit)

Parameters

argument

This is a field that can be used to capture information about the environment. It is suggested for this field to contain information that details environment variables, filesystem information, and the present working directory. The recommended structure of this field is: "environment": { "custom_values": { "variables": "", "filesystem": "", "workdir": "", "": "..." } }