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

.NET
Go
Java
Python
TypeScript