Interface CfnEnforcedGuardrailConfiguration.SelectiveContentGuardingProperty

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

@Stability(Stable) public static interface CfnEnforcedGuardrailConfiguration.SelectiveContentGuardingProperty extends software.amazon.jsii.JsiiSerializable
Selective content guarding controls for enforced guardrails.

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.*;
 SelectiveContentGuardingProperty selectiveContentGuardingProperty = SelectiveContentGuardingProperty.builder()
         .messages("messages")
         .system("system")
         .build();
 

See Also: