Interface CfnAgent.GuardrailConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAgent.GuardrailConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAgent

@Stability(Stable) public static interface CfnAgent.GuardrailConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration information for a guardrail that you use with the Converse operation.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 GuardrailConfigurationProperty guardrailConfigurationProperty = GuardrailConfigurationProperty.builder()
         .guardrailIdentifier("guardrailIdentifier")
         .guardrailVersion("guardrailVersion")
         .build();
 

See Also: