EnforcedGuardrailConfigurationReference
- class aws_cdk.interfaces.aws_bedrock.EnforcedGuardrailConfigurationReference(*, config_id)
Bases:
objectA reference to a EnforcedGuardrailConfiguration resource.
- Parameters:
config_id (
str) – The ConfigId of the EnforcedGuardrailConfiguration 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.interfaces import aws_bedrock as interfaces_bedrock enforced_guardrail_configuration_reference = interfaces_bedrock.EnforcedGuardrailConfigurationReference( config_id="configId" )
Attributes
- config_id
The ConfigId of the EnforcedGuardrailConfiguration resource.