CfnGuardrailVersionMixinProps

class aws_cdk.mixins_preview.aws_bedrock.mixins.CfnGuardrailVersionMixinProps(*, description=None, guardrail_identifier=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrailversion.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_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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrailversion.html#cfn-bedrock-guardrailversion-description

guardrail_identifier

The unique identifier of the guardrail.

This can be an ID or the ARN.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrailversion.html#cfn-bedrock-guardrailversion-guardrailidentifier