awscc.kendra_faq

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - kendra:DeleteFaq, kendra:DescribeFaq

update

Parent base class for filters and actions.

definitions:
  Description:
    description: Description of the FAQ
    maxLength: 1000
    minLength: 1
    type: string
  FaqName:
    maxLength: 100
    minLength: 1
    type: string
  FileFormat:
    description: Format of the input file
    enum:
    - CSV
    - CSV_WITH_HEADER
    - JSON
    type: string
  Id:
    description: Unique ID of the FAQ
    maxLength: 100
    minLength: 1
    type: string
  IndexId:
    description: Unique ID of Index
    maxLength: 36
    minLength: 36
    type: string
  RoleArn:
    maxLength: 1284
    minLength: 1
    pattern: arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}
    type: string
  S3BucketName:
    maxLength: 63
    minLength: 3
    pattern: '[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]'
    type: string
  S3ObjectKey:
    maxLength: 1024
    minLength: 1
    type: string
  S3Path:
    additionalProperties: false
    properties:
      Bucket:
        maxLength: 63
        minLength: 3
        pattern: '[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]'
        type: string
      Key:
        maxLength: 1024
        minLength: 1
        type: string
    required:
    - Bucket
    - Key
    type: object
  Tag:
    additionalProperties: false
    description: A label for tagging Kendra resources
    properties:
      Key:
        description: A string used to identify this tag
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: A string containing the value for the tag
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Key
    - Value
    type: object
  TagList:
    description: List of tags
    items:
      additionalProperties: false
      description: A label for tagging Kendra resources
      properties:
        Key:
          description: A string used to identify this tag
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: A string containing the value for the tag
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 200
    type: array
properties:
  Tags:
    description: List of tags
    items:
      additionalProperties: false
      description: A label for tagging Kendra resources
      properties:
        Key:
          description: A string used to identify this tag
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: A string containing the value for the tag
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 200
    type: array
  type:
    enum:
    - update

Permissions - kendra:ListTagsForResource, kendra:UntagResource, kendra:TagResource