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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAgent.GuardrailConfigurationProperty
static final class
An implementation forCfnAgent.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
-