aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.kendra.getFaq

A Kendra FAQ resource

Using getFaq

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 getFaq(args: GetFaqArgs, opts?: InvokeOptions): Promise<GetFaqResult>
function getFaqOutput(args: GetFaqOutputArgs, opts?: InvokeOptions): Output<GetFaqResult>
def get_faq(id: Optional[str] = None,
            index_id: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetFaqResult
def get_faq_output(id: Optional[pulumi.Input[str]] = None,
            index_id: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetFaqResult]
func LookupFaq(ctx *Context, args *LookupFaqArgs, opts ...InvokeOption) (*LookupFaqResult, error)
func LookupFaqOutput(ctx *Context, args *LookupFaqOutputArgs, opts ...InvokeOption) LookupFaqResultOutput

> Note: This function is named LookupFaq in the Go SDK.

public static class GetFaq 
{
    public static Task<GetFaqResult> InvokeAsync(GetFaqArgs args, InvokeOptions? opts = null)
    public static Output<GetFaqResult> Invoke(GetFaqInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFaqResult> getFaq(GetFaqArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:kendra:getFaq
  arguments:
    # arguments dictionary

The following arguments are supported:

Id string
IndexId string

Index ID

Id string
IndexId string

Index ID

id String
indexId String

Index ID

id string
indexId string

Index ID

id str
index_id str

Index ID

id String
indexId String

Index ID

getFaq Result

The following output properties are available:

Arn string
Id string
Tags List<Pulumi.AwsNative.Kendra.Outputs.FaqTag>

Tags for labeling the FAQ

Arn string
Id string
Tags []FaqTag

Tags for labeling the FAQ

arn String
id String
tags List<FaqTag>

Tags for labeling the FAQ

arn string
id string
tags FaqTag[]

Tags for labeling the FAQ

arn str
id str
tags Sequence[FaqTag]

Tags for labeling the FAQ

arn String
id String
tags List<Property Map>

Tags for labeling the FAQ

Supporting Types

FaqTag

Key string

A string used to identify this tag

Value string

A string containing the value for the tag

Key string

A string used to identify this tag

Value string

A string containing the value for the tag

key String

A string used to identify this tag

value String

A string containing the value for the tag

key string

A string used to identify this tag

value string

A string containing the value for the tag

key str

A string used to identify this tag

value str

A string containing the value for the tag

key String

A string used to identify this tag

value String

A string containing the value for the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0