We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.23.0 published on Friday, Jan 10, 2025 by Pulumi
aws-native.wisdom.getAiGuardrailVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.23.0 published on Friday, Jan 10, 2025 by Pulumi
Definition of AWS::Wisdom::AIGuardrailVersion Resource Type
Using getAiGuardrailVersion
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 getAiGuardrailVersion(args: GetAiGuardrailVersionArgs, opts?: InvokeOptions): Promise<GetAiGuardrailVersionResult>
function getAiGuardrailVersionOutput(args: GetAiGuardrailVersionOutputArgs, opts?: InvokeOptions): Output<GetAiGuardrailVersionResult>
def get_ai_guardrail_version(ai_guardrail_id: Optional[str] = None,
assistant_id: Optional[str] = None,
version_number: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetAiGuardrailVersionResult
def get_ai_guardrail_version_output(ai_guardrail_id: Optional[pulumi.Input[str]] = None,
assistant_id: Optional[pulumi.Input[str]] = None,
version_number: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAiGuardrailVersionResult]
func LookupAiGuardrailVersion(ctx *Context, args *LookupAiGuardrailVersionArgs, opts ...InvokeOption) (*LookupAiGuardrailVersionResult, error)
func LookupAiGuardrailVersionOutput(ctx *Context, args *LookupAiGuardrailVersionOutputArgs, opts ...InvokeOption) LookupAiGuardrailVersionResultOutput
> Note: This function is named LookupAiGuardrailVersion
in the Go SDK.
public static class GetAiGuardrailVersion
{
public static Task<GetAiGuardrailVersionResult> InvokeAsync(GetAiGuardrailVersionArgs args, InvokeOptions? opts = null)
public static Output<GetAiGuardrailVersionResult> Invoke(GetAiGuardrailVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAiGuardrailVersionResult> getAiGuardrailVersion(GetAiGuardrailVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:wisdom:getAiGuardrailVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Ai
Guardrail stringId - The ID of the AI guardrail version.
- Assistant
Id string - The ID of the AI guardrail version assistant.
- Version
Number double - The version number for this AI Guardrail version.
- Ai
Guardrail stringId - The ID of the AI guardrail version.
- Assistant
Id string - The ID of the AI guardrail version assistant.
- Version
Number float64 - The version number for this AI Guardrail version.
- ai
Guardrail StringId - The ID of the AI guardrail version.
- assistant
Id String - The ID of the AI guardrail version assistant.
- version
Number Double - The version number for this AI Guardrail version.
- ai
Guardrail stringId - The ID of the AI guardrail version.
- assistant
Id string - The ID of the AI guardrail version assistant.
- version
Number number - The version number for this AI Guardrail version.
- ai_
guardrail_ strid - The ID of the AI guardrail version.
- assistant_
id str - The ID of the AI guardrail version assistant.
- version_
number float - The version number for this AI Guardrail version.
- ai
Guardrail StringId - The ID of the AI guardrail version.
- assistant
Id String - The ID of the AI guardrail version assistant.
- version
Number Number - The version number for this AI Guardrail version.
getAiGuardrailVersion Result
The following output properties are available:
- Ai
Guardrail stringArn - The ARN of the AI guardrail version.
- Ai
Guardrail stringVersion Id - The ID of the AI guardrail version.
- Assistant
Arn string - The ARN of the AI guardrail version assistant.
- Version
Number double - The version number for this AI Guardrail version.
- Ai
Guardrail stringArn - The ARN of the AI guardrail version.
- Ai
Guardrail stringVersion Id - The ID of the AI guardrail version.
- Assistant
Arn string - The ARN of the AI guardrail version assistant.
- Version
Number float64 - The version number for this AI Guardrail version.
- ai
Guardrail StringArn - The ARN of the AI guardrail version.
- ai
Guardrail StringVersion Id - The ID of the AI guardrail version.
- assistant
Arn String - The ARN of the AI guardrail version assistant.
- version
Number Double - The version number for this AI Guardrail version.
- ai
Guardrail stringArn - The ARN of the AI guardrail version.
- ai
Guardrail stringVersion Id - The ID of the AI guardrail version.
- assistant
Arn string - The ARN of the AI guardrail version assistant.
- version
Number number - The version number for this AI Guardrail version.
- ai_
guardrail_ strarn - The ARN of the AI guardrail version.
- ai_
guardrail_ strversion_ id - The ID of the AI guardrail version.
- assistant_
arn str - The ARN of the AI guardrail version assistant.
- version_
number float - The version number for this AI Guardrail version.
- ai
Guardrail StringArn - The ARN of the AI guardrail version.
- ai
Guardrail StringVersion Id - The ID of the AI guardrail version.
- assistant
Arn String - The ARN of the AI guardrail version assistant.
- version
Number Number - The version number for this AI Guardrail version.
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.23.0 published on Friday, Jan 10, 2025 by Pulumi