GetContainerRecipePlainArgs

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

A collection of arguments for invoking getContainerRecipe.

Constructors

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

Properties

Link copied to clipboard
val arn: String

ARN of the container recipe.

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

Key-value map of resource tags for the container recipe.

Functions

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