aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.kendraranking.getExecutionPlan

Explore with Pulumi AI

A KendraRanking Rescore execution plan

Using getExecutionPlan

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getExecutionPlan(args: GetExecutionPlanArgs, opts?: InvokeOptions): Promise<GetExecutionPlanResult>
function getExecutionPlanOutput(args: GetExecutionPlanOutputArgs, opts?: InvokeOptions): Output<GetExecutionPlanResult>
def get_execution_plan(id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetExecutionPlanResult
def get_execution_plan_output(id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetExecutionPlanResult]
func LookupExecutionPlan(ctx *Context, args *LookupExecutionPlanArgs, opts ...InvokeOption) (*LookupExecutionPlanResult, error)
func LookupExecutionPlanOutput(ctx *Context, args *LookupExecutionPlanOutputArgs, opts ...InvokeOption) LookupExecutionPlanResultOutput

> Note: This function is named LookupExecutionPlan in the Go SDK.

public static class GetExecutionPlan 
{
    public static Task<GetExecutionPlanResult> InvokeAsync(GetExecutionPlanArgs args, InvokeOptions? opts = null)
    public static Output<GetExecutionPlanResult> Invoke(GetExecutionPlanInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExecutionPlanResult> getExecutionPlan(GetExecutionPlanArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:kendraranking:getExecutionPlan
  arguments:
    # arguments dictionary

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getExecutionPlan Result

The following output properties are available:

Arn string
CapacityUnits ExecutionPlanCapacityUnitsConfiguration

Capacity units

Description string

A description for the execution plan

Id string
Name string
Tags []ExecutionPlanTag

Tags for labeling the execution plan

arn String
capacityUnits ExecutionPlanCapacityUnitsConfiguration

Capacity units

description String

A description for the execution plan

id String
name String
tags List<ExecutionPlanTag>

Tags for labeling the execution plan

arn string
capacityUnits ExecutionPlanCapacityUnitsConfiguration

Capacity units

description string

A description for the execution plan

id string
name string
tags ExecutionPlanTag[]

Tags for labeling the execution plan

arn str
capacity_units ExecutionPlanCapacityUnitsConfiguration

Capacity units

description str

A description for the execution plan

id str
name str
tags Sequence[ExecutionPlanTag]

Tags for labeling the execution plan

arn String
capacityUnits Property Map

Capacity units

description String

A description for the execution plan

id String
name String
tags List<Property Map>

Tags for labeling the execution plan

Supporting Types

ExecutionPlanCapacityUnitsConfiguration

ExecutionPlanTag

Key string

A string used to identify this tag

Value string

A string containing the value for the tag

Key string

A string used to identify this tag

Value string

A string containing the value for the tag

key String

A string used to identify this tag

value String

A string containing the value for the tag

key string

A string used to identify this tag

value string

A string containing the value for the tag

key str

A string used to identify this tag

value str

A string containing the value for the tag

key String

A string used to identify this tag

value String

A string containing the value for the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0