ApplicationArgs

data class ApplicationArgs(val attachmentsConfiguration: Output<ApplicationAttachmentsConfigurationArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val encryptionConfiguration: Output<ApplicationEncryptionConfigurationArgs>? = null, val identityCenterInstanceArn: Output<String>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>

Definition of AWS::QBusiness::Application Resource Type

Constructors

Link copied to clipboard
constructor(attachmentsConfiguration: Output<ApplicationAttachmentsConfigurationArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, encryptionConfiguration: Output<ApplicationEncryptionConfigurationArgs>? = null, identityCenterInstanceArn: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Configuration information for the file upload during chat feature.

Link copied to clipboard
val description: Output<String>? = null

A description for the Amazon Q Business application.

Link copied to clipboard
val displayName: Output<String>? = null

The name of the Amazon Q Business application.

Link copied to clipboard

Provides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business. Amazon Q Business doesn't support asymmetric keys.

Link copied to clipboard
val identityCenterInstanceArn: Output<String>? = null

The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application. Required : Yes

Link copied to clipboard
val roleArn: Output<String>? = null

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: Output<List<TagArgs>>? = 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: _ . : / = + - @.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationArgs