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

.NET
Go
Java
Python
TypeScript