Uses of Class
software.amazon.awscdk.services.bedrockagentcore.RuntimeCustomClaim
Packages that use RuntimeCustomClaim
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of RuntimeCustomClaim in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return RuntimeCustomClaimModifier and TypeMethodDescriptionstatic RuntimeCustomClaimRuntimeCustomClaim.withStringArrayValue(String name, List<String> values) Create a custom claim with a string array value.static RuntimeCustomClaimRuntimeCustomClaim.withStringArrayValue(String name, List<String> values, CustomClaimOperator operator) Create a custom claim with a string array value.static RuntimeCustomClaimRuntimeCustomClaim.withStringValue(String name, String value) Create a custom claim with a string value.