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

.NET
Go
Java
Python
TypeScript