Interface CfnGuardrail.ManagedWordsConfigProperty

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

@Stability(Stable) public static interface CfnGuardrail.ManagedWordsConfigProperty extends software.amazon.jsii.JsiiSerializable
A managed words config.

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.*;
 ManagedWordsConfigProperty managedWordsConfigProperty = ManagedWordsConfigProperty.builder()
         .type("type")
         .build();
 

See Also: