CreateFaqRequest

public struct CreateFaqRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the FAQ.

    Declaration

    Swift

    public let description: String?
  • The identifier of the index that contains the FAQ.

    Declaration

    Swift

    public let indexId: String
  • The name that should be associated with the FAQ.

    Declaration

    Swift

    public let name: String
  • The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQs. For more information, see IAM Roles for Amazon Kendra.

    Declaration

    Swift

    public let roleArn: String
  • The S3 location of the FAQ input data.

    Declaration

    Swift

    public let s3Path: S3Path
  • A list of key-value pairs that identify the FAQ. You can use the tags to identify and organize your resources and to control access to resources.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, indexId: String, name: String, roleArn: String, s3Path: S3Path, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws