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

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

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::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>
Copy
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]
Copy
func LookupAssistantAssociation(ctx *Context, args *LookupAssistantAssociationArgs, opts ...InvokeOption) (*LookupAssistantAssociationResult, error)
func LookupAssistantAssociationOutput(ctx *Context, args *LookupAssistantAssociationOutputArgs, opts ...InvokeOption) LookupAssistantAssociationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetAssistantAssociationResult> getAssistantAssociation(GetAssistantAssociationArgs args, InvokeOptions options)
public static Output<GetAssistantAssociationResult> getAssistantAssociation(GetAssistantAssociationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:wisdom:getAssistantAssociation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AssistantAssociationId This property is required. string
The ID of the association.
AssistantId This property is required. string
The identifier of the Wisdom assistant.
AssistantAssociationId This property is required. string
The ID of the association.
AssistantId This property is required. string
The identifier of the Wisdom assistant.
assistantAssociationId This property is required. String
The ID of the association.
assistantId This property is required. String
The identifier of the Wisdom assistant.
assistantAssociationId This property is required. string
The ID of the association.
assistantId This property is required. string
The identifier of the Wisdom assistant.
assistant_association_id This property is required. str
The ID of the association.
assistant_id This property is required. str
The identifier of the Wisdom assistant.
assistantAssociationId This property is required. String
The ID of the association.
assistantId This property is required. 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

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