GetImagePipelinePlainArgs

data class GetImagePipelinePlainArgs(val arn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetImagePipelinePlainArgs>

A collection of arguments for invoking getImagePipeline.

Constructors

Link copied to clipboard
fun GetImagePipelinePlainArgs(arn: String, tags: Map<String, String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetImagePipelinePlainArgs

Properties

Link copied to clipboard
val arn: String

ARN of the image pipeline.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of resource tags for the image pipeline.