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

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.getAssistantAssociation

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::AssistantAssociation Resource Type

    Using getAssistantAssociation

    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 getAssistantAssociation(args: GetAssistantAssociationArgs, opts?: InvokeOptions): Promise<GetAssistantAssociationResult>
    function getAssistantAssociationOutput(args: GetAssistantAssociationOutputArgs, opts?: InvokeOptions): Output<GetAssistantAssociationResult>
    def get_assistant_association(assistant_association_id: Optional[str] = None,
                                  assistant_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetAssistantAssociationResult
    def get_assistant_association_output(assistant_association_id: Optional[pulumi.Input[str]] = None,
                                  assistant_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetAssistantAssociationResult]
    func LookupAssistantAssociation(ctx *Context, args *LookupAssistantAssociationArgs, opts ...InvokeOption) (*LookupAssistantAssociationResult, error)
    func LookupAssistantAssociationOutput(ctx *Context, args *LookupAssistantAssociationOutputArgs, opts ...InvokeOption) LookupAssistantAssociationResultOutput

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

    public static class GetAssistantAssociation 
    {
        public static Task<GetAssistantAssociationResult> InvokeAsync(GetAssistantAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetAssistantAssociationResult> Invoke(GetAssistantAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssistantAssociationResult> getAssistantAssociation(GetAssistantAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:wisdom:getAssistantAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssistantAssociationId string
    The ID of the association.
    AssistantId string
    The identifier of the Wisdom assistant.
    AssistantAssociationId string
    The ID of the association.
    AssistantId string
    The identifier of the Wisdom assistant.
    assistantAssociationId String
    The ID of the association.
    assistantId String
    The identifier of the Wisdom assistant.
    assistantAssociationId string
    The ID of the association.
    assistantId string
    The identifier of the Wisdom assistant.
    assistant_association_id str
    The ID of the association.
    assistant_id str
    The identifier of the Wisdom assistant.
    assistantAssociationId String
    The ID of the association.
    assistantId String
    The identifier of the Wisdom assistant.

    getAssistantAssociation Result

    The following output properties are available:

    AssistantArn string
    The Amazon Resource Name (ARN) of the Wisdom assistant.
    AssistantAssociationArn string
    The Amazon Resource Name (ARN) of the assistant association.
    AssistantAssociationId string
    The ID of the association.
    AssistantArn string
    The Amazon Resource Name (ARN) of the Wisdom assistant.
    AssistantAssociationArn string
    The Amazon Resource Name (ARN) of the assistant association.
    AssistantAssociationId string
    The ID of the association.
    assistantArn String
    The Amazon Resource Name (ARN) of the Wisdom assistant.
    assistantAssociationArn String
    The Amazon Resource Name (ARN) of the assistant association.
    assistantAssociationId String
    The ID of the association.
    assistantArn string
    The Amazon Resource Name (ARN) of the Wisdom assistant.
    assistantAssociationArn string
    The Amazon Resource Name (ARN) of the assistant association.
    assistantAssociationId string
    The ID of the association.
    assistant_arn str
    The Amazon Resource Name (ARN) of the Wisdom assistant.
    assistant_association_arn str
    The Amazon Resource Name (ARN) of the assistant association.
    assistant_association_id str
    The ID of the association.
    assistantArn String
    The Amazon Resource Name (ARN) of the Wisdom assistant.
    assistantAssociationArn String
    The Amazon Resource Name (ARN) of the assistant association.
    assistantAssociationId String
    The ID of the association.

    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