class CfnRuntimeTracesOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnRuntimeTracesOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnRuntimeTracesOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnRuntimeTracesOutputFormat |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnRuntimeTracesOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnRuntimeTracesOutputFormat |
Output Format options for each destination of CfnRuntimeTraces.
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 cfnRuntimeTracesOutputFormat = new bedrockagentcore_mixins.CfnRuntimeTracesOutputFormat();
Initializer
new CfnRuntimeTracesOutputFormat()

.NET
Go
Java
Python
TypeScript