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

.NET
Go
Java
Python
TypeScript