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.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.wisdom.getAssistant

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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>
    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]
    func LookupAssistant(ctx *Context, args *LookupAssistantArgs, opts ...InvokeOption) (*LookupAssistantResult, error)
    func LookupAssistantOutput(ctx *Context, args *LookupAssistantOutputArgs, opts ...InvokeOption) LookupAssistantResultOutput

    > 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)
    }
    public static CompletableFuture<GetAssistantResult> getAssistant(GetAssistantArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:wisdom:getAssistant
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssistantId string
    The identifier of the Amazon Q in Connect assistant.
    AssistantId string
    The identifier of the Amazon Q in Connect assistant.
    assistantId String
    The identifier of the Amazon Q in Connect assistant.
    assistantId string
    The identifier of the Amazon Q in Connect assistant.
    assistant_id str
    The identifier of the Amazon Q in Connect assistant.
    assistantId String
    The identifier of the Amazon Q in Connect assistant.

    getAssistant Result

    The following output properties are available:

    AssistantArn string
    The Amazon Resource Name (ARN) of the assistant.
    AssistantId string
    The identifier of the Amazon Q in Connect assistant.
    AssistantArn string
    The Amazon Resource Name (ARN) of the assistant.
    AssistantId string
    The identifier of the Amazon Q in Connect assistant.
    assistantArn String
    The Amazon Resource Name (ARN) of the assistant.
    assistantId String
    The identifier of the Amazon Q in Connect assistant.
    assistantArn string
    The Amazon Resource Name (ARN) of the assistant.
    assistantId string
    The identifier of the Amazon Q in Connect assistant.
    assistant_arn str
    The Amazon Resource Name (ARN) of the assistant.
    assistant_id str
    The identifier of the Amazon Q in Connect assistant.
    assistantArn String
    The Amazon Resource Name (ARN) of the assistant.
    assistantId String
    The identifier of the Amazon Q in Connect assistant.

    Package Details

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

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

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi