Uses of Interface
software.amazon.awscdk.services.bedrock.alpha.IGuardrail
Packages that use IGuardrail
-
Uses of IGuardrail in software.amazon.awscdk.services.bedrock.alpha
Subinterfaces of IGuardrail in software.amazon.awscdk.services.bedrock.alphaModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIGuardrail
.Classes in software.amazon.awscdk.services.bedrock.alpha that implement IGuardrailModifier and TypeClassDescriptionclass
(experimental) Class to create a Guardrail with CDK.class
(experimental) Abstract base class for a Guardrail.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.bedrock.alpha that return IGuardrailModifier and TypeMethodDescriptionstatic IGuardrail
Guardrail.fromCfnGuardrail
(CfnGuardrail cfnGuardrail) (experimental) Import a low-level L1 Cfn Guardrail.static IGuardrail
Guardrail.fromGuardrailAttributes
(software.constructs.Construct scope, String id, GuardrailAttributes attrs) (experimental) Import a guardrail given its attributes.Agent.getGuardrail()
(experimental) The guardrail that will be associated with the agent.default IGuardrail
AgentProps.getGuardrail()
(experimental) The guardrail that will be associated with the agent.final IGuardrail
AgentProps.Jsii$Proxy.getGuardrail()
Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type IGuardrailModifier and TypeMethodDescriptionvoid
Agent.addGuardrail
(IGuardrail guardrail) (experimental) Add guardrail to the agent.Agent.Builder.guardrail
(IGuardrail guardrail) (experimental) The guardrail that will be associated with the agent.AgentProps.Builder.guardrail
(IGuardrail guardrail) Sets the value ofAgentProps.getGuardrail()
void
Agent.setGuardrail
(IGuardrail value) (experimental) The guardrail that will be associated with the agent.