Interface CfnAgentPropsMixin.GuardrailConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentPropsMixin.GuardrailConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAgentPropsMixin
@Stability(Stable)
public static interface CfnAgentPropsMixin.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.mixins.preview.services.bedrock.mixins.*;
GuardrailConfigurationProperty guardrailConfigurationProperty = GuardrailConfigurationProperty.builder()
.guardrailIdentifier("guardrailIdentifier")
.guardrailVersion("guardrailVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentPropsMixin.GuardrailConfigurationPropertystatic final classAn implementation forCfnAgentPropsMixin.GuardrailConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGuardrailIdentifier
The identifier for the guardrail.- See Also:
-
getGuardrailVersion
The version of the guardrail.- See Also:
-
builder
-