Class IGuardrail.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.IGuardrail.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IGuardrail,IGuardrail.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IGuardrail
@Internal
public static final class IGuardrail.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IGuardrail.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.IGuardrail
IGuardrail.Jsii$Default, IGuardrail.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Metric(experimental) Return the given named metric for this guardrail.final Metric(experimental) Return the invocation client errors metric for this guardrail.final Metric(experimental) Return the invocation latency metric for this guardrail.final Metric(experimental) Return the invocations metric for this guardrail.final Metric(experimental) Return the invocation server errors metric for this guardrail.final Metric(experimental) Return the invocations intervened metric for this guardrail.final Metric(experimental) Return the invocation throttles metric for this guardrail.final Metric(experimental) Return the text unit count metric for this guardrail.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.bedrock.alpha.IGuardrail.Jsii$Default
getGuardrailArn, getGuardrailId, getGuardrailVersion, getKmsKey, getLastUpdated, grant, grantApply, metric, metricInvocationClientErrors, metricInvocationLatency, metricInvocations, metricInvocationServerErrors, metricInvocationsIntervened, metricInvocationThrottles, metricTextUnitCountMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
(experimental) Return the given named metric for this guardrail.- Specified by:
metricin interfaceIGuardrail- Specified by:
metricin interfaceIGuardrail.Jsii$Default- Parameters:
metricName- This parameter is required.
-
metricInvocationClientErrors
(experimental) Return the invocation client errors metric for this guardrail.- Specified by:
metricInvocationClientErrorsin interfaceIGuardrail- Specified by:
metricInvocationClientErrorsin interfaceIGuardrail.Jsii$Default
-
metricInvocationLatency
(experimental) Return the invocation latency metric for this guardrail.- Specified by:
metricInvocationLatencyin interfaceIGuardrail- Specified by:
metricInvocationLatencyin interfaceIGuardrail.Jsii$Default
-
metricInvocations
(experimental) Return the invocations metric for this guardrail.- Specified by:
metricInvocationsin interfaceIGuardrail- Specified by:
metricInvocationsin interfaceIGuardrail.Jsii$Default
-
metricInvocationServerErrors
(experimental) Return the invocation server errors metric for this guardrail.- Specified by:
metricInvocationServerErrorsin interfaceIGuardrail- Specified by:
metricInvocationServerErrorsin interfaceIGuardrail.Jsii$Default
-
metricInvocationsIntervened
(experimental) Return the invocations intervened metric for this guardrail.- Specified by:
metricInvocationsIntervenedin interfaceIGuardrail- Specified by:
metricInvocationsIntervenedin interfaceIGuardrail.Jsii$Default
-
metricInvocationThrottles
(experimental) Return the invocation throttles metric for this guardrail.- Specified by:
metricInvocationThrottlesin interfaceIGuardrail- Specified by:
metricInvocationThrottlesin interfaceIGuardrail.Jsii$Default
-
metricTextUnitCount
(experimental) Return the text unit count metric for this guardrail.- Specified by:
metricTextUnitCountin interfaceIGuardrail- Specified by:
metricTextUnitCountin interfaceIGuardrail.Jsii$Default
-