Class CloudWatchLogsDataSourceConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CloudWatchLogsDataSourceConfig.Jsii$Proxy
- All Implemented Interfaces:
CloudWatchLogsDataSourceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudWatchLogsDataSourceConfig
@Stability(Stable)
@Internal
public static final class CloudWatchLogsDataSourceConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CloudWatchLogsDataSourceConfig
An implementation for
CloudWatchLogsDataSourceConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CloudWatchLogsDataSourceConfig
CloudWatchLogsDataSourceConfig.Builder, CloudWatchLogsDataSourceConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudWatchLogsDataSourceConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe list of CloudWatch log group names to monitor for agent traces.The list of service names to filter traces within the specified log groups.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCloudWatchLogsDataSourceConfig.Builder.
-
-
Method Details
-
getLogGroupNames
Description copied from interface:CloudWatchLogsDataSourceConfigThe list of CloudWatch log group names to monitor for agent traces.- Specified by:
getLogGroupNamesin interfaceCloudWatchLogsDataSourceConfig
-
getServiceNames
Description copied from interface:CloudWatchLogsDataSourceConfigThe list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.For agents hosted on AgentCore Runtime, service name follows the format:
<agent-runtime-name>.<agent-runtime-endpoint-name>- Specified by:
getServiceNamesin interfaceCloudWatchLogsDataSourceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-