We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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.26.0 published on Wednesday, Mar 12, 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>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)
public static Output<GetAssistantAssociationResult> getAssistantAssociation(GetAssistantAssociationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:wisdom:getAssistantAssociation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AssistantAssociation stringId 
- The ID of the association.
- AssistantId string
- The identifier of the Wisdom assistant.
- AssistantAssociation stringId 
- The ID of the association.
- AssistantId string
- The identifier of the Wisdom assistant.
- assistantAssociation StringId 
- The ID of the association.
- assistantId String
- The identifier of the Wisdom assistant.
- assistantAssociation stringId 
- The ID of the association.
- assistantId string
- The identifier of the Wisdom assistant.
- assistant_association_ strid 
- The ID of the association.
- assistant_id str
- The identifier of the Wisdom assistant.
- assistantAssociation StringId 
- 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.
- AssistantAssociation stringArn 
- The Amazon Resource Name (ARN) of the assistant association.
- AssistantAssociation stringId 
- The ID of the association.
- AssistantArn string
- The Amazon Resource Name (ARN) of the Wisdom assistant.
- AssistantAssociation stringArn 
- The Amazon Resource Name (ARN) of the assistant association.
- AssistantAssociation stringId 
- The ID of the association.
- assistantArn String
- The Amazon Resource Name (ARN) of the Wisdom assistant.
- assistantAssociation StringArn 
- The Amazon Resource Name (ARN) of the assistant association.
- assistantAssociation StringId 
- The ID of the association.
- assistantArn string
- The Amazon Resource Name (ARN) of the Wisdom assistant.
- assistantAssociation stringArn 
- The Amazon Resource Name (ARN) of the assistant association.
- assistantAssociation stringId 
- The ID of the association.
- assistant_arn str
- The Amazon Resource Name (ARN) of the Wisdom assistant.
- assistant_association_ strarn 
- The Amazon Resource Name (ARN) of the assistant association.
- assistant_association_ strid 
- The ID of the association.
- assistantArn String
- The Amazon Resource Name (ARN) of the Wisdom assistant.
- assistantAssociation StringArn 
- The Amazon Resource Name (ARN) of the assistant association.
- assistantAssociation StringId 
- 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi