_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
assistant
Information about the assistant. | STRUCT( "assistant_arn" VARCHAR, "assistant_id" VARCHAR, "capability_configuration" STRUCT( "type" VARCHAR ), "description" VARCHAR, "integration_configuration" STRUCT( "topic_integration_arn" VARCHAR ), "name" VARCHAR, "server_side_encryption_configuration" STRUCT( "kms_key_id" VARCHAR ), "status" VARCHAR, "tags" MAP(VARCHAR, VARCHAR), "type" VARCHAR ) |
Show child fields- assistant.assistant_arn
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- assistant.assistant_id
The identifier of the Amazon Q in Connect assistant.
- assistant.capability_configuration
The configuration information for the Amazon Q in Connect assistant capability. Show child fields- assistant.capability_configuration.type
The type of Amazon Q in Connect assistant capability.
- assistant.description
The description.
- assistant.integration_configuration
The configuration information for the Amazon Q in Connect assistant integration. Show child fields- assistant.integration_configuration.topic_integration_arn
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
- assistant.name
The name.
- assistant.server_side_encryption_configuration
The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant, kms:DescribeKey, kms:Decrypt, and kms:GenerateDataKey* permissions to the IAM identity using the key to invoke Amazon Q in Connect. To use Amazon Q in Connect with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance. Show child fields- assistant.server_side_encryption_configuration.kms_key_id
The customer managed key used for encryption. For more information about setting up a customer managed key for Amazon Q in Connect, see Enable Amazon Q in Connect for your instance. For information about valid ID values, see Key identifiers (KeyId).
- assistant.status
The status of the assistant.
- assistant.tags
The tags used to organize, track, or control access for this resource.
- assistant.type
The type of assistant.
|