class CfnAgentAliasEventLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnAgentAliasEventLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnAgentAliasEventLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnAgentAliasEventLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnAgentAliasEventLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnAgentAliasEventLogsOutputFormat |
Output Format options for each destination of CfnAgentAliasEventLogs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const cfnAgentAliasEventLogsOutputFormat = new bedrock_mixins.CfnAgentAliasEventLogsOutputFormat();
Initializer
new CfnAgentAliasEventLogsOutputFormat()

.NET
Go
Java
Python
TypeScript