Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.IPolicyEngine
Packages that use IPolicyEngine
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of IPolicyEngine in software.amazon.awscdk.services.bedrockagentcore
Subinterfaces of IPolicyEngine in software.amazon.awscdk.services.bedrockagentcoreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPolicyEngine.Classes in software.amazon.awscdk.services.bedrockagentcore that implement IPolicyEngineModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classContainer that manages Cedar authorization policies associated with gateways.classAbstract base class for a PolicyEngine.Methods in software.amazon.awscdk.services.bedrockagentcore that return IPolicyEngineModifier and TypeMethodDescriptionstatic IPolicyEnginePolicyEngine.fromPolicyEngineAttributes(software.constructs.Construct scope, String id, PolicyEngineAttributes attrs) Creates a PolicyEngine reference from an existing policy engine's attributes.GatewayPolicyEngineConfig.getPolicyEngine()The policy engine to associate with this gateway.final IPolicyEngineGatewayPolicyEngineConfig.Jsii$Proxy.getPolicyEngine()IPolicy.getPolicyEngine()The policy engine this policy belongs to.default IPolicyEngineIPolicy.Jsii$Default.getPolicyEngine()The policy engine this policy belongs to.Policy.getPolicyEngine()The policy engine this policy belongs to.PolicyAttributes.getPolicyEngine()The policy engine this policy belongs to [disable-awslint:prefer-ref-interface].final IPolicyEnginePolicyAttributes.Jsii$Proxy.getPolicyEngine()abstract IPolicyEnginePolicyBase.getPolicyEngine()The policy engine this policy belongs to.PolicyProps.getPolicyEngine()The policy engine this policy belongs to.final IPolicyEnginePolicyProps.Jsii$Proxy.getPolicyEngine()Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type IPolicyEngineModifier and TypeMethodDescriptionGatewayPolicyEngineConfig.Builder.policyEngine(IPolicyEngine policyEngine) Sets the value ofGatewayPolicyEngineConfig.getPolicyEngine()Policy.Builder.policyEngine(IPolicyEngine policyEngine) The policy engine this policy belongs to.PolicyAttributes.Builder.policyEngine(IPolicyEngine policyEngine) Sets the value ofPolicyAttributes.getPolicyEngine()PolicyProps.Builder.policyEngine(IPolicyEngine policyEngine) Sets the value ofPolicyProps.getPolicyEngine()