AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.wisdom.Assistant
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 string
- The unique name of the resource.
- args AssistantArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args AssistantArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AssistantArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The Assistant resource accepts the following input properties:
- Type
Pulumi.
Aws Native. Wisdom. Assistant Type - The type of assistant.
- Description string
- The description of the assistant.
- Name string
- The name of the assistant.
- Server
Side Pulumi.Encryption Configuration Aws Native. Wisdom. Inputs. Assistant Server Side Encryption Configuration - The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.amazonaws.com
service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . - List<Pulumi.
Aws Native. Inputs. Create Only Tag> - The tags used to organize, track, or control access for this resource.
- Type
Assistant
Type - The type of assistant.
- Description string
- The description of the assistant.
- Name string
- The name of the assistant.
- Server
Side AssistantEncryption Configuration Server Side Encryption Configuration Args - The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.amazonaws.com
service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . - Create
Only Tag Args - The tags used to organize, track, or control access for this resource.
- type
Assistant
Type - The type of assistant.
- description String
- The description of the assistant.
- name String
- The name of the assistant.
- server
Side AssistantEncryption Configuration Server Side Encryption Configuration - The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.amazonaws.com
service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . - List<Create
Only Tag> - The tags used to organize, track, or control access for this resource.
- type
Assistant
Type - The type of assistant.
- description string
- The description of the assistant.
- name string
- The name of the assistant.
- server
Side AssistantEncryption Configuration Server Side Encryption Configuration - The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.amazonaws.com
service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . - Create
Only Tag[] - The tags used to organize, track, or control access for this resource.
- type
Assistant
Type - The type of assistant.
- description str
- The description of the assistant.
- name str
- The name of the assistant.
- server_
side_ Assistantencryption_ configuration Server Side Encryption Configuration Args - The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.amazonaws.com
service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . - Sequence[Create
Only Tag Args] - The tags used to organize, track, or control access for this resource.
- type "AGENT"
- The type of assistant.
- description String
- The description of the assistant.
- name String
- The name of the assistant.
- server
Side Property MapEncryption Configuration - The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.amazonaws.com
service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . - 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:
- Assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- Assistant
Id string - The ID of the Wisdom assistant.
- Id string
- The provider-assigned unique ID for this managed resource.
- Assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- Assistant
Id string - The ID of the Wisdom assistant.
- Id string
- The provider-assigned unique ID for this managed resource.
- assistant
Arn String - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id String - The ID of the Wisdom assistant.
- id String
- The provider-assigned unique ID for this managed resource.
- assistant
Arn string - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id 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.
- assistant
Arn String - The Amazon Resource Name (ARN) of the assistant.
- assistant
Id String - The ID of the Wisdom assistant.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
AssistantServerSideEncryptionConfiguration, AssistantServerSideEncryptionConfigurationArgs
- Kms
Key stringId - The customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.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 stringId - The customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.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 StringId - The customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.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 stringId - The customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.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_ strid - The customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.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 StringId - The customer managed key used for encryption. The customer managed key must have a policy that allows
kms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allowkms:Decrypt
,kms:GenerateDataKey*
, andkms:DescribeKey
permissions to theconnect.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
- Assistant
Type Agent - AGENT
- Agent
- AGENT
- Agent
- AGENT
- AGENT
- AGENT
- "AGENT"
- AGENT
CreateOnlyTag, CreateOnlyTagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi