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

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.kendra.Faq

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    A Kendra FAQ resource

    Create Faq Resource

    new Faq(name: string, args: FaqArgs, opts?: CustomResourceOptions);
    @overload
    def Faq(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            file_format: Optional[FaqFileFormat] = None,
            index_id: Optional[str] = None,
            language_code: Optional[str] = None,
            name: Optional[str] = None,
            role_arn: Optional[str] = None,
            s3_path: Optional[FaqS3PathArgs] = None,
            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def Faq(resource_name: str,
            args: FaqArgs,
            opts: Optional[ResourceOptions] = None)
    func NewFaq(ctx *Context, name string, args FaqArgs, opts ...ResourceOption) (*Faq, error)
    public Faq(string name, FaqArgs args, CustomResourceOptions? opts = null)
    public Faq(String name, FaqArgs args)
    public Faq(String name, FaqArgs args, CustomResourceOptions options)
    
    type: aws-native:kendra:Faq
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args FaqArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args FaqArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args FaqArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FaqArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FaqArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Faq Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Faq resource accepts the following input properties:

    IndexId string
    Index ID
    RoleArn string
    FAQ role ARN
    S3Path Pulumi.AwsNative.Kendra.Inputs.FaqS3Path
    FAQ S3 path
    Description string
    FAQ description
    FileFormat Pulumi.AwsNative.Kendra.FaqFileFormat
    FAQ file format
    LanguageCode string
    Name string
    FAQ name
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags for labeling the FAQ
    IndexId string
    Index ID
    RoleArn string
    FAQ role ARN
    S3Path FaqS3PathArgs
    FAQ S3 path
    Description string
    FAQ description
    FileFormat FaqFileFormat
    FAQ file format
    LanguageCode string
    Name string
    FAQ name
    Tags TagArgs
    Tags for labeling the FAQ
    indexId String
    Index ID
    roleArn String
    FAQ role ARN
    s3Path FaqS3Path
    FAQ S3 path
    description String
    FAQ description
    fileFormat FaqFileFormat
    FAQ file format
    languageCode String
    name String
    FAQ name
    tags List<Tag>
    Tags for labeling the FAQ
    indexId string
    Index ID
    roleArn string
    FAQ role ARN
    s3Path FaqS3Path
    FAQ S3 path
    description string
    FAQ description
    fileFormat FaqFileFormat
    FAQ file format
    languageCode string
    name string
    FAQ name
    tags Tag[]
    Tags for labeling the FAQ
    index_id str
    Index ID
    role_arn str
    FAQ role ARN
    s3_path FaqS3PathArgs
    FAQ S3 path
    description str
    FAQ description
    file_format FaqFileFormat
    FAQ file format
    language_code str
    name str
    FAQ name
    tags TagArgs]
    Tags for labeling the FAQ
    indexId String
    Index ID
    roleArn String
    FAQ role ARN
    s3Path Property Map
    FAQ S3 path
    description String
    FAQ description
    fileFormat "CSV" | "CSV_WITH_HEADER" | "JSON"
    FAQ file format
    languageCode String
    name String
    FAQ name
    tags List<Property Map>
    Tags for labeling the FAQ

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Faq resource produces the following output properties:

    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    awsId string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    aws_id str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    FaqFileFormat, FaqFileFormatArgs

    Csv
    CSV
    CsvWithHeader
    CSV_WITH_HEADER
    Json
    JSON
    FaqFileFormatCsv
    CSV
    FaqFileFormatCsvWithHeader
    CSV_WITH_HEADER
    FaqFileFormatJson
    JSON
    Csv
    CSV
    CsvWithHeader
    CSV_WITH_HEADER
    Json
    JSON
    Csv
    CSV
    CsvWithHeader
    CSV_WITH_HEADER
    Json
    JSON
    CSV
    CSV
    CSV_WITH_HEADER
    CSV_WITH_HEADER
    JSON
    JSON
    "CSV"
    CSV
    "CSV_WITH_HEADER"
    CSV_WITH_HEADER
    "JSON"
    JSON

    FaqS3Path, FaqS3PathArgs

    Bucket string
    Key string
    Bucket string
    Key string
    bucket String
    key String
    bucket string
    key string
    bucket str
    key str
    bucket String
    key String

    Tag, TagArgs

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi