Uses of Class
software.amazon.awscdk.services.bedrockagentcore.GatewayCustomClaim
Packages that use GatewayCustomClaim
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of GatewayCustomClaim in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return GatewayCustomClaimModifier and TypeMethodDescriptionstatic GatewayCustomClaimGatewayCustomClaim.withStringArrayValue(String name, List<String> values) Create a custom claim with a string array value.static GatewayCustomClaimGatewayCustomClaim.withStringArrayValue(String name, List<String> values, CustomClaimOperator operator) Create a custom claim with a string array value.static GatewayCustomClaimGatewayCustomClaim.withStringValue(String name, String value) Create a custom claim with a string value.Methods in software.amazon.awscdk.services.bedrockagentcore that return types with arguments of type GatewayCustomClaimModifier and TypeMethodDescriptiondefault List<GatewayCustomClaim> CognitoAuthorizerProps.getCustomClaims()Custom claims for additional JWT token validation.final List<GatewayCustomClaim> CognitoAuthorizerProps.Jsii$Proxy.getCustomClaims()default List<GatewayCustomClaim> CustomJwtConfiguration.getCustomClaims()Custom claims for additional JWT token validation.final List<GatewayCustomClaim> CustomJwtConfiguration.Jsii$Proxy.getCustomClaims()Method parameters in software.amazon.awscdk.services.bedrockagentcore with type arguments of type GatewayCustomClaimModifier and TypeMethodDescriptionCognitoAuthorizerProps.Builder.customClaims(List<? extends GatewayCustomClaim> customClaims) Sets the value ofCognitoAuthorizerProps.getCustomClaims()CustomJwtAuthorizer.Builder.customClaims(List<? extends GatewayCustomClaim> customClaims) Custom claims for additional JWT token validation.CustomJwtConfiguration.Builder.customClaims(List<? extends GatewayCustomClaim> customClaims) Sets the value ofCustomJwtConfiguration.getCustomClaims()