CfnGuardrailVersionMixinProps
- class aws_cdk.mixins_preview.aws_bedrock.mixins.CfnGuardrailVersionMixinProps(*, description=None, guardrail_identifier=None)
Bases:
objectProperties for CfnGuardrailVersionPropsMixin.
- Parameters:
description (
Optional[str]) – A description of the guardrail version.guardrail_identifier (
Optional[str]) – The unique identifier of the guardrail. This can be an ID or the ARN.
- 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_bedrock import mixins as bedrock_mixins cfn_guardrail_version_mixin_props = bedrock_mixins.CfnGuardrailVersionMixinProps( description="description", guardrail_identifier="guardrailIdentifier" )
Attributes
- description
A description of the guardrail version.
- guardrail_identifier
The unique identifier of the guardrail.
This can be an ID or the ARN.