Uses of Class
software.amazon.awscdk.services.bedrockagentcore.ApiSchema
Packages that use ApiSchema
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of ApiSchema in software.amazon.awscdk.services.bedrockagentcore
Subclasses of ApiSchema in software.amazon.awscdk.services.bedrockagentcoreModifier and TypeClassDescriptionclassAPI Schema from a local asset.classClass to define an API Schema from an inline string.classClass to define an API Schema from an S3 object.Methods in software.amazon.awscdk.services.bedrockagentcore that return ApiSchemaModifier and TypeMethodDescriptionAddOpenApiTargetOptions.getApiSchema()The OpenAPI schema defining the API.final ApiSchemaAddOpenApiTargetOptions.Jsii$Proxy.getApiSchema()GatewayTargetOpenApiProps.getApiSchema()The OpenAPI schema defining the API.final ApiSchemaGatewayTargetOpenApiProps.Jsii$Proxy.getApiSchema()OpenApiTargetConfiguration.getApiSchema()The OpenAPI schema that defines the API.AddSmithyTargetOptions.getSmithyModel()The Smithy model defining the API.final ApiSchemaAddSmithyTargetOptions.Jsii$Proxy.getSmithyModel()GatewayTargetSmithyProps.getSmithyModel()The Smithy model defining the API.final ApiSchemaGatewayTargetSmithyProps.Jsii$Proxy.getSmithyModel()SmithyTargetConfiguration.getSmithyModel()The Smithy model that defines the API.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type ApiSchemaModifier and TypeMethodDescriptionSets the value ofAddOpenApiTargetOptions.getApiSchema()Sets the value ofGatewayTargetOpenApiProps.getApiSchema()static OpenApiTargetConfigurationCreate an OpenAPI target configuration.static OpenApiTargetConfigurationCreate an OpenAPI target configuration.static SmithyTargetConfigurationCreate a Smithy target configuration.AddSmithyTargetOptions.Builder.smithyModel(ApiSchema smithyModel) Sets the value ofAddSmithyTargetOptions.getSmithyModel()GatewayTargetSmithyProps.Builder.smithyModel(ApiSchema smithyModel) Sets the value ofGatewayTargetSmithyProps.getSmithyModel()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type ApiSchemaModifierConstructorDescriptionOpenApiTargetConfiguration(ApiSchema apiSchema) OpenApiTargetConfiguration(ApiSchema apiSchema, Boolean validateSchema) SmithyTargetConfiguration(ApiSchema smithyModel)