
com.pulumi.azure.containerservice.kotlin.inputs.RegistryTaskDockerStepArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.containerservice.kotlin.inputs
import com.pulumi.azure.containerservice.inputs.RegistryTaskDockerStepArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property arguments Specifies a map of arguments to be used when executing this step.
* @property cacheEnabled Should the image cache be enabled? Defaults to `true`.
* @property contextAccessToken The token (Git PAT or SAS token of storage account blob) associated with the context for this step.
* @property contextPath The URL (absolute or relative) of the source context for this step. If the context is an url you can reference a specific branch or folder via `#branch:folder`.
* @property dockerfilePath The Dockerfile path relative to the source context.
* @property imageNames Specifies a list of fully qualified image names including the repository and tag.
* @property pushEnabled Should the image built be pushed to the registry or not? Defaults to `true`.
* @property secretArguments Specifies a map of *secret* arguments to be used when executing this step.
* @property target The name of the target build stage for the docker build.
*/
public data class RegistryTaskDockerStepArgs(
public val arguments: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy