Software Recipe Artifact Args
data class SoftwareRecipeArtifactArgs(val allowInsecure: Output<Boolean>? = null, val gcs: Output<SoftwareRecipeArtifactGcsArgs>? = null, val id: Output<String>, val remote: Output<SoftwareRecipeArtifactRemoteArgs>? = null) : ConvertibleToJava<SoftwareRecipeArtifactArgs>
Specifies a resource to be used in the recipe.
Constructors
Link copied to clipboard
fun SoftwareRecipeArtifactArgs(allowInsecure: Output<Boolean>? = null, gcs: Output<SoftwareRecipeArtifactGcsArgs>? = null, id: Output<String>, remote: Output<SoftwareRecipeArtifactRemoteArgs>? = null)