Uses of Class
software.amazon.awscdk.services.bedrockagentcore.LoggingDestination
Packages that use LoggingDestination
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of LoggingDestination in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return LoggingDestinationModifier and TypeMethodDescriptionstatic LoggingDestinationLoggingDestination.cloudWatchLogs(ILogGroup logGroup) Create a logging destination that sends logs to a CloudWatch Log Group.static LoggingDestinationLoggingDestination.firehose(IDeliveryStream stream) Create a logging destination that sends logs to a Kinesis Data Firehose delivery stream.LoggingConfig.getDestination()The destination for logs.final LoggingDestinationLoggingConfig.Jsii$Proxy.getDestination()static LoggingDestinationCreate a logging destination that sends logs to an S3 bucket.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type LoggingDestinationModifier and TypeMethodDescriptionLoggingConfig.Builder.destination(LoggingDestination destination) Sets the value ofLoggingConfig.getDestination()