DocumentParameter

A map of key-value pairs containing the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.

documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the map field containing the patterns that need to be replaced in a managed template job document schema.

Link copied to clipboard

An example illustrating a pattern that need to be replaced in a managed template job document schema.

Link copied to clipboard
val key: String?

Key of the map field containing the patterns that need to be replaced in a managed template job document schema.

Link copied to clipboard

Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.

Link copied to clipboard

A regular expression of the patterns that need to be replaced in a managed template job document schema.

Functions

Link copied to clipboard
inline fun copy(block: DocumentParameter.Builder.() -> Unit = {}): DocumentParameter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String