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

.NET
Go
Java
Python
TypeScript