aws-native.kendra.Faq
Explore with Pulumi AI
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,
name: Optional[str] = None,
role_arn: Optional[str] = None,
s3_path: Optional[FaqS3PathArgs] = None,
tags: Optional[Sequence[FaqTagArgs]] = 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)
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:
- Index
Id string Index ID
- Role
Arn string FAQ role ARN
- S3Path
Pulumi.
Aws Native. Kendra. Inputs. Faq S3Path Args FAQ S3 path
- Description string
FAQ description
- File
Format Pulumi.Aws Native. Kendra. Faq File Format FAQ file format
- Name string
FAQ name
- List<Pulumi.
Aws Native. Kendra. Inputs. Faq Tag Args> Tags for labeling the FAQ
- Index
Id string Index ID
- Role
Arn string FAQ role ARN
- S3Path
Faq
S3Path Args FAQ S3 path
- Description string
FAQ description
- File
Format FaqFile Format FAQ file format
- Name string
FAQ name
- []Faq
Tag Args Tags for labeling the FAQ
- index
Id String Index ID
- role
Arn String FAQ role ARN
- s3Path
Faq
S3Path Args FAQ S3 path
- description String
FAQ description
- file
Format FaqFile Format FAQ file format
- name String
FAQ name
- List<Faq
Tag Args> Tags for labeling the FAQ
- index
Id string Index ID
- role
Arn string FAQ role ARN
- s3Path
Faq
S3Path Args FAQ S3 path
- description string
FAQ description
- file
Format FaqFile Format FAQ file format
- name string
FAQ name
- Faq
Tag Args[] Tags for labeling the FAQ
- index_
id str Index ID
- role_
arn str FAQ role ARN
- s3_
path FaqS3Path Args FAQ S3 path
- description str
FAQ description
- file_
format FaqFile Format FAQ file format
- name str
FAQ name
- Sequence[Faq
Tag Args] Tags for labeling the FAQ
- index
Id String Index ID
- role
Arn String FAQ role ARN
- s3Path Property Map
FAQ S3 path
- description String
FAQ description
- file
Format "CSV" | "CSV_WITH_HEADER" | "JSON" FAQ file format
- name String
FAQ name
- 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:
Supporting Types
FaqFileFormat
- Csv
- CSV
- Csv
With Header - CSV_WITH_HEADER
- Json
- JSON
- Faq
File Format Csv - CSV
- Faq
File Format Csv With Header - CSV_WITH_HEADER
- Faq
File Format Json - JSON
- Csv
- CSV
- Csv
With Header - 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
- "CSV"
- CSV
- "CSV_WITH_HEADER"
- CSV_WITH_HEADER
- "JSON"
- JSON
FaqS3Path
FaqTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0