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
constructor(allowInsecure: Output<Boolean>? = null, gcs: Output<SoftwareRecipeArtifactGcsArgs>? = null, id: Output<String>, remote: Output<SoftwareRecipeArtifactRemoteArgs>? = null)
Properties
Link copied to clipboard
Defaults to false. When false, recipes are subject to validations based on the artifact type: Remote: A checksum must be specified, and only protocols with transport-layer security are permitted. GCS: An object generation number must be specified.
Link copied to clipboard
A Google Cloud Storage artifact.
Link copied to clipboard
A generic remote artifact.