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

.NET
Go
Java
Python
TypeScript