class CfnRuntimeTraces
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnRuntimeTraces |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnRuntimeTraces |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnRuntimeTraces |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnRuntimeTraces |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnRuntimeTraces |
Builder for CfnRuntimeLogsMixin to generate TRACES for CfnRuntime.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const cfnRuntimeTraces = new bedrockagentcore_mixins.CfnRuntimeTraces();
Initializer
new CfnRuntimeTraces()
Methods
| Name | Description |
|---|---|
| to | Send traces to X-Ray. |
toXRay()
public toXRay(): CfnRuntimeLogsMixin
Returns
Send traces to X-Ray.

.NET
Go
Java
Python
TypeScript