1. Packages
  2. AWS Native
  3. API Docs
  4. kendra
  5. getFaq

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.kendra.getFaq

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    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
    LanguageCode string
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for labeling the FAQ
    Arn string
    Id string
    LanguageCode string
    Tags Tag
    Tags for labeling the FAQ
    arn String
    id String
    languageCode String
    tags List<Tag>
    Tags for labeling the FAQ
    arn string
    id string
    languageCode string
    tags Tag[]
    Tags for labeling the FAQ
    arn str
    id str
    language_code str
    tags Sequence[root_Tag]
    Tags for labeling the FAQ
    arn String
    id String
    languageCode String
    tags List<Property Map>
    Tags for labeling the FAQ

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi