We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.wisdom.getAssistant
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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:
- Assistant
Id string - The identifier of the Amazon Q in Connect assistant.
- Assistant
Id string - The identifier of the Amazon Q in Connect assistant.
- assistant
Id String - The identifier of the Amazon Q in Connect assistant.
- assistant
Id string - The identifier of the Amazon Q in Connect assistant.
- assistant_
id str - The identifier of the Amazon Q in Connect assistant.
- assistant
Id String - The identifier of the Amazon Q in Connect assistant.
getAssistant Result
The following output properties are available:
- Assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- Assistant
Id string - The identifier of the Amazon Q in Connect assistant.
- Assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- Assistant
Id string - The identifier of the Amazon Q in Connect assistant.
- assistant
Arn String - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id String - The identifier of the Amazon Q in Connect assistant.
- assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id string - The identifier of the Amazon Q in Connect assistant.
- assistant_
arn str - The Amazon Resource Name (ARN) of the assistant.
- assistant_
id str - The identifier of the Amazon Q in Connect assistant.
- assistant
Arn String - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id String - The identifier of the Amazon Q in Connect assistant.
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.9.0 published on Monday, Nov 18, 2024 by Pulumi