CreateApplicationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An option to allow end users to upload files directly during chat.

Link copied to clipboard

A token that you provide to identify the request to create your Amazon Q application.

Link copied to clipboard

A description for the Amazon Q application.

Link copied to clipboard

A name for the Amazon Q application.

Link copied to clipboard

The identifier of the KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.

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

A list of key-value pairs that identify or categorize your Amazon Q 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: _ . : / = + - @.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String