1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. kendraranking
  5. getExecutionPlan

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.kendraranking.getExecutionPlan

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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>
Copy
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]
Copy
func LookupExecutionPlan(ctx *Context, args *LookupExecutionPlanArgs, opts ...InvokeOption) (*LookupExecutionPlanResult, error)
func LookupExecutionPlanOutput(ctx *Context, args *LookupExecutionPlanOutputArgs, opts ...InvokeOption) LookupExecutionPlanResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetExecutionPlanResult> getExecutionPlan(GetExecutionPlanArgs args, InvokeOptions options)
public static Output<GetExecutionPlanResult> getExecutionPlan(GetExecutionPlanArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:kendraranking:getExecutionPlan
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
The identifier of the rescore execution plan.
Id This property is required. string
The identifier of the rescore execution plan.
id This property is required. String
The identifier of the rescore execution plan.
id This property is required. string
The identifier of the rescore execution plan.
id This property is required. str
The identifier of the rescore execution plan.
id This property is required. String
The identifier of the rescore execution plan.

getExecutionPlan Result

The following output properties are available:

Arn string
The Amazon Resource Name (ARN) of the rescore execution plan.
CapacityUnits Pulumi.AwsNative.KendraRanking.Outputs.ExecutionPlanCapacityUnitsConfiguration
Capacity units
Description string
A description for the execution plan
Id string
The identifier of the rescore execution plan.
Name string
A name for the rescore execution plan.
Tags List<Pulumi.AwsNative.Outputs.Tag>
Tags for labeling the execution plan
Arn string
The Amazon Resource Name (ARN) of the rescore execution plan.
CapacityUnits ExecutionPlanCapacityUnitsConfiguration
Capacity units
Description string
A description for the execution plan
Id string
The identifier of the rescore execution plan.
Name string
A name for the rescore execution plan.
Tags Tag
Tags for labeling the execution plan
arn String
The Amazon Resource Name (ARN) of the rescore execution plan.
capacityUnits ExecutionPlanCapacityUnitsConfiguration
Capacity units
description String
A description for the execution plan
id String
The identifier of the rescore execution plan.
name String
A name for the rescore execution plan.
tags List<Tag>
Tags for labeling the execution plan
arn string
The Amazon Resource Name (ARN) of the rescore execution plan.
capacityUnits ExecutionPlanCapacityUnitsConfiguration
Capacity units
description string
A description for the execution plan
id string
The identifier of the rescore execution plan.
name string
A name for the rescore execution plan.
tags Tag[]
Tags for labeling the execution plan
arn str
The Amazon Resource Name (ARN) of the rescore execution plan.
capacity_units ExecutionPlanCapacityUnitsConfiguration
Capacity units
description str
A description for the execution plan
id str
The identifier of the rescore execution plan.
name str
A name for the rescore execution plan.
tags Sequence[root_Tag]
Tags for labeling the execution plan
arn String
The Amazon Resource Name (ARN) of the rescore execution plan.
capacityUnits Property Map
Capacity units
description String
A description for the execution plan
id String
The identifier of the rescore execution plan.
name String
A name for the rescore execution plan.
tags List<Property Map>
Tags for labeling the execution plan

Supporting Types

ExecutionPlanCapacityUnitsConfiguration

RescoreCapacityUnits This property is required. int

The amount of extra capacity for your rescore execution plan.

A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

RescoreCapacityUnits This property is required. int

The amount of extra capacity for your rescore execution plan.

A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

rescoreCapacityUnits This property is required. Integer

The amount of extra capacity for your rescore execution plan.

A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

rescoreCapacityUnits This property is required. number

The amount of extra capacity for your rescore execution plan.

A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

rescore_capacity_units This property is required. int

The amount of extra capacity for your rescore execution plan.

A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

rescoreCapacityUnits This property is required. Number

The amount of extra capacity for your rescore execution plan.

A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi