GetExperienceResult

data class GetExperienceResult(val arn: String, val configurations: List<GetExperienceConfiguration>, val createdAt: String, val description: String, val endpoints: List<GetExperienceEndpoint>, val errorMessage: String, val experienceId: String, val id: String, val indexId: String, val name: String, val roleArn: String, val status: String, val updatedAt: String)

A collection of values returned by getExperience.

Constructors

Link copied to clipboard
constructor(arn: String, configurations: List<GetExperienceConfiguration>, createdAt: String, description: String, endpoints: List<GetExperienceEndpoint>, errorMessage: String, experienceId: String, id: String, indexId: String, name: String, roleArn: String, status: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Experience.

Link copied to clipboard

Block that specifies the configuration information for your Amazon Kendra Experience. This includes content_source_configuration, which specifies the data source IDs and/or FAQ IDs, and user_identity_configuration, which specifies the user or group information to grant access to your Amazon Kendra Experience. Documented below.

Link copied to clipboard

Unix datetime that the Experience was created.

Link copied to clipboard

Description of the Experience.

Link copied to clipboard

Shows the endpoint URLs for your Amazon Kendra Experiences. The URLs are unique and fully hosted by AWS. Documented below.

Link copied to clipboard

Reason your Amazon Kendra Experience could not properly process.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Name of the Experience.

Link copied to clipboard

Shows the ARN of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and AWS SSO that stores your user and group information.

Link copied to clipboard

Current processing status of your Amazon Kendra Experience. When the status is ACTIVE, your Amazon Kendra Experience is ready to use. When the status is FAILED, the error_message field contains the reason that this failed.

Link copied to clipboard

Date and time that the Experience was last updated.