ApplicationArgs

data class ApplicationArgs(val attachmentsConfiguration: Output<ApplicationAttachmentsConfigurationArgs>? = null, val autoSubscriptionConfiguration: Output<ApplicationAutoSubscriptionConfigurationArgs>? = null, val clientIdsForOidc: Output<List<String>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val encryptionConfiguration: Output<ApplicationEncryptionConfigurationArgs>? = null, val iamIdentityProviderArn: Output<String>? = null, val identityCenterInstanceArn: Output<String>? = null, val identityType: Output<ApplicationIdentityType>? = null, val personalizationConfiguration: Output<ApplicationPersonalizationConfigurationArgs>? = null, val qAppsConfiguration: Output<ApplicationQAppsConfigurationArgs>? = 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, autoSubscriptionConfiguration: Output<ApplicationAutoSubscriptionConfigurationArgs>? = null, clientIdsForOidc: Output<List<String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, encryptionConfiguration: Output<ApplicationEncryptionConfigurationArgs>? = null, iamIdentityProviderArn: Output<String>? = null, identityCenterInstanceArn: Output<String>? = null, identityType: Output<ApplicationIdentityType>? = null, personalizationConfiguration: Output<ApplicationPersonalizationConfigurationArgs>? = null, qAppsConfiguration: Output<ApplicationQAppsConfigurationArgs>? = 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

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

Link copied to clipboard
val clientIdsForOidc: Output<List<String>>? = null
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 iamIdentityProviderArn: Output<String>? = null

The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.

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

The authentication type being used by a 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: Output<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
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