ExecutionPlanArgs

data class ExecutionPlanArgs(val capacityUnits: Output<ExecutionPlanCapacityUnitsConfigurationArgs>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ExecutionPlanArgs>

A KendraRanking Rescore execution plan

Constructors

Link copied to clipboard
constructor(capacityUnits: Output<ExecutionPlanCapacityUnitsConfigurationArgs>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val description: Output<String>? = null

A description for the execution plan

Link copied to clipboard
val name: Output<String>? = null

A name for the rescore execution plan.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags for labeling the execution plan

Functions

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