/dhall-aws-cloudformation/cloudformation/AWS::CodeBuild::ReportGroup/ReportExportConfig.dhall

Copy path to clipboard

Source

{ Type =
{ ExportConfigType : (./../../Fn.dhall).CfnText
, S3Destination : Optional (./S3ReportExportConfig.dhall).Type
}
, default.S3Destination = None (./S3ReportExportConfig.dhall).Type
}