class CfnClusterPcsJobcompLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins.CfnClusterPcsJobcompLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awspcs/mixins#CfnClusterPcsJobcompLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.pcs.mixins.CfnClusterPcsJobcompLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_pcs.mixins.CfnClusterPcsJobcompLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_pcs » mixins » CfnClusterPcsJobcompLogsOutputFormat |
Output Format options for each destination of CfnClusterPcsJobcompLogs.
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 cfnClusterPcsJobcompLogsOutputFormat = new pcs_mixins.CfnClusterPcsJobcompLogsOutputFormat();
Initializer
new CfnClusterPcsJobcompLogsOutputFormat()

.NET
Go
Java
Python
TypeScript