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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.wisdom.getAssistant

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 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 ID of the Wisdom assistant.
    AssistantId string
    The ID of the Wisdom assistant.
    assistantId String
    The ID of the Wisdom assistant.
    assistantId string
    The ID of the Wisdom assistant.
    assistant_id str
    The ID of the Wisdom assistant.
    assistantId 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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi