class CfnHypervisorBgwHypervisorLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BackupGateway.Mixins.CfnHypervisorBgwHypervisorLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbackupgateway/mixins#CfnHypervisorBgwHypervisorLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.backupgateway.mixins.CfnHypervisorBgwHypervisorLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_backupgateway.mixins.CfnHypervisorBgwHypervisorLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_backupgateway » mixins » CfnHypervisorBgwHypervisorLogsOutputFormat |
Output Format options for each destination of CfnHypervisorBgwHypervisorLogs.
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 cfnHypervisorBgwHypervisorLogsOutputFormat = new backupgateway_mixins.CfnHypervisorBgwHypervisorLogsOutputFormat();
Initializer
new CfnHypervisorBgwHypervisorLogsOutputFormat()

.NET
Go
Java
Python
TypeScript