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

.NET
Go
Java
Python
TypeScript