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

.NET
Go
Java
Python
TypeScript