GetApplicationResult

data class GetApplicationResult(val applicationArn: String? = null, val applicationId: String? = null, val attachmentsConfiguration: ApplicationAttachmentsConfiguration? = null, val autoSubscriptionConfiguration: ApplicationAutoSubscriptionConfiguration? = null, val createdAt: String? = null, val description: String? = null, val displayName: String? = null, val identityCenterApplicationArn: String? = null, val personalizationConfiguration: ApplicationPersonalizationConfiguration? = null, val qAppsConfiguration: ApplicationQAppsConfiguration? = null, val roleArn: String? = null, val status: ApplicationStatus? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(applicationArn: String? = null, applicationId: String? = null, attachmentsConfiguration: ApplicationAttachmentsConfiguration? = null, autoSubscriptionConfiguration: ApplicationAutoSubscriptionConfiguration? = null, createdAt: String? = null, description: String? = null, displayName: String? = null, identityCenterApplicationArn: String? = null, personalizationConfiguration: ApplicationPersonalizationConfiguration? = null, qAppsConfiguration: ApplicationQAppsConfiguration? = null, roleArn: String? = null, status: ApplicationStatus? = null, tags: List<Tag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationArn: String? = null

The Amazon Resource Name (ARN) of the Amazon Q Business application.

Link copied to clipboard
val applicationId: String? = null

The identifier for the Amazon Q Business application.

Link copied to clipboard

Configuration information for the file upload during chat feature.

Link copied to clipboard

Subscription configuration information for an Amazon Q Business application using IAM identity federation for user management.

Link copied to clipboard
val createdAt: String? = null

The Unix timestamp when the Amazon Q Business application was created.

Link copied to clipboard
val description: String? = null

A description for the Amazon Q Business application.

Link copied to clipboard
val displayName: String? = null

The name of the Amazon Q Business application.

Link copied to clipboard

The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.

Link copied to clipboard

Configuration information about chat response personalization. For more information, see Personalizing chat responses .

Link copied to clipboard

Configuration information about Amazon Q Apps.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics. If this property is not specified, Amazon Q Business will create a service linked role (SLR) and use it as the application's role.

Link copied to clipboard

The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE .

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Link copied to clipboard
val updatedAt: String? = null

The Unix timestamp when the Amazon Q Business application was last updated.