/dhall-aws-cloudformation/cloudformation/AWS::LookoutMetrics::AnomalyDetector/S3SourceConfig.dhall

Copy path to clipboard

Source

{ Type =
{ FileFormatDescriptor : (./FileFormatDescriptor.dhall).Type
, HistoricalDataPathList : Optional (List (./../../Fn.dhall).CfnText)
, RoleArn : (./../../Fn.dhall).CfnText
, TemplatedPathList : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ HistoricalDataPathList = None (List (./../../Fn.dhall).CfnText)
, TemplatedPathList = None (List (./../../Fn.dhall).CfnText)
}
}