CfnAIGuardrailVersionMixinProps
- class aws_cdk.mixins_preview.aws_wisdom.mixins.CfnAIGuardrailVersionMixinProps(*, ai_guardrail_id=None, assistant_id=None, modified_time_seconds=None)
Bases:
objectProperties for CfnAIGuardrailVersionPropsMixin.
- Parameters:
ai_guardrail_id (
Optional[str]) – The ID of the AI guardrail version.assistant_id (
Optional[str]) – The ID of the AI guardrail version assistant.modified_time_seconds (
Union[int,float,None]) – The modified time of the AI guardrail version in seconds.
- See:
- 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_aIGuardrail_version_mixin_props = wisdom_mixins.CfnAIGuardrailVersionMixinProps( ai_guardrail_id="aiGuardrailId", assistant_id="assistantId", modified_time_seconds=123 )
Attributes
- ai_guardrail_id
The ID of the AI guardrail version.
- assistant_id
The ID of the AI guardrail version assistant.
- modified_time_seconds
The modified time of the AI guardrail version in seconds.