CfnAIPromptVersionMixinProps

class aws_cdk.mixins_preview.aws_wisdom.mixins.CfnAIPromptVersionMixinProps(*, ai_prompt_id=None, assistant_id=None, modified_time_seconds=None)

Bases: object

Properties for CfnAIPromptVersionPropsMixin.

Parameters:
  • ai_prompt_id (Optional[str]) – The identifier of the Amazon Q in Connect AI prompt.

  • assistant_id (Optional[str]) – The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

  • modified_time_seconds (Union[int, float, None]) – The time the AI Prompt version was last modified in seconds.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aipromptversion.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_wisdom import mixins as wisdom_mixins

cfn_aIPrompt_version_mixin_props = wisdom_mixins.CfnAIPromptVersionMixinProps(
    ai_prompt_id="aiPromptId",
    assistant_id="assistantId",
    modified_time_seconds=123
)

Attributes

ai_prompt_id

The identifier of the Amazon Q in Connect AI prompt.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aipromptversion.html#cfn-wisdom-aipromptversion-aipromptid

assistant_id

The identifier of the Amazon Q in Connect assistant.

Can be either the ID or the ARN. URLs cannot contain the ARN.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aipromptversion.html#cfn-wisdom-aipromptversion-assistantid

modified_time_seconds

The time the AI Prompt version was last modified in seconds.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aipromptversion.html#cfn-wisdom-aipromptversion-modifiedtimeseconds