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.getAssistant
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::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 ID of the Wisdom assistant.
- Assistant
Id string - The ID of the Wisdom assistant.
- assistant
Id String - The ID of the Wisdom assistant.
- assistant
Id string - The ID of the Wisdom assistant.
- assistant_
id str - The ID of the Wisdom assistant.
- assistant
Id String - The ID of the Wisdom assistant.
getAssistant Result
The following output properties are available:
- Assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- Assistant
Id string - The ID of the Wisdom assistant.
- Assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- Assistant
Id string - The ID of the Wisdom assistant.
- assistant
Arn String - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id String - The ID of the Wisdom assistant.
- assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id string - The ID of the Wisdom assistant.
- assistant_
arn str - The Amazon Resource Name (ARN) of the assistant.
- assistant_
id str - The ID of the Wisdom assistant.
- assistant
Arn String - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id String - The ID of the Wisdom assistant.
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