1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. wisdom
  5. Assistant

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.wisdom.Assistant

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Definition of AWS::Wisdom::Assistant Resource Type

Create Assistant Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Assistant(name: string, args: AssistantArgs, opts?: CustomResourceOptions);
@overload
def Assistant(resource_name: str,
              args: AssistantArgs,
              opts: Optional[ResourceOptions] = None)

@overload
def Assistant(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              type: Optional[AssistantType] = None,
              description: Optional[str] = None,
              name: Optional[str] = None,
              server_side_encryption_configuration: Optional[AssistantServerSideEncryptionConfigurationArgs] = None,
              tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None)
func NewAssistant(ctx *Context, name string, args AssistantArgs, opts ...ResourceOption) (*Assistant, error)
public Assistant(string name, AssistantArgs args, CustomResourceOptions? opts = null)
public Assistant(String name, AssistantArgs args)
public Assistant(String name, AssistantArgs args, CustomResourceOptions options)
type: aws-native:wisdom:Assistant
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. AssistantArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. AssistantArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. AssistantArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AssistantArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. AssistantArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Assistant Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Assistant resource accepts the following input properties:

Type This property is required. Pulumi.AwsNative.Wisdom.AssistantType
The type of assistant.
Description string
The description of the assistant.
Name string
The name of the assistant.
ServerSideEncryptionConfiguration Pulumi.AwsNative.Wisdom.Inputs.AssistantServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance .
Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
The tags used to organize, track, or control access for this resource.
Type This property is required. AssistantType
The type of assistant.
Description string
The description of the assistant.
Name string
The name of the assistant.
ServerSideEncryptionConfiguration AssistantServerSideEncryptionConfigurationArgs
The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance .
Tags CreateOnlyTagArgs
The tags used to organize, track, or control access for this resource.
type This property is required. AssistantType
The type of assistant.
description String
The description of the assistant.
name String
The name of the assistant.
serverSideEncryptionConfiguration AssistantServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance .
tags List<CreateOnlyTag>
The tags used to organize, track, or control access for this resource.
type This property is required. AssistantType
The type of assistant.
description string
The description of the assistant.
name string
The name of the assistant.
serverSideEncryptionConfiguration AssistantServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance .
tags CreateOnlyTag[]
The tags used to organize, track, or control access for this resource.
type This property is required. AssistantType
The type of assistant.
description str
The description of the assistant.
name str
The name of the assistant.
server_side_encryption_configuration AssistantServerSideEncryptionConfigurationArgs
The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance .
tags Sequence[CreateOnlyTagArgs]
The tags used to organize, track, or control access for this resource.
type This property is required. "AGENT"
The type of assistant.
description String
The description of the assistant.
name String
The name of the assistant.
serverSideEncryptionConfiguration Property Map
The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance .
tags List<Property Map>
The tags used to organize, track, or control access for this resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the Assistant resource produces the following output properties:

AssistantArn string
The Amazon Resource Name (ARN) of the assistant.
AssistantId string
The ID of the Wisdom assistant.
Id string
The provider-assigned unique ID for this managed resource.
AssistantArn string
The Amazon Resource Name (ARN) of the assistant.
AssistantId string
The ID of the Wisdom assistant.
Id string
The provider-assigned unique ID for this managed resource.
assistantArn String
The Amazon Resource Name (ARN) of the assistant.
assistantId String
The ID of the Wisdom assistant.
id String
The provider-assigned unique ID for this managed resource.
assistantArn string
The Amazon Resource Name (ARN) of the assistant.
assistantId string
The ID of the Wisdom assistant.
id string
The provider-assigned unique ID for this managed resource.
assistant_arn str
The Amazon Resource Name (ARN) of the assistant.
assistant_id str
The ID of the Wisdom assistant.
id str
The provider-assigned unique ID for this managed resource.
assistantArn String
The Amazon Resource Name (ARN) of the assistant.
assistantId String
The ID of the Wisdom assistant.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

AssistantServerSideEncryptionConfiguration
, AssistantServerSideEncryptionConfigurationArgs

KmsKeyId string
The customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
KmsKeyId string
The customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
kmsKeyId String
The customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
kmsKeyId string
The customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
kms_key_id str
The customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
kmsKeyId String
The customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom 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 Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .

AssistantType
, AssistantTypeArgs

Agent
AGENT
AssistantTypeAgent
AGENT
Agent
AGENT
Agent
AGENT
AGENT
AGENT
"AGENT"
AGENT

CreateOnlyTag
, CreateOnlyTagArgs

Key
This property is required.
Changes to this property will trigger replacement.
string
The key name of the tag
Value
This property is required.
Changes to this property will trigger replacement.
string
The value of the tag
Key
This property is required.
Changes to this property will trigger replacement.
string
The key name of the tag
Value
This property is required.
Changes to this property will trigger replacement.
string
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
String
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
String
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
string
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
string
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
str
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
str
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
String
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi