1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. wisdom
  5. getAssistant

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.wisdom.getAssistant

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

Definition of AWS::Wisdom::Assistant Resource Type

Using getAssistant

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 getAssistant(args: GetAssistantArgs, opts?: InvokeOptions): Promise<GetAssistantResult>
function getAssistantOutput(args: GetAssistantOutputArgs, opts?: InvokeOptions): Output<GetAssistantResult>
Copy
def get_assistant(assistant_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetAssistantResult
def get_assistant_output(assistant_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetAssistantResult]
Copy
func LookupAssistant(ctx *Context, args *LookupAssistantArgs, opts ...InvokeOption) (*LookupAssistantResult, error)
func LookupAssistantOutput(ctx *Context, args *LookupAssistantOutputArgs, opts ...InvokeOption) LookupAssistantResultOutput
Copy

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

public static class GetAssistant 
{
    public static Task<GetAssistantResult> InvokeAsync(GetAssistantArgs args, InvokeOptions? opts = null)
    public static Output<GetAssistantResult> Invoke(GetAssistantInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAssistantResult> getAssistant(GetAssistantArgs args, InvokeOptions options)
public static Output<GetAssistantResult> getAssistant(GetAssistantArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:wisdom:getAssistant
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AssistantId This property is required. string
The ID of the Wisdom assistant.
AssistantId This property is required. string
The ID of the Wisdom assistant.
assistantId This property is required. String
The ID of the Wisdom assistant.
assistantId This property is required. string
The ID of the Wisdom assistant.
assistant_id This property is required. str
The ID of the Wisdom assistant.
assistantId This property is required. String
The ID of the Wisdom assistant.

getAssistant Result

The following output properties are available:

AssistantArn string
The Amazon Resource Name (ARN) of the assistant.
AssistantId string
The ID of the Wisdom assistant.
AssistantArn string
The Amazon Resource Name (ARN) of the assistant.
AssistantId string
The ID of the Wisdom assistant.
assistantArn String
The Amazon Resource Name (ARN) of the assistant.
assistantId String
The ID of the Wisdom assistant.
assistantArn string
The Amazon Resource Name (ARN) of the assistant.
assistantId string
The ID of the Wisdom assistant.
assistant_arn str
The Amazon Resource Name (ARN) of the assistant.
assistant_id str
The ID of the Wisdom assistant.
assistantArn String
The Amazon Resource Name (ARN) of the assistant.
assistantId String
The ID of the Wisdom assistant.

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