ExecutionPlanArgs

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

A KendraRanking Rescore execution plan

Constructors

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

Functions

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

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
Link copied to clipboard
val tags: Output<List<ExecutionPlanTagArgs>>? = null

Tags for labeling the execution plan