AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.wisdom.getAssistantAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- Assistant
Association stringId - The ID of the association.
- Assistant
Id string - The identifier of the Wisdom assistant.
- Assistant
Association stringId - The ID of the association.
- Assistant
Id string - The identifier of the Wisdom assistant.
- assistant
Association StringId - The ID of the association.
- assistant
Id String - The identifier of the Wisdom assistant.
- assistant
Association stringId - The ID of the association.
- assistant
Id string - The identifier of the Wisdom assistant.
- assistant_
association_ strid - The ID of the association.
- assistant_
id str - The identifier of the Wisdom assistant.
- assistant
Association StringId - The ID of the association.
- assistant
Id String - The identifier of the Wisdom assistant.
getAssistantAssociation Result
The following output properties are available:
- Assistant
Arn string - The Amazon Resource Name (ARN) of the Wisdom assistant.
- Assistant
Association stringArn - The Amazon Resource Name (ARN) of the assistant association.
- Assistant
Association stringId - The ID of the association.
- Assistant
Arn string - The Amazon Resource Name (ARN) of the Wisdom assistant.
- Assistant
Association stringArn - The Amazon Resource Name (ARN) of the assistant association.
- Assistant
Association stringId - The ID of the association.
- assistant
Arn String - The Amazon Resource Name (ARN) of the Wisdom assistant.
- assistant
Association StringArn - The Amazon Resource Name (ARN) of the assistant association.
- assistant
Association StringId - The ID of the association.
- assistant
Arn string - The Amazon Resource Name (ARN) of the Wisdom assistant.
- assistant
Association stringArn - The Amazon Resource Name (ARN) of the assistant association.
- assistant
Association 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.
- assistant
Arn String - The Amazon Resource Name (ARN) of the Wisdom assistant.
- assistant
Association StringArn - The Amazon Resource Name (ARN) of the assistant association.
- assistant
Association StringId - The ID of the association.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi