GuardrailReference
- class aws_cdk.aws_bedrock.GuardrailReference(*, guardrail_arn)
Bases:
object
A reference to a Guardrail resource.
- Parameters:
guardrail_arn (
str
) – The GuardrailArn of the Guardrail resource.- 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 import aws_bedrock as bedrock guardrail_reference = bedrock.GuardrailReference( guardrail_arn="guardrailArn" )
Attributes
- guardrail_arn
The GuardrailArn of the Guardrail resource.