Class: Aws::QConnect::Types::CreateAssistantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAssistantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description of the assistant.
-
#name ⇒ String
The name of the assistant.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#type ⇒ String
The type of assistant.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see [Making retries safe with idempotent APIs].
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2715 class CreateAssistantRequest < Struct.new( :client_token, :name, :type, :description, :tags, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the assistant.
2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2715 class CreateAssistantRequest < Struct.new( :client_token, :name, :type, :description, :tags, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the assistant.
2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2715 class CreateAssistantRequest < Struct.new( :client_token, :name, :type, :description, :tags, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption.
The customer managed 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].
[1]: docs.aws.amazon.com/connect/latest/adminguide/enable-q.html
2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2715 class CreateAssistantRequest < Struct.new( :client_token, :name, :type, :description, :tags, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2715 class CreateAssistantRequest < Struct.new( :client_token, :name, :type, :description, :tags, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of assistant.
2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2715 class CreateAssistantRequest < Struct.new( :client_token, :name, :type, :description, :tags, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |